                                                                
    /* Layout: Two Column
	Theme: Glow
	glow.css

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

@import url(http://fonts.googleapis.com/css?family=Vollkorn);

body {
	font: 14px/1.2 'Vollkorn', Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
	color: #000000;
	
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #ffffff;
	}




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

#topNav a {
	color: #ce2127;
	}



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

#nav a {
	color: #ffffff;
	font-size: 13px;
	letter-spacing: 1px;
	background-color: #ce2127;
	text-transform: uppercase;
	border-top: 1px solid #ce2127;
	}

#nav a:hover {
	background-color: #ce2127;
	}

.listHeader {
	color: #ce2127;
	background-repeat: no-repeat;
    background-color: #fdf7cc;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

#subCat a {
	color: #ffffff;
	text-transform: none;
	}



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

.price {
	/* Price shown on product details page */
	font-size: 18px;
    font-weight: bold;
  color: #ce2127;
  padding: 200px 0 0px 0;
	}

.priceBold {
    /* Product price in product grid */
	font-weight: bold;
    color: #ce2127;
	}

#productGrid a {
	color: #ce2127;
	}

.subscriptionPrice {
  font-weight: bold;
  
  }

#promoBanner {
	-moz-box-shadow: 0 1px 5px #034c71;
	-webkit-box-shadow: 0 1px 5px #034c71;
	box-shadow: 0 1px 5px #034c71;
	}

#breadcrumbs a {
	color: #ce2127;
	}

#breadcrumbs {
	color: #ce2127;
	}



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

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

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

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

.search, .promoField {
    /* Text fields for search and promo code */
	font: 13px Baskerville Old Face, Baskerville, Palatino Linotype, Georgia, serif;
	color: #999;
	border: 1px solid #ce2127;
	border-radius: 2px;
	}

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

.shippingTable {
	border: 3px solid #ce2127;
	}

.payPlan, .paymentInfo, .shippingInfo, .billingInfo, .shippingTable, .billingTable, .signinTable, .paymentMethodTable  {
	border: 3px solid #ce2127;
  /*  background-image: url(/resources/styledcart/images/glow/one-column/tablebgr.png); */
	} 

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

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

.viewCart td, .viewCartShort td, .payPlan td, .summaryCart td, .shippingInfo td, .billingInfo td, .paymentInfo td {
	border-bottom: 1px solid #fdf7cc;
    /*background-image: url(/resources/styledcart/images/glow/one-column/tablebgr.png); */
	}

.subtotal {
	background-color: #fdf7cc;
	font-weight: bold;
	}

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

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

.forgotPasswordTable td {
    font: 14px/1.2 'Vollkorn',Palatino,"Palatino Linotype","Palatino LT STD","Book Antiqua",Georgia,serif;
    color: #eee;
    }



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

.upsell {
	border: 1px solid #ce2127;
	background-image: url(/resources/styledcart/images/glow/two-column/tablebgr.png);
    }

#upsellContainer img {
	border: 1px solid #ce2127;
	}

.upsellRegPrice {
	font-style: italic;
    }

.subscriptionPrice {
	font-weight: bold;
	}



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

h1 {
    /* Used for product and page headers */
	font-size: 30px;
	font-weight: normal;
	color: #ce2127;
	margin: 0 0 15px 0;
	}

h2 {
    /* Used for product description header */
	font-size: 21px;
	font-weight: normal;
	color: #ce2127;
	margin: 0 0 5px 0;
	}

h3 {
    /* Used for product grid headline */
	font-size: 18px;
	font-weight: normal;
	color: #ce2127;
	border-bottom: 1px solid #ce2127;
	}

h4 {
	font-size: 13px;
	font-weight: normal;
	color: #ce2127;
	}

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

.cartOption {
	color: #bbb;
	}

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



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

a {
	color: #ce2127;
	}

a:hover {
	color: #ce2127;
	}

.searchButton, .continueButton, .cartButton, .codeButton, .formButton  {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
	background-color:#ce2127;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #ce2127;
	display:inline-block;
	color:#333;
	font: bold 11px/1.2 Helvetica, Arial, sans-serif;
	text-decoration:none;
	text-shadow:0px 0px 0px #045e8e;
	}

.searchButton:hover, .continueButton:hover, .cartButton:hover, .codeButton:hover, .formButton:hover  {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #017dbc), color-stop(1, #06577f) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff');
	background-color:#ce2127;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #ce2127;
	display:inline-block;
	color:#333;
	font: bold 11px/1.2 Helvetica, Arial, sans-serif;
	text-decoration:none;
	text-shadow:0px 0px 0px #045e8e;
	}



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

#footer {
	border-top: 1px solid #ce2127;
	color: #d7e9f2;
	}



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

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

















