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

Controls fonts, colors and images.
===============================================================*/

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

body {
	font: 16px/1.5 'Roboto Condensed', sans-serif;
	color: #4C4C4C;
    font-weight: 300;
	/*background-image: url(/resources/styledcart/images/sapphire/one-column/cart/background.png?b=1.45.0.52);*/
	}

td { 
	font: 16px/1.5 'Roboto Condensed', sans-serif;
    color: #4C4C4C;
    font-weight: 300;
    }

#wrapper {
	background-color: #fff;
	}

#wrapperCheckout {
	background-color: #fff;
	}

.clear { clear: both; }

.container { max-width: 960px; width: 100%; margin: 0 auto; display: table; }

.col03, .col04, .col05, .col06, .col07, .col08, .col09 { float: left; }
.col03 { width: 30%; }
.col05 { width: 50%; }
.col07 { width: 70%; }
.col09 { width: 90%; }

#productDetails{padding: 20px 20px 30px 20px !important;}

.cartButton{position: relative;top: 10px;}

#productDescription h2:after{content: "*";}


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

#nav {
	/*background-color: #b3e1e4; */
	}

#nav li a {
	/*background-color: #b3e1e4;*/
	border-right: 1px solid #fff;
	}

#nav li a:hover {
	/*background-color: #addadd;*/
	}

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

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



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

.productName {
     /* Product name in product grid */
	font-size: 18px;
	color: #d71920;
    line-height: 1.3;
	}

.productTable td { padding: 6px !important; }

.subscriptionPrice {
    font-weight: bold;
    }

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

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

#productGrid a {
	color: #333;
    text-decoration: none;
	}

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

.productGridOneCol {
	}

#productDescription div {
  margin: 10px 0;
}

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

.search, .promoField {
    /* Text fields for search and promo code */
	font: 13px 'Roboto Condensed', sans-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, .productQty, .qtyField  {
	/* Form fields used in checkout forms */
	border: 1px solid #c6e1e3;
	}

.shippingTable {
	border: 1px solid #e0e9ea;
	}

.viewCart, .summaryCart, .payPlan, .paymentInfo, .shippingTable, .billingTable, .signinTable, .paymentMethodTable  {
	border: 1px solid #e0e9ea;
	}

.shippingInfo, .billingInfo {
    outline: 1px solid #e0e9ea;
    }


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

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

.viewCart td, .viewCartShort td, .payPlan td, .summaryCart td, .shippingInfo td, .billingInfo td, .paymentInfo td {
	border-top: 1px solid #e0e9ea;
	}

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

.financeCharge {
    font-size: 12px;
    color: #999;
    }

.forgotPassword {
    font-size: 11px;
    }



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

.upsell {
	background-color: #f0f6f6;
	border: 1px solid #e0e9ea;
}

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

.upsellRegPrice {
	font-style: italic;
	}



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

h1 {
    /* Used for product and page headers */
	font-size: 30px;
    font-weight: 300;
	color: #4C4C4C;
	letter-spacing: 1px;
	}

h2 {
    /* Used for product description header */
	font-size: 21px;
    font-weight: 300;
	color: #4C4C4C;
	}

h3 {
    /* Used for product grid headline */
	font-size: 24px;
    font-weight: 300;
	color: #d71920;
	}

h4 {
	font-size: 15px;
	color: #555;
	}

.tableHeader {
	font-size: 14px;
    font-weight: bold;
	color: #555;
	}

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



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

a {
	color: #d71920;
	}

a:hover {
	color: #d71920;
	}

 .newsButton, .formButton {
	background-color: #b1e1e5;
    border: 2px solid #d71920;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	text-shadow: 0 1px 0 #ebfeff;
    font: normal 15px 'Roboto Condensed', sans-serif;
	}

.buttonRight a:hover, .buttonLeft a:hover {
	color: #4e6364;
	}

.searchButton, .cartButton, .codeButton, .continueButton, .upsellButton {
    background-color: #fff;
    border: 2px solid #d71920;
    border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font: normal 15px 'Roboto Condensed', sans-serif;
	}

.searchButton:hover, .cartButton:hover, .codeButton:hover, .continueButton:hover, .upsellButton:hover {
    border: 2px solid #d71920;
	background-color: #d71920;
    color: #fff;
	text-decoration: none;
	}



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

#footer {
	background-color: #303030;
	color: #ccc;
    padding: 25px 0 0;
	}

#footer .footer-disclaimer {
   margin-top: 25px;
   padding: 15px 0;
   border-top: 1px solid #d71920;
   background-color: #353535; 
  color: #ccc;
  font-size: 13px;
}

#footer .footer-disclaimer .col07 { text-align: left; }
#footer .col05 { font-size: 16px; }
#footer .footer-disclaimer .col03 { text-align: right; }


#footer .footer-disclaimer a { color: #ccc; }
#footer .footer-disclaimer a:hover { color: #999; }


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

.errorMessage {
	color: #d44;
	}
