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



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

/*--Font Import--*/

@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 400;
  src: local('Merriweather'), url(http://themes.googleusercontent.com/static/fonts/merriweather/v4/RFda8w1V0eDZheqfcyQ4EKRDOzjiPcYnFooOUGCOsRk.woff) format('woff');
}
@font-face {
  font-family: 'Merriweather';
  font-style: normal;
  font-weight: 700;
  src: local('Merriweather Bold'), local('Merriweather-Bold'), url(http://themes.googleusercontent.com/static/fonts/merriweather/v4/ZvcMqxEwPfh2qDWBPxn6nhAPw1J91axKNXP_-QX9CC8.woff) format('woff');
}

body {
	/*font: 14px/1.5 Baskerville, "Baskerville Old Face", Garamond, Palatino Linotype, Georgia, serif;*/
    font: 12px/1.5 Arial;
	color: #555;
	/*background-image: url(/resources/styledcart/images/sapphire/one-column/cart/background.png);*/
background: #fff url(https://dl.dropbox.com/u/842743/baja/images/store-bg.png) repeat-x top center;  font-family: 'Merriweather';
	}f

#wrapper {
	background-color: #fff;
	}

#wrapperCheckout {
	background-color: #fff;
	}



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

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

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

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

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

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



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

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

.productName {
     /* Product name in product grid */
	font-size: 18px;
	font-weight: normal;
	color: #6c888a;
    line-height:20px;
	}

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

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

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

.productGridOneCol {
    overflow: hidden;
	}



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

.search, .promoField {
    /* Text fields for search and promo code */
	font: 13px Baskerville, "Baskerville Old Face", Garamond, Palatino Linotype, Georgia, 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;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	}

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

.payPlan, .paymentInfo, .shippingInfo, .billingInfo, .shippingTable, .billingTable, .signinTable, .paymentMethodTable  {
	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 {
	border-bottom: 1px solid #e0e9ea;
	background-color: #f0f6f6;
	}

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

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

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



/* 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 Baskerville, "Baskerville Old Face", Garamond, Palatino Linotype, Georgia, serif;
	color: #333;
	margin: 0 0 15px 0;
	letter-spacing: 1px;
	}

h2 {
    /* Used for product description header */
	font: normal 21px Baskerville, "Baskerville Old Face", Garamond, Palatino Linotype, Georgia, serif;
	color: #333;
	margin: 0 0 5px 0;
	}

h3 {
    /* Used for product grid headline */
	font: normal 18px Baskerville, "Baskerville Old Face", Garamond, Palatino Linotype, Georgia, serif;
	color: #6c888a;
	border-bottom: 1px solid #eee;
	}

h4 {
	font: bold 15px Baskerville, "Baskerville Old Face", Garamond, Palatino Linotype, Georgia, serif;
	color: #555;
	}

.tableHeader {
	font: bold 13px Baskerville, "Baskerville Old Face", Garamond, Palatino Linotype, Georgia, serif;
	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;
	}

.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 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: #cde5e1;*/

	}



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

.errorMessage {
	color: #dd4949;
	}


