div.clear {
    clear: both;
    float: none;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
}

.rule {
    clear: both;
    float: none;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    background: #CBCBCB;
    margin: 2px 0;
}

.doubleRule {
    clear: both;
    float: none;
    height: 5px;
    line-height: 5px;
    font-size: 1px;
    background: url(/images/sites/41/doubleRule.gif) 0 0 repeat-x;
    margin: 2px 0;
}

#storeHeader {
    border-top: solid #73AC3B 4px;
}

#storeHeader img {
    float: left;
}

#storeHeader .loginArea {
    float: left;
    width: 209px;
}

#storeHeader .loginArea .signIn {
    float: left;
    width: 89px;
    margin-top: 10px;
    color: #c3c3c3;
    background: url(/images/sites/41/dot.gif) repeat-y right;
}

#storeHeader .loginArea .create {
    float: left;
    width: 120px;
    margin-top: 10px;
    color: #C3C3C3;
}

#storeHeader .loginArea .signIn a,
#storeHeader .loginArea .create a {
    text-decoration: none;
    font-weight: bold;
    clear: both;
    display: block;
    color: #333;
}

#storeHeader .loginArea .signIn img {
    border: none;
}

#storeHeader .loginArea .search {
    float: none;
    clear: both;
    margin-top: 33px;
}

#storeHeader .loginArea .search input#srch.terms{
    width: 140px;
    margin-right: 5px;
    color: #7d7d7d !important;
}

#storeHeader .loginArea .search input#search-go{
    margin-bottom: -8px;
}

.marketLogo {
    margin: 0px 10px;
}

#content div.message {
    clear: both;
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

#content div.message div.bad {
    border: solid red 1px;
    background: #D55050;
    color: white;
    font-weight: bold;
    padding: 3px 10px;
}

#content div.message div.good {
    border: solid #4d871d 1px;
    background: #c4f998;
    color: #254708;
    font-weight: bold;
    padding: 3px 10px;
}

#content div.message ul {
    margin: -16px 0 0 0;
    padding: 0px;
    list-style-type: none;
}

#content div.message ul li {
    margin: 0px;
    padding: 0px 0px 3px 22px;
    list-style-type: none;
}

#content div.message div.good ul li {
    background: url(/images/icons/accept.png) no-repeat 0 0 transparent;
}

#body-wrap div#store-nav {
    float:none;
    clear: both;
    border-top: 1px #A4C069 solid;
    border-bottom: 1px #A4C069 solid;
}

div#store-nav ul {
    padding: 0;
    margin: 1px 0px;
    float: left;
    background: url("/images/sites/41/topNavSplit.gif");
}

div#store-nav ul li {
    float: left;
    text-align: center;
    list-style: none;
    margin-right: 3px;
}

div#store-nav ul li.last {
    margin-right: 1px;
}

div#store-nav li a {
    display: block;
    height: 30px;
    text-decoration: none;
    border: none;
}

div#store-nav ul li span{
    visibility: hidden;
}

div#store-nav ul li ul {
    display: none;
}

#breadcrumbs {
  margin: 0 0 10px 0;
  font-weight:bold;
  padding-top: 5px;
}

#breadcrumbs a {
    text-decoration: none;
}

#breadcrumbs a:hover {
    text-decoration: underline  !important;
}

#breadcrumbs img {
    border: none;
    margin-top: -5px;
}

#storeFoot {
    width: 100%;
    background: #EEF0E3;
    padding: 0px;
    margin: 10px 0 5px 0;
}

#storeFoot ul.navlist {
    float: left;
    width: 170px;
    padding: 0px;
    margin: 10px 10px 0px 10px;
    list-style-type: none;
}

#storeFoot ul.navlist a:hover {
    text-decoration: underline;
}

#storeFoot ul.navlist span {
    font-weight: bold;
    color: #666666;
}

#storeFoot ul.navlist.last {
    margin: 10px 0 0 10px;
}


#storeFoot .contact {
    float: right;
}

#storeFoot .contactBox {
    float: right;
    background: #DEE1CC;
    width: 190px;
    height: 151px;
}

#storeFoot .contactBox .title{
    font-size: 15px;
    line-height: 16px;
    margin-left: 10px;
    color: #333;
    font-weight: bold;
}

#storeFoot .contactBox .phone, 
#storeFoot .contactBox .email {
    margin-left: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #333;
}

#storeFoot .contactBox .email {
    margin-top: 13px;
}

#storeFoot .contactBox .email a {
    font-size: 13px;
}
    
#storeFoot .contactBox .phone small, 
#storeFoot .contactBox .email small {
    clear: both;
    display: block;
    color: #666666;
    font-size: 11px;
}

#storeFoot .contactBox .email a:hover {
    text-decoration: underline;
}

/*** MiniCart ***/

div#site_mini_cart {
    position: absolute;
    padding: 0px 0px 10px 0px;
    border-left: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    background: url("/images/sites/41/miniCartGrad.gif") 0 0 repeat-x #3C6111;
    width: 174px;
    font-size: 11px;
    font-family: "Lucida Sans", verdana, helvetica;
    font-weight: 200;
    text-decoration: none;
}

div#site_mini_cart .cart_body{
    /*width: 174px;*/
}

div#site_mini_cart .cart_body .item {
    /*width: 174px;*/
    margin: 1px 10px 5px 10px;
    background: transparent;
    border-top: solid 1px #7CB25A;
    padding-top: 5px;
}


div#site_mini_cart .cart_body .item a {
    color: #B1E289;
    font-family:  "lucida sans";
    font-size: 11px;
    text-decoration: none;
}

div#site_mini_cart .cart_body .item a:hover {
    text-decoration: underline !important;
}

div#site_mini_cart .cart_body .item img {
    border: none;
    margin: 0px 4px -3px 0px;
}

div#site_mini_cart .cart_body .item div.title {
    width: 105px;
    float: left;
}

div#site_mini_cart .cart_body .item span.price {
    float: right;
    font-size: 11px;
    color: #CEEEC9;
    font-weight: bold;
}

div#site_mini_cart .cart_body .total {
    /*width: 174px;*/
    margin: 1px 0px 5px 0px;
    background: #294E0B;
    padding: 3px 10px 3px 26px;
    color: #B1E289;
    font-family:  "lucida sans";
    font-size: 11px;
    
}

div#site_mini_cart .cart_body .total span.price {
    float: right;
    font-size: 11px;
    color: #FFF;
    margin-top: -15px;
    font-weight: bold;
}

#site_mini_cart .cart_foot {
    margin-left:5px;
}

#site_mini_cart .cart_foot a {
    margin: 15px 0px 0px 0px;
    padding: 0px;
}

#site_mini_cart .cart_foot a img {
    border: none;
    margin: 0px;
    padding: 0px;
}

/**** index ****/

#content .indexRotation {
    height: 220px;
}

#content .splitTabs {
  	background: url(/images/sites/41/ruleCorners.gif) bottom no-repeat #FFF;
}

#content .ethos {
    width: 388px;
    min-height: 127px; /*152px;*/
  	background: url(/images/sites/41/ethosBG2.gif) no-repeat transparent;
    padding-top: 22px;
    float: left;
    
}

#content .ethos .title,
#content .indexThird .f5 .title {
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    /*margin-top: 25px;*/
    margin-left: 22px;
}

#content .ethos .text {
    margin-left: 22px;
    margin-right: 15px;
}

#content .ethos .text img {
    border: none;
}

div#our_ethos_expanded {
    position: absolute;
    /*padding: 10px;*/
    padding: 0 5px 5px 0;
    /*border: 3px solid #639E32;*/
    background: #transparent;
    /*background: #000;*/
    /*opacity: 0.25;*/
    width: 373px;
    /*font-size: 11px;*/
    /*font-family: "Lucida Sans", verdana, helvetica;*/
    /*font-weight: 200;*/
    text-decoration: none;
    margin-top: 32px;
    margin-left: 12px;
}
div#our_ethos_expanded .shadow1,
div#our_ethos_expanded .shadow2,
div#our_ethos_expanded .shadow3 {
    padding: 0 1px 1px 0;
}
div#our_ethos_expanded .shadow1 {
    background: #F1F0F1;
}
div#our_ethos_expanded .shadow2 {
    background: #DBDADB;
}
div#our_ethos_expanded .shadow3 {
    background: #B8B6B8;
}

div#our_ethos_expanded .shadowStop{
    padding: 0 5px 5px 10px;
    background: #FFF;
}

div#our_ethos_expanded .title {
    font-weight: bold;
    font-size: 17px;
    margin: 0px 0px 10px 0px !important;
    
    display: none;
}

#content .ethosComp .title {
    font-weight: bold;
    font-size: 17px;
    line-height: 21px;
    /*margin-top: 25px;*/
    margin-left: 17px;
}

#content .ethosComp {
    width: 371px;
    min-height: 127px; /*152px;*/
  	background: url(/images/sites/41/ethosCompBG2.gif) no-repeat transparent;
    padding-top: 22px;
    float: left;
}

#content .ethosComp .image {
    float: left;
    width: 110px;
    margin-right: 5px;
    margin-left: 3px;
    text-align: center;
}

#content .ethosComp .image img {
    border: none;
}

#content .ethosComp .splitter {
    background: #CCC;
    margin: 10px 0px;
    width: 1px;
    float: left;
    height: 80px;
}

#content .scrollTabs {
    margin-top: 5px;
    padding-top: 34px;
    background: url(/images/sites/41/scrollTabsBG.gif) repeat-x transparent;
}

#content .scrollProds {
    padding-bottom: 8px;
    padding-top: 8px;
  	background: url(/images/sites/41/ruleCorners.gif) bottom no-repeat #FFF;
}

#content .scrollProds div.product {
	margin-left: 6px;
	margin-right: 6px;
	width: 206px;
	text-align: center;
	float: left;
}

#content .scrollProds .image img {
    border: none;
}

#content .scrollProds div.product div.title a {
    color: #669837;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
}

#content .scrollProds div.product div.title a:hover {
    text-decoration: underline !important;
}

#content .scrollProds div.product .price {
    /*color: #F46806;*/
    color: #4d4d4d;
    font-weight: bold;
    margin-top: 5px;
}

#content .scrollProds .splitter {
    background: #FFF;
    margin: 10px 0px;
    width: 1px;
    float: left;
    height: 120px;
}

#content .scrollProds .endSplitter {
    background: #CCC;
    margin: 30px 5px;
    width: 1px;
    float: left;
    height: 65px;
}

#content .scrollProds .endSplitter.left {margin-right: 0px;}

#content .scrollProds .endSplitter.right {margin-left: 0px;}

#content .scrollProds .scrollImg {
    background: #CCC;
    margin: 40px 0px;
    float: left;
}

/* Hunter */
#content .scrollProdsInt {
	height: 510px;  /*Desired + height of status (16px) */
	overflow: hidden;
	position: relative;
	/*border: solid blue 1px;*/
    width: 654px;
	float: left;
}

#content .scrollProds #fc,
#content .scrollProds #fc_b {
    height: 180px; /* Desired + height of status (16px) */
    position: absolute;
    z-index: 1001;
    top: 0;
    left: 0;

}

#content .indexThird {
    float: left;
    width: 244px;
    margin-top: 15px;
}

#content .indexThird .featuredVendors,
#content .indexThird .f5,
#content .indexThird .f6 {
    height: 250px;
    width: 244px;
}

#content .indexThird.indexThirdCenter {
    margin-left: 13px;
    margin-right: 13px;
    background: url(/images/sites/41/indexThirdBG.gif) top no-repeat #FFF;
}

/*#content .indexThird .f5,*/
#content .indexThird .f6 {
    background: url(/images/sites/41/indexThirdBG.gif) top no-repeat #FFF;
    
}

#content .indexThird .f5 {
    background: url(/images/sites/41/f5BG.gif) top no-repeat #FFF;
    margin: 2px 2px 0px 2px;
    width: 240px;
    height: 248px;
}

#content .indexThird .f5 .title {
    margin-top: 5px;
    margin-bottom: 10px;
}

#content .indexThird .f5 .product {
    width: 240px;
    height: 75px;
    clear: both;
}

#content .indexThird .f5 .product .image{
    width: 90px;
    height: 70px;
    float: left;
}

#content .indexThird .f5 .product .details {
    width: 130px;
    height: 75px;
    float: left;
    font-weight: bold;
}

#content .indexThird .f5 .product.second { margin-top: 10px; }

#content .indexThird .f5 .product .details { margin-left: 15px;margin-right: 0px; }
#content .indexThird .f5 .product.second .details { margin-left: 0px;margin-right: 15px;text-align: right; }

#content .indexThird .f5 .product .details a {
    /*background: #E8FED7;*/
    color: #729948;
    font-weight: normal;
}

#content .indexThird .f5 .product .details a:hover {
    text-decoration: underline !important;
}

/***** Category ****/

#category .categoryLine {
  height: 22px;
  padding: 10px 20px 0px 10px;
  background: url(/images/sites/41/catLineBG.gif) repeat-x #FFF;
  margin-bottom: 5px;

}

#category .categoryLine .parent {
    font-weight: bold;
    margin: 0px 10px 0px 5px;
    color: #055391;
}

#category .categoryLine .parent a {
  color:#055391;
}

#category .categoryLine .parent a:hover {
    text-decoration: underline !important;
}

#category .categoryLine img {
    margin: 0px 0px -7px 0px;
}

#category .categoryLine .child {
    margin: 0px 7px;
    color: #055391;
}

#category .categoryLine .child a {
    text-decoration: none;
    color: #055391;
}

#category .categoryLine .child a:hover {
    text-decoration: underline !important;
}

#category table.grid {
    width: 760px;
}

#category table.grid div.product {
    margin-left: 5px;
    width: 115px;
    text-align: center;
}

#category table.grid div.product img {
    border: none;
}

#category table.grid div.product div.title a {
    color: #669837;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
}

#category table.grid div.product div.title a:hover {
    text-decoration: underline !important;
}

#category table.grid div.product .price .msrp-price {
    /*color: #a0a0a0;*/
    color: #4d4d4d;
    display: block;
}

#category table.grid div.product .price .price {
    color: #333;
    font-weight: bold;
}

#category table.grid div.product .price .price .label {
    display: none;
}

#category table.grid div.product .price .onsale .price {
    color: #F46806;
    font-weight: bold;
}

#category table.grid div.product .price .onsale .price .label {
    display: inline;
}


#category table.grid td.splitter {
    background: #CCCCCC;
    width: 1px;
    padding: 0px;
    margin: 0px;
}

#category table.grid td.splitter div.splitter {
    width: 1px;
    background: #CCCCCC;
    margin: 0px 0px;
}

#category #category_popup_area,
.indexRotation #homead1_popup,
.indexRotation #homead2_popup,
.indexRotation #homead3_popup {
    position: absolute;
    /*border: 3px solid #639E32;*/
    /*background: #000;*/
    background: transparent;
    /*opacity: .75!important;*/
    width: 273px;
    text-decoration: none;
    margin-top: -142px;
    margin-left: 5px;
    color: #FFF;
    height: 110px;
}

#category #category_popup_area .content,
.indexRotation #homead1_popup .content,
.indexRotation #homead2_popup .content,
.indexRotation #homead3_popup .content {
    opacity: .75;
    background: #000;
    width: 273px;
    text-decoration: none;
    height: 110px;
    padding: 10px;
}

#category #category_popup_area .content a,
.indexRotation #homead1_popup .content a,
.indexRotation #homead2_popup .content a,
.indexRotation #homead3_popup .content a {
    color: #E9AB08;
}

#category #category_popup_area .content a:hover,
.indexRotation #homead1_popup .content a:hover,
.indexRotation #homead2_popup .content a:hover,
.indexRotation #homead3_popup .content a:hover {
    text-decoration: underline !important;
}


/********* Product **************/

#product .left {
    float: left;
    text-align: center;
    width: 400px;
}

#product .right {
    float: left;
    margin-left: 20px;
    width: 300px;
}

#product .dotRule {
    clear: both;
    float: none;
    height: 3px;
    line-height: 1px;
    font-size: 1px;
    background: url(/images/sites/41/dot.gif) repeat;
    margin: 10px 0;
}

#product .left .related {
    padding-bottom: 8px;
    text-align: left;
}

#product .left .related .also, #product .right .teaser-header, #product .right .vendor-header, #product .right .vendor-header a{
  font-weight:bold;
  font-size:14px;
}

#product .left .related .also {
    margin-bottom: 8px;
}

#product .left .related div.product {
    margin-left: 10px;
    margin-right: 6px;
    width: 115px;
    text-align: center;
    float: left;
}

#product .left .related .image img {
    border: none;
}

#product .left .related div.product div.title a {
    color: #669837;
    text-decoration: none;
    font-weight: bold;
    font-family: Arial;
    font-size: 12px;
}

#product .left .related div.product div.title a:hover {
    text-decoration: underline !important;
}

#product .left .related div.product .price {
    /*color: #F46806;*/
    color: #4d4d4d;
    font-weight: bold;
    margin-top: 5px;
}

#product .left .related .splitter {
    background: #CCC;
    margin: 30px 0px;
    width: 1px;
    float: left;
    height: 120px;
}

#product .left .emailFriend {
    margin: 10px auto;
}

#product .left .emailFriend img  {
    border: none;
}

div#more_detail_image {
    position: absolute;
    padding: 10px 20px;
    /*border: 3px solid #eee;*/
    background: #fff;
    font-size: 11px;
}

/*
#product .right .actions form label input,
#product .right .actions form label select {
    float: right;
    width: 200px;
}*/
#product .right .actions .gift_certificate span.header {
    display: block;
    clear: both;
    margin-top: 5px;
    width: 290px;
}

#product .right .actions .gift_certificate input {
    width: 285px;
}

#product .right .actions form label {
    /*clear: both;*/
    display: block;
    margin: 3px 0px;
    width: 185px;
    text-align: right;
}

#product .right .actions form .attributes label select {
    width: 110px;
    margin-left: 5px;
}

#product .right .actions form input.qty {
    width: 15px;
    margin-left: 5px;
    margin-right: 90px;
}

#product .right .actions .addtocart {
    /*margin: 5px 0px 0px 55px;*/
    float: right;
}

#product .right .title {
    color: #222222;
    font-weight: normal;
    font-size: 26px;
    line-height: 30px;
    margin: 10px 0px;
}

#product .right .price {
    /*color: #669837;*/
    color: #4d4d4d;
    font-weight: bold;
    margin: 10px 0px 15px 0px;
    font-size: 21px;
}

#product .right .availability {
    float: right;
}

#product .right .teaser-header,
#product .right .vendor-header {
    margin-bottom: 6px;
}

.form.tellafriend textarea {
    width: 200px !important;
}

/*** Cart ***/
table.cart {
    /*border: 1px solid #ededed;*/
    border: none;
    border-bottom: 1px solid #C3C3C3;
    clear: both;
    width: 760px;
    border-collapse: collapse;
}

table.cart tfoot {
    border-top: 1px solid #C3C3C3;
}

table.cart tfoot a {
    color: #d67d26 !important;
}

table.cart tfoot a:hover {
    text-decoration: underline !important;
}

div.clear { height: 1px; font-size: 1px; line-height: 1px; clear: both; }

div.tax_info { clear: both; font-size: 11px; }

div.cartactions {
    /*background: #f7f7f7;*/
    padding: 5px 0px;
    height: 38px;
    margin-bottom: 0px;
}

div.cartactions img {
    vertical-align: middle;
    float: right;
    margin-left: 10px;
}

div.cartactions a img {
    border: 0;
}

h1.cart-title {
    /*display: none;*/
    width: 255px;
    float: left;
    color: #000;
    font-size: 22px;
    font-weight: normal;
    margin-top: 17px;
    text-transform: uppercase;
}

div.cartactionstop,
div.cartactionsbottom {
    float: right;
    width: 335px;
}

div.cartactionsbottom {
    margin-top: 8px;
}

table.cart tbody tr td {
    padding-top: 10px;
    padding-bottom: 8px;
    /*background: url("/images/sites/23/cart-border.gif") 0 100% repeat-x;*/
    border-top: 1px solid #C3C3C3;
    border-bottom: none !important;
}

table.cart thead th {
    background: #FFF;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #C3C3C3;
}

table.cart thead th.cart_cart_item {
    font-size: 13px;
    text-align: left !important;
}


table.cart tfoot td {
    text-align: left;
    font-weight: normal;
    font-size: 12px;
}

table.cart tfoot tr.border td {
    /*border-bottom: 1px solid #ededed;*/
    border-bottom: none !important;
}

table.cart tbody td.cart_ img {
    font-weight: normal;
    border: none;
    font-size: 13px;
    color: #8A949C;
}

table.cart tbody td.cart_price,
table.cart tbody td.cart_quantity,
table.cart tbody td.cart_total {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #3e3c3c;
}

table.cart tbody td.cart_quantity {
    width: 150px;
    text-align: center;
}

table.cart tbody td.cart_quantity a.remove,
table.cart tbody td.cart_quantity a.update,
table.cart tbody td.cart_quantity input {
    display: block;
    clear: both;
    margin: auto;
}

table.cart tbody td.cart_quantity a.remove,
table.cart tbody td.cart_quantity a.update  {
    padding: 0px;
    font-weight: normal;
    font-size: 11px;
    margin-top: 2px;
    color: #d67d26;
    border: none;
}

table.cart tbody td.cart_quantity a.remove img,
table.cart tbody td.cart_quantity a.update img {
    border: none;
}

table.cart tfoot div.promo-hint {
    padding: 0px;
    font-weight: normal;
    font-size: 11px;
    margin-top: 5px;
    color: #BBB;
}

table.cart a, div#checkout-payment a {
    color: #b94b0a;
}

table.cart tbody td.cart_total {
    text-align: right;
    padding-right: 10px;
}

table.cart thead th.cart_cart_total {
    text-align: right;
    padding-right: 10px;
}

table.cart tfoot div.promo-text {
    float: left;
    margin-right: 55px;
}

table.cart tfoot div.promo-text span {
    font-weight: bold;
}

table.cart tbody span.avail_on {
    font-size: 12px;
    text-align: left;
    font-weight: bold;
    color: #7D8080;
    display: block;
}

table.cart input#cart_promocode {
    border: 1px solid #98999a;
    width: 70px;
    height: 20px;
    margin-right: 10px;
}

table.cart tfoot .promo-button .update{
    margin-bottom: -13px;
}

table.cart tfoot td.numbers {
    text-align: right;
    vertical-align: top;
    font-weight: bold;
    color: #000;
}

table.cart tfoot tr td {
    border-bottom: none;
}

table.cart tfoot tr.bgfill td {
    background-color: #f2f2f2;
}

table.cart tfoot tr.header td {
    font-size: 16px;
    color: #000;
    /*background: #FFF;*/
    font-weight: bold;
    border-top: 1px solid #C3C3C3 !important;
    border-bottom: none;
}

table.cart tfoot tr.footTop td {
    border-top: 4px solid #C3C3C3 !important;
    padding: 10px 0px;
}

table.cart tfoot tr.footTop td.promo {
    text-align: right;
}


table.cart tfoot tr.header td {
    padding: 10px;
}

table.cart tfoot td.header {
    background: none;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    
}

table.cart tfoot td.pad,
table.cart tfoot td.header {
    padding-left: 10px;
    padding-top: 5px;
}

table.cart tfoot td.right_cell {
    text-align: right;
}

table.cart tbody td.cart_quantity input {
    border: 1px solid #DDD;
    width: 35px;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    background: #EFE;
    margin-bottom: 5px;
}

/****************************** SEARCH *********************************************/
img{
  border:0;
  vertical-align:middle;
}

div#search-title{
  font-size:20px;
  margin:10px;
}

div.search-results form, div.search-results h3.search-result-title{
  display:none;
}

div#search_results table.sr_table{
  display:inline!important;
  border-collapse:collapse;
}

div#search_results table.sr_table thead td{
  background:url(/images/sites/41/pagination_background.jpg) 0 0 repeat-x;
  font-weight:bold;
}

div#search_results table.sr_table tr td{
  border-top:1px solid gray;
}

div#search_results table.sr_table td{
  padding:10px 5px 10px 5px;
}

div#search_results table.sr_table td.image{
  width:110px;
}

div#search_results table.sr_table td.name{
  width: 275px;
}

div#search_results table.sr_table td.cat{
  width:75px;
}

div#search_results table.sr_table td.avail{
  width:90px;
}

div#search_results table.sr_table td.price{
  width:60px;
}

div#search_results table.sr_table td.button{
  width:90px;
}

div#search_results table.sr_table td.name a{
  color:#65a133;   
  text-decoration: none;
}

div#search_results table.sr_table td.name a:visited{
  color:#80c04b;
  text-decoration:none;
}

div#search_results table.sr_table td.name a:hover{
  text-decoration:underline !important;
  color:#65a133;
}

div.searchPagination{
  height:20px;
  font-size:12px;
  padding:10px 10px 5px 10px;
  border-top:1px solid gray;
  border-bottom:1px solid gray;
}

div.pagination-links{
  display:inline;
  float:left;
}

div#paginatorL{
  display:inline;
  text-align:right;
  float:right;
}

div#paginatorL .first, div#paginatorL .last, div#paginatorL .paginatorNum{
  border:1px solid gray;
  padding:2px 5px;
  background-color:white;
  font-color:#65a133;
  font-weight:bold;
}

div#paginatorL .paginatorCurrent{
  background-color:#65a133;
  font-weight:bold;
  color:#ffffff!important;
}

div#paginatorL .paginatorCurrent a{
  color:#fff!important;
}

div#paginatorL a.first, div#paginatorL a.last, div#paginatorL .paginatorNum a{
  color:#65a133;
  text-decoration:none;
}


/************ Checkout ****************/
/**** Checkout Indicator ****/


div#checkout-indicator {
    clear: both;
}

div#checkout-indicator span {
    text-align: center;
    margin-right: auto;
	margin-left: auto;
    display: none;
}
/*
#checkout-indicator li#clogin {
    display: none;
}
*//*
div#checkout-shipping li#cshipping, 
div#checkout-billing li#cbilling, 
div#checkout-payment li#cpayment, 
div#checkout-review li#creview {

}
*/

div#checkout-shipping span#cshipping, 
div#checkout-payment span#cpayment, 
div#checkout-review span#creview {
    display: block;
}

/** Checkout **/
div#checkout-shipping, div#checkout-payment {
    /*position: relative;*/
}

div#checkout-payment label.checkbox span {
    width: 150px;
}

div#checkout-payment label.checkbox input {
    border: 1px solid #666666 !important;
    width: 14px !important;
    height: 14px !important;
    margin-left: 0;
}

div#checkout-payment div#gift-order label.checkbox input#gift {
    margin-left: 0;
    width: 12px;
}

div#checkout-shipping div.form {
    width: 47%;
    float: left;
    margin-right: 15px;
    /*border: 1px solid #eaeaea;*/
    padding: 1px;
    margin-top:10px;
}

div#checkout-shipping div.form div {
    margin-bottom: 10px;
}

div#checkout-shipping div.form .must, div#checkout-shipping div.form strong {
    font-weight: bold;
    color: #040304;
}

div#checkout-shipping h3.address-form-header, div#checkout-payment h3 {
    font-size: 14px;
    /*padding: 10px;*/
    color: #040304;
    /*background: #ededed;*/
    margin-bottom: 5px;
}

div#checkout-payment div.addresses h3 {
    background: 0;
}

div#checkout-shipping div.form input, div#checkout-payment div.form input,
div#checkout-shipping div.form select, div#checkout-payment div.form select {
    border: 1px solid #666666;
    margin-bottom: 5px;
    width: 200px;
}

div#checkout-shipping div.form .checkbox input{
    margin: -2px 10px -2px 10px !important;
    padding: 0;
    border: 1px solid #666666;
    width: 14px;
    height: 14px;
    float: left;
    display: block;
}

div#checkout-shipping div.form label span {
    width: 100px;
    display: block;
    float: left;
    clear: left;
}

div#checkout-shipping div.form .checkbox span {
    display: block;
    float: left;
    clear: none;
    width: 200px;
}

div#checkout-shipping div.form span.fieldWithErrors{
  float:left;
  width:200px;
  margin-left:100px;
  margin-top:-15px;
  color: #D55050;
}

div#checkout-shipping div.form label small {
    width: 100%;
    clear: left;
}

div#checkout-shipping div.form label.getemail span {
    width: 175px;
}

div#checkout-shipping div.buttons {
    clear: both;
    float: right;
    /*width: 100%;*/
    background: #FFF;
    padding: 10px;
    text-align: right;
    margin-top: 0px;
    /*border: solid red 1px;*/
}

div#checkout-payment .addresses a {
    display: block;
    margin-top: 10px;
}

/**
div#checkout-payment div.addresses {
    height: 180px;
}
**/

div#checkout-payment div.addresses,
div#checkout-payment div.payment,
div#checkout-payment div.shipping {
    border-bottom: 1px solid #eaeaea;

}

div#checkout-payment .half {
    /*width: 250px;*/
    width: 48%;
    float: left;
    /*border: 1px solid #eaeaea;*/
    padding: 3px;
    font-size: 12px;
    /*font-weight: bold;*/
    color: #666;
}

div#checkout-payment .first {
    margin-left: 10px;
}

div#checkout-payment .payment {
    padding: 3px;
    /*width: 520px;*/
    width: 100%;
}

div#checkout-payment .shipping, div#checkout-payment .addresses {
    /*width: 530px;*/
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0;
}

div#checkout-payment .shipping .clear {
    clear: left;
}

div#checkout-payment .payment .first {
    /*width: 51% !important;*/)
    margin: 0;
}

div#checkout-payment .payment .half label {
    width: 100%;
}

div#checkout-payment .payment .half span {
    width: 100px;
}

div#checkout-payment .payment .half input, div#checkout-payment .payment .half select {
    width: 75px;
    margin-left: 10px;
}

div#checkout-payment .payment .first span {
    width: 100px;
}

div#checkout-payment .payment .first input, div#checkout-payment .payment .first select {
    width: 150px;
    margin-left: 5px;
}

div#checkout-payment .payment .fieldWithErrors small {
    clear: left;
}

div#checkout-payment .payment .half {
    border: 0;
    /*width: 40%;*/
    margin: 0;
}

div#checkout-payment div.addresses, div#checkout-payment div.shipping, div#checkout-payment div.payment {
    margin-bottom: 10px;
}

div#checkout-payment div.shipping p.message {
    margin-top: 15px;
    font-size: 10px;
}

div#checkout-payment .ship-delivery-time, div#checkout-payment .ship-restriction {
    color: #626262;
    display: block;
    margin-left: 20px;
}

div#checkout-payment .ship-text {
    color: black;
}

div#checkout-payment .buttons {
    margin-top: 15px;
    text-align: right;
}

div#checkout-payment div.summary {
    /*float: right;
    width: 170px;
    background: #e7e7e7;*/
    float: none;
    width: 100%;
    background: #F2F2F2;
    /*padding: 10px;*/
    padding-top:5px;
}

div#checkout-payment div.summary h3 {
    background-image: none;
    background: transparent;
    color: #363636;
    margin: 5px 0px 5px 15px;
}

div#checkout-payment div.summary a img {
    margin: 5px 0px 5px 15px;
}

div#checkout-payment div.summary table.cart {
    margin: 0 15px 10px 15px;
    width: 730px !important;
}

div#checkout-payment div.summary table.cart thead th {
    color: #7b7b7b;
    border-top: 0;
    border-bottom: 0;
    padding: 3px;
    text-align: left;
    background: #FFF;
}

div#checkout-payment div.summary table.cart thead th.center {
    text-align: center;
}

div#checkout-payment div.summary table.cart thead th.right {
    text-align: right;
}

div#checkout-payment div.summary table.cart td.right,
div#checkout-payment div.summary table.cart tbody td {
    font-weight: bold;
    font-size: 12px;
    color: #222;
    padding-right: 2px;
}

div#checkout-payment div.summary table.cart td.right {
    text-align: right;
}

div#checkout-payment div.summary table.cart td.center {
    text-align: center;
}

div#checkout-payment div.summary table.cart tfoot tr.order-total td {
    font-size: 12px;
    font-weight: bold;
    border-top: solid px #d9d9d9;
    padding-top: 3px;
}

div#checkout-payment div.summary table.cart tbody td {
    padding: 10px;
    border: 0;
    background: #FFF;
}

div#checkout-payment div.summary table.cart tbody {
    border-bottom: 3px double #d9d9d9;
}

div#checkout-payment table.cart td,
div#checkout-payment table.cart th {
    background: #f7f7f7;
}

div#checkout-payment div.summary table.cart tfoot td {
    /*background: #f7f7f7;*/
    /*text-align: right;*/
    background: transparent;
    margin-top: 2px;
}

div#checkout-payment div.summary span.product-name {
    font-size: 14px;
    font-weight: bold;
    color: #62738a;
}

div#checkout-payment div.summary table.cart tbody tr.prod-amounts td {
    padding-bottom: 5px;
    border-bottom: 1px solid #949494 !important;
}

div#checkout-payment div.summary table.cart tbody tr.last td {
    background-image: none;
}

/***
div#checkout-payment h3.head {
    display: none;
}
***/

div#checkout-payment h1,
div#checkout-payment p.checkout_message  {
    display: none;
}

div#checkout-payment h3.head {
    font-size: 19px;
    color: #4d4d4d;
}

/*
div#checkout-payment p.checkout_message {
*/
div#checkout-payment p.print_this_message {
    display: block;
    float: right;
    width: 48%;
}

div#checkout-payment p.print_this_message img {
    margin-top: 5px;
}

div#checkout-payment .natureVisa {
    width: 760px;
    background:url(/images/sites/41/card_plain.jpg) 0 0 no-repeat #D8EFFF;
    height: 155px;/*126px;*/
}

div#checkout-payment .natureVisa .copy {
    margin: 12px 10px 0px 275px;
    font-size: 11px;
}

div#checkout-payment .natureVisa .copy a {
    text-decoration: underline;
    color: #EF7716;
}

div#checkout-login {
    float: none;
}

div#checkout-login div.half {
    width: 47%;
    float: left;
    margin-right: 15px;
    /*border: 1px solid #eaeaea;*/
    padding: 1px;
    margin-top:10px;
}

div#checkout-login div.half h3#login-header,
div#checkout-login div.half h3#create-header {
    font-size: 14px;
    padding: 0px;
    color: #343434;
}

div#checkout-login div.half div.buttons {
    text-align: right;
    margin-top: 5px;
    margin-right: 20px;
}

div#checkout-login div.form {
    margin-top: 10px;
}

div#checkout-login div.form input,
div#checkout-login div.form select {
    border: 1px solid #666666;
    margin-bottom: 5px;
    width: 150px;
}

div#checkout-login div.form .checkbox input {
    margin: -2px 10px !important;
    padding: 0;
    border: none;
}

div#checkout-login div.form label {
    display: block;
}

div#checkout-login div.form label span {
    width: 80px !important;
    display: block;
    float: left;
}
div#checkout-login div.form label small {
    width: 100%;
}

div#shipping_options_whats_this,
div#promo-whats-this {
    position: absolute;
    top: 50%;
    left: 45%;
    padding: 10px;
    border: 3px solid #eee;
    background: #fff;
    font-size: 11px;
}

div#promo-whats-this {
    width: 240px;
}

div#shipping_options_whats_this h3,
div#promo-whats-this h3 {
    color: #E9AB08;
    font-size: 10px;
    margin: 5px 0px;
}
