    
    /* Layout: Two Column
	Theme: Breeze v.2

The following styles control the general layout of your store
===============================================================*/

* {
	margin: 0;
	padding: 0;
	}

img, img a {
    border: 0 none;
	}

#wrapper {
	/* Wraps around everything and sets the total width of the storefront */
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 10px 10px 0 10px;
	}

#wrapperCheckout {
	/* Wrapper with 25px top margin to compensate for missing topNav on checkout pages */
	position: relative;
	width: 960px;
	margin: 30px auto 0 auto;
	padding: 10px 10px 0 10px;
	}



/* TOP NAVIGATION AND HEADER
===============================================================*/

#topNav {
    /* Contains View Cart link and search field */
	width: 960px;
	height: 25px;
	margin: 10px auto 5px auto;
	}

#topNav ul {
	list-style: none;
	margin: 0;
	float: right;
	}

#topNav li {
	padding-left: 30px;
	list-style-image: none;
	display: inline;
	}

#header {
	/* Contains your banner/logo */
	width: 960px;
	margin-bottom: 20px;
	}



/* LEFT SIDEBAR AND MAIN NAVIGATION
===============================================================*/

#leftBar {
	/* The sidebar that contains the main navigation */
	float: left;
	width: 200px;
	}

#nav {
	margin: 4px 0 20px 0;
    padding-bottom: 10px;
	width: 200px;
	}

#nav ul {
	width: 180px;
	margin: 0 0 -1px 10px;
	list-style: none;
	}

#subCat ul {
	list-style: none;
	margin: 0;
    padding: 0;
	}

#nav li {
	list-style-image: none;
	display: block;
	font-weight: bold;
    width: 180px;
	}

#subCat li {
	list-style-image: none;
	display: block;
	margin: 0 0 0 -10px;
    padding: 0 0 0 10px;
    width: 170px;
	}

#nav a {
	display: block;
	width: 170px;
	height: 25px;
	padding: 15px 0 5px 10px;
	margin: 0 0 0 1px;
	}

#nav a:hover {
	width: 168px;
	}

#subCat a {
	display: block;
	width: 160px;
	height: 25px;
	padding: 15px 0 5px 0;
	width: 160px;
	margin: 0;
	}

#subCat a:hover {
	display: block;
	width: 160px;
	height: 25px;
	padding: 15px 10px 5px 0;
	margin: 0;
	}

.navHeader {
	margin: 30px 0 0 10px;
	}

.listHeader {
	width: 170px;
	height: 35px;
	padding: 25px 10px 0 10px;
	background-position: -9px 0;
    border-top: 1px solid #e6ecdf;
	}



/* CONTENT / PRODUCT
===============================================================*/

#content {
	/* Content wrapper used on browsing pages */
	position: relative;
	width: 740px;
	float: right;
	margin: 0 0 40px 0;
	}

#contentWide {
	/* Content wrapper used on checkout pages */
	position: relative;
	width: 920px;
	margin: 35px auto 0 auto;
	}

#contentProductDetail {
	/* Content wrapper used on product details page */
	position: relative;
	width: 700px;
	float: right;
	padding: 0 20px 40px 20px;
    margin-left: 20px;
	}

#promoBanner {
    /* Large banner on home page */
	margin-bottom: 20px;
	}

#breadcrumbs {
	margin: 0 0 15px 0;
	}

#breadcrumbs ul {
	list-style: none;
	margin: 0 -100px 3px 0;
	}

#breadcrumbs li {
	padding-right: 10px;
	list-style-image: none;
	display: inline;
	}

#breadcrumbs li:after {
	/* Symbol to be displayed between breadcrumbs */
   content: ">";
   margin-left: 10px;
	}

#breadcrumbs li:last-child:after {
	/* Removes the > after last breadcrumb */
	content: "";
	}

#productGrid ul {
	list-style: none;
	margin: 10px 0 10px 0;
	width: 740px;
	}

#productGrid li {
	width: 170px;
	height: 260px;
	padding-right: 20px;
	list-style-image: none;
	display: inline;
	text-align: center;
	float: left;
	}

#productGrid .last {
	padding: 0;
	}

.productImage {
	/* Image in product grid */
	width: 170px;
	margin-bottom: 5px;
	}

.productLarge {
	/* The large image on the product details page */
	float: left;
    margin: 10px 20px 10px 0;
	}

.price {
	/* Paragraph on product details page that contains product price */
	margin: 0 0 15px 0;
	}

.productName {
    margin-top: 10px;
    }

.productDescriptionShort {
    /* Paragraph for short product description on product details page */
	margin: 0;
	width: 320px;
	}

.productQty {
    /* Product quantity field on product details page */
	padding: 4px 4px 4px 6px;
	height: 14px;
	width: 22px;
	display: block;
	text-align: right;
	margin-bottom: 5px;
	}

#productDetails {
    /* Container on product details that wraps around everything from product name to add to cart button */
	overflow: hidden;
	padding: 0 20px 0 10px;
	}

#productDescription {
    /* Contains the long product description on product details page */
	width: 700px;
	clear: both;
	padding: 20px 0 0 0;
	}

#productDetails ul {
	margin: 15px 0 25px 0;
	}

#productDetails li {
	list-style-type: none;
	}

.productDrop {
	/* Dropdown list for product options */
	margin: 0;
	}

.optionName {
	/* Label for product option dropdown */
	width: 60px;
	height: 20px;
	float: left;
	}

table.productTable {
	margin: 20px 0 0 10px;
	padding: 4px;
	}

.productTable td {
	padding: 4px;
	}

td.bottom {
	vertical-align: bottom;
	}



/* CART AND CHECKOUT
===============================================================*/

input {
	margin: 0 0 7px 0;
	}


/* Cart contents
---------------------------------------------*/

.qtyField {
    /* Quantity field in cart */
	padding: 4px 4px 4px 6px;
	height: 14px;
	width: 25px;
	display: block;
	text-align: right;
	margin: 0 auto;
	margin-bottom: 5px;
	}

.cartThumb {
    /* Product thumbnail image in cart */
	float: left;
    margin: 4px 0 8px 0;
	}

.updateCart {
    /* Update cart text */
	font-size: 10px;
	}

.updateCart a:link {
    /* Update cart link */
	text-decoration: none;
	}

.paymentLabel {
    /* Payment form label */
	display: block;
	}

.choosePlan {
    /* Class for radio buttons */
	margin-right: 5px;
	}

.promoCode {
    /* Table that contains promo code field */
	width: 450px;
	border-collapse: collapse;
	margin-bottom: 40px;
	}

.promoCode td {
	height: 30px;
	}

.shippingOptions {
	/* Radio buttons for shipping options */
	margin: 0 10px 3px 0;
	}

.address, .editInfo, .shippingOptions, .cardInfo, .shipInfo {
	margin: 0 0 4px 0;
	display: block;
	}

.billName, .billStreet, .billCity, .shipName, .shipStreet, .shipCity {
	margin: 0;
	display: block;
	}


/* Form fields and labels
---------------------------------------------*/

.checkout {
	/* Form fields used in checkout forms */
	padding: 4px 4px 4px 6px;
	margin: 0;
	width: 200px;
	}

.checkoutBottom {
	/* Provides bottom padding for last form field in a form */
	padding: 4px 4px 4px 6px;
	margin: 0 0 20px 0;
	width: 200px;
	}

.checkoutTop {
	/* Provides top padding for first form field in a form */
	padding: 4px 4px 4px 6px;
	margin: 10px 0 0 0;
	width: 200px;
	height: 18px;
	}

.checkoutTopShort {
	/* Provides top padding for first form field in a form */
	padding: 4px 4px 4px 6px;
	margin: 10px 0 0 0;
	width: 125px;
	height: 18px;
	}

.checkoutLabel {
    /* Checkout form label */
	padding: 0 0 -3px 0;
	margin: 0 0 -3px 0;
	}

.checkoutShort, .search, .promoField {
    /* Smaller form field */
	padding: 4px;
	margin: 0;
	width: 125px;
	}

.checkoutShortest {
    /* Even smaller form field */
    padding: 5px;
    margin: 0;
    width: 70px;
    }

.signinField {
    /* Shorter form field for sign in table */
	padding: 4px 4px 4px 6px;
	margin: 0 0 0 0;
	width: 160px;
	height: 18px;
	}

.signinTop {
	/* Provides top padding for first form field in a form */
	padding: 4px 4px 4px 6px;
	margin: 10px 0 0 0;
	width: 160px;
	height: 18px;
	}

.signinLabel {
    /* Text label used in sign in table */
	text-align: right;
	width: 150px;
	}

.paymentIcon {
    margin: 0 7px -5px 4px;
    }

.addressTableInfo {
    /* Verbiage in Shipping and Billing table ('Shipping is the same as billing', etc.) */
    padding-bottom: 15px;
    }


/* Tables
---------------------------------------------*/

.viewCart {
    /* Table that contains content of shopping cart */
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	float: left;
	}

.viewCart th, .viewCartShort th, .payPlan th, .summaryCart th, .shippingInfo th, .billingInfo th, .billingTable th, .shippingTable th, .paymentInfo th, .signinTable th, .paymentMethodTable th, .forgotPasswordTable th {
	padding: 10px 10px 10px 15px;
	text-align: left;
	}

.viewCart td, .viewCartShort td, .payPlan td, .summaryCart td, .billingTable, .shippingInfo td, .billingInfo td, .paymentInfo td, .paymentMethodTable td, .forgotPasswordTable td {
	padding: 10px 10px 10px 15px;
	vertical-align: top;
	}

.payPlan {
	/* Table on view cart page that contains available pay plans */
	width: 270px;
	border-collapse: collapse;
	margin: 50px 0 20px 20px;
	text-align: left;
	float: right;
	}

.tableContainer {
    /* Wraps around cart table to make it stretch to 100% width when no payment plans are displayed */
	overflow: hidden;
    padding: 1px;
	}

.tableContainer > table {
    /* Sets cart table to 100% width when no payment plans are displayed */
	width: 100%;
	}

.billingTable {
    /* Table for entering billing address */
	width: 450px;
	border-collapse: collapse;
	margin: 40px 20px 20px 0;
	text-align: left;
	float: left;
	}

.shippingTable {
    /* Table for entering shipping address */
	width: 450px;
	border-collapse: collapse;
	margin: 40px 0 20px 0;
	text-align: left;
	float: left;
	}

.paymentMethodTable {
    /* Table for entering payment method */
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 20px 0;
	text-align: left;
	float: left;
	}

td.pay1 {
    /* First column in .paymentMethodTable */
    width: 220px;
    padding-bottom: 20px;
    }

td.pay2 {
    /* First column in .paymentMethodTable */
    width: 231px;
    padding-bottom: 20px;
    }

td.pay3 {
    /* First column in .paymentMethodTable */
    width: 162px;
    padding-bottom: 20px;
    }

td.pay4 {
    /* First column in .paymentMethodTable */
    padding-bottom: 20px;
    }	

.signinTable {
    /* Table for signing in or registering new customer */
	width: 340px;
	border-collapse: collapse;
	margin: 0 0 120px 20px;
	text-align: left;
	float: left;
	}

.signinTable td {
	padding: 5px 10px 3px 15px;
	vertical-align: top;
	}

.shippingTable td, .billingTable td {
	padding: 5px 0 0 15px;
	}

td.rightAlign, th.rightAlign {
	text-align: right;
	vertical-align: top;
	padding-top: 10px;
	}

td.rightAlignTop, th.rightAlignTop {
	text-align: right;
	vertical-align: top;
	padding-top: 20px;
	width: 150px;
	}

td.rightAlignBottom {
	text-align: right;
	vertical-align: top;
	padding: 10px 10px 20px 0;
	width: 150px;
	}

td.leftAlign, th.leftAlign {
	text-align: left;
	}

td.centerAlign, th.centerAlign {
	text-align: center;
	}

td .rightCell {
	text-align: right;
	}

.summaryCart {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	float: left;
	}

.shippingInfo {
	/* Table for shipping info on summary page */
	width: 293px;
	border-collapse: collapse;
	text-align: left;
	margin: 0 20px 20px 0;
	float: left;
	clear: none;
	}

.billingInfo {
	/* Table for billing info on summary page */
	width: 293px;
	border-collapse: collapse;
	margin: 0 20px 20px 0;
	text-align: left;
	float: left;
    clear: none;
	}

.paymentInfo {
	/* Table for pay plan info and scheduled payments on summary page */
	width: 293px;
	border-collapse: collapse;
	margin: 0;
	padding: 10px;
	text-align: left;
	float: left;
	clear: none;
	}

.cellMedium {
	height: 60px;
	}

.cellTall {
	height: 100px;
	}

.cellLow {
	height: 20px;
	}


/* Containers
---------------------------------------------*/

#signinContainer {
	width: 720px;
	margin: 40px auto 0 auto;
	padding-top: 40px;
	}

#summaryContainer {
	/* Container for billing, shipping & payment boxes */
	width: 960px;
	clear: both;
	}

.checkoutLinksTop {
    /* Container for 'Checkout' and 'Continue Shopping' buttons */
    width: 410px;
    height: 20px;
    margin: -18px 0 0 0;
    text-align: right;
    position: absolute;
    right: 0;
    top: 20px;
    }

.checkoutLinks {
	width: 300px;
    height: 30px;
	margin: 17px 20px 40px 0;
    text-align: right;
    float: right;
	clear: both;
    }

.checkoutLinksBottom {
     /* Container for 'Checkout' and 'Continue Shopping' buttons */
     width: 415px;
     height: 30px;
     margin: 15px 20px 40px;
     text-align: right;
     float: right;
    }

    #checkoutLinksSummary {
	position: absolute;
	top: 570px;
	right: 0;
	width: 300px;
	height: 30px;
	margin: 17px 0 30px 0;
	text-align: right;
	float: right;
	}


/* Forgot password
---------------------------------------------*/

#forgotPasswordWindow {
    width: 400px;
    margin: 40px auto 0 auto;
	padding: 20px;
    }

p.forgotPassword {
	margin: 10px 0 0 0;
	padding: 0;
	}

.forgotPasswordTable th {
    text-align: left;
    padding-left: 15px;
    }

.forgotPasswordTable td {
    padding: 5px 10px 3px 15px; !important
    }

.forgotPasswordTable input {
    padding: 4px 4px 4px 6px;
	margin: 0 0 5px 0;
	width: 160px;
	height: 28px;
	}



/* UPSELLS
===============================================================*/

#upsellContainer {
	width: 940px;
	clear: both;
	margin: 20px 0 0 0;
	padding-bottom: 40px;
	}

#upsellContainer li {
	display: inline;
	margin-right: 20px;
	}

.upsell {
    /* Box that contains single upsell */
	width: 259px;
	padding: 10px 10px 15px 20px;
	float: left;
	margin: 0 20px 0 0;
	}

.upsellImage {
	float: left;
	margin: 3px 15px 0 0;
	}

.upsellItem {
	margin-right: 10px;
	}

.subscriptionPrice {
	margin: 0;
	}

.upsellAdd {
    /* Add to cart button for upsells */
	float: right;
	margin: 10px 15px 0 0;
	}



/* TYPOGRAPHY
===============================================================*/

h1 {
    /* Used for product and page headers */
    margin-bottom: 15px;
    }

h3 {
	height: 37px;
	padding: 6px 0 0 30px;
	margin:  0 0 0 0;
	width: 740px;
	}

h4 {
	margin: 13px 0 0 10px;
	}

#upsellContainer h4 {
	margin: 0 0 5px 0;
	}

h5 {
	margin: 2px 0 5px 5px;
	}

p.homeLink {
	float: right;
	margin-bottom: 40px;
	}



/* LINKS AND BUTTONS
===============================================================*/

a {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

.codeButton {
	padding: 7px 15px 5px 15px;
	margin: 2px 0 0 15px;
    cursor: pointer;
	}

.continueButton, .formButton {
	padding: 7px 15px 5px 15px;
	margin: 10px 0 0 10px;
    cursor: pointer;
	}

.cartButton, .continueButton {
	padding: 7px 15px 5px 15px;
	margin-top: 10px;
    cursor: pointer;
	}

.newsButton {
	margin-left: 85px;
	padding: 7px 15px 5px 15px;
    cursor: pointer;
	}

.searchButton {
	margin: 1px 0 0 5px;
	padding: 4px 9px 4px 9px;
    cursor: pointer;
	}

.upsellButton {
	margin: 1px 0 10px 5px;
	padding: 4px 9px 4px 9px;
    cursor: pointer;
	}

.buttonRight a:hover, .buttonLeft a:hover {
	text-decoration: none;
	}



/* FOOTER
===============================================================*/

#footer {
	position: relative;
	margin-top: 40px;
	padding-top: 30px;
	width: 100%;
	height: 50px;
	text-align: center;
	clear: both;
	}



/* HTML AREAS
===============================================================*/

#customCheckoutBottom {
	clear: both;
	}

#customHomeProductGridTop {
	width: 740px;
	margin-bottom: 20px;
	}



/* MISC
===============================================================*/

.payPalImage {
	margin: 0 0 -5px 0;
	}

p.successMessage {
	margin: 20px 0 20px 0;
	}

.checkoutWithPayPalLink {
    cursor: pointer;
    display: inline-block;
    }

.checkoutWithPayPalImg {
    display: block;
    margin: 0 0 -8px;
    }

.payPalPayWithCardInstead, .creditCardPayWithPayPalInstead {
    cursor: pointer;
    }

.payPalPaymentInfoImage {
    margin: 10px 0 0 0;
    }

.payPalPaymentInfoMessage {
    width: 440px;
    }

/* PAYPAL LIGHTBOX
===============================================================*/

.payPalLightboxIcon {
    float: right;
    padding: 20px;
    }

.payPalMessage {
    padding: 55px 30px 0;
    }

.closePayPalLightbox {
    margin-right: 30px;
    margin-top: 50px;
    float: right;
    }

.payPalGo {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("https://www.paypalobjects.com/en_US/i/pui/core/btn_bg_sprite.gif") repeat-x scroll left 17.5% #FFA822;
    border-color: #D5BD98 #935E0D #935E0D #D5BD98;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-size: 14px;
    margin-left: 30px;
    margin-top: 10px;
    padding: 1px;
    }

   /* Custom CSS */

#footer,
#header {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	margin: 0 -100%;
	padding: 0 100%;
	background-color: #267122;
}   

body {
	overflow-x: hidden;
	background-image: none;
	background-color: #fff;
	background: url('https://coseminary.files.keap.app/coseminary/coseminary-39aadcea-90ab-4beb-9e7a-c04a9f650030-v2') no-repeat center top;
	background-attachment: fixed;
	color: #595959;
}

#customFooter {
	padding-top: 15px;
}

#customFooter b {
	color: #fff;
}

#companyLogoTopBanner {
	text-align: center;
}

#SEARCH_CART_COUNT {
	position: absolute;
	left: 0;
	top: 70px;
}

#topNav {
	position: relative;
	height: 0;
	margin: 0 auto;
	z-index: 1;
}

a.searchButton {
	background-color: rgb(235, 191, 81);
    border-color: rgb(251, 218, 135);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 10px 15px;
}

#topNav a {
	color: #000;
}

#topNav a.searchButton {
	color: #fff;
}

a.searchButton:hover {
	background-color: rgba(22, 21, 3, .8);
}

a {
	-webkit-transition: all 0.5s ease;
	-moz-transition: 	all 0.5s ease;
	transition: 		all 0.5s ease;
	outline: none;
}

#topNav input.search {
	padding: 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#topNav li {
	padding-left: 10px;
}

#wrapper {
	min-height: 700px;
	padding: 0;
}

#header {
	background-color: #fff;
	margin-bottom: 25px;
	padding-bottom: 15px;
}

#wrapper,
#header,
#topNav {
	width: 1140px;
}

#featured > h3 {
	width: auto;
	background: none;
	background-color: rgb(38, 113, 34);
	color: #fff;
}

#content {
	width: 70%;
	/*background-color: rgba(255, 255, 255, 0.6);*/
	padding: 0px;
}

#leftBar {
	width: 25%;
}

#leftBar #nav,
#leftBar #nav ul li {
	width: 100%;
}

#leftBar #nav ul {
	width: 90%;
}

#leftBar #nav ul li a {
	width: 95%;
}

#nav li {
	background: none;
}

#leftBar #nav {
	background: none;
	background-color: rgba(255%, 255%, 255%, .5);
	margin-top: 0;
}

#leftBar #nav li:first-child,
#leftBar #nav li:last-child {
	background: none;
}

#leftBar #nav li a {
	color: #ad9b12;
	height: auto;
	padding: 10px 0 10px 10px;
}

#leftBar #nav li a:hover {
	background-color:  #EBBF51;
	color: #fff;
}

#leftBar #nav li.listHeader {
	color: rgb(38, 113, 34);
}

#productGrid ul {
	width: 100%;
}

#productGrid li {
	padding: 0;
	width: 21%;
	margin: 1%;
	padding: 1%;
	background-color: rgba(255, 255, 255, 0.6);
	border: 1px solid rgba(233, 195, 100,0.5);
}

#productGrid li.last {
	margin-right: 0;
}

.productName {
	color: #E6AC27;
	font-size: 16px;
	outline: none;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.productName:hover {
	color: rgb(193,156,64);
}

.priceBold {
	color: #267122;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;	
}

.priceBold:hover {
	color: #284004;
}

#productGrid .productDetails a:hover {
	text-decoration: none;
}

#contentProductDetail {
	width: 69%;
	padding: 20px 20px 40px;
	background-color: rgba(100%, 100%, 100%, 0.5);
}

h1 {
	color: #267122;
}

a {
	color: #ad9b12;
}

a:hover {
	color: #5a3710;
}

.cartButton, .codeButton, .continueButton, .upsellButton {
	background-color: #C2AD30;
	text-shadow: 0 1px 0 #8E7022;
}

.cartButton:hover,
.codeButton:hover,
.continueButton:hover,
.upsellButton:hover {
	background-color: #BA8F1B;
}

#breadcrumbs {
	border-bottom: 1px dotted #ccc;
}

.viewCart th,
.viewCartShort th,
.payPlan th,
.summaryCart th,
.shippingInfo th,
.billingInfo th,
.billingTable th,
.shippingTable th,
.paymentInfo th,
.signinTable th,
.paymentMethodTable th {
	background-color: #e3b340;
}

.viewCart td, .viewCartShort td, .payPlan td, .summaryCart td, .shippingInfo td, .billingInfo td, .paymentInfo td {
	border-top-color: #FCE0A0;
}

.viewCart, .viewCartShort, .payPlan, .paymentInfo, .shippingInfo, .billingInfo, .shippingTable, .billingTable, .signinTable, .summaryCart, .paymentMethodTable {
	outline: 1px solid #FCE0A0;
}

@media only screen and (max-width: 1024px) {
	#wrapper, #header, #topNav {
		width: 960px;
	}

	#topNav li {
		display: block;
		padding-bottom: 10px;
	}

	#SEARCH_CART_COUNT {
		top: 50px;
	}

	#contentProductDetail {
		width: 68%;
	}

	#productImage img {
		width: 100%;
	}
}

@media only screen and (max-width: 960px) {
	#wrapper, #header, #topNav,
	#contentWide {
		width: 900px;
	}
}

@media only screen and (max-width: 768px) {
	#leftBar,
	#content {
		float: none;
		width: 100%;
	}

	#contentProductDetail {
		width: 94%;
		margin-left: 0;
		margin-bottom: 20px;
	}

	body {
		padding: 0 20px;
	}

	#wrapper,
	#header, #topNav, #contentWide {
		width: 100%;
	}

	#productGrid li {
		width: 45%;
		min-height: 260px;
		height: auto;
	}

 	#productGrid .last {
  		padding: 1%;
  	}

  	#footer {
  		padding-top: 15px;
  		padding-bottom: 15px;
  		height: auto;
  	}

	#SEARCH_CART_COUNT {
	    left: auto;
	    right: 0;
	    top: 0;
	}  
	
	#productDescription,
	#customHomeProductGridTop {
		width: 100%;
	}	

	.checkoutLinksTop {
		position: static;
		margin: 0;
		width: 100%;
		height: auto;
	}

	.checkoutLinksBottom {
		width: 100%;
		height: auto;
	}

	#signinContainer {
		width: 100%;
	}

	#LOGIN .signinTable,
	#REGISTER .signinTable {
		width: 100%;
		margin: 0 auto 20px;
		float: none;
	}

	#signinContainer {
		padding-top: 0;
	}

	#leftBar #nav ul {
		width: 95%;
	}

	#leftBar #nav ul li a {
		width: 100%;
	}
}

@media only screen and (max-width: 700px) {
	#SEARCH_CART_COUNT {
		position: static;
	}

	#topNav li {
		display: inline;
	}
}

@media only screen and (max-width: 480px) {
	#productGrid li {
		width: 98%;
		margin: 1% 0;
	}

	#breadcrumbs ul {
		margin-right: 0;
	}

	.tableContainer {
		overflow-x: scroll;
	}

	#leftBar #nav ul li a {
		width: 96%;
	}	
}

@media only screen and (max-width: 400px) {
	#companyLogoTopBanner img {
		width: 100%;
	}

	.checkoutWithPayPalLink {
		margin-top: 12px;
	}	
}/* PAYPAL CHECKOUT===============================================================*/.checkoutPaypalSmartPaymentButtons { margin: 0 20px 40px 0; float: right; clear: both; background: #fff; padding: 10px;}.checkoutButtonList { float: right; clear: both; width: 960px;}.payPalOption td { width: 220px;}.payPalOption td div { float: left; clear: both;}
