 /* Layout: Two Column
	Theme: Sapphire 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 Merriweather, Georgia, serif;
	color: #555;
	background-image: url(/resources/styledcart/images/sapphire/two-column/cart/background.png?b=1.70.0.585590-hf-202309011538);
	}

td {
	font: 14px/1.5 Merriweather, Georgia, serif;
	color: #555;
    }

#wrapper {
	background-color: #fff;
	}

#wrapperCheckout {
	background-color: #fff;
	}



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

#topNav a {
	color: #6c888a;
	}



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

#nav {
	border: 1px solid #c6e1e3;
	}

#nav li {
	border-bottom: 1px solid #c6e1e3;
	}

#nav .last {
	border: none;
	}

#nav a {
	color: #6c888a;
	}

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

.listHeader {
	background-color: #b3e0e3;
	color: #6c888a;;
	font-weight: bold;
	}



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

.priceBold {
    /* Price shown on home page */
    font-weight: bold;
    color: #555;
    }

.subscriptionPrice {
    font-weight: bold;
    }

.productName {
    color: #6C888A;
    font-size: 16px;
    line-height: 1.3;
    }

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

.productOutOfStockBanner {
    background-color: rgba(211, 211, 211, 0.95);
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

#productGrid a {
	color: #333;
	}

#productGrid img {
    border: 1px solid #ddd;
    }

.productOutOfStock {
	border-color: rgb(194, 194, 194);
	border-style: solid;
	border-width: 1px 0 1px 0;
	display: inline-block;
}

/* 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-size: 13px;
	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, .checkoutInput  {
	/* Form fields used in checkout forms */
	border: 1px solid #c6e1e3;
	}

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

.viewCart, .summaryCart, .payPlan, .paymentInfo, .shippingInfo, .billingInfo, .shippingTable, .billingTable, .signinTable, .paymentMethodTable, .forgotPasswordTable  {
	border: 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, .forgotPasswordTable th {
    background-color: #f0f6f6;
	}

.viewCart td, .viewCartShort td, .summaryCart 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 {
  /* Comment in PayPlan table that displays the finance charge */
	font-size: 10px;
	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: 26px;
    font-weight: normal;
	color: #333;
	letter-spacing: 1px;
	}

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

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

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: #6c888a;
	}

a:hover {
	color: #6c888a;
	}

 .newsButton, .formButton {
	background-color: #b1e1e5;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-shadow: 0 1px 0 #ebfeff;
    font: bold 13px Helvetica, Arial, sans-serif;
	}

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

.searchButton, .cartButton, .codeButton, .continueButton, .upsellButton {
    background-color: #b1e1e5;
    border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	font: bold 13px Helvetica, Arial, sans-serif;
	}

.searchButton:hover, .cartButton:hover, .codeButton:hover, .continueButton:hover, .upsellButton:hover {
	background-color: #9ec8cc;
	text-decoration: none;
	}




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

#footer {
	background-color: #cee1e5;
	color: #6c888a;
    border-bottom: 10px solid #fff;
	}



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

.errorMessage {
	color: #dd4949
	}

 /* PAYPAL SMARTBUTTON
 ============================================================*/
 
 .checkoutLinks, .checkoutLinksBottom, .checkoutButtonList {
     background-color: #fff;
 }

