/* Layout: One Column
Theme: Glow 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;
	font-size: 12px;
	}

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

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

#header {
	/* The main header that contains your banner or logo */
	width: 960px;
	margin-bottom: 10px;
	}
 h3 {
					font-family: "Open Sans", Arial, sans serif;				
					font-size: 50px;
					line-height: 55px;
					text-align: center;
					font-weight: 300;
					margin-top: 30px;
				}
				
						h3 em {
							font-style: normal;
							font-weight: 700;
							text-decoration: underline;
						}

						.title {
							font-weight: 700;
							color: #f2bb4f;
						}
.message-benefit {
					margin: 30px auto;
					left: 60px; /*compensate for checkmark */
					width: 80%;
					position: relative;
				}
				.message-benefit:after {
					position: absolute;
					content: "\2714";
					font-size: 35px;
					display: block;
					background: #f2bb4f;
					color: white;
					width: 40px;
					height: 40px;
					line-height: 40px;
					left: -100px;
					top:0;
					text-align:center;
					padding: 5px;
					border-radius: 35px;
					-moz-border-radius: 35px;
					-webkit-border-radius: 35px;
				}
				
				.message-benefit em {
					font-style: normal;
					font-weight: 700;
				}
				
		.testimonial {
			width: 100%;
			background: #6D6A69;
			color: white;
			padding: 20px 0;
			margin: 20px 0;
			text-align: center;
			min-width: 1024px; /*to match body width*/
		}
		
				.testimonial em {
					display: inline-block;
					padding: 8px;
					border-radius: 8px;
					-moz-border-radius: 8px;
					-webkit-border-radius: 8px;
					background: #666;
					margin: 0 5px;
					font-style: normal;
					font-weight: 700;
				}
				
				.testimonial p:first-child {
					margin-bottom: 10px;
				}
		
		

#nav {
	width: 960px;
	margin: 10px 0;
	overflow: hidden;
	height: 50px;
	}

#nav ul {
	list-style: none;
	margin: 16px 0 12px 0;
	}

#nav li {
	list-style-image: none;
	display: inline;
	}

#nav li a {
	padding: 14px 40px 14px 40px;
	}

#nav li a:hover {
	padding: 14px 40px 14px 40px;
	}

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



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

#content {
    /* Content wrapper used on browsing pages */
	position: relative;
	width: 960px;
	margin: 30px auto 0 auto;
	}

		
				h2 {
					text-align: center;
                    	color: white;
				}
				
				.contents1 {
					margin: 30px auto;
					text-align: center;
					position: relative;
					left: 33px;
				}
				
						.contents1 .row1 {
							display: block;
							margin-bottom: 15px;
						}
						
						.contents1 .row2 {
							font-size: 80%;
						}
						
						.contents1 li {
							display: inline-block;
							margin-right: 65px;
							position:relative;
						}				
						.contents1 li:after {
							position: absolute;
							content: "\2714";
							font-size: 20px;
							display: block;
							background: #f2bb4f;
							color: white;
							width: 20px;
							height: 20px;
							line-height: 20px;
							left: -33px;
							top:-2px;
							text-align:center;
							padding: 4px;
							border-radius: 15px;
							-moz-border-radius: 15px;
							-webkit-border-radius: 15px;
						}	
						.contents1 .row2 li {
							margin-right: 45px;
						}
						.contents1 .row2 li:after {						
							top:-5px;	
						}
.contents2 {
					margin: 30px auto;
					text-align: left;
					position: relative;
					left: 33px;
				}
				
						.contents2 .row3 {
							display: block;
							margin-bottom: 15px;
						}
						
						.contents2 .row4 {
							font-size: 80%;
						}
						
						.contents2 li {
							display: inline-block;
							margin-right: 65px;
							position:relative;
						}				
						.contents2 li:after {
							position: absolute;
							content: "\2714";
							font-size: 20px;
							display: block;
							background: #f2bb4f;
							color: white;
							width: 20px;
							height: 20px;
							line-height: 20px;
							left: -33px;
							top:-2px;
							text-align:left;
							padding: 4px;
							border-radius: 15px;
							-moz-border-radius: 15px;
							-webkit-border-radius: 15px;
						}	
						.contents2 .row4 li {
							margin-right: 45px;
						}
						.contents2 .row4 li:after {						
							top:-5px;	
						}		
				
	.message-signature {
				text-align: center;
				margin: 20px;
			}
			
				.signoff {
					font-size: 80%;
					margin-top:5px;
				}
			
				.message-signature img {
					display:block;
					margin: 20px auto;
				}
		
		.section-questions {
			margin: 30px auto;
			padding-top: 30px;
			padding-bottom: 30px;
			border-top: 2px solid #ddd;
			border-bottom: 2px solid #ddd;
			width: 70%;			
		}		
		
				.section-questions h3 {
					margin-bottom: 25px;
				}
				
				.section-questions h4 {
					margin: 25px 0 10px 0;
					position:relative;
                    text-align:left;
				}
				
						h4:after {
							position: absolute;
							content: "Q";
							font-size: 30px;
							display: block;
							background: #555;
							color: white;
							width: 30px;
							height: 30px;
							line-height: 30px;
							left: -65px;
							top:-10px;
							text-align:center;
							padding: 10px;
							border-radius: 35px;
							-moz-border-radius: 35px;
							-webkit-border-radius: 35px;					
						}
						


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

#contentProductDetail {
    /* Content wrapper used on product details page */
	position: relative;
	width: 920px;
	margin: 30px auto 0 auto; !important;
    background-color: rgba(255, 255, 255, 0.1);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#22FFFFFF, endColorstr=#22FFFFFF)";
    border-radius: 2px;
    padding: 20px 20px 35px 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 a {
	text-decoration: none;
	}

#productGrid a:hover {
	text-decoration: underline;
	}

.productGridOneCol {
    /* Container for product image and description in product grid */
	position: relative;
	width: 460px;
    height: 250px;
    margin: 0 20px 40px 0;
	float: left;
	}

.productGridOneCol img {
	margin: 0 20px 0 0;
	float: left;
    }

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

.productDescriptionShort {
    /* Paragraph on product details page that contains short product description */
	margin: 0;
	width: 560px;
	}

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

.productImage img {
	float: left;
	}

.subscriptionPrice {
    /* Product/subscription price on product details page */
	margin: 0;
	}

.productImgContainer {
    float: left;
    position: relative;
}

.productOutOfStockBanner {
    bottom: 0;
    height: 42px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 0;
}

.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 20px;
	}

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

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

.productDescriptionFront {
    /* Paragraph for product description in product grid */
	margin: 7px 0 0 0;
	width: 450px;
	}

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

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

.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;
    text-align: center;
    display: block;
	}

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

.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;
	height: 18px;
	}

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

.checkoutTopShort {
	/* Provides top padding for short 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;
	}

.addressTableInfo {
    margin-bottom: 20px;
    padding-left: 15px;
    }

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

.signinTop {
	/* Provides top padding for first form field in sign in form */
	padding: 4px 5px 4px 5px;
	margin: 19px 0 6px 0;
	width: 150px;
	height: 18px;
	}

.signinBottom {
    /* Provides bottom margin for last text field in sign in form */
	padding: 4px 5px 4px 5px;
	margin: 0 0 15px 0;
	width: 150px;
	height: 18px;
	}


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

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


/* 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 {
	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 {
	padding: 10px 10px 10px 15px;
	vertical-align: top;
	}

.payPlan {
	/* Table on view cart page that contains available pay plans */
	width: 300px;
	border-collapse: collapse;
	margin: 46px 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;
	}

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

.financeCharge {
	/* Comment in PayPlan table that displays the finance charge */
	font-size: 10px;
	}

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

.shippingTable {
	/* Table for entering shipping address */
	width: 470px;
	border-collapse: collapse;
	margin: 40px 0 60px 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: right;
	}

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: 360px;
	border-collapse: collapse;
	margin: 0 0 120px 20px;
	text-align: left;
	float: left;
	}

.shippingTable td, .billingTable td {
	border: none;
	padding: 3px 15px 3px 0;
    vertical-align: top;
	}

th.rightAlign {
	text-align: right;
	vertical-align: top;
	padding: 10px 10px 0 0;
    width: 100px; /* Where is this used?? */
    height: 30px;
	}

td.rightAlign {
	text-align: right;
	vertical-align: top;
	padding: 6px 10px 0 0;
    width: 100px; /* Where is this used?? */
    height: 30px;
	}

th.rightAlignTop {
	text-align: right;
	vertical-align: top;
	padding: 20px 10px 0 0;
	width: 150px;
    height: 30px;
	}

td.rightAlignTop {
	text-align: right;
	vertical-align: top;
	padding: 14px 10px 0 0;
	width: 150px;
    height: 30px;
	}

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

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

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

td .rightCell {
	text-align: right;
	}

.summaryCart {
    /* Table that contains content of shopping cart, displayed on summary page */
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
	float: left;
	}

.shippingInfo {
	/* Table on summary page that contains shipping info */
	width: 306px;
	border-collapse: collapse;
	text-align: left;
	margin: 0 21px 80px 0;
	float: left;
	}

.billingInfo {
	/* Table on summary page that contains billing info */
	width: 306px;
	border-collapse: collapse;
	margin: 0 21px 80px 0;
	text-align: left;
	float: left;
	}

.paymentInfo {
	/* Table on summary page that contains pay plan info and scheduled payments */
	width: 306px;
	border-collapse: collapse;
	margin: 0;
	text-align: left;
	float: right;
	}


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

#signinContainer {
    /* Contains sign in tables for exixting users / register new user */
	width: 760px;
	margin: 0 auto;
	}

#summaryContainer {
	/* Container for all three summary boxes */
	width: 960px;
	clear: both;
	}

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

.checkoutLinks {
    /* Container for 'Checkout' and 'Continue Shopping' buttons */
    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 0px 40px;
    text-align: right;
    float: right;
    }

#checkoutLinksSummary {
    /* Container for 'Checkout' and 'Continue Shopping' buttons on summary page */
	width: 300px;
	height: 30px;
	margin: 17px 0 30px 0;
	text-align: right;
	float: right;
    clear: both;
	}


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

#forgotPasswordWindow {
    /* Container for forgot password information */
    width: 400px;
    margin: 40px auto 0 auto;
	padding: 20px;
    }

p.forgotPassword {
    /* Explanation in forgot password window */
	margin: 10px 0 0 0;
	padding: 0;
    font-size: 12px;
	}

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

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

.forgotPasswordTable input {
    /* Form fields in forgot password window */
    padding: 4px 4px 4px 6px;
	margin: 0 0 0 0;
	width: 160px;
	height: 28px;
	}



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

#upsellContainer {
    /* Contains all upsells */
	width: 981px;
	clear: both;
	margin: 20px 0 0 0;
	padding-bottom: 40px;
	}

#upsellcontainer ul {
	}

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

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

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

.upsellItem {
	font-size: 15px;
	font-weight: bold;
	margin-right: 10px;
	}

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

.upsellRegPrice {
    margin: 0 0 5px 0;
    }



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

h1 {
    /* Used for product and page headers */
	margin: 0 0 10px 0;
	}

h1 .shoppingCart {
    /* Headline used in shopping cart */
    height: 35px;
    }

h2 {
    /* Used for product description header */
	margin: 0 0 5px 0;
	}

h3 {
    /* Used for product grid headline */
	margin: 0 0 15px 0;
	padding-bottom: 3px;
	}

h4 {
	margin: 20px 0 5px 0;
	}

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

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

.tableHeader {
	margin: 20px 0 5px 0;
	display: block;
	}

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



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

a {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

.codeButton {
	padding: 6px 15px 6px 15px;
	margin: 0 0 0 15px;
    cursor: pointer;
	}

.cartButton, .formButton {
	padding: 6px 15px 6px 15px;
	margin-top: 10px;
    cursor: pointer;
	}

.continueButton {
	padding: 6px 15px 6px 15px;
	cursor: pointer;
	}

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

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

.payPalPayWithCardInstead, .creditCardPayWithPayPalInstead {
    cursor: pointer;
}

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

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

.upsellButton {
	margin: 1px -5px 0 5px;
	padding: 4px 9px 3px 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;
	}

.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;
    }
/* 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;}
