/* Layout: One Column
Theme: Breeze
breeze.css

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

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

body {
font: 13px/1.5 'Open Sans', "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Calibri, Verdana, sans-serif;
color: #333c4e;
background-color: #fff;
background-image: none;
}

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

#nav {
background-image: url(/resources/styledcart/images/breeze/one-column/breeze-nav-bgr.png);
background-repeat: no-repeat;
background-color: #363839;
}

#nav li a {
color: #fff;
border-right: 1px solid #e6ecdf;
}

#nav li a:hover {
color: #9ea470;
}

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

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

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

.price {
/* Price shown on product details page */
font-size: 18px;
color: #333c4e;
}

.productName {
/* Product name in product grid */
font-size: 18px;
font-weight: bold;
color: #333c4e;
}

.priceBold {
/* Product price in product grid */
font-weight: bold;
color: #333c4e;
font-size: 15px;
}

#productGrid a {
color: #333c4e;
}

#contentProductDetail {
background-color: #fff;
}

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

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

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

.qtyField {
border: 1px solid #dd3333;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
color: #999999;
font-size: 12px;
}

.promoField {
/* Text field for promo code */
font-size: 12px;
color: #999;
border: 1px solid #dd3333;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

.search {
/* Text field for search */
font-size: 12px;
color: #bbb;
border: 1px solid #ddd;
border-radius: 4

	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}

.checkout, .checkoutBottom, .checkoutTop, .checkoutTopShort, .signinField, .signinTop, .checkoutShort, .checkoutShortest {
    /* Form fields */
	border: 1px solid #dd3333;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}

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

.promoCode th {
	border-bottom: 1px solid #dd3333;
    border-top: 1px solid #dd3333;
	color: #50646E;
	}

.viewCart th, .viewCartShort th, .payPlan th, .summaryCart th, .shippingInfo th, .billingInfo th, .billingTable th, .shippingTable th, .paymentInfo th, .signinTable th, .paymentMethodTable th {
	background-color: #dd3333;
    border: 1px solid #dd3333;
	color: #fff;
    font-size: 14px;
	}

.viewCart, .viewCartShort, .payPlan, .paymentInfo, .shippingInfo, .billingInfo, .shippingTable, .billingTable, .signinTable, .paymentMethodTable  {
	border: 1px solid #dd3333;
	background-color: #fff;
	}

.shippingTable td, .billingTable td {
	border: none;
	background-color: #fff;
	}

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

.updateCart {
	font-size: 10px;
	}

.subtotal {
	font-weight: bold;
	}

#forgotPasswordWindow {
    border: 1px solid #dd3333;
    background-color: #fff;
    }

.productQty {
    border: 1px solid #dd3333;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    color: #999999;
    font-size: 12px;
    }

.forgotPasswordTable input {
    border: 1px solid #dd3333;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	}

.forgotPasswordTable td {
     color: #6B6F51;
    font: 13px/1.5 'Open Sans',"Lucida Grande","Lucida Sans Unicode","Lucida Sans",Calibri,Verdana,sans-serif;
     }

.forgotPasswordTable th {
    color: #6C888A;
    }

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



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

.upsell {
	background-color: #fff;
	border: 1px solid #d8e2cd;
	}

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

.upsellRegPrice {
	font-style: italic;
	}



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

h1 {
    /* Used for product and page headers */
	font: normal 26px 'Open Sans';
	color: #333c4e;
	margin: 0 0 15px 0;
	font-weight: bold;
	}

h3 {
    /* Used for product grid headline */
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	font-weight: 700;
	color: #333c4e;
	background-image: url(/resources/styledcart/images/breeze/one-column/breeze-featuredbgr-onecol.png);
	background-repeat: no-repeat;
	height: 37px;
	padding: 6px 0 0 30px;
	margin:  0 0 20px 0;
	width: 960px;
	}

h4 {
	font: bold 14px 'Open Sans';
	color: #333c4e;
	text-transform: uppercase;
	margin: 13px 0 0 10px;
	}

.tableHeader {
	font: bold 13px Baskerville Old Face, Baskerville, Palatino Linotype, Georgia, serif;
	color: #555;
	}

.smallHeader {
	font-size: 15px;
	font-weight: bold;
	color: #50646E;
	}



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

a {
	color: #6c888a;
	}

a:hover {
	color: #6c888a;
	}

.continueButton, .cartButton, .newsButton, .codeButton, .formButton {
	background-color: #697c86;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-family: helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-shadow: 0 1px 0 #4f5e65;
	color: #fff;
	}

.buttonRight a:hover, .buttonLeft a:hover {
	background-color: #50646E;
	color: #fff;
	}

.searchButton {
    background-color: #b1e1e5;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font: bold 12px Helvetica, Arial, sans-serif;
	}

.searchButton a:link {
    !important;
	color: #eee;
	}

.searchButton:hover {
	background-color: #a0d0d4;
	text-decoration: none;
	}

.cartButton, .codeButton, .continueButton, .upsellButton {
    background-color: #697c86;
    color: #FFFFFF;
    border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font: bold 12px Helvetica, Arial, sans-serif;
	}

.cartButton:hover, .codeButton:hover, .continueButton:hover, .upsellButton:hover {
	background-color: #50646E;
	text-decoration: none;
	color: #FFFFFF;
	}



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

#footer {
	background-color: #b3c49e;
	color: #6b6f51;
	}



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

.errorMessage {
	color: #dd4949
	}

/* MDR
===============================================================*/

body{
 background: #efefef; 
}

#wrapper{
    background: white !important;
    display: block;
    border 1px solid red !important;
    -webkit-box-shadow: 0 0 25px 5px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 25px 5px rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 25px 5px rgba(50, 50, 50, 0.75);
    padding-bottom: 20px !important;
    margin-bottom: 20px !important;
}

#companyLogoTopBanner{
  text-align: left;
}

#nav{
  background: #dd3333;
  height: auto !important;
  border-bottom: 8px solid #dd3333;
  padding: 0 !important;
}

#nav a{
    padding: 0 !important;
}

#nav ul{
    text-align: center;
}
  
#nav ul li{
  display: inline-block !important;
  zoom: 1;
  *display: inline;
  float: none;
  height: auto !important;
  margin: .25em !important;
  padding: none !important;
}

#nav ul li a, #nav ul li a:hover{
  display: block;
  padding: .5em !important;
  border: none;
  color: white;
  font-size: 1.5em;
  height: auto !important;
}

#nav ul li a:hover{
    background: #791813;
}

#footer {
	background-color: #363839;
	color: white;
	}
