body {
    background: #302720;
    font-family: Helvetica, "Helvetica Nue", Arial, Sans-Serif;
    font-size: 12px;
    color: #333333;
    min-width: 1000px;
    
}

/*    
body, #wrapper {
    background: white url(/Source/images/grid.png) top center repeat-y !important;
}
*/

#wrapper 
{
    background: white url(../images/background.gif) top center repeat-x; 
    clear:both;
}
#header 
{
    background: url(../images/header-bkgrd.gif) top left no-repeat;
}

#container {
    width: 1000px;
    margin: 0 auto;
}

#earlybird { background: #555; }
#earlybird .wrapper { float: left; width: 500px; text-align: right; }
#earlybird .EarlyLink {float: left; width: 500px; }


#earlybird .container { width: 1000px; margin: 0 auto; }

#earlybird i 
{
    clear:both;
    display:block;
    height: 4px;
    background: transparent url(../../../images/scallop.png) repeat-x bottom left;
    margin-bottom: -4px;
    position:relative;
    z-index:10;
}

#earlybird a 
{
display: inline-block;
color: #fff;
padding: 4px;
margin: 3px 4px;
}

#earlybird a:hover { text-decoration: underline; color: #ececec; }

#earlybird a#earlybirdbutton 
{
float: left;
color: #ccc;
text-decoration: none;
background: transparent url(../../../images/earlybirdcolor.png) no-repeat 5px center;
padding-left: 30px;
}

#earlybird a#earlybirdbutton:hover { color: #fff; text-decoration: underline;}

#header,
#nav,
#promo,
#sidebar-left,
#sidebar-right,
.home .category,
.home .wide
{
    margin-left: 5px; /* margin not consolidated for inheritance */
    margin-right: 5px;
    position: relative;
}

#header .info {
    float: right;
    text-align: right;
    padding: 10px 0 0 0;
    color: #666666;
}

#header .info a {
    color: #485e23;
    text-decoration: none;
}

#header .info a:hover { text-decoration: underline; }

#header .info p.Title
{
color: #362008;
font-size: 22px;
letter-spacing: -0.04em;
margin-top: 6px;
}

#logo {
    float:left;
    padding: 12px 0;
}
#logo a { 
    display: block; 
    background: url(../images/logo.gif) no-repeat;
}

.clear {
    float:none;
    clear:both;
}

.search .search-button, #search .field {
    float: right;
}

.search .search-button {
    background: url(../images/search-button.gif) no-repeat;
    cursor: pointer;
    margin-left: 4px;
}

.search .searchBox {
    width: 18em;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border: 1px solid #9ebfd4;
}

#nav {
    float: left;
    width: 990px;
    margin-bottom: 10px;
    background: #666 url(../images/nav.gif) top right no-repeat;
    font-size: 16px;
    position: relative;
}
#nav ul {
    float: left;
    margin-right: 6em; /* Keeps nav from covering #cart */
}
#nav li  
{
    float:left;
    margin: 4px 0;
    border-right: 1px solid #713a21;
}
#nav li a 
{
    display: block;
    padding: 4px 8px;
    text-decoration: none;
    color: white;
    margin: 0 4.2px;
}
#nav li a:hover 
{
    color: black;
    background: white;
}

#cart {
    width: 4.2em;
    position: absolute;
    right:0;
    top:0;
    bottom:0;
    padding: 11px 20px 0 10px;
    color: #ffffff;
    text-align: right;
    text-decoration: none;
    background: #4a3c22;
    font-weight: bold;
}
#cart img { vertical-align: middle; }
#cart:hover { background: #907e55; }

/* Layout styles */

#sidebar-left,
#sidebar-right,
#main-content,
.home .category {
    float:left;
    position:relative;
}
#main-content .wide {
    clear: both;
}

#promo {
    clear:both;
    border: 0;
    background-color:#939b11;
    border:1px solid #818808;
    color: white;
    text-shadow:1px 1px 1px #818808;
}

.cta {
    border: 1px solid #e2e0dd;
    padding: 10px;
    margin-bottom: 10px;
}

.block 
{
    margin: 0 5px 10px !important;
    border: 1px solid #ddd;
    padding-bottom: 5px;
    clear:both;
    overflow: hidden;
}
.block .head,
.block h3
{
    color: #230; 
    background: #ddd;
    margin: 0 0 10px 0;
    font-size: 17px;
}
.block .head {
    float:left;
    width: 100%;
}
.block .head h3 
{
    float:left;
    width: auto;
    padding: 0;
    margin: 5px 10px;
}
.block h3 
{
    padding: 5px 10px;
}
.block .head a 
{
    font-size: 12px;
    color: #230; 
    font-weight: bold; 
    float:right; 
    margin: 8px 12px 8px 0;
}
.block .body 
{
    padding: 0 5px;
}
.block .cta 
{
    padding: 0 10px;
}

body.home .images .block {
    border: 0;
    clear: none;
    display: block;
    float: left;
    height: 145px;
    text-align: center;
    width: 190px; 
}

#main-content,
#sidebar-left,
#sidebar-right {
    margin-bottom: 10px;
}
#sidebar-left,
#sidebar-right,
.home .category {
    width: 190px;
}

#sidebar-left {
    /*left: -590px; /* = width of #main-content */
}

#main-content {
    width: 590px;
    /*left: 190px; /* = width + margin-right of #sidebar-left */ 
}
.home #main-content 
{
    width: 800px; /* 790 grid + 10 margin */
}
.col1 #main-content {
    float:none;
    clear:both;
    left: 0;
    margin: 0 5px;
    width: auto;
}
.col2 #main-content,
.product #main-content
{
    width: 790px;
    left: 205px; /* 190 grid + 10 sidebar margin + 5 main-content margin */
}
.col3 #main-content
{
    margin: 0 5px;
    left: 200px;
}

.col2 #sidebar-left,
.product #sidebar-left 
{
    left: -790px;
}
.col3 #sidebar-left {
    left: -600px; /* = width of #main-content */
}

.cta {
    padding: 10px;
}
.cta h2, .cta h3, .cta h4 
{
    margin-top:0;
}
.cta.image {
    padding: 0 !important;
    border: 0 !important;
}

#more-products { clear:both; }

h1 {
    font-size: 28px;
    letter-spacing: -1px;
}
h2 { font-size: 26px; }
h3 { font-size: 24px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }

p {
    margin-bottom: 10px;
}

h1 a, h2 a, h3 a, h4 a 
{
    text-decoration: underline;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover 
{
    color: #c8a608;
}

h1,ol,ul { line-height: 100%; }
h2,h4,h5,h6 { line-height: 133%; }
p,li,blockquote { line-height: 150%; }

#features ul { list-style: disc outside; margin-left: 1.5em; }

.image-wrapper 
{
    display:block;
    text-align: center;
    background-color: #fafafa;
    margin:0;
    height: 180px;
    display: block;
}
img { max-width: 100%; max-height: 100%; }

#subnav 
{
    background: url(../images/subnav-bkgrd.gif) #ecf5fb  repeat-x;
}


#promo span {
    font-weight: bold;
    display: block;
    float:left;
    border-right: 1px solid #e2e0dd;
    font-size: 30px;
    line-height: 30px;
    padding: 0 10px 0 6px;
}

#promo small {
    font-size: 18px;
    line-height: 30px;
    padding: 0 0 0 10px;
}

#promo small strong {
    font-weight: bolder;
}

#breadcrumbs, #breadcrumbs a {
    color: #666666;
    text-decoration: none;
}

#breadcrumbs a:hover {
    text-decoration: underline;
}

#footer {
    clear:both;
    background: url(../images/footer-bkgrd.jpg) #2f2820 repeat-x top center;
    line-height: 17px;
}
#footer .container {
    width: 732px;
    margin: 0 auto;
    padding: 60px 0 50px 268px;
    background: url(../images/footer-bkgrd-flower.jpg) no-repeat -8px 0;
    position: relative;
}

#footer .container h4 {
    color: #ffffff;
    font-size: 16px;
    padding: 0 0 3px 0;
}

#footer a {
    color: #f7e38b;
    text-decoration: none;
}

#footer a:hover {
    text-decoration: underline;
}

#footer ul {
    float: left;
    
}
#footer ul li {
    float: left;
    margin-right: 75px;
}
#footer ul ul {
    margin: 0 0 10px 0; 
}

#footer ul ul li {
    float: none;
    margin-right: 0;
}

.footerInfo {
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #3f3224;
    padding: 15px 0 20px 0;
    clear: left;
    width: 1000px;
    margin: 0 auto;
}
 
#sale-specials li,
#bestsellers li,
#more-products li {
    width: 184px;
    float:left;
    margin: 0 5px;
}



#sale-specials .price {
    font-weight: bold;
    color: #cc2602;
}

strike {
    color: #666666;
}



/* Font styles */

a { text-decoration: underline; }
a:hover { text-decoration: underline; }

#subnav  {
    font-size: 14px;
}

#subnav ul {
    padding: 0 0 3px 0;
}

#subnav li {
    font-size: 15px;
    margin-bottom: .75em;
    font-weight: bold;
}
#subnav li li {
    font-size: 12px;
    font-weight: normal;
    list-style: disc inside;
    margin: 5px 0;
}
#subnav li a 
{
    padding: 5px 0;
    text-decoration: none;
}

#subnav li a:hover { text-decoration: underline; }
#subnav p.Title { font-weight: bold; }


.cta.widgets a, a.printIcon  {
    font-size: 12px;
    color: #7f7157;
    text-decoration: none;
    background-repeat: no-repeat;
    padding: 0 4px 2px 20px;
}

.email {    
    background: url(../images/icon-email.gif) 0 2px;
}

.print, .printIcon {
    background: url(../images/icon-print.gif);
}

.share {
    background: url(../images/icon-share.gif);
}

.watermark {
    color: #bc5e0a;
    font-size: 18px;
    font-weight: bold;
    background: #ebeae5 url(../images/need-help-bkgrd.gif) no-repeat scroll 0 0;
    padding-bottom: 0;
} 
.watermark p {

}
.watermark strong {
    display: block;
    color: #362008;
    font-size: 22px;
    letter-spacing: -0.04em;
}

.cta ol 
{
    margin-left: 2em;
}

.cta.topsellers {
    background: url(../images/brown-gradient.gif) repeat-x #884425;
    border: 3px solid #a4601a !important;
    color: #fff;
}

.cta.topsellers h3 {
    font-size: 23px;
    margin: 0 0 .25em 0;
    padding: 0;
    color: #fff;
}

.cta.topsellers ol {
    font-size: 11px;
}

.cta.topsellers ol li {
    padding: 0 0 8px 0;
}

.cta.topsellers a {
    color: #fdec9f;
}

.cta.topsellers a:hover { color: #d2c177; }

.cta.products .info {
    line-height: 16px;
    padding: 0 0 10px 0;
}

.cta.products .button {
    padding: 0 0 10px 0;
}

.cta.testimonial blockquote {
    color: #333;
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    background: url(../images/endquote.gif) no-repeat bottom right;
}

.cta.testimonial blockquote p {
    padding: 0 15px;
    margin: 10px 0 0 0;
    background: url(../images/startquote.gif) no-repeat;
}

.cta.testimonial cite {
    text-align: right;
    color: #6c712e;
    font-style: normal;
    display: block;
    margin: 8px 0;
    font-size: 13px;
}

.cta.testimonial a {
    color: #9c4e06;
}
 

#earlyBird a {
    position: absolute;
    top: 30px;
    left: 0;
    width: 225px;
    height: 60px;
    text-indent: -9999px;
}

/* ie */

.ie #footer .container {
    padding: 60px 0 20px 268px;
}

.ie .footerInfo {
    padding: 10px 0 20px 0;
}

.ie #experience-seller h2 {
    margin-top: 0px;
}

.ie #search .button {
    padding-top: 4px;
}


.productListing 
{
    clear:both;
}
.productListing .productDescription,
.productListing .productPrices 
{
    margin-left: 100px;
}
.productImage { float:left; }

.nextPrev 
{
    text-align: center;
    line-height: 200%;
    clear: both;
}
.nextPrev a,
.nextPrev span
{
    padding: .15em .5em;
    border: 1px solid #333;
    margin: .25em;
    text-decoration: none;
}

.cart-table
{
margin: 20px 0px 0px 0px;
border-top: 1px solid #e3dcca;
border-right: 1px solid #e3dcca;
}

.checkout-table {
    border: 1px solid #e3dcca;
    width: 100%;
}

.checkout-table td
{
/* border: 1px solid red; */
}


.payment-table { width: 100%; }

.checkoutLeft,
.orderSummary 
{
position: relative;
float:left;
margin: 10px 0px 0px 0px;
}

.orderSummary td input
{
color: #333;
max-width: 150px;
}

.checkoutWide 
{
    margin: 10px 10px 0 0;
    width: 790px;
}

.payment-table {
    border: 1px solid #e3dcca;
}

.nextStepBtn {
float: right;
    padding: 15px 0 0 0;
}

.checkout-table td, .payment-table td {
    padding: .4em;
    /*padding: .3em;*/
    vertical-align: middle;
}

.cart-table td {
    padding: .3em .4em .3em .4em;
    vertical-align: top; 
    border-bottom: 1px solid #e3dcca;
    border-left: 1px solid #e3dcca;
}

.cart-table .tdColor {
    background-color: #e2ecf4;
    font-weight: bold;
}

.confirm-table {
    border: 1px solid #e3dcca;
}

.confirm-table h3, .confirm-table h4 {
    font-size: 18px;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.confirm-table h4 {
    font-size: 14px;
    padding: 8px 0 0 0;
}

.confirm-table td {
    padding: .4em;
    *padding: .3em;
}

.cart-table .tbHeader, .checkout-table .tdHeader, .payment-table .tdHeader {
    font-weight: bold;
    font-size: 15px;
    color: #8d4f04;
}

.cart-table .tbHeader, .checkout-table .tdHeader, .payment-table .tdHeader {
    background-color: #ede6d4;
}

.cart-table small, .sub-table .lineSolid em {
    font-size: 11px;
    color: #7d880e;
}

.lineDash td,
.lineSolid td,
.lineTotal td,
.lineGrandTotal td 
{
    border: 0;
}
.lineDash td,
.lineTotal td {
    border-top: 1px dashed #e3dcca;
}
.lineSolid td,
.lineGrandTotal td {
    border-top: 1px solid #e3dcca;
}
.lineTotal td,
.lineGrandTotal td {
    text-align: right;
}
.lineGrandTotal td {
    font-weight: bold;
}

.sub-table .lineSolid em, .checkout-table small {
    color: #666;
    font-style: normal;
}

.billShippingNote {
font-weight: bold;
font-size: 15px;
color: #8d4f04;
}

.sub-table, .sub-table td {
    border: none;
}

.cartItem, .cartItem a {
    text-decoration: none;
    padding: 0 0 8px 0;
}

.privacy small {
    float: right;
    width: 325px;
}

.privacy img {
    float: left;
    width: 20px;
}

.checkout-steps
{
position: relative;
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 25px;
}

.checkout-steps div
{
position: relative;
float: left;
padding: 10px 15px;
width: 298px;
}

.checkout-steps .Checkmark
{
position: absolute;
right: 0px;
top: -5px;
width: 49px;
height: 37px;
background: url(../../../images/checkout-checkmark.png) 0px 0px no-repeat;
}

.checkout-steps span
{
color: #fff;
background: #9c4e06;
margin: 0px;
padding: 0px;
padding: 2px 6px;
margin-right: 5px;

border-radius: 8px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
}

.checkout-steps .Active
{
color: #9c4e06;
background: #ede6d4;
border-right: 1px solid #a29589;
}

.checkout-steps .Off
{
color: #999;
background: #ececec;
border-right: 1px solid #ececec;
}

.checkout-steps .Off span
{
background: #999;
}

.checkout-steps .Complete
{
color: #a29589;
background: #e0dbce;
border-right: 1px solid #a29589;
}

.checkout-steps .Complete span
{
background: #a29589;
}

.clearLeft {
    clear: left;
}

.clearBoth {
    clear: both;
}

.productListItem 
{
    clear: both;
    border-top: 1px dotted #e2e2e2;
}

.productListItem td, .featuredItem td {
    padding: 10px 10px 10px 0 !important;
}

.productListItem a:hover {
    color: #333;
}

.productListItem .area1, .productListItem .area2 {
    border-bottom: 1px dotted #e2e2e2;
}

.productListItem .area1 {
    width: 190px;
    text-align:center;
}

.productListItem small {
    display: block;
    padding: 10px 0 5px 0;
}

.salesPrice {
    font-size: 16px;
    font-weight: bold;
    color: #DD0406;
}

.listPrice s {
    color: #666666;
}

.nextPrev {
    font-size: 12px;
    padding: 5px 0 5px 0;
    text-align: right;
    float: right;
}

.nextPrev a, .nextPrevBottom a {
    padding: 0 4px;
    background-color: #939b11;
    border: 1px solid #818808;
    margin: 0 4px 0 0;
    color: #ffffff;
    text-decoration: none;
    text-shadow:1px 1px 1px #818808;
}

.nextPrev a:hover, .nextPrevBottom a:hover {
    background-color: #b0ba15;
}

.nextPrev span, .nextPrevBottom span {
    padding: 1px 4px;
    margin: 0 4px 0 0;
}

.nextPrev span, .nextPrevBottom span {
    border: none;
}

.nextPrevBottom {
    font-size: 12px;
    padding: 10px 0 0 0;
    text-align: right;
}

#ProductDetail h2 {
    margin: 0;
    padding: 0;
}

#ProductDetail h3 {
    font-size: 13px;
    
}

.quantity-table td {
    padding: 8px 5px 0 0 !important;
    vertical-align: middle;
}

.error, .validationErrors {
    color: #ff0000;
}

.validationErrors ul
{
margin-left: 15px;
}

.validationErrors li
{
list-style: disc;
}


#newsLetterSignup {
    background-color:#f3eed5;
    border:1px solid #cec6b3;
    margin-bottom:10px;
    margin-top:10px;
}
#newsLetterSignup .header {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    border-bottom:1px solid #cec6b3;
    height:22px;
    padding:5px 7px 0;
}
#newsLetterSignup .headerName {
    color:#6e3920;
    float:left;
    font-family: Arial,Helvetica,sans-serif;
    font-size:15px;
    font-weight:bold;
}

.signupframe {
    margin: 0 0 10px 6px;
}

.signupframe td {
    padding: 3px;
}
  
  
#main-content .categoryList {
    width: 135px;
    float: left;
}
.categoryList {
    border:1px solid #e2e0dd;
    margin: 0 10px 10px 0;
    padding: 13px 10px 5px 10px;
    text-align: center;
}
#sidebar-left .categoryList a
{
    max-height: 100px;
    overflow: hidden;
    display: block;
    position: relative;
    text-align: center;
}
#sidebar-left .categoryList a img 
{
    position: relative;
    top: -20px;
}

.categoryList a {
    font-weight: bold;
    text-decoration: none;
}

.categoryName {
    padding: 6px 0 0 0;
}

input.button,
button {
    cursor: pointer !important;
    background-color: #EAEF95;
    color: #434b00;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 9px;
    border: 1px solid #999;

    border-radius:4px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;

    text-shadow: #fff 0 0 4px;
    
    -moz-box-shadow: 0 0  5px #999;
    -webkit-box-shadow: 0 0  5px #999;
    box-shadow: 0 0  5px #999;
    
}
input.button:hover,
button:hover {
    background: #f7facb;
    color: #000;
    border-color: #434b00;

    text-shadow: none;

    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

input[type=text], textarea
{
    border: 1px solid #999;
    padding: 2px;
    font-size: 1.2em;
    color: #222;
    
    border-radius:2px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
}
.cta p label 
{
    display: block;
}


/*  Search  */

.ac_results {
	padding: 0;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0;
	padding: 2px 5px;
	cursor: default;
	display: block;
	background: none;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('../images/ajax-search-loader.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eeeeee !important;
}


.ac_over {
	background-color: #3f7dbd !important;
	color: #ffffff;
	cursor: pointer;
}

.divSalesPrice,
.SalesPrice,
.divSalesPrice p,
.SalesPrice p 
{
    line-height: 175%;
}
.SalesPrice { margin: .5em 0; }

.thumbNails 
{
clear: both;
margin-right: -10px;
}

.thumbNails a {
    margin: 10px 10px 0 0;
    width: 90px;
    height: 90px;
    display: block; 
    float: left;
}

.thumbNails a.last {
    margin-right: 0 !important;
}


.videoThumbs
{
clear: none;
}

fieldset {
    border-top: 1px solid #ddd;
    padding: 10px 0;
    margin: 10px 0;
    float: left;
}
fieldset p { clear: left; }
fieldset label {
    width: 200px;
}
fieldset label {
    display: block;
    float:left;
    padding: 5px 5px 5px 0;
    width: 120px;
}
fieldset label span.hint {
    clear:left;
    width: 400px;
    margin-left: 125px;
    padding-top:0;
    color: #555;
    float: left;
}
fieldset p.button {
    margin-left: 125px;
    clear: left;
    padding-top:10px;
    margin-bottom: 2em;
}
fieldset fieldset.rbl label {
    float: none;
    display:inline;
    padding:0 20px 0 5px;    
}
fieldset td input { vertical-align: middle; margin: 0; }

fieldset fieldset {
    float:left;
    clear:both;
    border: 1px solid #ccc;
    padding: 10px;
}
fieldset fieldset.rbl {
    border:0;
    padding:0;
}

.productImages {
    position: relative;
    display:block;
    text-decoration: none;
}
.productImages:hover {
    text-decoration: none;
}

.productImages:hover .viewLargeIcon {
    display: block;
    width: 100px;
}

.productImages .viewLargeIcon {
    position: absolute;
    left: 50%;
    top: 50%;
    display: none;
    z-index:20;
}

.productImages .viewLargeIcon span {
    position: relative;
    left: -50%;
    /*top: -50%;*/
    background: rgb(180,180,180);
    background: rgba(220,220,220,0.8);
    padding: 5px;
    display:block;
}
.productImages .viewLargeIcon img {
    width: auto !important;
    vertical-align: bottom;
    margin-right: 4px;
}

.productVideos 
{
    position:relative;
}

.videoPlayIcon 
{
    position:absolute;
    left:25%;
    top:12%;
}


table.options { 
    width: 100%;
    border-collapse: collapse;
}
.options td {
    vertical-align: middle;
    padding: 5px;
    border-bottom: 1px dotted #aaa;
}
.options td.productImages {
    padding-left: 0;
}
.options td.buttons {
    padding-right: 0;
    text-align: right;
}
.options td.odd {
    background: #ccc;
}
.options tr:last-child td { border: 0; }
td { display: table-cell !important; }
.options .productImages span {
    left:0;
    top:0;
    width: 100% !important;
    height: 100%;
    padding:0;
    vertical-align: middle;
    text-align: center;
    background: none !important;
}
.options .productImages span img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
}

#shoppingConfidenceDivCart
{
width:600px;
margin: -40px 0px 20px 0px;
}

#shoppingConfidenceDiv
{
clear:both;
width:600px;
margin: 20px 0px 20px 0px;
}

#shoppingConfidenceDivCart img, #shoppingConfidenceDiv img
{
margin-right: 15px;
}

.payment-table td {
    vertical-align: top;
}


.width1, .width2, .width3, .width4, .width5, .width6
{
    margin: 0 10px 0 0;
    float:left;
}
.width1 { width: 90px; }
.width2 { width: 190px; }
.width3 { width: 290px; }
.width4 { width: 390px; }
.width5 { width: 490px; }
.width6 { width: 590px; }
.container, .last { margin: 0; }
.widgets { float: right; width: 168px; }

#productMeta { margin-top: 20px; float: left; width: 790px; }



/*----------------------------*/
/* Website Fixes - March 2011 */
/*----------------------------*/
#productHeader { overflow: hidden; }
#breadcrumbContainer
{
display: inline-block;
width: 430px;
margin: 8px 0px;
overflow: hidden;
}
#backforward { margin-top: 8px; float: right;}
#backforward td { vertical-align: middle; }

.SKU
{
font-size: 11px;
color: #666;
margin-top: -5px;
}

.ProductPrice
{
font-size: 12px;
color: #666;
margin: 15px 0px;
}

.ProductPrice div.Price
{
float: left;
font-weight: bold;
font-size: 17px;
color: #900;
margin-right: 10px;
}

.ProductPrice div.SavingsAlert
{
float: left;
width: 195px;
height: 17px;
margin-top: 3px;
background: url(../images/savingsAlert.gif) 0px 0px no-repeat;
}

.ProductPrice div.List {clear: both; }

.customerRating { margin: 15px 0px; }
.customerRating img { max-width:16px; max-height:16px;}
.CheckoutBox
{
font-size: 12px;
color: #666;
margin: 15px 0px;
background: #ececec;
overflow: hidden;
}

.BoxShipping
{
float: left;
width: 110px;
padding: 10px;
margin-top: 8px;
}

.BoxShipping span
{
font-weight: bold;
font-size: 14px;
color: #900;
}

.BoxStock
{
float: left;
width: 130px;
padding: 10px;
margin-top: 9px;
}

.BoxStock.In { color: #693; text-align: center; }
.BoxStock.Out { color: #666; }
.BoxStock.Out strong { background: url(../images/bullet-error.png) 0px -1px no-repeat; padding: 0px 0px 0px 22px; }

.BoxQty
{
float: left;
color: #333;
width: 190px;
padding: 10px;
background: #ccc;
}

.ProductNotes
{
font-size: 11px;
color: #666;
}

.CartShipping
{
color: #666;
margin: 5px 0px;
}

.CartShipping span
{
display: block;
font-weight: bold;
color: #900;
margin-bottom: 5px;
}


#featuredProductsCTAHead
{
font-size:18px;
font-weight:bold;
color: #333;
}

#main-content #SearchResults #bestsellers li
{
width: 180px;
float:left;
margin: 0px 4px 0px 4px;
}

#SearchResults
{
clear: both;
font-size: 13px;
}

hr
{
height: 1px;
color: #E2E0DD;
margin: 15px 0px;
border: 0px solid #E2E0DD;
background: #E2E0DD;
}

body.IE7 { margin: 0px 0px; }

.Error { color: #900; }


/*----------------------------*/
/* CTAs - March 2011 */
/*----------------------------*/
.CTA
{
position: relative;
color: #666;
margin: 15px 0px;
padding: 12px 10px 2px 10px;
border: 1px solid #ececec;
background: url(../images/side-cta-back.gif) 0px 0px repeat-x;
}

.CTA p { margin: 8px 0px; }

.CTA strong { color: #333; }

.CTA a.Button
{
position: relative;
display: inline-block;
font-size: 16px;
text-decoration: none;
color: #4a5005;
font-weight: bold;
padding: 8px 15px 8px 15px;
border: 1px solid #b5b58a;

background: #c9cd82;
background: -moz-linear-gradient(top, #e5eaae, #a4ab48);
background: -webkit-gradient(linear, left top, left bottom, from(#e5eaae), to(#a4ab48));
filter: progid:DXImageTransform.Microsoft.Gradient( StartColorStr='#e5eaae', EndColorStr='#a4ab48', GradientType=0);

box-shadow: 0px 2px 2px rgba(0,0,0, 0.2);
-webkit-box-shadow: 0px 2px 2px rgba(0,0,0, 0.2);
-moz-box-shadow: 0px 2px 2px rgba(0,0,0, 0.2);
}

.CTA a.Button:hover
{
text-decoration: none;
background: #d3d69d;
background: -moz-linear-gradient(top, #edf1c5, #c7c7a7);
background: -webkit-gradient(linear, left top, left bottom, from(#edf1c5), to(#c7c7a7));
filter: progid:DXImageTransform.Microsoft.Gradient( StartColorStr='#edf1c5', EndColorStr='#c7c7a7', GradientType=0);
}

.CTA.Shipping
{
color: #333;
background: #f2dedd none;
padding: 0px 0px 2px 0px;
border-bottom: 4px solid #ab201a;
}

.CTA.Shipping .Headline
{
position: relative;
background: #ab201a;
height: 38px;
}

.CTA.Shipping img
{
position: absolute;
left: 10px;
bottom: -9px;
max-height: none;
max-height: inherit;
}

.CTA.Shipping p
{
margin: 8px 10px;
}

.CTA.Install { text-align: center; }

.CTA.GoGreen
{
text-align: center;
background: url(../images/side-cta-back-gogreen.jpg) 0px 0px no-repeat;
height: 43px;
padding: 30px 0px 0px 0px;
}

body.IE7 .CTA.GoGreen
{
height: 33px;
padding: 40px 0px 0px 0px;
}

.CTA.Guarantee li
{
font-size: 13px;
color: #333;
font-weight: bold;
list-style: none;
margin: 1px 0px;
padding-left: 15px;
background: url(../images/side-cta-star.png) 0px 3px no-repeat;
}

.CTA.WhyBuy
{
text-align: right;
background: url(../images/side-cta-back-whybuy.jpg) bottom left no-repeat;
}

.CTA.WhyBuy p { margin: 5px 0px 10px 0px; }

.CTA.WhyBuy .Woman
{
position: absolute;
left: 0px;
bottom: 0px;
width: 72px;
height: 81px;
}


/*----------------------------*/
/* Contact Us - March 2011 */
/*----------------------------*/
#ContactUs
{
position: relative;
font-size: 13px;
color: #666;
line-height: 16px;
margin-top: 20px;
width: 585px;
}

#ContactUs table.Normal td
{
padding: 4px 0px;
}

#ContactUs input, #ContactUs textarea, #ContactUs select
{
font-size: 12px;
margin-left: 10px;
}

#ContactUs div
{
margin-bottom: 15px;
padding: 10px 10px 0px 10px;
border: 1px solid #e2e0dd;
}

#ContactUs h5
{
font-size: 14px;
color: #333;
margin: 0px;
margin: -10px -10px 10px -10px;
padding: 4px 8px 4px 8px;
background: #ececec;
}

#ContactPhone
{
float: left;
width: 200px;
min-height: 100px;
margin-right: 15px;
}

#ContactPhone p.Title
{
font-size:18px;
color: #333;
margin-top: -5px;
}

#ContactChat
{
float: left;
width: 326px;
min-height: 100px;
}

#ContactChat input
{
font-size: 12px;
color: #666;
margin-left: 0px;
}

#ContactChat img { margin-bottom: -10px; }
#ContactForm { clear: both; }
#ContactForm input[type="text"] { max-width: 120px; }
/* End Contact */

.CartButton { float: right; margin-top: -3px; }

.CategoryBtnChrome
{
max-height:29px;
max-width:119px;   
}


/* Enable image placeholders */
@-moz-document url-prefix(http), url-prefix(file) {
    img:-moz-broken{
        -moz-force-broken-image-icon:1;
        width:24px;
        height:24px;
    }
}
