                                                 
    /* Layout: One Column
	Theme: Glow v.2

The following styles control fonts, colors and background images
===============================================================*/

@import url(https://fonts.googleapis.com/css?family=Merriweather:400,700);    

body {
	font: 14px/1.5  Arial, Georgia, serif;
	color: #000;
	/*background-image: url(/resources/styledcart/images/glow/one-column/cart/glow-bgr.jpg);
	background-position: top center;
	background-repeat: no-repeat;*/
	background-color: #fff;
	}

td {
    color: #003e5d;
    }



/* NAVIGATION
===============================================================*/

#topNav a {
    color: #000;
    }

#topNav a:hover {
    color: #000;
    }

#nav {
	background-color: #28114a;
	/*background-image: url(/resources/styledcart/images/glow/one-column/cart/glow-nav-bgr.png);
	background-repeat: no-repeat;*/
	}

#nav li a {
	color: #fff;
	font-weight: bold;
	/*background-image: url(/resources/styledcart/images/glow/one-column/cart/glow-nav-divider.png);*/
	background-repeat: no-repeat;
    text-transform: uppercase;
    background:#28114a;
	}

#nav li a:hover {
	color: #fff;
	}

#nav a {
	text-decoration: none;
	color: #fff;
	}

#nav a:hover {
	text-decoration: none;
	color: #6c888a;
	}



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

#customHomeProductGridTop img{
    /* Promo Banner on home page */
	-moz-box-shadow: 0 1px 5px #34c71;
	-webkit-box-shadow: 0 1px 5px #034c71;
	box-shadow: 0 1px 5px #034c71;
	}

.subscriptionPrice {
    font-weight: bold;
    }

#breadcrumbs a {
	color: #012d55;
	}

#breadcrumbs {
	color: #cbd9df;
	}

.price {
	/* Price shown on product details page */
	font-size: 18px;
    font-weight: bold;
	}

.productName {
    /* Product name in product grid */
    color: #000;
    font-size: 18px;
    font-weight: bold;
    }

.priceBold {
    /* Product price in product grid */
	font-weight: bold;
color: #fff;
background: #28114a;
width: 100px;
padding: 5px;
text-align: center;
border-radius: 10px;
  
	}

#productGrid a {
	color: #fef7e8;
	}

.optionLabel {
    color: #000;
    }



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

.cartDiscount {
    /* Discount shown in cart */
	color: #d44;
    }

.cartProduct {
    /* Product name in cart */
	font-weight: bold;
    }

.cartThumb {
    border: 1px solid #ddd;
    }

.removeItem {
    /* Remove item link in cart */
	color: #333;
	}

.discountedPrice {
	/* Slashed price in cart */
    text-decoration:line-through;
    }
	
.financeCharge {
    font-size: 11px;
    }

.search, .promoField {
    /* Text fields for search and promo code */
	font: 13px Merriweather, serif;
	color: #999;
	border: 1px solid #c6e1e3;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}

.checkout, .checkoutShort, .checkoutShortest, .checkoutBottom, .checkoutTop, .checkoutTopShort, .signinField, .signinTop, .signinBottom, .productQty, .qtyField {
    /* Form fields */
	border: 1px solid #c6e1e3;
	}

.viewCart, .payPlan, .paymentInfo, .shippingInfo, .billingInfo, .shippingTable, .billingTable, .signinTable, .paymentMethodTable  {
    /* Tables with transparent background */
	border: 1px solid #f6eeda;
    background-color: #fff;
    box-shadow: 0 0 5px #003e5d;
    -moz-box-shadow: 0 0 5px #003e5d;
    -webkit-box-shadow: 0 0 5px #003e5d;
	}

.promoCode th {
	border-bottom: 1px solid #076390;
    border-top: 1px solid #e6ecef;
	}

.promoCode td {
    color: #000;
	}

.tableHeaders{
	color:#28114a;
	}

.viewCart th, .viewCartShort th, .payPlan th, .summaryCart th, .shippingInfo th, .billingInfo th, .billingTable th, .shippingTable th, .paymentInfo th, .signinTable th, .paymentMethodTable th {
    /* Table headers */
	background-color: #f6eeda;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6eeda');
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6eeda));
    background: -moz-linear-gradient(top,  #fff,  #f6eeda);
    background: linear-gradient(to bottom,  #fff,  #f6eeda);
    color: #003E5D;
    border-bottom: 1px solid #ebe3d0;
	}

.viewCart td, .viewCartShort td, .payPlan td, .summaryCart td, .shippingInfo td, .billingInfo td, .paymentInfo td {
    /* Table cells */
	border-bottom: 1px solid #ebe3d0;
    background-color: #fff;
	}

.tableSummary {
    background-color: #fff;
	font-weight: bold;
	}

.subtotal {
    /* Table row that shows subtotal */
	background-color: #034f77;
	font-weight: bold;
	}

#forgotPasswordWindow {
    border: 1px solid #034F77;
    background-image: url(/resources/styledcart/images/glow/one-column/cart/tablebgr.png);
    }

.forgotPasswordTable td {
    font: 14px/1.2 'Merriweather', serif;
    color: #000;
    }

.forgotPasswordTable input {
    border: 1px solid #c6e1e3;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}



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

.upsell {
	border: 1px solid #f6eeda;
	background-color: #fff;
    box-shadow: 0 0 5px #003e5d;
    -moz-box-shadow: 0 0 5px #003e5d;
    -webkit-box-shadow: 0 0 5px #003e5d;
    color: #012d55;
	}

.upsellRegPrice {
	font-style: italic;
	}



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

h1 {
    /* Used for product and page headers */
	font: normal 28px Merriweather, serif;
	color: #28114a;
	}

h2 {
    /* Used for product description header */
	font: normal 18px Merriweather, serif;
	color: #28114a;
	}

h3 {
    /* Used for product grid headline */
	font: normal 18px Merriweather, serif;
	color: #28114a;
    border-bottom: 1px solid #095477;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
	}

h4 {
	font: normal 13px Merriweather, serif;
	color: #f5f1e4;
	}

h5 {
	font-weight: normal;
	font-size: 13px;
	}

.tableHeader {
	font: bold 13px Merriweather, serif;
	color: #012d55;
	}

.smallHeader {
	font-size: 15px;
	font-weight: bold;
	}



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

a {
	color: #a98a40;
	}

a:hover {
	color: #a98a40;
	}

.searchButton, .continueButton, .cartButton, .codeButton, .formButton  {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	border: solid 1px #666;
	background: #444;
	background: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#444444));
	background: -moz-linear-gradient(top,  #777777,  #444444);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#777777', endColorstr='#444444');
    }

.searchButton:hover, .continueButton:hover, .cartButton:hover, .codeButton:hover, .formButton:hover {
	color: #fff;
    background: #444;
	background: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#555555));
	background: -moz-linear-gradient(top,  #888888,  #555555);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#555555');
	text-decoration: none;
    }

.upsellButton {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #000), color-stop(1, #83acc1) );
	background:-moz-linear-gradient( center top, #000 5%, #83acc1 100% );
    background:linear-gradient( center top, #000 5%, #83acc1 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000', endColorstr='#83acc1');
	background-color:#83acc1;
    border: 1px solid #789caf;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display:inline-block;
	color: #012d55;
	font: bold 13px/1.2 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-decoration:none;
	text-shadow:1px 1px 0px #dddddd;
    -moz-box-shadow:    0 0 5px rgba(0,0,0,.1);
    }

.upsellButton:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0189ce), color-stop(1, #076390) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #83acc1 100% );
    background:linear-gradient( center top, #ffffff 5%, #83acc1 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0189ce', endColorstr='#076390');
	background-color:#0189ce;
    border: 1px solid #789caf ;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display:inline-block;
	color: #012d55;
	font: bold 13px/1.2 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-decoration:none;
	text-shadow:1px 1px 0px #dddddd;
    -moz-box-shadow:    0 0 5px rgba(0,0,0,.1);
    }



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

#footer {
	border-top: 1px solid #00314a;
    border-top: 1px solid rgba(0, 0, 0, .2);
	color: #000;
	}



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

.errorMessage {
	color: #d44;
    font-weight: bold;
	}    
