/*--Initial styles--*/
*
{
    margin: 0;
    padding: 0;
}
html
{
    height: 100%;
}
body
{
    background: #FFF;
    color: #525252;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
    text-shadow: 0 0 1px rgba(0,0,0,0.1);
    position: relative;
}
a
{
    text-decoration: none;
    color: #525252; 
}
a:hover
{
    text-decoration: none;
}
a img
{
    border: none;
}
.clear:after
{
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}
.clear
{
    min-height: 1px;
}
table
{
    border-collapse: collapse;
}
ul
{
    list-style: none;
}
ol
{
    list-style-position: inside;
}
input,
select,
button,
textarea
{
    color: #525252;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 20px;
}
.fl_right
{
    float: right !important;
}
.fl_left
{
    float: left !important;
}
.fl_clear
{
    overflow: hidden;
}
.f_bold
{
    font-weight: 700 !important;
}
.bg_none,
.bg_none td
{
    background: none !important;
}
.brd_none,
.brd_none td
{
    border: none !important;
}
.ta_cent
{
    text-align: center;
}
.ta_left
{
    text-align: left !important;
}
.ta_right
{
    text-align: right;
}
.wrapper
{
    width: 900px;
    margin: 0 auto;
    padding: 1px 0;
}
.f_red
{
    color: #D00;
}
/*--Common styles--*/
.sup_hdr
{
    background: #1A1E22;
    color: #E3CDA4;
    font-size: 11px;
    line-height: 14px;
    text-align: center;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    padding: 5px 0 3px;
    border-bottom: 1px solid #111417;
    overflow: hidden;
}
.sup_hdr span
{
    margin: 0 24px;
    position: relative;
}
.sup_hdr span::before
{
    width: 8px;
    height: 8px;
    position: absolute;
    top: 4px;
    left: -28px;
    content: "";
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #C77966;
}
.hdr
{
    background: url(/images/bg_hdr.png) repeat center -23px;
    height: 100px;
}
.logo
{
    float: left;
    margin: 22px 0 0;
}
.hdr_cart
{
    background: url(/images/cart_spr.png) no-repeat left -68px;
    float: right;
    margin: 32px 0 0 46px;
    padding: 0 0 0 35px;
    font-size: 11px;
    line-height: 17px;
    color: #7E827A;
}
.hdr_cart:hover
{
    background: url(/images/cart_spr.png) no-repeat left -1px;
    color: #fff;
}
.hdr_cart strong
{
    display: block;
}
.hdr_cart a
{
    color: #7E827A;
}
.hdr_cart:hover a
{
    color: #FFF;
}
.srch_cnt
{
    float: right;
    background: url(/images/dash_vert_dbl.png) repeat-y right top;
    margin: 30px 0 0;
    padding: 6px 47px 3px 0;
}
.srch_txt
{
    border: none;
    background: url(/images/delim_hor.png) repeat-x left bottom;
    color: #7E827A;
    font-style: italic;
    padding: 5px 9px;
    margin: 0 8px;
}
.srch_btn
{
    background: url(/images/btn_srch_hover.png) no-repeat;
    border: none;
    width: 22px;
    height: 22px;
    position: relative;
    top: 3px;
}
.nav
{
    background: url(/images/bg_hdr.png) repeat center bottom;
    height: 46px;
}
.nav ul
{
    margin: 0 -27px;
    text-transform: uppercase;
}
.nav li
{
    float: left;
    padding: 13px 22px 12px;
    position: relative;
}
.nav li::before
{
    position: absolute;
    top: 16px;
    left: -1px;
    content: "";
    width: 2px;
    height: 14px;
    background: url(/images/delim_vert.png) repeat center;
}
.nav li:first-child::before
{
    display: none;
}
li.login_pt
{
    float: right;
}
li.login_pt span
{
    margin-right: 12px;
    cursor: pointer;
    color: #7E827A;
}
li.login_pt::before
{
    top: 12px;
    left: -1px;
    width: 2px;
    height: 22px;
    background: url(/images/dash_vert_dbl.png) repeat center;
}
li.login_pt a:last-child
{
    margin-left: 16px;
}
#pp_login_form
{
    position: absolute;
    top: 45px;
    right: 0;
    display: none;
    background: #616967;
    z-index: 100;
    border-bottom: 1px solid #ACB0A8;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    -moz-box-shadow: 0 6px 8px -4px #000;
    -webkit-box-shadow: 0 6px 8px -4px #000;
    box-shadow: 0 6px 8px -4px #000;
}
#pp_login_form ul
{
    margin: 0;
    text-transform: none;
    padding: 8px 20px;
}
#pp_login_form li
{
    padding: 6px 0;
    float: none;
}
#pp_login_form li::before
{
    display: none;
}
#pp_login_form a 
{
    float: left;
}
#pp_login_form a em
{
    display: block;
    margin-top: -7px;
    font-style: normal;
    position: relative;
}
.nav a
{
    color: #FFF;
}
.nav a:hover
{
    color: #E3CDA4;
}
.reg_txt
{
    font-size: 14px;
    line-height: 17px;
    padding: 4px 10px 5px;
    border: 1px solid #D7D7D7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.reg_btn
{
    float: right;
    color: #FFF;
    background: #C97E6D;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 4px 20px 5px;
    border: none;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    cursor: pointer;
}
.prod_list div
{
    display: none;
    background: #616967;
    border-bottom: 1px solid #ACB0A8;
    position: absolute;
    top: 45px;
    left: 10px;
    width: 900px;
    padding: 14px 17px 17px;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    -moz-box-shadow: 0 6px 8px -4px #000;
    -webkit-box-shadow: 0 6px 8px -4px #000;
    box-shadow: 0 6px 8px -4px #000;
    z-index: 110;
}
.prod_list:hover div
{
    display: block;
}
.prod_list a:first-child
{
    position: relative;
    padding-right: 17px;
}
.pl_arw::before
{
    position: absolute;
    top: 4px;
    right: 0;
    content: "";
    border-top: 6px solid #C77966;
    border-left: 5px solid transparent;
    border-right: 6px solid transparent;
}
.prod_list ul
{
    margin: 0;
}
.prod_list li
{
    float: left;
    padding: 0;
    width: 20%;
}
.prod_list li:before
{
    display: none;
}
.prod_list li ul
{
    margin-right: 10px;
}
.prod_list li li
{
    width: 100%;
    margin: 4px 0;
}
.prod_list li a
{
    padding: 4px 12px 4px 30px;
    font-size: 14px;
    line-height: 26px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.prod_list li a::before
{
    width: 8px;
    height: 8px;
    position: absolute;
    top: 9px;
    left: 10px;
    content: "";
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #E3CDA4;
}
.prod_list li a:hover
{
    background: #555752;
    border-top: 1px solid #3E403C;
    border-bottom: 1px solid #989C93;
}
.prod_list li a:hover::before
{
    background: #ED7F5D;
}
div.prod_list
{
    background: #616967;
    border-bottom: 1px solid #ACB0A8;
    padding: 14px 17px 17px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 6px 8px -4px #000;
    -webkit-box-shadow: 0 6px 8px -4px #000;
    box-shadow: 0 6px 8px -4px #000;
    margin: 26px 0;
}
div.prod_list a
{
    color: #FFF;
}
div.prod_list a:hover
{
    color: #E3CDA4;
}
div.slider
{
    margin-top: 22px;
    margin-bottom: 22px;
    height: 350px;
}
.bests_cnt
{
    margin: 24px 0 34px;
}
.bests_cnt li
{
    float: left;
    width: 205px;
    height: 231px;
    margin-left: 26px;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}
.bests_cnt li:first-child
{
    margin-left: 1px;
}
.bests_cnt li:hover::before
{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: url(/images/brand_grad.png) repeat-x center bottom;
}
.bests_cnt div
{
    position: absolute;
    bottom: 11px;
    left: 50%;
    width: 186px;
    margin: 0 0 0 -93px;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    line-height: 15px;
    display: none;
}
.bests_cnt li:hover div
{
    display: block;
}
.bests_cnt strong
{
    font-size: 16px;
    line-height: 24px;
}
.bests_cnt a
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 20;
}
.gray_bg
{
    background: #EBEBEB;
    padding: 18px 0;
    color: #616967;
}
.comm_txt 
{
    margin: 18px 0;
}
.comm_txt ul
{
    margin: 5px 0 10px 20px;
}
.comm_txt img.fl_right
{
    margin-left: 20px;
}
.comm_txt p
{
    text-indent: 20px;
    margin: 6px 0;
}
.comm_txt h2
{
    margin: 6px 0 6px 20px;
    font-size: 14px;
}
.comm_txt a
{
    text-decoration: underline;
}
.lnk_top
{
    text-align: right;
}
.lnk_top a
{
    color: #703030;
    text-decoration: underline;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.lnk_top a:hover
{
    text-decoration: underline;
}
.footer
{
    background: #2F343B;
    border-top: 1px solid #313131;
    position: relative;
    color: #595F66;
    font-size: 12px;
    line-height: 15px;
    padding: 0 0 35px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    margin: 40px 0 0;
}
.footer::before
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-top: 1px solid #505863;
    content: "";
}
.ftr_nav
{
    background: url(/images/dash_hor_transp.png) repeat-x center bottom;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 26px;
}
.ftr_nav li
{
    float: left;
    padding: 20px 30px 23px;
}
.ftr_nav li:first-child
{
    padding-left: 0;
}
.ftr_nav a
{
    color: #FFF;
}
.ftr_nav a:hover
{
    color: #E3CDA4;
}
.headl_brd_l,
.headl_brd_l2
{
    font-weight: bold;
    border-left: 7px solid #C77966;
    padding: 0 0 0 6px;
    margin: 34px 0 24px;
    text-transform: uppercase;
}
.headl_brd_l
{
    font-size: 16px;
    line-height: 16px;
    padding-top: 2px;
}
.headl_brd_l2
{
    font-size: 20px;
    line-height: 20px;
    padding-top: 2px;
}
.prod_row
{
    margin: 12px 0 13px;
    text-align: center;
}
.prod_row li
{
    border: 1px solid #DFE4DB;
    width: 203px;
    margin-left: 26px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    float: left;
}
.prod_row.clear.first{
    margin-top: 24px;
}
.prod_row li:first-child
{
    margin-left: 1px;
}
.prod_row .img_cnt
{
    height: 222px;
    width: 200px;
    margin: 18px auto 14px;
}
.prod_row .img_cnt img
{
    max-width: 200px;
    max-height: 222px;
}
.prod_row a
{
    margin: 0 10px;
    color: #C77966;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
}
.prod_price
{
    color: #616967;
    font-size: 12px;
    line-height: 15px;
    border-top: 1px dashed #C6C6C6;
    margin: 8px 12px;
    padding: 14px 0 7px;
}
.prod_price .f_l{
    font-weight: bold;
}
.aud{
    text-align: center;
}
.prod_price .f_l em{
    font-weight: normal;
}
.prod_price span
{
    font-size: 15px;
    color: #703030;
    padding: 0 0 0 14px;
}
.prod_item.clear > p{
    padding-left: 40px;
}
.prod_price p{
    line-height: 31px;
}
.prod_row h2, .fixed_h2{
    min-height: 42px;
    display: block;
}
.prod_price span em{
    text-decoration: none;
    font-size: 13px;
    color: #616967;
}
.prod_price form
{
    margin: 10px 0 0;
    display: block;
}
.orange_btn{
    font-weight: bold;
    color: #c77966 ;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 7px 0 6px;
    display: block;
    width: 45%;
    border: 2px solid #c77966;
    background: #fff; 
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    font-style: normal;
    margin: 0 auto;
}
.cart_tbl .f_bold > span, .headl_brd_l.brd_none > span:first-child, .cart_total > span > span:first-child{
    color: #703030;
}

.gray_btn
{
    font-weight: bold;
    color: #FFF ;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 9px 0 8px;
    display: block;
    width: 80%;
    border: none;
    background: #898989; 
    cursor: pointer;
    font-size: 14px;
    line-height: 17px;
    font-style: normal;
    margin: 0 auto;
}
a.gray_btn:hover
{
    color: #FFF;
}
.lside_main
{
    float: left;
    width: 669px;
}
.lside_main > p{
    margin: 2px 0;
}
.rside_main
{
    float: right;
    width: 205px;
}
.lside
{
    float: left;
    width: 205px;
}
.rside
{
    float: right;
    width: 669px;
}
.prod_item
{
    border: 1px solid #DFE4DB;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 35px 0 28px;
    padding-right: 20px;
}
.prod_item form{
    min-width: 179px;
}
.prod_img
{
    float: left;
    width: 160px;
    height: 220px;
    margin: 18px 17px 18px 20px;
    text-align: center;	
}
.prod_img img
{
    max-width: 160px;
    max-height: 220px;
}
.prod_item h1
{
    color: #703030;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    margin: 22px 0 6px;
    text-transform: uppercase;
}
.prod_list_lnk
{
    position: relative;
    color: #515151;
    font-size: 14px;
    padding: 0 0 0 10px;
}
.prod_list_lnk:hover
{
    text-decoration: underline;
}
.prod_list_lnk::before
{
    position: absolute;
    top: 2px;
    left: 0;
    border-left: 5px solid #525252;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    content: "";
}
.prod_item_price
{
    border-bottom: 1px dashed #C6C6C6;
    border-top: 1px dashed #C6C6C6;
    font-size: 12px;
    padding: 20px 0 14px;
    margin: 14px 0;
}
.prod_item_price p
{
    margin: 7px 0;
}
.prod_item_price strong
{
    font-size: 18px;
}
.prod_item_price strong span
{
    font-size: 20px;
    color: #C77966;
}
.prod_item_price em
{
    color: #C6C6C6;
    font-style: normal;
    margin: 0 12px;
}
.prod_qty 
{
    margin: 25px 0 29px;
}
.prod_qty *
{
    float: left;
}
.prod_qty select
{
    width: 58px;
    margin: 12px 13px 0 11px;
}
.prod_qty input
{
    margin-left: 32px;
}
.prod_qty span
{
    margin-top: 13px;
}
.prod_qty .gray_btn
{
    width: auto;
    padding: 9px 20px 8px;
    margin: 6px 0 0 36px;
}
.ppl_list
{
    background: #EBEBEB;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    padding: 2px 30px 12px;
    margin: 24px 0;
}
.ppl_list li
{
    border-top: 1px dashed #D1D1D1;
    padding: 24px 0;
}
.ppl_list li:first-child
{
    border: none;
}
.ppl_list img
{
    display: block;
    margin: 0 auto;
}
.ctg_dscr
{
    color: #616967;
    margin: 28px 0 50px;
}
.ctg_dscr table
{
    width: 50%;
    float: left;
    background: #F6F6F6;
}
.ctg_dscr td
{
    padding: 10px 10px 10px 30px;
}
.ctg_dscr tr td:first-child
{
    border-right: 1px solid #FFF;
    position: relative;
}
.ctg_dscr tr td:first-child::before
{
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: #DBDBDB;	
}
.ctg_dscr div
{
    float: left;
    width: 50%;
}
.gray_row td
{
    background: #EBEBEB;
}
.ctg_dscr tr:nth-child(odd) td
{
    background-color: #EBEBEB;
}
.bcrumb_cnt
{
    text-transform: uppercase;
    margin: 28px 0;
}
.bcrumb_cnt a
{
    padding: 0 16px 0 0;
    margin-right: 7px;
    position: relative;
    text-decoration: underline;
}
.bcrumb_cnt a::before  
{
    border-left: 5px solid  #C77966;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    content: "";
    position: absolute; 
    right: 0;
    top: 2px;
} 
.faq_list
{
    list-style: decimal inside;
    font-size: 15px;
    line-height: 18px;
    margin: 23px 0 43px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.faq_list a
{
    color: #703030;
}
.faq_list a:hover
{
    text-decoration: underline;
}
.faq_list li
{
    margin: 7px 0;
}
.marg_lr20
{
    margin: 0 20px;
}
.faq_dl
{
} 
.faq_dl dt
{
    padding: 0 0 0 38px;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #2F343B;
    margin: 25px 0 13px;
    font-weight: 600;
}
.faq_dl dt::before
{
    content: "Q";
    position: absolute;
    left: 12px;
    top: 1px;
    color: #703030;
    font-size: 14px;
    font-weight: 600;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.faq_dl dd
{
    padding: 0 0 0 38px;
    position: relative;
    margin: 13px 0;
}
.faq_dl dd::before
{
    content: "A";
    position: absolute;
    left: 12px;
    top: 0;
    color: #333;
    font-size: 14px;
    font-weight: 600;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.acc_tbl
{
    width: 100%;
    text-align: left;
    color: #000;
}
.acc_tbl th
{
    color: #898989;
    text-transform: uppercase;
    padding: 13px 10px 14px 30px;
    border-bottom: 1px solid #DFE4DB;
    font-weight: 400;
}
.acc_tbl td
{
    padding: 13px 10px 14px 30px;
    border-bottom: 1px dashed #C6C6C6;
}
.inp_comm
{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #FFF;
    border: 1px solid #ABABAB;	
    padding: 8px 10px 6px;
    color: #333;
}
textarea.inp_comm
{
    height: 78px;
}
.f_red .inp_comm
{
    background: #F7E7E7;
    border: 1px solid #B21116;
}
.f_r{
    float: right;
}
.f_l{
    float: left;
}
.inp_list
{
    margin: 5px 20px 0 30px;
}
.inp_list li
{
    float: left;
    width: 100%;	
    margin: 8px 0 0;
}
li.marg_delim
{
    padding: 13px 0 !important;
    margin-top: 4px;
}
.inp_list em
{
    width: 270px;
    float: left;
    text-align: right;
    font-style: normal;
    color: #2F343B;
    font-size: 15px;
    margin: 8px 15px 0 0;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.f_red em
{
    color: #B21116;
}
.inp_list .inp_comm
{
    margin: 0 10px 0 0;
    width: 260px;
    float: left;
}
.inp_list select
{
    float: left;
    margin: 4px 10px 0 0;
    width: 283px;
    height: 30px;
    color: #000;
    padding: 3px;
}
select.date1
{
    width: 70px;
}
select.date2
{
    width: 108px;
}
select.date3
{
    width: 84px;
}
.inp_list p
{
    overflow: hidden;
    margin: 9px 0 0;
}
.inp_list label
{
    cursor: pointer;
    font-weight: bold;
    font-size: 15px;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
}
.inp_list a
{
    color: #2F343B;
    font-weight: bold;
    text-decoration: underline;
}
.inp_list .gray_btn
{
    float: left;
    width: auto;
    padding: 9px 25px 8px;
    margin: -7px 12px 0 0;
}
form .gray_btn{
    width: 100%;
    line-height: 26px;
    margin-bottom: 3px;
}
/*Cart*/
.cart_wrap
{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #DFE4DB;
    margin-bottom: 40px;
}
.cart_nav
{
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    color: #ABABAB;
    width: 96%;
}

.cart_nav td
{
font-size:13px;
padding:14px 10px 13px;
}

.cart_nav a
{
    color: #2F343B;
    text-decoration: underline;
}
.cart_nav a:hover
{
    text-decoration: none;
}
.cart_nav strong
{
    color: #C77966;
}
.cart_inner
{
    border-top: 1px solid #DFE4DB;
    padding: 10px 35px 40px;
}
.cart_tbl
{
    width: 100%;
    text-align: center;
    color: #525252;
    font-size: 13px;
    line-height: 16px;
}
.cart_tbl th
{
    border-bottom: 2px solid #D3D3D3;
    font-weight: normal;
    padding: 16px 10px 17px;
    font-size: 13px;
    line-height: 16px;
}
.checkout_total.no_bord{
    text-align: left;
}
.checkout_total.no_bord .ta_right{
    text-align: right;
}
.cart_tbl th:first-child
{
    text-align: left;
    padding-left: 4px;
}
.cart_tbl td
{
    border-bottom: 1px dashed #C6C6C6;
    padding: 11px 10px 13px;
}
.cart_tbl .checkout_total td{
    padding: 3px 3px 5px;
}
.cart_tbl .no_bord td{
    border: 0 !important;
}
.cart_tbl tr td:first-child
{
    padding-left: 4px;
    text-align: left;
    text-transform: uppercase;
}
.cart_tbl .f_bold
{
    font-size: 13px;
}
.cart_tbl img
{
    cursor: pointer;
}
.cart_tbl select
{
    width: 54px;
}


.inusd
{
    color: #898989 !important;
    font-size: 12px;
}
sup
{
    font-size: 11px;
}
/*.f_bold > span:first-child,
.headl2 > span:first-child
{
    display: block;
}*/
.f_bold .inusd,
.headl2 .inusd
{
    font-size: 13px;
}
.cpn_msg
{
    margin: 18px 0;
}
.cpn_msg *
{
    float: right;	
}
.cpn_msg span
{
    margin: 9px 8px 0;
}
.cart_total
{
    margin: 0 0 16px;
    font-size: 16px;
    line-height: 20px;
    padding: 16px 20px 15px;
    color: #3C3C3C;
    text-transform: uppercase;
    background: #F8F8F8;
    text-align: right;
    border-top: 2px solid #D3D3D3;
    border-bottom: 2px solid #D3D3D3;
}
.cart_total span
{
    font-size: 16px;
    font-weight: bold;
}
.cart_total span:first-child
{
    margin-left: 10px;
}



.cart_btns
{
    margin: 21px 12px 27px 30px;
}
/*.cart_btns .blue_btn
{
    width: auto;
    padding-left: 50px;
    padding-right: 50px;
}*/
.cart_btns a
{
    color: #898989;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: bold;
    margin: 19px 20px 7px 10px;
}
.cart_btns a:hover
{
    text-decoration: none;
}
.cart_btns a.gray_btn
{
    color: #FFF;
    padding: 4px 14px 3px;
}
.cart_remove
{
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
}
.cart_remove::before
{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: url(/images/cart_remove_hover.png) no-repeat center;
    display: none;
}
.cart_remove:hover::before
{
    display: block;
}
.cart_intr
{
    border-bottom: 1px solid #EBEBEB;
    color: #898989;
    font-size: 14px;
    line-height: 17px;
    padding: 0 20px;
}
.cart_intr p
{
    margin: 16px 0 0;
}

.blue_btn
{
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 8px 28px;
    border: none;
    background: #C97E6D; 
    cursor: pointer;
    white-space: nowrap;
}
/*.prod_descr input.blue_btn
{
    display: block;
}*/
.acc_list
{
    margin: 10px 0;
}
.acc_list li
{
    padding: 3px 10px 8px;
    margin: 6px 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.acc_list li:hover
{
    background: #9A9A9A;
}
.acc_list li a
{
    font-weight: bold;
}
.acc_list li:hover a,
.acc_list li:hover p
{
    color: #FFF;
}
.acc_list p
{
    font-size: 13px;
    line-height: 16px;
    margin-top: 1px;
    color: #898989;
}
.acc_list a:hover
{
    text-decoration: none;
}
.acc_intr
{
    color: #000;
    margin: 23px 30px;
}
.acc_intr span,
.acc_intr strong
{
    margin: 0 14px 0 0;
}











/*.cart_cond
{
    position: fixed;
    top: 334px;
    left: 50%;
    margin-left: 511px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 38px 1px 1px;
    text-align: center;
    font-size: 12px;
    line-height: 15px;
    background: #D7D7D7 url(/images/comm/icon_cart.png) no-repeat center 9px;
    -moz-box-shadow: 0 2px 8px -6px #000;
    -webkit-box-shadow: 0 2px 8px -6px #000;
    box-shadow: 0 2px 8px -6px #000;
}
.cart_cond li
{
    margin: 1px 0 0;
    background: #EBEBEB;
    padding: 5px 10px 6px;
}
.cart_cond strong
{
    display: block;
    color: #000;
    font-size: 18px;
    line-height: 22px;
    margin-top: 1px;
}

.login_cnt
{
    position: relative;
}
.lc_btn
{
    display: block;
    width: 238px;
    float: right;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    padding: 5px 0;
    margin: 10px 0;
}
.lc_btn:hover
{
    text-decoration: none;
    border-color: #2E3192;
    background: #2E3192; 
}
a.lc_btn
{
    position: relative;
    z-index: 40;
}
div.lc_btn div
{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 30;
    text-align: left;
    display: none;
}
/*div.lc_btn:hover div
{
    display: block;
}*/
.lc_btn ul
{
    background: #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.8);
    padding: 9px 20px;
    margin: 60px 0 0;
}
.lc_btn li
{
    margin: 11px 0;
}

.lc_btn li a
{
    font-size: 14px;
    line-height: 18px;
    text-transform: none;
    font-weight: normal;
    float: left;
    margin: 9px 30px 0 0;
}
/*.srch_cnt
{
    background: #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 21px;
    padding: 8px 0 6px;
}
.srch_cnt input
{
    float: left;
    margin-top: 2px;
}
.srch_cnt input:first-child
{
    border: none;
    background: #FFF;
    margin: 0 16px;
    width: 427px;
}*/
.adv_srch
{
    width: 536px;
    margin: 0 auto;
}
.adv_srch .inp_comm
{
    width: 300px;
}
.adv_srch .blue_btn
{
    width: 100px;
    margin-top: -1px;
}
/*.nav_main
{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}
.nav_main td
{
    padding: 13px 24px 14px;
    position: relative;
}
.nav_main td::before
{
    content: ".";
    position: absolute;
    top: 23px;
    left: -2px;
    width: 5px;
    height: 5px;
    background: #D7D7D7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 0;
    line-height: 0;
}
.nav_main td:first-child::before
{
    display: none;
}
.nav_main td a
{
    text-decoration: none;
}*/
.nm_prods
{
    margin: -13px -24px -14px;
    padding: 13px 24px 14px;
    position: relative;
}
.nm_prods div
{
    display: none;
    position: absolute;
    top: 53px;
    left: 0;
    width: 1004px;
    z-index: 20;
    text-align: left;
    font-weight: normal;
}
.nm_prods:hover div
{
    display: block;
}
.nm_prods .prod_cols
{
    background: #FFF;
    margin: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 7px -1px rgba(0, 0, 0, 0.8);
}
.nm_prods .prod_cols a:hover
{
    text-decoration: underline;
}
.nm_prods span
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 6px 16px;
    margin: 0 -16px;
    color: #2E3192;
}
.nm_prods:hover span
{
    background: #2E3192;
    color: #FFF;
}
/*.main_cnt
{
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #EBEBEB;
    padding: 20px;
}
.samps_cnt
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background: #D7D7D7;
    margin: 0 0 14px;
}
.samps_cnt table
{
    width: 96%;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}
.samps_cnt td
{
    padding: 17px 24px;
    position: relative;
}
.samps_cnt td::before
{
    content: ".";
    position: absolute;
    top: 27px;
    left: -2px;
    width: 5px;
    height: 5px;
    background: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 0;
    line-height: 0;
}
.samps_cnt td:first-child::before
{
    display: none;
}
.samps_cnt td a
{
    color: #555;
}
.samps_cnt a strong
{
    color: #000;
}
.headl1
{
    font-weight: 600;
    font-size: 30px;
    line-height: 34px;
    color: #000;
    margin: 14px 0 23px;
}
.headl2
{
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000;
    text-transform: uppercase;
    margin: 13px 0 16px;
}
.headl3
{
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
    color: #000;
    margin: 23px 0 21px;
}

.wht_rnd
{
    background: #FFF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 1px 0;
    margin: 23px 0;
}*/
.prod_cols
{
    border-top: 1px solid #EBEBEB;
    margin: 16px 0 0;
    padding: 0 0 0 33px;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}
.prod_cols li
{
    float: left;
    width: 220px;
    margin: 0 0 0 11px;
}
.prod_cols ul li 
{
    float: none;
    margin: 19px 0;
    width: auto;
    padding: 0 0 0 17px;
    position: relative;
}
.prod_cols ul li::before
{
    content: ".";
    position: absolute;
    top: 8px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #2E3192;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 0;
    line-height: 0;
}
.prod_cols a
{
    color: #000;
}
.prod_cols a:hover,
.prod_cols a:hover strong
{
    color: #2E3192;
}
.prod_cols strong
{
    color: #b21116;
}
.gray_rnd
{
    background: #D7D7D7;
    padding: 1px 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.warn_cnt
{
    font-size: 14px;
    line-height: 20px;
    padding: 9px 20px 12px;
}
.warn_cnt p
{
    margin: 5px;
}

.ctg_list
{
    margin: 20px 0;
}
.ctg_list li
{
    float: right;
    width: 49.5%;
    margin-left: 1%;
    background: #FFF;	
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 0 0 20px;
}
.ctg_list li:first-child
{
    margin-left: 0;
    float: left;
}
.ctg_name
{
    color: #2E3192;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
    border-bottom: 1px solid #EBEBEB;
    text-align: center;
    padding: 14px 10px 16px;
    margin: 0 0 20px;
}
.ctg_img
{
    width: 200px;
    margin: 0 10px;
    text-align: center;
    font-size: 0;
    line-height: 0;
    float: left;
}



.ctg_dscr p
{
    padding: 0 17px;
    text-align: left;
    font-size: 14px;
    text-indent: -12px;
    line-height: 17px;
    color: #898989;
    margin: 7px 0 0;
}

.top_list li strong span{
    display: inline;
    color: #898989;
    font-size:22px;
    line-height: auto;
    border-top: 0;
}
.top_list li strong p{
    color: #898989;
	font-size: 14px;
	line-height: 17px;
	margin: 7px 0 0;
	padding: 2px 22px;
	text-align: left;
	text-indent: -12px;
	font-weight: normal;
	text-transform: none;
}

/*.offr_list
{
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    border-top: 1px solid #EBEBEB;
    padding: 30px 19px 0;
}
.offr_list li
{
    float: left;
    width: 165px;
    margin: 0 10px 20px;
}
.offr_img
{
    height: 102px;
    margin-bottom: 17px;
}
.offr_img img
{
    height: 100%;
    width: auto;
}
.offr_list a
{	
    text-transform: uppercase;
}
.offr_list span
{
    display: block;
    font-size: 20px;
    line-height: 24px;
    color: #B21116;
    font-weight: 600;
}*/







.reg_list
{
}
.reg_list p
{
    font-size: 12px;
    line-height: 15px;
    margin-top: 2px;
}





.acc_t_brd
{
    border-top: 1px solid #EBEBEB;
    padding: 13px 30px 0;
    margin: 0 0 15px;
}
.acc_t_brd span
{
    color: #898989;
    text-transform: uppercase;
}
.acc_t_brd a
{
    margin-left: 16px;
}
.acc_adr_list
{
    margin: 15px 30px 35px;
    line-height: 30px;
}
.acc_adr_list li
{
    float: left;
    width: 100%;
}
.acc_adr_list em
{
    float: left;
    width: 126px;
    margin-right: 10px;
    font-style: normal;
    text-align: right;
}
.acc_adr_list strong
{
    overflow: hidden;
    display: block;
    color: #000;
}

.pgr
{
    text-align: center;
    padding: 0 20px;
    margin: 33px 0;
}
.pgr a,
.pgr em
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #000;
    background: #EBEBEB;
    padding: 5px 12px 5px 11px;
}
.pgr a:hover
{
    text-decoration: none;
}
.pgr em
{
    margin: 0 18px;
}
.pgr span
{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #FFF;
    background: #898989;
    font-weight: 600;
    padding: 5px 12px 5px 11px;
}
a.pgr_prew
{
    float: left;
    background: url(/images/comm/pgr_l.png) no-repeat;
    width: 42px;
    height: 32px;
    padding: 0;
    margin: -3px 0 0;
}
a.pgr_next
{
    float: right;
    background: url(/images/comm/pgr_r.png) no-repeat;
    width: 42px;
    height: 32px;
    padding: 0;
    margin: -3px 0 0;
}
.rev_lists
{
    width: 70%;
    margin: 20px auto;	
}
.rev_lists ul
{
    width: 30%;
    border: 1px solid #ebebeb;
}
.rev_lists li.headl_brd_l{
    font-size: 13px;
    line-height: 48px;
    background-color: #ebebeb;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    padding: 0;
}
.rev_lists > ul{
    width: 218px;

}
.rev_lists li{
    line-height: 16px;
    padding: 2px 25px;
}
.marg_delim{
    border-top: 1px dashed #ebebeb;
}
/*--Print--*/
.print_tbl
{
    width: 96%;
    margin: 20px auto 40px;
}
.print_tbl th
{
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 6px 20px;
}
.print_tbl th:first-child,
.print_tbl td:first-child
{
    border-left: 0;
}
.print_tbl td
{
    border-left: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 4px 20px;
    font-size: 14px;
}

