    
    /* Layout: Two Column
	Theme: Sapphire
	sapphire.css

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

body {
	font: 14px/1.2 Tahoma,Geneva,Kalimati,sans-serif;
	color: #000;
	background-image: url(/resources/styledcart/images/sapphire/one-column/background.png);
	}

#wrapper {
	background-color: #fff;
	}

#wrapperCheckout {
	background-color: #fff;
	}



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

#topNav a {
	color: #00558f;
	}



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

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

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

#nav .last {
	border: none;
	}

#nav a {
	color: #003e65;
	}

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

.listHeader {
	background-color: #00558f;
	color: #ffffff;
	font-weight: bold;
	}



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

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

.subscriptionPrice {
     /* Product/subscription price on product details page */
	font: 18px Trebuchet,"Trebuchet MS", Helvetica, sans-serif;
    color: #333;
	}

#productGrid a {
	color: #333;
	}



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

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

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

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

.search, .promoField {
    /* Text fields for search and promo code */
	font: 13px Trebuchet,"Trebuchet MS", Helvetica, sans-serif;
	color: #999;
	border: 1px solid #00558f;
	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;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}

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

.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 {
	border-bottom: 1px solid #00558f;
	background-color: #dcf0f9;
	}

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

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

#forgotPasswordWindow {
	background-color: #fff;
	}

.cellTall, .cellMedium {
	border-bottom: 1px solid #c6e1e3;
	}

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



/* 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: normal 26px Tahoma,Geneva,Kalimati,sans-serif;
	color: #333;
	letter-spacing: 1px;
	}

h2 {
    /* Used for product description header */
	font: normal 21px Tahoma,Geneva,Kalimati,sans-serif;
	color: #333;
	}

h3 {
    /* Used for product grid headline */
	font: normal 18px Tahoma,Geneva,Kalimati,sans-serif;
	color: #00558f;
	border-bottom: 1px solid #eee;
	}

h4 {
	font: bold 15px Tahoma,Geneva,Kalimati,sans-serif;
	color: #555;
	}

.tableHeader {
	font: bold 13px Tahoma,Geneva,Kalimati,sans-serif;
	color: #555;
	}

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



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

a {
	color: #dd6000;
	}

a:hover {
	color: #dd6000;
	}

 .newsButton, .formButton {
	background-color: #d2edfb;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	text-shadow: 0 1px 0 #ebfeff;
	}

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

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

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



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

#footer {
	background-color: #00558f;
	color: #ffffff;
    border-bottom: 10px solid #fff;
	}



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

.errorMessage {
	color: #dd4949
	}



