/**
* Alfa-Parfum
*
* @css-for Opera 10.5+, IE6+, Firefox 3.5+, Safari 5+, Chrome 5+
* @cms unknown
* @valid yes
* @author mistadikay
* @email iam@mistadikay.com
* @date 2010.07.17
* @lastmodified 2010.07.21
* @version 1.0
*/

/**
* @section reset
*/
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME,
H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE,
A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE,
DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP,
SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR,
B, U, I, CENTER,
DL, DT, DD, OL, UL, LI,
FIELDSET, FORM, LABEL, LEGEND,
TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD {
    margin: 0;
    padding: 0;
    outline: 0;
    border: 0;
    background: transparent;
    vertical-align: baseline;
    font-size: 100%;
}

TEXTAREA, INPUT, SELECT {
    margin: 0;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 1em;
}

BODY {
    line-height: 1;
}

OL, UL {
    list-style: none;
}

BLOCKQUOTE, Q {
    quotes: none;
}

BLOCKQUOTE:before, BLOCKQUOTE:after,
Q:before, Q:after {
    content: '';
    content: none;
}

:focus {
    outline: 0;
}

INS {
    text-decoration: none;
}

DEL {
    text-decoration: line-through;
}

TABLE {
    border-collapse: collapse;
    border-spacing: 0;
}

::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
* @section base
*/
BODY {
    padding-top: 18px;
    background: #53544F; /* url('/img/bg/ny.jpg') top center no-repeat */
    font: 75%/1.4em Tahoma, 'DejaVu Sans', Geneva, sans-serif;
}

A {
    color: #D12224;
}

A:hover {
    text-decoration: none;
}

#container {
    margin: 0 auto;
    width: 977px;
    background: #F9F1C0 url(../i/coffee-nav.jpg) no-repeat 94% 88%;
}

.b-corners {
    position: relative;
}

.corner {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    background-repeat: no-repeat;
}

.t-r {
    top: 0;
    right: 0;
    background-position: 100% 0;
}

.t-l {
    top: 0;
    left: 0;
}

.b-r {
    right: 0;
    bottom: 0;
    background-position: 100% 100%;
}

.b-l {
    bottom: 0;
    left: 0;
    background-position: 0 100%;
}

.payment .corner {
    background-image: url(../i/corners-payment.png);
}
.clear{
    clear: both;
}

/**
* @section header
*/
#header {
    position: relative;
    padding-bottom: 8px;
    height: 170px;
}

.top-info {
    height: 37px;
    background: #53544F; /* url('/img/bg/ny-line.jpg') top right; */
}

.logo {
    position: absolute;
    display: block;
    width: 256px;
    height: 41px;
    background: url(../i/logo.png) no-repeat;
    text-indent: -9999px;
}

.logo A {
    width: 256px;
    height: 41px;
    display: block;
}

.top-info P {
    letter-spacing: 0;
    float: right;
    padding-top: 10px;
    width: 710px;
    color: #E5E5E5;
    font-size: 9px;
}

.logo-shop {
    float: left;
    margin: 17px 69px 0 70px;
    width: 128px;
    height: 11px;
    background: url(../i/logo-shop.png) no-repeat;
    text-indent: -9999px;
}

.auth-form {
    width: 480px;
    float: left;
    padding-top: 11px;
    font-size: 0.9em;
}

.auth-form .title {
    float: left;
    margin-right: 4px;
    padding-top: 2px;
    font-weight: normal;
}

.auth-form P {
    float: left;
    margin: 0 2px 0 8px;
    padding-top: 2px;
}

.auth-form .bonus-balance {
    float: right;
}

.auth-form .bonus-balance .freezed {
    color: #002a80;
}

.auth-form FIELDSET {
    position: relative;
    float: left;
    margin-right: 4px;
}

.auth-form INPUT[type=text],
.auth-form INPUT[type=password] {
    padding: 2px 3px 0;
    width: 75px;
    height: 16px;
    border: 1px solid #B6B6B6;
    font-size: 1.1em;
}

.auth-form INPUT[type=submit], .auth-form .auth-logout {
    padding-right: 15px;
    padding-bottom: 3px;
    padding-left: 15px;
    height: 20px;
    border: 1px solid #7F7F7C;
    background: #BABABA url(../i/btn-bg.png) repeat-x 0 100%;
    color: #FFF;
    text-shadow: 0 1px 0 #505050;
    cursor: pointer;
}

.auth-form .auth-logout {
    text-decoration: none;
    display: block;
    height: 15px;
}

.auth-form FIELDSET LABEL {
    display: none;
    position: absolute;
    top: 2px;
    left: 6px;
    color: #B6B6B6;
    cursor: text;
}

.auth-form A {
    color: #000;
}

.auth-form .auth-user {
    margin-left: -8px;
}

.auth-user {
    margin-right: 20px;
    padding-left: 20px;
    display: block;
    height: 14px;
    background: url(../i/btns-icons.png) no-repeat 0 -78px;
}

.anonim-user {
    margin-right: 20px;
    padding-left: 20px;
    display: block;
    height: 14px;
    background: url(../i/btns-icons.png) no-repeat 0 -164px;
}

.auth-form-msg INPUT[type=text], .auth-form-msg INPUT[type=password] {
    border: 1px solid #D12224;
}

.online-cons {
    float: right;
    margin: 3px 7px 2px 0;
    width: 208px;
    height: 35px;
}

.b-stat{
    float: right;
    margin: 3px 7px 2px 0;
    width: 165px;
    height: 35px;
    color:#ce0207;
    font-size:11px;
    border: 1px solid #bf5f12;
    border-radius: 3px;
    background:  url(../i/online-cons-bg.png) repeat-x 0 0;
    padding: 0 19px;

}

.b-stat div.save, .b-stat div.debt{
    float:left;
    text-align:right;
    width:135px;
}

.b-stat div.save-value, .b-stat div.debt-value{
    float:right;
    font-weight:bold;
    font-size:12px;
}

.online-cons A {
    display: block;

    width: 154px;
    height: 28px;
}

.basket {

    background: #FFFFFF;

    float: left;
    font-size: 0.9em;
    height: 77px;
    margin: 13px 0px 0px 9px;
    overflow: hidden;
    border: 1px solid #9f2713;
    width: 235px;
    padding: 6px 5px;
}

.basket .title {
    color: #a80206;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}
.basket_qties{
    font-size: 12px!important;
    color: #6c6c6c!important;
    margin-top: 2px;
}
.basket img{
    float: left;
}
.cart_info_cont{
    float: left;
    margin: 6px 0 0 11px;
}
.redbutton{
    float: left;
    background: url(../i/btn-search.png) repeat-x;
    color: #FFFFFF!important;
    border: 1px solid #880000;
    padding: 0px 14px 2px 14px;
    line-height: 16px;
    margin: 7px 0px 0;
    text-decoration: none;
}
.basket A {
    color: #A80206;

}

.basket P {
    color: #8E8E8E;
    font-size: 0.9em;
}

.basket LI A {

    margin: 0 auto;
    padding: 1px;
    width: 52px;
    height: 51px;
    display: table-cell;
    vertical-align: middle;
    border: 1px solid #E9E9E5;
}

.addresses {
    background: #A80206;
    color: #FFFFFF;
    float: right;
    height: 91px;
    margin: 2px 7px 0px 0px;
    overflow: hidden;

    width: 711px;

}

.addresses a {
    color: #FFF;
}

.addresses .adr-top-info {
    background: #a80206 url("../i/dot-pix.png") repeat-x left bottom;
    height: 59px;
    font-size: 11px;
}

.addresses .wrp {
    float: left;
}

.addresses .adr-bottom-info {
    height: 32px;
    font-size: 11px;
}

.addresses .filter__w, .addresses .complaint__w {
    width: 142px;

    font-weight: bold;
    padding-top: 5px;
}
.addresses .filter__w{

}

.addresses .filter__w a, .addresses .complaint__w a, .addresses .tel__w span, .addresses .post__w span, .addresses .shipping__w .variant span {
    text-shadow: 0 1px 0 #6a0205;

}

.addresses .tel__w {
    line-height: 22px;
    padding-top: 6px;
    width: 267px;
}

.addresses .tel__w span {
    width: 155px;
    font-size: 12px;
    float: left;
    font-weight: bold;

}

.addresses .shipping__w {
    width: 218px;
    height: 59px;
}

.addresses .shipping__w .select {
    height: 20px;
    padding-top: 7px;
}

.addresses .shipping__w .select select {

    background: #b93538;
    color: #fff;
    border-width: 0;
    width: 218px;
    height: 20px;
    padding: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.addresses .shipping__w .variant {
    height: 20px;
    padding-top: 1px;
    width: 210px;

    font-size: 10px;
    color: #ecaaac;
    line-height: 22px;
}

.addresses .shipping__w .variant div {
    float: right;
}

.addresses .shipping__w .variant span {
    font-size: 12px;
    margin-left: 5px;
    float: left;
    font-weight: bold;
    color: #fff;
}

.addresses .post__w {
    /*max-width: 205px;*/
    padding-top: 8px;
    /*padding-left: 10px;*/
}

.addresses .post__w fieldset {
    float: left;
    margin-top: 0px;
    position: relative;
}

.addresses .post__w input {
    border: 1px solid #870003;
    font-size: 1.1em;
    padding-bottom: 2px;
    width: 120px;
    /*margin-right: 7px;*/
}

.addresses .post__w input[type=submit] {
    width: auto;
    margin-right: 0;
}

.addresses .post__w label {
    color: #B6B6B6;
    display: none;
    left: 5px;
    position: absolute;
    top: 1px;
}

.addresses .slogan__w {
    width: 300px;
    height: 26px;
    padding-top: 6px;
    padding-left: 43px;
    background: url("../i/btns-icons.png") no-repeat scroll 0 -398px #b93538;
}

.addresses .complaint__w {
    width: 190px;
    padding-left: 10px;
}

.addresses .complaint__w span {
    width: 13px;
    height: 13px;
    float: left;
    background: url("../i/btns-icons.png") no-repeat scroll 0 -13px transparent;
    box-shadow: 0 0 1px #510204; /* ???????????? ??????? */
    -webkit-box-shadow: 0 0 1px #510204; /* Safari, Chrome */
    -moz-box-shadow: 0 0 1px #510204; /* Firefox */
    margin-right: 8px;
    margin-top: 3px;
}

.addresses .addr_left_bl{
    float:left;
    width: 40%;

}
.cont_phone{
    background: url(../i/header_phone.png) 0 0 no-repeat;
    font-size: 24px;
    height: 29px;
    margin: 13px 0 0 0;
    padding: 7px 0 0 62px;
}
.parfume_selection{
    font-size: 16px;
    background: url(../i/header_selection.png) 0 0 no-repeat;
    height: 31px;
    padding: 6px 0 0 67px;
}
.parfume_selection span{
    cursor:pointer;
    border-bottom: 1px dashed #fff;
}
.parfume_selection a{
    text-decoration: none;
}
.addresses .addr_center_bl{


    background :  #970103 ; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk3MDEwMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2E3MDIwNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NzAxMDMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #970103 0%, #a70206 50%, #970103 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#970103), color-stop(50%,#a70206), color-stop(100%,#970103)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #970103 0%,#a70206 50%,#970103 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #970103 0%,#a70206 50%,#970103 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #970103 0%,#a70206 50%,#970103 100%); /* IE10+ */
    background: linear-gradient(to right, #970103 0%,#a70206 50%,#970103 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#970103', endColorstr='#970103',GradientType=1 ); /* IE6-8 */

    float:left;
    padding: 0 16px;
    height:91px;
    width: 25%;
}
.addresses .addr_right_bl{
    float:right;
    padding: 0 8px 0 0;
    width: 28%;
}
.orders_get{
    font-size: 13px;
    color: #f9f1c0;
    margin-top: 7px;
}
.orders_get span{
    color: #fff;
}
.call_center{
    background: url("../i/header_block_separate.png") no-repeat scroll 50% 4px transparent;
    font-size: 13px;
    color: #f9f1c0;
    padding: 8px 0 0 0;
}
.call_center span{
    color: #fff;
}
.ask_director{
    background:  url(../i/header_diric_quest.png) 0 0 no-repeat;
    height: 32px;
    margin: 6px 0 0 4px;
    padding: 6px 0 0 41px;
}
.ask_director a{
    font-size: 14px;
    text-decoration: none;
}


/*
.addresses LI.wide {
    float: left;
    margin-right: 10px;
    width: 230px;
}

.addresses LI.wide .locality {
    font-size: 1.2em;
    line-height: 100%;
}

.addresses LI {
    float: left;
    margin-right: 9px;
    width: 125px;
}

.locality {
    text-shadow: 0 1px 0 #6A0104;
    font-weight: bold;
    font-size: 1.3em;
}

.street-address {
    display: block;
    margin: 0.1em 0 0.4em;
    color: #ECAAAC;
    line-height: 1.2em;
}

.addresses .tel {
    font-size: 1.3em;
}
   */
/**
* @section content
*/
#wrapper {
    float: left;
    width: 100%;
}

#content {
    position: relative;
    margin: 0 223px 80px 0;
    padding-left: 17px; /*background : url ( ../i/coffee.jpg ) no-repeat;*/
    background-position: bottom left;
    line-height: 1.4em;
    font-size: 0.9em;
}

#popup-content {

    line-height: 1.4em;
    font-size: 0.9em;
}

#content H1 {
    font-size: 1.9em;
    margin-bottom: 1em;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
}

#content H1.h-block,
#content H2.h-block {
    clear: both;
    overflow: hidden;
    margin-bottom: 25px;
    margin-left: -8px;
    padding: 14px 20px 15px;
    border-top: 1px solid #F0AE3A;
    background: #F7E4A5;
    color: #6B6B6B;
    font-style: normal;
    font-weight: bold; /*color:#A80206;*/
    font-size: 1.2em;
}
.error_block{
    clear: both;
    overflow: hidden;
    margin-bottom: 25px;
    margin-left: -8px;
    padding: 14px 20px 15px;
    border-top: 1px solid #F0AE3A;
    background: #F7E4A5;
    color: #6B6B6B;
    font-style: normal;
    font-weight: bold; /*color:#A80206;*/
    font-size: 1em;
}

#content H2.h-block {
    font-size: 1em;
}

#content H2, #popup-content H2 {
    clear: both;
    overflow: hidden;
    margin-bottom: 12px;
    padding-bottom: 3px;
    color: #D12224;
    font-weight: normal;
    font-size: 1.6em;
}

#content H2 A.before-rss {
    float: left;
    margin-right: 22px;
}

#content H2 A.rss {
    float: left;
    display: block;
    height: 16px;
    width: 16px;
    background: url(../i/icon-rss.png) no-repeat 100% 50%;
}

#content H3 {
    margin-bottom: 8px;
    color: #D12224;
    font-weight: normal;
    font-size: 1.3em;
}

#content .content-block h1, #content .content-block h2, #content .content-block h3 {
    margin-bottom: 8px;
    color: #D12224;
    font-weight: normal;
    font-size: 15px !important;
}

#content P {
    margin-bottom: 1.2em;
}

#content .h-note {
    width: 400px;
    float: right;
    margin-bottom: 0;
    color: #ef7100;
    font-weight: normal !important;
    line-height: 1.3em;
}

#content .question-link {
    position: absolute;
    margin-top: -3.4em;
    right: 0;
}

.question-link A {
    color: #000;
}

.h-wrap {
    width: 746px;
    position: relative;
}

/*likeleto*/
.nav {
    clear: both;
    overflow: hidden;
    width: 744px;
    height: 32px;
    border-right: 1px solid #A80206;
    background: url(../i/nav-bg.png) 0 0 repeat-x;
    margin-left: -8px;
}

.nav A {
    color: #FFF;
}

.check-status {
    float: left;
    padding: 6px 0px 0px 10px;
    width: 239px;
    color: #aaa;
    height: 25px;
    border-top: 1px solid #666666;
    border-right: 1px solid #A80206;
    font-weight: 700;
    border-left: 1px solid #666666;
    background: url(../i/panel-bg.png) repeat-x 0 100%;
}
.check-status a{
    text-shadow: 0px 1px 0px #6A0104;
}
.nav UL {
    position: relative;
    float: left;
    width: 471px;
    padding: 7px 10px 0;

    text-align: justify;
    font-weight: bold;
    font-size: 1.1em;
}

.nav LI {
    display: inline-block;

}

.nav LI A {
    text-shadow: 0 1px 0 #6A0104;
}

.nav LI.helper {
    width: 100%;
    height: 1px;
    font-size: 0px;
}

.filter {
    clear: both;
    margin-left: -8px;
    /*  position: relative;  */
    z-index: 100;
}

/*likeleto*/
.filter-search {
    background: #DEDEDE;
    border: 1px solid #CECECE;
    padding: 5px 5px 5px 5px;
    width: 733px;
    height: 18px;
}

#content .filter-search .title {
    float: left;
    margin: 2px 5px 0 5px;
    color: #000;
    font-weight: normal;
    font-style: normal;
    font-size: 1em;
}

.filter-search FIELDSET {
    position: relative;
    float: left;
    margin-right: 6px;
}

.filter-search INPUT[type=text] {
    width: 197px;
    border: 1px solid #C2C2C2;
    font-size: 1.1em;
    padding-bottom: 2px;
}
/*
.prove_orig{
 background:url(../i/proove_icon.png) 0 0 no-repeat;
   font-size: 12px;
   text-decoration: none;
   padding: 9px 6px 4px 34px;
   margin-right: 10px;
}
.wpresent{
   background:url(../i/present_icon.png) 0 0 no-repeat;
   font-size: 12px;
   text-decoration: none;
   padding: 9px 6px 4px 28px;
}*/

.filter-search input[type='submit'], .addresses .post__w input[type=submit] {
    padding: 0 15px 2px;
    height: 19px;
    border: 1px solid #880000;
    background: url(../i/btn-search.png) repeat-x;
    color: #FFF;
    text-shadow: 0 1px 0 #7A0205;
    cursor: pointer;
}
.addresses .post__w input[type=submit]{
    float: right;
}

.filter-search LABEL {
    display: none;
    position: absolute;
    top: 2px;
    left: 42px;
    color: #B6B6B6;
}

.filter-search P {
    float: right;
    padding: 2px 2px 0 0;
}

.filter-search P A {
    color: #000;
}

.filter-search .showfilter {
    text-decoration: underline;
    cursor: pointer;
}

.filter-options {
    overflow: hidden;
    margin-bottom: 10px;
    padding-bottom: 20px;
    background: url(../i/filter-bg.png) repeat-x 0 100%;
}

.filter-options .filter_opts_cont {
    width: 700px;
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
    padding-top: 5px;
}

.filter-options .filter_lbl {
    float: left;

    margin-right: 13px;
    padding-top: 3px;
    width: 120px;
    text-align: right;
    font-weight: bold;
}

.filter-options .filter_opt {
    float: right;

    width: 564px;

}

.filter-options UL {
    overflow: hidden;
    margin-bottom: 5px;
}

.filter-options LI {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.filter_str{
    overflow: hidden;
    margin-bottom: 5px;
}
.filter-options LI A {
    float: left;
    padding: 3px 7px;
    color: #000;
}

.filter-options .selected A,
.filter-options A:hover {
    background: #AF1C1D;
    color: #FFF;
}

.filter-options .filter_opt INPUT[type=text] {
    float: left;
    width: 45px;
    border: 1px solid #C5C5C1;
}

.filter-options .filter_opt LABEL {
    float: left;
    margin: 0 5px;
}
.filter-options select
{
    width: 340px;
}
.interval {

    width: 440px;
    color: #9D9D9D;
}

.interval P {
    float: left;
    padding-top: 1px;
}

.num-slider {
    visibility: hidden;
    float: left;
    margin: 4px 0 0 15px;
    width: 265px;
    height: 11px;
    background: url(../i/num-slider-inactive.gif) repeat-x 0 50%;
}

.num-slider-active {
    position: relative;
    height: 11px;
    background: url(../i/num-slider-active.gif) repeat-x 0 50%;
}

.num-slider-dot-l,
.num-slider-dot-r {
    position: absolute;
    width: 11px;
    height: 11px;
    background: url(../i/num-slider-dot.png) no-repeat;
    cursor: pointer;
}

.num-slider-dot-r {
    right: 0;
}

.filter-options FIELDSET {
    padding-left: 136px;
}

.filter-options INPUT.submit {
    margin-right: 6px;
    padding-right: 10px;
    padding-bottom: 2px;
    padding-left: 10px;
    height: 19px;
    border: 1px solid #880000;
    background: url(../i/btn-search.png) repeat-x;
    color: #FFF;
    text-shadow: 0 1px 0 #7A0205;
    font-weight: bold;
    cursor: pointer;
}

.filter-options INPUT.cancel {
    padding-right: 30px;
    padding-bottom: 2px;
    padding-left: 30px;
    height: 19px;
    border: 1px solid #7F7F7C;
    background: #BABABA url(../i/btn-bg.png) repeat-x 0 100%;
    color: #FFF;
    text-shadow: 0 1px 0 #505050;
    cursor: pointer;
}

.brands {
    margin: 0 0 10px -8px;
}

.brands-nav {
    position: relative;
    height: 32px;
    background: url(../i/brands-list-bg.png) repeat-x;
}

.brands-nav A {
    height: 24px;
    padding: 8px 6px 0px;
    display: block;
    color: #fff;
    font-weight: bold;

}
.menu_sel_arr{
    background: url(../i/menu_sel_arr.png) 0  0 no-repeat;
    width: 9px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    height: 5px;
}
.brands-nav A.selected_sel {
    background: url(../i/brands-list-bg-a.png) repeat-x;
}

.brands-body {
    padding: 7px 0px 2px 15px;
    background: #680001 url(../i/brands-body-bg.png) repeat-x;
}

.misc {

    background: #F0AE3A url("../i/online-cons-bg.png") repeat-x scroll 0 0;
    border: 1px solid #E17C22;
    margin-left: -8px;
    margin-bottom: 10px;

    height: 27px;
    overflow: hidden;
}

.misc fieldset {
    float: left;
    margin-right: 6px;
    position: relative;
}

.misc input {
    border: 1px solid #C2C2C2;
    font-size: 1.1em;
    padding-bottom: 2px;
    width: 145px;
}

.misc label {
    color: #B6B6B6;
    display: none;
    left: 5px;
    position: absolute;
    top: 2px;
}

.misc ul {

}

.misc li {
    float: right;

    padding: 6px 7px 0 7px;

}

.misc li span {
    text-shadow: 0 1px 0 #F0AE3A;
    text-transform: uppercase;
}

.misc li.first {
    float: left;
    padding-right: 4px;
}

.misc li.second {
    padding-top: 4px;
    padding-left: 0px;
    float: left;
}

.misc li a {
    color: #000000;
}

.best-offers {
    background: #FFF;
    padding: 9px 2px;
    border: 1px solid #EAEAEA;
    margin: 0 0 20px -8px;
}

.catalog {
    width: 741px;
    margin-left: -8px;
    /*  padding: 8px 0 0px 7px;  */
    /* background-color:#A20105;  */
    overflow: hidden;
    margin-bottom: 18px;
    border-left: 5px solid #A20105;
}

.best-offers .catalog {
    margin: 0;
}

.catalog LI {
    width: 185px;
    height: 272px;
    display: block;
    float: left;
    /* margin: 0 5px 7px 0; */
    /*padding: 0px; */
    background: #A20105;
    vertical-align: top;
    text-align: center;
    padding: 3px 0 0 0px;

}
.brief_cont{
    width: 179px;
    height:269px;
    background-color: #fff;

    position: relative;
}
.catalog .size {
    background: url(../i/prb-line.png) repeat-x left top;
    width: 55px;
    height: 21px;
    position: absolute;
    left: 0px;
    top: 190px;
    color: #979797;
    font-weight: bold;
    padding: 4px 0 0 5px;
    text-align: left;
}

.catalog .labels {
    position: absolute;
    right: 5px;
    top: 190px;
}

.catalog .tester, .catalog .discount {
    background: #9ebd2c;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#c8da40), to(#7ca61b));
    background: -moz-linear-gradient(#c8da40, #7ca61b);
    background: linear-gradient(#c8da40, #7ca61b);
    -pie-background: linear-gradient(#c8da40, #7ca61b);
    text-shadow: 0px -1px 1px #acc235;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #fff;
    width: 50px;

    font-size: 10px;
    height: 18px;
    padding-top: 1px;
    float: right;
    margin-left: -2px;
}

.catalog .discount {
    background: #cd3b3f;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#dd5358), to(#c53033));
    background: -moz-linear-gradient(#dd5358, #c53033);
    background: linear-gradient(#dd5358, #c53033);
    -pie-background: linear-gradient(#dd5358, #c53033);
    text-shadow: 0px -1px 1px #cb474b;
    width: 75px;
}

.best-offers .catalog LI {
    width: 162px;
    margin: 0 7px 5px;
    border: 0;
}

#content .catalog P.name {
    position: absolute;
    width: 159px;
    padding: 7px 10px 0 10px;
    left: 0;
    right: 0;
    top: 0;
}

#content .catalog P.img {
    display: block;
    margin: 0 7px 0 7px;
    padding-top: 45px;
    background: #FFF url(../i/catalog-item-bg.png) repeat-x 0 7px;
    height: 170px;
    width: 165px;
    overflow: hidden;
}

#content .catalog P.img A {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 168px;
    height: 150px;
    margin: 0px;

    font-size: 0.1em;

}

.catalog LI A {
    font-weight: normal;
    color: #3e3e3e;
    font-size: 11px;
}

.catalog-btns {
    text-align: left;

}

.catalog li form {
    float: left;
}

.catalog .prb-top-info {
    background: #fff url("../i/prb-g1.png") repeat-x;

    height: 28px;
    padding: 0 5px;
    overflow: hidden;
    font-size: 11px;

}

.catalog .flag {
    float: left;
    font-size: 0;
    width: 16px;
    height: 11px;
    overflow: hidden;
    display: block;

    margin-top: 9px;
    background-image: url("../i/prb-flags.png");
    background-repeat: no-repeat;
    background-position: 0px 11px;
}

.catalog .country {
    float: left;
    color: #5b5b5b;
    /*width: 60px;*/
    text-align: left;
    padding: 6px 0 0 10px;
    text-shadow: 0px -1px 2px #ffffff;

}

.catalog .price {
    float: right;
    color: #d12224;
    font-weight: bold;
    padding: 6px 12px 0 0;
    text-align: right;
    text-shadow: 0px -1px 2px #ffffff;
}
.catalog .price.no_discount {
    float: right;
}
.catalog .old-price {
    float: right;
    padding: 6px 2px 0 0;
    text-decoration: line-through;
}

.catalog .prb-bottom-info {
    background: #7b9e24 url('../i/prb-g2.png') repeat-x;

    height: 26px;
    overflow: hidden;
    width: 179px;
}

.catalog .gender {
    width: 24px;
    height: 21px;
    float: left;
    font-size: 10px;
    text-align: center;
    padding: 3px 0 0 0;
    color: #fff;
    border: 1px solid #fff;
}

.catalog .gender-man {
    border: 1px solid #1664be;
    background: #1664be;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#2091d2), to(#1664be));
    background: -moz-linear-gradient(#2091d2, #1664be);
    background: linear-gradient(#2091d2, #1664be);
    -pie-background: linear-gradient(#2091d2, #1664be);
    text-shadow: 0px -1px 1px #082ba8;
}

.catalog .gender-wom {
    border: 1px solid #b5057b;
    background: #b5057b;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#f833f3), to(#b5057b));
    background: -moz-linear-gradient(#f833f3, #b5057b);
    background: linear-gradient(#f833f3, #b5057b);
    -pie-background: linear-gradient(#f833f3, #b5057b);
    text-shadow: 0px -1px 1px #ac066c;
}

.catalog .gender-uni {
    border: 1px solid #b8b040;
    background: #b8b040;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e4d900), to(#b8b040));
    background: -moz-linear-gradient(#e4d900, #b8b040);
    background: linear-gradient(#e4d900, #b8b040);
    -pie-background: linear-gradient(#e4d900, #b8b040);
    text-shadow: 0px -1px 1px #b99e00;
}

.catalog .type {
    width: 69px;
    height: 22px;
    float: left;
    overflow: hidden;
    display: block;
    font-size: 10px;
    text-align: left;
    padding: 4px 0 0 6px;
    color: #fff;
    background: #6e8e20 url('../i/prb-g2.png') repeat-x left top;
    text-shadow: 0px 1px 1px #3c5b12;
}

.catalog .na .type {

    background: #acacac url('../i/prb-g2.png') repeat-x;
    text-shadow: 0px 1px 1px #878787;
}

.catalog .catalog-btns {
    width: 75px;
    height: 26px;
    float: right;
    background: #7b9e24 url('../i/prb-g2.png') repeat-x;
}

.catalog .na .catalog-btns {
    background: #c0c0c0 url('../i/prb-g2.png') repeat-x;

}

.catalog-btns  input.add2cart_handler {
    background: transparent;
    border-width: 0;
    padding: 0px 0 3px 13px;
    float: left;
    cursor: pointer;
    margin: 0;
    width: 78px;
    height: 26px;
    display: block;
    text-align: left;
    font-weight: bold;
    color: #fff;
    text-decoration: underline;
    text-shadow: 0px 1px 1px #447214;
}

.catalog-btns  input.add2cart_handler:hover {
    text-decoration: none;
}

.btn-buy {
    color: #4e4e4e;
    text-align: left;
    float: left;
    width: 65px;
    height: 21px;
    padding: 5px 0 0px 13px;
    text-shadow: 0px 1px 1px #acacac;
}

SPAN.btn-buy {
    color: #AAA;
}

.content-block {
    display: inline-block;
    margin-bottom: 20px;
    padding-right: 20px;
    width: 342px;
    vertical-align: top;
}

.news LI {
    margin-bottom: 0px;
}

#content .news P {
    margin-bottom: 0;
}

.news LI A {
    font-weight: bold;
}

.breadcrumbs {
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 1.1em;
    color: #6C6C6C;
}

.breadcrumbs LI {
    float: left;
    background: url(../i/breadcrumbs-divider.gif) no-repeat 0 8px;
    margin-left: 12px;
    padding-top: 3px;
    padding-left: 18px;
    height: 23px;
}

.breadcrumbs LI A {
    font-weight: bold;
}

.breadcrumbs LI.main {
    background: url(../i/btns-icons.png) no-repeat 0 -92px;
    padding-left: 32px;
    margin-left: 0;
}

.form-standard {
    font-size: 1.2em;
}
.adresLeftPart{
    float:left;
    width: /*369*/320px;
}
.adresRightPart{
    float:right;
    width: 370px;
    margin-right: 30px;
}
.form_str{
    overflow: hidden;
}
.form_str.register dd{
    padding-left: 8px;
    line-height: 16px;
}
.form_str.subscribe dt{
    width: 131px;
}
.form_str.subscribe dt,.form_str.subscribe dd{
    float: left!important;
}
.form-standard DL {
    width: 739px;
    margin: 0 auto;
    margin-bottom: 1em;
}

#checkout_form .form-standard DT {
    height: 25px;
    padding: 7px 10px 8px;
    float: right;
    clear: left;
    color: #7A7A7A;
    text-align: right;
    line-height:13px;
    font-size: 90%;
    width: auto;
}
.adresLeftPart DT{
    padding-left: 0;
}
.form_str.additional_info DT{
}
.adresRightPart .popUpAuth dt{

}
.adresRightPart .popUpAuth dd{

}
#checkout_logininfo .auth_block DT {
    width: 297px;
    text-align: right;
    float: left;
}
#checkout_form #checkout_logininfo .auth_block DD {
    width: 422px;
    float: left;
}

.form-order DT,
.form-order DD {
    padding-bottom: 4px !important;
}

#checkout_form .form-standard DT SPAN {
    color: #F00;
}

#checkout_form .form-standard DD {
    display: table-cell;
    vertical-align: middle;
    /*width: 422px;*/
    height: auto;
    line-height: normal;
    padding-bottom: 0;
    padding-top: 2px;
    float: right;
    width: auto;
}
.regForm DT{
    width: 297px;
    float: left;
}
.regForm DD{
    width: 422px;
    float: right;
}
.regForm #subscribed4news{
    margin-top:6px;
}
.form-standard .in_raw{
    font-size: 12px;
    line-height: 25px;
}
.additional_header{
    font-weight: 700;
    text-align: center;
}
.tperline{
    width: 35px!important;
    font-size: 14px;
}
.twoperline{
    width: 57px!important;
    font-size: 14px;
}

#checkout_form .form-standard DD span {
    padding-left: 5px;
    font-size: 90%;
}

#checkout_form .form-standard DD INPUT[type=text],
#checkout_form .form-standard DD INPUT[type=password] {
    width: 212px;
    border: 1px solid #C2C2C2;
    padding: 6px 3px;
    color: #7A7A7A;
}

#checkout_form .form-standard DD INPUT[type=radio] {
    width: auto;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}

#checkout_form .form-standard DD LABEL {
    margin-top: 3px;
    margin-right: 12px;
    float: left;
    font-size: 0.85em;
    color: #7A7A7A;
}

#checkout_form .form-standard DD SELECT {
    width: 220px;
    padding: 6px;
    color: #7A7A7A;
}

#checkout_form .form-standard DD TEXTAREA {
    width: 212px;
    height: 70px;
    border: 1px solid #C2C2C2;
    padding: 3px;
    color: #7A7A7A;
    overflow: hidden;
    margin-bottom: 8px;
}

#checkout_form .form-standard FIELDSET {
    width: 225px;
    padding-left: 122px;
    margin: 1px auto 0;
}

#checkout_form .form-standard FIELDSET INPUT {
    padding: 0 20px 2px;
    height: 28px;
    border: 1px solid #880000;
    background: url(../i/btn-red-big.png) repeat-x;
    color: #FFF;
    text-shadow: 0 1px 0 #7A0205;
    cursor: pointer;
    font-size: 11px;
}
.req_address_field .b-input__submit {
    padding: 0 20px 2px;
    height: 28px;
    border: 1px solid #880000;
    background: url(../i/btn-red-big.png) repeat-x;
    color: #FFF;
    text-shadow: 0 1px 0 #7A0205;
    cursor: pointer;
    font-size:1em;
}
.addAdress{
    padding: 0 20px 2px;
    height: 28px;
    border: 1px solid #880000;
    background: url(../i/btn-red-big.png) repeat-x;
    color: #FFF;
    text-shadow: 0 1px 0 #7A0205;
    cursor: pointer;
    font-size:1em;
    float: right;
}
.b-input__label{
    color: #7A7A7A;
    font-size: 14px;
}

.form-standard FIELDSET INPUT:disabled{
    background:#ccc;
    color:#ddd;
    text-shadow: 0 1px 0 #333;
    border-color:#aaa;
    cursor:default;
}

.form-profile FIELDSET INPUT,
.form-order FIELDSET INPUT {
    width: 220px;
}

.form-standard DL.h-block {
    width: 747px;
    margin-top: 2px;
    margin-bottom: 5px;
    border-top: 1px solid #F0AE3A;
    background: #F7E4A5;
    margin-left: -8px;
}

.form-standard DL.h-block DT,
.form-standard DL.h-block DD {
    height: 45px;
    padding: 0 10px;
    color: #6B6B6B;
}

.form-standard DL.h-block DT {
    padding: 13px 10px 0;
    height: 32px;
    font-weight: bold;
}

.basket-table {
    margin-left: -8px;
    margin-bottom: 20px;
    font-size: 1.1em;
    width: 744px;
}

.basket-table .last td {
    border-bottom-width: 0 !important;
}

.basket-table .basket-image div {
    width: 75px;
    height: 75px;
    background-color: #fff;
    text-align: center;
    margin-right: 10px;
    display: table-cell;
    vertical-align: middle;
}

.basket-table TD {
    padding: 10px 0;
    vertical-align: middle;
}

.basket-price {
    width: 125px;
}

.basket-chaddr {
    padding-left: 20px !important;
}

.basket-amount {
    width: 100px;
}

.ui-stepper .ui-stepper-minus, .ui-stepper .ui-stepper-plus, .ui-stepper-large .ui-stepper-minus, .ui-stepper-large .ui-stepper-plus {
    display: block;
    float: left;
    width: 25px;
    height: 23px;
    cursor: pointer;
    border-width: 0;
}

.ui-stepper .ui-stepper-minus, .ui-stepper-large .ui-stepper-minus {
    background: url(../i/btns-icons.png) no-repeat 0 -118px;
}

.ui-stepper .ui-stepper-plus, .ui-stepper-large .ui-stepper-plus {
    background: url(../i/btns-icons.png) no-repeat 0 -141px;
}

.ui-stepper INPUT, .ui-stepper-large INPUT {
    padding: 0 2px !important;
    text-align: center;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    color: #666 !important;
    float: left;
    width: 21px !important;
    height: 21px;
    border-style: solid !important;
    border-color: #979797 !important;
    border-width: 1px 0 !important;
}

.ui-stepper-large INPUT {
    width: 50px !important;
}

.basket-total {
    width: 100px;
}

.basket-delete {
    width: 30px;
}

.basket-image {
    width: 85px;
}

.basket-order {
    padding-left: 20px !important;
}

.basket-good-name {
    width: 340px;
}

.basket-good-name P {
    padding-left: 5px;
    display: table-cell;
    vertical-align: middle;
}

.basket-good-name A {
    font-weight: bold;
    display: table-cell;
}

.basket-table THEAD TD {
    font-weight: bold;
}

.basket-table THEAD .basket-good-name {

    width: 290px;
}

.basket-table THEAD TD,
.basket-table TFOOT TD {
    background: #F7E4A5;
}

.basket-table THEAD TD,
.basket-table TBODY TD, .basket-table TFOOT TD {
    border-bottom: 1px solid #F0AE3A;
}

.basket-table TFOOT TD {
    color: #605F5F; /*padding-left:162px;*/
}

.basket-table TR#after-bonus-form TD {
    background-color: #F0AE3A;
    color: #000;
    border-bottom: 1px solid #E17C22;
    border-top: 1px solid #E17C22 !important;
}

.basket-table TR#coupon-form TD, .basket-table TR#bonus-form TD, .basket-table TR#after-bonus-form TD {
    padding-left: 18px;
}

.basket-table TR#total TD {
    padding-left: 325px;
}

#content .basket-table TFOOT TD P {
    padding: 5px 0;
}

#content .basket-table TFOOT TD P,
.basket-table TFOOT TD FIELDSET {
    float: left;
    margin: 0 8px 0 0;
}

#js .clear-btn {
    display: none;

}
.clear{
    clear:both;
}

#bonus-form p.left, #coupon-form p.left {
    width: 299px;
}

#content .basket-table TFOOT TR.confirmation TD P {
    font-size: 1.35em;
    color: #000;
    padding-left: 80px;
}

.basket-table TR.confirmation  {
    color: #000000;
    font-size: 1.35em;
}
#content .basket-table TFOOT TD .total {
    float: right;
    font-size: 1.35em;
    color: #000;

}

.basket-table TFOOT FIELDSET INPUT {
    border: 1px solid #C2C2C2;
    color: #7A7A7A;
    padding: 5px 3px;
    width: 98px;
}

.basket-table TFOOT FIELDSET .submit, .basket-table TFOOT FIELDSET .submit-red {
    background: url(../i/btn-bg-green.png) repeat-x;
    border: 1px solid #278400;
    color: white;
    cursor: pointer;
    font-size: 11px;
    height: 26px;
    padding: 0px 0px 1px;
    text-shadow: #317A0F 0px 1px 0px;
    text-decoration: none;
    width: 106px;
}

.basket-table TFOOT FIELDSET .btn_recalc {
    width: 220px;
}

.basket-table TFOOT FIELDSET .submit-red {
    background: url(../i/btn-red-big.png) repeat-x;
    border: 1px solid #880000;

    text-align: center;
}

.basket-table TFOOT FIELDSET A.submit-red, .basket-table TFOOT FIELDSET A.submit {
    height: 20px;
    display: block;
    padding-top: 3px;
    width: 104px;
}

.basket-method {
    width: auto;
}

.basket-method INPUT {
    margin-right: 4px;
}

.basket-method P {
    width: 90%;
    padding-top: 2px;
    margin-bottom: 0 !important;
}

.basket-method-total {
    width: 120px;
    padding-left: 10px;
}

.basket-method-total SELECT {
    width: 100%;
}

.basket-method-image {
    width: 68px;
    vertical-align: top !important;

}

.basket-method-image IMG {
    margin-top: 2px;
}

.product-card {
    clear: both;
    width: 738px;
}

.product-descr {
    width: 358px;
    margin-right: 10px;
    float: left;
    font-size: 1.1em;
    /*padding-bottom: 10px;     */
}

#content .product-img {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 356px;
    margin-bottom: 0px!important;
    height: 356px;
    border: 1px solid #F0AE3A;
    background: #FFF url(../i/icon-search.gif) no-repeat 96% 96%;
}

#content .product-descr P {
    margin-top: 10px;
}

.product-card .rst {
    background: #f7e4a5 url(../i/icon-rst.png) no-repeat 17px 50%;
    padding: 10px 10px 10px 75px;
    /*margin-left: -16px;      */
    font-size: 0.9em;
    margin-top: 10px;
}

.rst STRONG {
    text-transform: uppercase;
    display: block;
}

.feedback {
    margin-left: -7px;
    font-size: 0.9em;
}

#content .feedback H2 {
    font-size: 1.5em;
    padding-top: 8px;
    margin-left: 10px;
    margin-bottom: 8px;
}

#content .feedback P.date {
    padding-right: 10px;
}

#content .product-descr .add-feedback {

    margin: 0 0 0 10px;
    font-size: 0.9em;
}

.feedback A {
    color: #000;
}

.feedback DT {
    padding: 0 10px;
    clear: both;
    overflow: hidden;
    color: #828282;
}

#content .feedback DT P {
    float: left;
    margin-bottom: 0;
}

.feedback DD {
    clear: both;
    overflow: hidden;
    padding: 5px 10px 10px;
    border-bottom: 1px solid #F0AE3A;
}

.rating {
    position: relative;
    float: left;
    width: 60px;
    height: 10px;
    margin: 12px 8px 0;
    background: url(../i/icon-star.png) repeat-x;
}

.rate {
    display: block;
    height: 10px;
    position: absolute;
    background: url(../i/icon-star-a.png) repeat-x;
}

.product-opts {
    float: left;
    padding-bottom: 15px;
}

.product-opts-list {
    width: 368px;
    border-top: 1px solid #F0AE3A;
    border-bottom: 1px solid #F0AE3A;
    margin-bottom: 15px;
}

.product-opts .opt-icon {
    position: absolute;
    display: block;
    left: 8px;
    top: 8px;
    width: 22px;
    height: 22px;
    background-image: url(../i/btns-icons.png);
    background-repeat: no-repeat;
}

.opt-product-for {
    background-position: 0 -178px;
}

.opt-product-vol {
    background-position: 0 -200px;
}

.opt-product-type {
    background-position: 0 -222px;
}

.opt-product-from {
    background-position: 0 -244px;
}

.opt-product-smell {
    background-position: 0 -266px;
}

.opt-product-upper {
    background-position: 0 -288px;
}

.opt-product-middle {
    background-position: 0 -310px;
}

.opt-product-bottom {
    background-position: 0 -332px;
}

.opt-product-style {
    background-position: 0 -354px;
}

.opt-product-other {
    background-position: 0 -376px;
}

.product-opts-list DT {
    position: relative;
    font-weight: bold;
    background: #F7E4A5;
    padding-left: 38px;
    padding-top: 5px;
}

.product-opts-list DT.even,
.product-opts-list DD.even {
    background: none;
}

.product-opts-list DD {
    padding-left: 38px;
    background: #F7E4A5;
    padding-bottom: 5px;
}

.product-opts-info {
    width: 368px;
    margin-bottom: 5px;
    overflow: hidden;
}

.product-opts-info DT {
    width: 165px;
    float: left;
    font-weight: bold;
    padding: 5px 10px;
}

.product-opts-info DT.special-price {
    margin-top: 15px;
    padding: 19px 10px;
    background: #F7E4A5 url(../i/spec-price-bg.png) no-repeat 0 50%;
}

.product-opts-info DD {
    width: 163px;
    float: right;
    padding: 5px 10px;
}

.product-opts-info .avialable {
    font-weight: bold;
    color: #25AF00;
}

.product-opts-info .notavialable {
    font-weight: bold;
    color: #F00;
}

.product-opts-info .old-price {
    color: #F00;
    text-decoration: line-through;
}

.product-opts-info DD.special-price {
    margin-top: 15px;
    padding: 19px 10px;
    background: #F7E4A5;
    color: #A80206;
    font-size: 1.7em;
}

.btn-in-basket {
    width: 180px;
    height: 33px;
    float: left;
    border: 1px solid #850003;
    background: #A80206 url(../i/icon-basket.png) no-repeat 15px 50%;
    text-decoration: underline;
    color: #FFF;
    text-align: left;
    padding-bottom: 2px;
    padding-left: 41px;
    cursor: pointer;
}

.btn-one-click {
    width: 180px;
    height: 33px;
    float: right;
    border: 1px solid #1D8800;
    background: #25AF00;
    text-decoration: underline;
    color: #FFF;
    text-align: left;
    padding-bottom: 2px;
    padding-left: 11px;
    margin-right: 2px;
    cursor: pointer;
}

/**
* @section navigation
*/
#navigation {
    float: left;
    margin-left: -215px;
    padding: 0 7px 200px 0;
    width: 208px;
}

.catalog-list {
}

.catalog-list DT {
    margin-bottom: 1px !important;
    padding: 3px 10px 3px 7px;
    border: 1px solid #E17C22;
    background: #F0AE3A;
    cursor: pointer;
    overflow: hidden;
}

.catalog-list DT SPAN.key {
    float: left;
    padding-right: 10px;
    padding-bottom: 2px;
    margin-top: -1px;
    color: #FFF;
    text-shadow: 0 1px 0 #986E25;
    font-weight: bold;
}

.catalog-list DT SPAN.name {
    overflow: hidden;
    line-height: 1.3em;
    font-size: 0.8em;

    padding-top: .1em;
}

.catalog-list DD {
    padding: 10px 10px 12px;
}

.catalog-list UL {
    margin-left: 18px;
}

.catalog-list UL A {
    color: #000;
    font-size: 0.9em;
}

.catalog-list UL A.selected {
    color: #D12224;
}

.payment {
    clear: both;
    overflow: hidden;
    padding: 0 30px;
    background: #FFF;
}

.payment .title {
    float: left;
    padding-top: 30px;
    height: 50px;
    color: #858585;
    font-weight: normal;
}

.payment UL {
    padding-top: 12px;
    height: 70px;
}

.payment LI {
    display: inline-block;
    margin-left: 42px;
    vertical-align: middle;

}

.payment LI IMG {
    background-image: url("../i/logos.png");
    background-repeat: no-repeat;
}

.payment LI.rbk IMG {
    background-position: 0px 0px;
}

.payment LI.visa IMG {
    background-position: 0px -60px;
}

.payment LI.wm IMG {
    background-position: 0px -120px;
}

.payment LI.ym IMG {
    background-position: 0px -180px;
}

.payment LI.sber IMG {
    background-position: 0px -240px;
}

.payment LI.master IMG {
    background-position: 0px -300px;
}

.payment LI.yg IMG {
    background-position: 0px -360px;
}

/**
* @section footer
*/
#footer {
    clear: both;
    overflow: hidden;
    padding: 15px 20px;
    background: #53544F;
    color: #ECECEC;
    font-size: 0.8em;
}

#footer A {
    color: #ECECEC;
}

.copyright {
    float: left;
    margin-right: 50px;
}

.links-social {
    float: left;
}

.links-social LI {
    float: left;
    margin: 4px 25px 0 0;
    padding-left: 20px;
}

.links-social .tw {
    background: url(../i/icon-tw.png) no-repeat 0 50%;
}

.links-social .vk {
    background: url(../i/icon-vk.png) no-repeat 0 50%;
}

.links-social .lj {
    background: url(../i/icon-lj.png) no-repeat 0 50%;
}

#footer .links-social A {
    color: #C6C6C6;
}

.madeby {
    float: right;
}

/**
* @section popup_blocks
*/
.popup-out {

    /* background: url(../i/popup-t.png) no-repeat; */
}

.popup-in {
    /* background: url(../i/popup-b.png) no-repeat 0 100%;
 padding: 24px 0; */
}

.popup {
    width: 450px;
    padding: 25px 25px;
    background: #fff;
    border: 1px solid #afafaf;
    font-size: 1em;
}

.popup .title {
    clear: both;
    overflow: hidden;
    margin-bottom: 12px;
    padding-bottom: 3px;
    color: #D12224;
    font-weight: normal;
    font-size: 1.6em;
}

.popup P {
    margin-bottom: 1.4em;
    font-size:1.25em;
    line-height:1.45em;
}

.popup P.cancel {
    position: absolute;
    top: 22px;
    right: 24px;

}

P.cancel A {
    color: #000;
}

.popup LABEL {
    display: none;
    top: 9px;
    left: 8px;
    position: absolute;
    color: #C2C2C2;
}

.popup FIELDSET {
    clear: both;
    overflow: hidden;
    position: relative;
    padding: 5px 0;
}

.popup TEXTAREA {
    padding: 5px;
    border: 1px solid #C2C2C2;
}

.form-question DL {
    margin-bottom: 6px;
}

.form-question DT,
.form-question DD {
    float: left;
}

/*0511*/
.form-question DT {
    width: 50px;
    text-align: right;
    margin-right: 5px;
    padding-right: 3px;
}

/*0511*/

.form-question DD.subj {
    margin-top: 5px;
}

.form-question DT.subj {
    margin-top: 5px;
}

.form-question DD.name {
    margin-right: 37px;
}

.popup INPUT[type=text] {
    width: 136px;
    padding: 5px;
    border: 1px solid #C2C2C2;
}

.popup .captcha {
    padding: 2px 5px;
    background: #EFEFEF;
    margin-bottom: 8px;
}

.popup .captcha P {
    margin-right: 5px;
    margin-bottom: 4px !important;
}

.captcha .note {
    float: left;
    width: 128px;
    padding: 7px 3px 3px;
    line-height: 1.2em;
}

.captcha .img {
    width: 210px;
    float: right;
}

.popup .captcha IMG {
    float: left;
    margin-top: 5px;
}

.popup .captcha INPUT {
    width: 90px;
    margin-right: 2px;
    margin-top: 10px;
    float: right;
}

.popup INPUT[type=submit], a.button-black {
    padding: 0 10px 2px;
    height: 29px;
    font-size:1.3em;
    border: 1px solid #278400;
    background: url("../i/btn-bg-green.png") repeat-x;
    color: #FFF;
    text-shadow: 0 1px 0 #317A0F;
    cursor: pointer;
}

a.button-black {
    float:left;
    text-decoration:none;
    height: 16px;
}

a.cancel {
    float:right;
}

.form-question TEXTAREA {
    width: 438px;
    height: 50px;
}

.form-one-click DT {
    width: 102px;
    padding: 5px 0;
    float: left;
    clear: left;
}

.form-one-click DD {
    width: 260px;
    padding: 5px 0;
    float: left;
    clear: right;
}

.form-one-click SELECT {
    width: 230px;
}

.form-one-click TEXTAREA {
    width: 248px;
    height: 50px;
}

.form-one-click FIELDSET {
    padding-left: 102px;
}

/**
* @sections jcarousel_elements
*/
.basket .jcarousel-container-horizontal {
    padding: 6px 28px 0 20px;
}

.brands .jcarousel-container-horizontal {
    padding: 0 30px;
}

.jcarousel-skin-bravo .jcarousel-control {
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 0px;
    text-align: center;

}

.jcarousel-skin-bravo .jcarousel-control a {
    font-size: 21px;

    line-height: 21px;

    padding: 0 21px 0 0;
    background: url(../i/btns-bravo.png) no-repeat 0px 0px;
}

.jcarousel-skin-bravo .jcarousel-control a:hover, .jcarousel-skin-bravo .jcarousel-control a.active {

    background: url(../i/btns-bravo.png) no-repeat 0px -21px;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 100%;
    height: 45px;
}

.jcarousel-skin-bravo .jcarousel-clip-horizontal {
    width: 100%;
    height: 208px;
}

.basket .jcarousel-item {
    width: 62px;
    height: 55px;
    text-align: center;
}

.brands .jcarousel-item {
    width: auto;
    padding: 0;
    /*  background: url(../i/menu_div.png) 0 6px  no-repeat;             */
    text-align: center;
    position: relative;
}
/*
.menu_sel{
    background: url(../i/menu_sel_bg.png)   0 0 repeat-x;
    color: #fff!important;
}     */
#spec-offers {
    margin: 10px 0 10px -8px;

    height: 208px;
    padding: 0px 47px 0 47px;
    width: 650px;
    overflow: hidden;
}

#spec-offers .jcarousel-item {
    width: 650px;
    height: 208px;
}

#spec-offers .jcarousel-item a {
    width: 650px;
    height: 208px;
    display: block;
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

.jcarousel-skin-bravo .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

.jcarousel-skin-tango .jcarousel-next-horizontal,
.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    height: 13px;
    cursor: pointer;

}

.jcarousel-skin-bravo .jcarousel-next-horizontal,
.jcarousel-skin-bravo .jcarousel-prev-horizontal {
    position: absolute;
    height: 208px;
    width: 47px;
    cursor: pointer;

    top: 0px;
}

.jcarousel-skin-bravo .jcarousel-next-horizontal {
    right: 0px;
    background: #9f2713 url(../i/btns-bravo-icons.png) no-repeat -47px 0px;

}

.jcarousel-skin-bravo .jcarousel-prev-horizontal {
    left: 0px;
    background: #9f2713 url(../i/btns-bravo-icons.png) no-repeat 0px 0px;
}

.jcarousel-skin-bravo .jcarousel-next-horizontal:hover {
    background: #621306 url(../i/btns-bravo-icons.png) no-repeat -47px -209px;
}

.jcarousel-skin-bravo .jcarousel-prev-horizontal:hover {
    background: #621306 url(../i/btns-bravo-icons.png) no-repeat 0px -209px;
}

.brands .jcarousel-next-horizontal,
.brands .jcarousel-prev-horizontal {
    top: 10px;
    width: 12px;
}

.basket .jcarousel-next-horizontal,
.basket .jcarousel-prev-horizontal {
    top: 19px;
    width: 13px;
}

.basket .jcarousel-next-horizontal {
    background: transparent url(../i/btns-icons.png) no-repeat 0 -13px;
    right: 9px;
}

.basket .jcarousel-prev-horizontal {
    background: transparent url(../i/btns-icons.png) no-repeat 0 -39px;
    left: 0;
}

.basket .jcarousel-next-horizontal:hover,
.basket .jcarousel-next-horizontal:active,
.basket .jcarousel-next-disabled-horizontal,
.basket .jcarousel-next-disabled-horizontal:hover,
.basket .jcarousel-next-disabled-horizontal:active {
    background-position: 0 0;
}

.basket .jcarousel-next-disabled-horizontal,
.basket .jcarousel-next-disabled-horizontal:hover,
.basket .jcarousel-next-disabled-horizontal:active,
.basket .jcarousel-prev-disabled-horizontal,
.basket .jcarousel-prev-disabled-horizontal:hover,
.basket .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
}

.basket .jcarousel-prev-horizontal:hover,
.basket .jcarousel-prev-horizontal:active,
.basket .jcarousel-prev-disabled-horizontal,
.basket .jcarousel-prev-disabled-horizontal:hover,
.basket .jcarousel-prev-disabled-horizontal:active {
    background-position: 0 -26px;
}

.brands .jcarousel-list {
    height: 32px;
}

.brands .jcarousel-next-horizontal {
    background: transparent url(../i/btns-icons.png) no-repeat 0 -65px;
    right: 8px;
    z-index: 120;;
}

.brands .jcarousel-prev-horizontal {
    background: transparent url(../i/btns-icons.png) no-repeat 0 -52px;
    left: 8px;
    z-index: 120;
}

.brands .jcarousel-prev-shadow {
    position: absolute;
    background: url(../i/left.png) no-repeat;
    left: 0;
    top: 0;
    width: 70px;
    height: 32px;
    z-index: 100;
}

.brands .jcarousel-next-shadow {
    position: absolute;
    background: url(../i/right.png) no-repeat;
    right: 0;
    top: 0;
    width: 70px;
    height: 32px;
    z-index: 100;
}

.table_info_out {
    background-color: #fff;
    padding: 1em;
    margin-top: 2em;
    margin-left: -8px;
}

.table_info tr td {
    border-width: 0 !important;
}

.ui-slider {
    background: url("../i/num-slider-inactive.gif") repeat-x scroll 0 50% transparent;
    float: left;
    position: relative;
    height: 11px;
    width: 265px;
    margin: 4px 0 0 15px;
}

.ui-slider .ui-slider-range {
    background-position: 0 0;
    border: 0 none;
    display: block;
    height: 11px;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
    background: url("../i/num-slider-active.gif") repeat-x scroll 0 50% transparent;
    height: 100%;
    top: 0;
}

.ui-slider .ui-slider-handle {
    cursor: default;
    height: 11px;
    position: absolute;
    width: 11px;
    z-index: 2;
    background: url("../i/num-slider-dot.png") no-repeat scroll 0 0 transparent;
}

.ui-slider .ui-slider-handle:hover {
    background: url("../i/num-slider-dot.png") no-repeat scroll 0 0 transparent;
    text-decoration: none;
}

.hide-on {
    display: none;
}

.hide-off {
    display: block;
}

.cat-descr {

    overflow: auto;
    padding: 0px 0;

    clear: both;
    display: block;
    margin: 0 14px 0px -8px;
}

.cat-descr .l {
    display: block;
    padding: 0 auto;
    text-align: center;
}

.cat-descr .r {
    padding: 5px 10px;
}

.dlv-method {
    float: left;
    width: 240px;
    margin-bottom: 20px;
    padding-right: 8px;
}

.dlv-wrapper{
    float: left;
    width: 240px;
    margin-bottom: 20px;
    padding-right: 8px;
}

.dlv-wrapper .dlv-method {
    float: none;
    width: 240px;
    margin-bottom: 0px;
    padding-right: 0px;
}

.dlv-method-3 {
    margin-top:8px;
}

.dlv-method-4 {
    padding-right: 0px !important;
    width: 241px;
}

#js .dlv-method .radio_shipping_method, #js  .dlv-method .radio_shipping_service {
    display: none;
}

.dlv-method .radio_shipping_method, .dlv-method .radio_shipping_service {
    margin-right: 5px;
    float: left;
    margin-top: 1px;
}

#shipping-method-13 {
    margin-top: 6px;
}

.dlv-head {
    background: #A80206 url("../i/nav-bg.png") repeat-x scroll 0 0;
    border-left: 1px solid #A80206;
    border-right: 1px solid #A80206;
    color: #fff !important;
    padding: 7px 10px 9px 10px;
    margin-bottom: 0 !important;
    font-size: 1.1em;
    font-weight: bold;
}

.dlv-body {
    background: none repeat scroll 0 0 #DEDEDE;
    border: 1px solid #CECECE;
    padding: 4px 10px 6px 10px;
}

#dlv-post-zones {
    margin-top: 5px;
    margin-bottom: 2px;
}

.dlv-loader {
    display: none;
}

.dlv-body li {
    padding: 1px 0 2px 0;
}

.dlv-body .dlv-city {
    padding-top: 5px;
}

.dlv-body .dlv-city:first-child {
    padding-top: 1px;
}

.dlv-city {
    font-weight: bold;
}

#js .dlv-body label {
    color: #000;
    cursor: pointer;
    text-decoration: underline;
}

#js .dlv-body label:hover {
    text-decoration: none;
}

.dlv-body label.selected {
    color: #D12224 !important;
}

#js .dlv-name-after-city {
    display: none;
}

.btn-delete {
    /* width: 16px;
     height: 16px;      */
    float: right;
    margin-left: 10px;
    text-decoration: none;
}

.jcarousel-container {
    position: relative;
}

.jcarousel-clip {
    z-index: 2;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative;
}

.jcarousel-list {
    z-index: 1;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
}

.jcarousel-list li, .jcarousel-item {
    float: left;
    list-style: none;
    width: 75px;
}

.jcarousel-next {
    z-index: 3;
    display: none;
}

.jcarousel-prev {
    z-index: 3;
    display: none;
}

/* SLIMBOX */

#lbOverlay {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    cursor: pointer;
}

#lbCenter, #lbBottomContainer {
    position: absolute;
    z-index: 9999;
    overflow: hidden;
    background-color: #fff;
}

.lbLoading {
    background: #fff url(../i/loading.gif) no-repeat center;
}

#lbImage {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #fff;
    background-repeat: no-repeat;
    background-position: center center;
}

#lbImage DIV {
    min-width: 500px !important;
    min-height: 350px !important;
}

#lbPrevLink, #lbNextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}

#lbPrevLink {
    left: 0;
}

#lbPrevLink:hover {
    background: transparent url(../i/prevlabel.gif) no-repeat 0 15%;
}

#lbNextLink {
    right: 0;
}

#lbNextLink:hover {
    background: transparent url(../i/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
    font-family: "Trebuchet MS", Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
}

#lbCloseLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url(../i/closelabel.gif) no-repeat center;
    margin: 5px 0;
    outline: none;
}

#lbCaption, #lbNumber {
    margin-right: 71px;
}

#lbCaption {
    font-weight: bold;
}

/* SelectBox styles */
.ui-selectBox {
    position: relative;
    width: 182px !important; /* 188px + 35px (padding-right) + 2px (for borders) == 225px wide */

    text-decoration: none;
    color: #fff;
    outline: none;
    vertical-align: middle;
    background: #b93538;
    border: 1px solid #b93538;
    padding-right: 35px;
    display: inline-block;
    cursor: default;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.ui-selectBox-disabled,
.ui-selectBox-disabled .ui-selectBox-arrow {
    color: #888 !important;
    border-color: #BBB !important;
    font-style: italic !important;
}

.ui-selectBox:hover,
.ui-selectBox-focus,
.ui-selectBox:hover .ui-selectBox-arrow,
.ui-selectBox-focus .ui-selectBox-arrow {
    border-color: #870003;
    background-color: #a80206;
}

.ui-selectBox-label {
    width: 100%;
    padding: 0px 5px 2px 5px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
}

.ui-selectBox-arrow {
    position: absolute;
    top: 0;
    right: 0;
    width: 23px;
    height: 100%;
    background: url(../i/arrow.png) 50% center no-repeat;
}

/* Dropdown styles */
#ui-selectBox-dropdown {
    max-height: 200px;
    border: solid 1px #870003;
    border-top-width: 0;
    background: #a80206;
    margin-top: -1px;
    overflow: auto;
    -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
    box-shadow: 0 4px 6px rgba(0, 0, 0, .2);
}

#ui-selectBox-dropdown UL,
#ui-selectBox-dropdown UL LI {
    list-style: none;
    padding: 0;
    margin: 0;
}

#ui-selectBox-dropdown UL LI {
    white-space: nowrap;
    overflow: hidden;
    padding: 2px 5px 2px 5px;
    display: block;
    cursor: default;
    color: #fff;
}

#ui-selectBox-dropdown .ui-selectBox-optgroup {
    background: #F2F2F2;
    color: #888;
    padding-left: .6em;
}

#ui-selectBox-dropdown.ui-selectBox-hasOptgroups .ui-selectBox-option {
    padding-left: 20px;
    background-position: 14px center;
}

#ui-selectBox-dropdown .ui-selectBox-option.ui-selectBox-initial {
    /*background-image: url(jquery.ui-selectBox-tick.gif);
     background-position: 4px center;
     background-repeat: no-repeat;     */
}

#ui-selectBox-dropdown .ui-selectBox-current {
    background-color: #b93538;
}

#ui-selectBox-dropdown .ui-selectBox-disabled {
    color: #888;
    font-style: italic;
}

/* Addthis
----------------*/
.addthis_toolbox {
    width: 324px;
    padding: 6px 0 6px 0px;
}

.addthis_toolbox a {
    text-decoration: none;
}

span.rur {
    text-transform: uppercase;
// text-transform : none !important;
}

span.rur span {
    position: absolute !important;
    overflow: hidden !important;
    width: .45em !important;
    height: 1em !important;
    margin: .25ex 0 0 -.55em !important;
// display : none;
}

.basket-table span.rur span {
    margin: .35ex 0 0 -.55em !important;
}

span.rur span:before {
    content: '\2013';
}

.b-ugc p {
    font-size:13px;
    line-height:1.4em;
}

.b-ugc table{
    width:100%;
}

.b-ugc table thead td{
    background-color:#F7E4A5;
    border-top:1px solid #F0AE3A;
    padding:12px 10px 14px 10px;
    font-size:15px;
    color:#D12224;
}


.b-ugc table tbody td{
    padding:7px 10px;
    font-size:13px;
    border-bottom:1px solid #F7E4A5;
}
.gender_name{
    font-size: 1.5em!important;
    margin: 0px 0 10px 0!important;
}
/*----- Grouped products start -----*/
.grouped_tbl{
    border-collapse: collapse;
    width: 100%;
}
.grouped_tbl td {
    border-bottom: 1px solid #F0AE3A;
    border-top: 1px solid #F0AE3A;
    padding: 10px 0px;
    vertical-align: middle

}
.grouped_prod_code{
    width: 70px;
}
.grouped_prod_name{
    width: 407px;
}
.grouped_prod_code, .grouped_prod_name{
    font-weight: 700;
}
.grouped_prod_price{
    font-size: 12px;
    width: 80px;
}
.grouped_prod_add2cart{
    width: 180px;

}
.grouped_tbl .prd_out_of_stock{
    color: #FF0000;
    font-weight: 700;
}
.grouped_products_cont{
    margin:10px 0 20px;

}
.popup_auth1{
    display:none;
}




/*----- Grouped products end -----*/


.form-standard DT{
    width: 297px;
    height: 25px;
    padding: 7px 10px 8px;
    float: left;
    clear: left;
    color: #7A7A7A;
    text-align: right;
    line-height:13px;
    font-size: 13px;
}

.form-order DT,
.form-order DD {
    padding-bottom: 4px !important;
}

.form-standard DT SPAN {
    color: #F00;
}

.form-standard DD {
    display: table-cell;
    vertical-align: middle;
    width: 422px;
    height: 31px;
    padding-bottom: 8px;
    padding-top: 2px;
}

.form-standard DD span {
    padding-left: 5px;
}

.form-standard DD INPUT[type=text],
.form-standard DD INPUT[type=password] {
    width: 212px;
    border: 1px solid #C2C2C2;
    padding: 6px 3px;
    color: #7A7A7A;
}

.form-standard DD INPUT[type=radio] {
    width: auto;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}

.form-standard DD LABEL {
    margin-top: 3px;
    margin-right: 12px;
    float: left;
    font-size: 0.85em;
    color: #7A7A7A;
}

.form-standard DD SELECT {
    width: 220px;
    padding: 6px;
    color: #7A7A7A;
}

.form-standard DD TEXTAREA {
    width: 212px;
    height: 70px;
    border: 1px solid #C2C2C2;
    padding: 3px;
    color: #7A7A7A;
}

.form-standard FIELDSET {
    width: 225px;
    padding-left: 122px;
    margin: 1px auto 0;
}

.form-standard FIELDSET INPUT {
    padding: 0 20px 2px;
    height: 28px;
    border: 1px solid #880000;
    background: url(../i/btn-red-big.png) repeat-x;
    color: #FFF;
    text-shadow: 0 1px 0 #7A0205;
    cursor: pointer;
    font-size: 11px;
}
#checkout_form #add_new_address.addNewAdress.form-standard DT{
    width: 297px;
    float: left;
}
#checkout_form #add_new_address.addNewAdress.form-standard DD{
    float: none;
    padding-bottom: 8px;
}

.nb{
    margin-left: 5px!important;
    border:none!important;
}

.nb li {
    background:none!important;
}

#brands-list{
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 0;
    width: 743px;
		height:30px;
}
#brands-list li{
    float: left;
    list-style: none outside none;
}
