html, body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    position: relative;
    font: 12px tahoma;
    color: #3f3f3f;

}

body .logotail {
    position: absolute;
    left: 0;
    top: 87px;
    width: 50%;
    height: 69px;
    background: url('/images/body_bg.png') repeat-x;
}

h1, h2, h3, h4, h5 {
    padding: 0;
    margin: 0;
}

h2 {
    font-size: 24px;
    color: #000000;
    font-weight: normal;
    font-family: Myriad Pro, Trebuchet MS;
}

h3 {
    font-size: 30px;
    color: #ee1c25;
    font-weight: normal;
    font-family: Myriad Pro, Trebuchet MS;
    border-bottom: 3px solid #000000;
    padding: 0 0 0 3px;
}

h4 {
    font-size: 27px;
    color: #444444;
    font-weight: normal;
    font-family: Myriad Pro, Trebuchet MS;
}

h5 {
    font-size: 18px;
    color: #000000;
    font-weight: normal;
    font-family: Myriad Pro, Trebuchet MS;
}
p {
    margin: 18px 0;
    line-height: 18px;
}

img {
    border: 0;
}

a {
    text-decoration: underline;
    color: #c90000;
}

a:hover {
    text-decoration: none;
}
.red{
    color:#cc0009;
}
.black{
    color:#000;
}
.gray{
    color:#5b5b5b;
}
.cra {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.crb {
    -moz-border-radius-bottomleft: 8px;
    -moz-border-radius-bottomright: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
    font-size: 0;
    line-height: 0;
}

.push {
    padding: 0 52px 250px 0;
    zoom: 1;
}

.container {
    width: 1000px;
    margin: 0 auto;
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.top {
     position: relative;
     padding: 60px 0 0 260px;
     zoom: 1;
     background: #ffffff;
}

.top .quicknav {
    position: absolute;
    top: 41px;
    left: 105px;
    overflow: hidden;
}

.top .quicknav a {
    float: left;
    margin-right: 25px;
}

.top .logo {
    position: absolute;
    top: 87px;
    left: 0;
    overflow: hidden;
}

.top .logo a img {
    display: block;
}

.top .cabinetlink {
    position: absolute;
    top: 38px;
    right: 222px;
    overflow: hidden;
}

.top .cabinetlink a {
    color: #808080;
}

.top .search {
    position: absolute;
    top: 35px;
    right: 0px;
    overflow: hidden;
    height: 24px;
    width: 184px;
    background: url('/images/top_search_bg.jpg') no-repeat;
}

.top .search input {
    height: 24px;
    line-height: 24px;
    background: none;
    border: none;
    width: 145px;
    padding: 0 0 0 8px;
    float: left;
}

.top .search input.button {
    width: 30px;
    padding: 0;
}

.top .call {
    position: absolute;
    top: 108px;
    right: 0px;
    overflow: hidden;
}

.top .phone {
    font-size: 36px;
    font-family: Myriad Pro, Trebuchet MS;
    zoom: 1;
}

.top .phone sup {
    font-size: 21px;
}

.top .menu {
    overflow: hidden;
    padding: 14px 0 0 4px;
    zoom: 1;
}

.top .menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.top .menu ul li {
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    float: left;
    background: url('/images/top_menu_li.jpg') no-repeat right 3px;
}

.top .menu ul li.last {
    margin: 0;
    padding: 0;
    background: none;
}

.top .menu ul li a {
    color: #000000;
}

.top .nav {
    overflow: hidden;
    padding: 7px 0 0 4px;
    zoom: 1;
}

.top .nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.top .nav ul li {
    margin: 0 15px 0 0;
    padding: 0 15px 1px 0;
    float: left;
    background: url('/images/top_nav_li.jpg') no-repeat right 3px;
}

.top .nav ul li.last {
    margin: 0;
    padding-right: 0;
    background: none;
}

.top .nav ul li a {
    color: #cc0009;
    font-size: 18px;
    border-bottom: 1px dotted #737373;
    text-decoration: none;
}

.top .nav ul li a:hover {
    border: none;
}

/*login form in header*/
.top .auth_part{
    position:absolute;
    right:0;
    top:25px;
    width:156px;
    }
    .top .auth_part a{
        color:#9f9f9f;
    }
    .top .auth_part p{
        margin:0 0 10px 0;
    }
    .top .auth_part p a{
        color:#000;
    }
        .top .auth_part .sum{
            color:#cc0009
        }
       .txt_inp_outer {
        margin-bottom:10px;
        background: url("/images/small_login.gif") no-repeat 0 0;
    }
         .txt_inp_outer  input {
            width:136px;
             height: 22px;
             padding: 1px 10px;
             background: none;
             border: none;
             line-height: 24px;
             color: #9f9f9f;
             font-size: 12px;
        }
   
    .top  .fin_login * {
        font-size: 11px;
        display: inline;
        vertical-align: middle;
    }

    .top  .fin_login input {
        margin-left: 10px;
    }
/*discount_form*/
.discount_form{
    position:absolute;
    top:43px; right:200px;
    font-size:12px;
width:255px;
}
.discount_form label{
    display:block;
    margin-bottom:10px;
}
.discount_code{
    float:left;
    width:208px;
    font-size:13px;
    background:url("/images/code_inp.gif") no-repeat 0 0;
}
    .discount_code input{
        width:188px;
        text-align:center;
        color:#cc0009;
    }
.discount_form .ok_btn{
    margin:0 0 0 10px;
}
.discount_result{
    width:184px;
    height:37px;
    right: 266px;
    top: 69px;
    overflow: hidden;
    background:url("/images/discount_cloud.gif") no-repeat 0 0;
}
.discount_result p{
    margin: 0 2px 10px 2px;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

.main {
    padding: 25px 0 10px 52px;
    zoom: 1;
}

.main .side {
    width: 138px;
    float: left;
    position: relative;
    z-index: 10;
}

.main .side .nav {
    margin-bottom: 25px;
}

.main .side .nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.main .side .nav ul li {
    margin: 0;
    padding: 0 0 0 2px;
    line-height: 15px;
    border-bottom: 1px solid #dadada;
    position: relative;
}

.main .side .nav ul li.last {
    border: none;
}

.main .side .nav ul li a {
    display: block;
    margin: 0 0 0 -10px;
    padding: 3px 0 5px 10px;
    line-height: 15px;
    color: #585858;
    text-decoration: none !important;
    background: url('/images/side_nav_a.jpg') no-repeat left -20px;
    zoom: 1;
}

.main .side .nav ul li a:hover {
    color: #000000;
    background-position: left 9px;
}

.main .side .nav ul li .popup {
    width: 196px;
    height: 140px;
    padding: 14px 14px 14px 20px;
    background: url('/images/side_nav_popup.png') no-repeat;
    position: absolute;
    top: -70px;
    right: -230px;
    display: none;
    overflow: hidden;
}

.main .side .nav ul ul {
    padding: 3px 0 5px 16px;
    border-top: 1px solid #dadada;
}

.main .side .nav ul ul li {
    margin: 0;
    padding: 0 0 0 15px;
    line-height: 14px;
    border: none;
    position: relative;
    background: url('/images/side_nav_ul_ul_li.jpg') no-repeat left 7px;
}

.main .side .nav ul ul li a {
    display: inline;
    margin: 0;
    padding: 0;
    line-height: 14px;
    color: #585858;
    text-decoration: underline !important;
    background: none;
}

.main .side .nav ul ul li a:hover {
    color: #000000;
    text-decoration: none !important;
}


.main .side .search {
/*    position: absolute;*/
    top: 35px;
    right: 0px;
    overflow: hidden;
    height: 24px;
    width: 144px;
    background: url('/images/side_search_bg.jpg') no-repeat;
}

.main .side .search input {
    height: 24px;
    line-height: 24px;
    background: none;
    border: none;
    width: 120px;
    padding: 0 0 0 8px;
    float: left;
}

.main .side .search input.button {
    width: 30px;
    padding: 0;
}



.main .wrap {
    width: 735px;
    float: right;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.main .wrap .column {
    width: 550px;
    float: left;
    overflow: hidden;
}

.main .wrap .sidebar {
    width: 182px;
    float: right;
}

.main .sidebar .nav {
    margin: 0 0 -1px;
    overflow: hidden;
    zoom: 1;
}

.main .sidebar .nav ul {
    margin: 0 0 -1px;
    padding: 0;
    list-style-type: none;

}

.main .sidebar .nav ul li {
    margin: 0;
    padding: 19px 8px 20px 8px;
    line-height: 12px;
    border-bottom: 1px dashed #bdbdbd;
    background: url('/images/side_nav_a.jpg') no-repeat left 23px;
}

.main .sidebar .nav ul li a {
    margin: 0;
    padding: 0;
    line-height: 12px;
    color: #585858;
    text-decoration: none !important;
}

.main .sidebar .nav ul li a:hover {
    color: #000000;
}

.main .sidebar .banners {
    margin: 15px 0;
    text-align: center;
}

.main .wrap .content {
    width: 100%;
    overflow: hidden;
}

.main .cataloglist {
    zoom: 1;
}

.main .cataloglist .item {
    width: 50%;
    float: left;
    text-align: center;
    position: relative;
}

.main .cataloglist .item img {
    display: block;
}

.main .cataloglist .item span.links {
    display: inline-block;
    text-align: left;
    zoom: 1;
}

.main .cataloglist .item span.links a.name {
    font-size: 18px;
    text-decoration: none !important;
    display: block;
    margin: 2px 0 3px;
}

.main .cataloglist .item span.links a.name span {
    font-size: 18px;
    text-decoration: underline;
    color: #c4050d;
}

.main .cataloglist .item span.links a.name span.pre {
    color: #000000;
}

.main .cataloglist .item span.links a.name:hover span {
    text-decoration: none;
}

.main .cataloglist .item span.links a.choosecolor {
    font-size: 11px;
    color: #ffffff;
    text-decoration: underline;
    background: #484848;
    line-height: 16px;
    padding: 1px 3px 2px;
}

.main .cataloglist .item span.links a.choosecolor:hover {
    text-decoration: none;
}

.main .cataloglist .item .price {
    width: 90px;
    height: 60px;
    padding-top: 30px;
    background: url('/images/catalog_price_bg.png') no-repeat;
    overflow: hidden;
    position: absolute;
    top: 110px;
    left: 150px;
    text-align: center;

    font-size: 18px;
    font-style: italic;
    font-family: Myriad Pro, Trebuchet MS;
    color: #ffffff;
}

.main .cataloglist .item .price span {
    font-size: 22px;
    font-style: italic;
    font-family: Myriad Pro, Trebuchet MS;
    color: #ffffff;
/*    display: block; */
    text-align: center;
    padding-left: 2px;
}

.main .cataloglist .item .price a {
    font-size: 11px;
    color: #ffffff;
    font-style: normal;
    text-decoration: underline;
}

.main .cataloglist .item .price a:hover {
    text-decoration: none;
}

.main .catalogitem {
    zoom: 1;
    margin-bottom: 25px;
}

.main .catalogitem .item {
    width: 265px;
    float: left;
    text-align: center;
    position: relative;
}

.main .catalogitem .item img {
    display: block;
}

.main .catalogitem .item .price {
    width: 90px;
    height: 60px;
    padding-top: 30px;
    background: url('/images/catalog_price_bg.png') no-repeat;
    overflow: hidden;
    position: absolute;
    top: 110px;
    left: 150px;
    text-align: center;
}

.main .catalogitem .item .price span {
    font-size: 22px;
    font-style: italic;
    font-family: Myriad Pro, Trebuchet MS;
    color: #ffffff;
    display: block;
    text-align: center;
    padding-left: 2px;
}

.main .catalogitem .item .price a {
    font-size: 11px;
    color: #ffffff;
    text-decoration: underline;
}

.main .catalogitem .item .price a:hover {
    text-decoration: none;
}

.main .catalogitem .details {
    width: 470px;
    float: left;
}

.main .catalog {
    padding: 19px 0 5px 19px;
    zoom: 1;
    margin: 0 0 25px;
    overflow: hidden;
}

.main .emphasis {
    background: #f7f7f7;
}

.main .catalog .item {
    width: 160px;
    padding: 0 19px 19px 0;
    float: left;
}

.main .catalog .item .caption {
    height: 45px;
    line-height: 18px;
}

.main .catalog .item .caption a {
    color: #191919;
    font-size: 18px;
    text-decoration: none;
    line-height: 18px;
}

.main .catalog .item .caption a:hover {
    text-decoration: underline;
}

.main .catalog .item .picture a img {
    display: block;
    width: 160px;
    height: 136px;
}

.main .catalog .item .picture_curt a img {
    display: block;
    width: 160px;
/*    height: 136px;*/
}

.main .catalog .item ul {
    margin: 9px 3px 0 3px;
    padding: 0 0 9px 0;
    list-style-type: none;
    border-bottom: 5px solid #d6d6d6;
}

.main .catalog .item ul li {
    line-height: 14px;
    padding-left: 14px;
    background: url('/images/catalog_item_ul_li.jpg') no-repeat left 7px;
}

.main .catalog .item ul li a {
    line-height: 14px;
    color: #4f4f4f;
    font-size: 11px;
}

.main .catalog .item .price {
    height: 40px;
    margin: 0 4px 8px;
    line-height: 40px;
    font-size: 18px;
    color: #191919;
}

.main .catalog .item .prices {

    margin: 0 4px 0 5px;
    line-height: 40px;
}

p.economy{
    margin:12px 0 0 4px
}

.main .catalog .item .price span {
    line-height: 40px;
    font-size: 24px;
    color: #cc0009;
}

.main .catalog .item .request {
    height: 30px;
    line-height: 30px;
/*    background: url('/images/catalog_item_request_bg.jpg') repeat-x; */
    background: url('/images/catalog_item_request_bg.png') no-repeat center;
    text-align: center;
}

.main .catalog .item .request a {
    line-height: 30px;
    color: #ffffff;
    text-decoration: none;
}

.main .catalog .item .request a:hover {
    text-decoration: underline;
}

/*
.main .catalogcard {
    margin: 50px 0 20px;
    zoom: 1;
}

*/

.main .catalogcard {position:relative;}
.basket_message {
  position:absolute;
  top:150px;
  right:50%;
  bottom:auto;
  background:#ee1c25;
  color:#fff;
    font-size: 14px;
    font-style: bold;
  width:300px;
  margin-right:-170px;
  padding:20px;
  text-align:center;
  font-size:20px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  }
.auth_message {
  position:absolute;
  top:40px;
  right:50%;
  bottom:auto;
  background:#ee1c25;
  color:#fff;
    font-size: 11px;
    font-style: bold;
  width:230px;
  margin-right:-170px;
  padding:20px;
  text-align:center;
  font-size:16px;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  }

.main .catalogcard .item {
    width: 230px;
    float: left;
}

.main .catalogcard .item .picture a img {
    display: block;
    width: 162px;
    height: 145px;
}

.main .catalogcard .item .picture2 a img {
    display: block;
    width: 162px;
/*    height: 145px;*/
}

.main .catalogcard .item ul {
    margin: 10px 0;
    padding: 0;
    list-style-type: none;
    zoom: 1;
}

.main .catalogcard .item ul li {
    margin: 1px;
    padding: 0;
    float: left;
    position: relative;
    zoom: 1;
}

.main .catalogcard .item ul li a {
    zoom: 1;
    text-decoration: none;
}

.main .catalogcard .item ul li a img {
    display: block;
    height: 52px;
    width: 52px;
    zoom: 1;
}

.main .catalogcard .item ul li a span {
    display: block;
    height: 50px;
    width: 50px;
    border: none;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
}

.main .catalogcard .item ul li.active a span {
    border: 1px solid #ee1c25;
}

.chk-name {height:2.5em;}
.main .catalogcard .item {
  overflow:hidden;  
  }
.main .catalogcard .details {
    width: 500px;
    float: right;
}

.main .catalogcard .details span.model {
    color: #c10008;
    font-size: 18px;
}

.main .catalogcard .details a.black {
    color: #222222;
}

.main .catalogcard .details .size {
    height: 35px;
    line-height: 35px;
    width: 160px;
    text-align: center;
    font-size: 18px;
    color: #000000;
    border: 1px solid #8a8a8a;
    margin-right: 20px;
    float: left;
}

.main .catalogcard .details .price {
    height: 35px;
    line-height: 35px;
/*    width: 350px;*/
    float: left;
}

.main .catalogcard .details .price span {
    line-height: 35px;
    font-size: 30px;
    color: #b90008;
}

.main .colors {
    padding: 20px 0 10px 2px;
    background: #f7f7f7;
    margin: 10px 0 40px;
}

.main .colors h4 {
    padding: 0 0 0 18px;
}

.main .colors ul {
    margin: 20px 0 0;
    padding: 0;
    list-style-type: none;
    zoom: 1;
}

.main .colors ul li {
    width: 121px;
    height: 141px;
    float: left;
    text-align: center;
    position: relative;
}

.main .colors ul li .picture {
    display: block;
    height: 85px;
    width: 85px;
    margin: 0 0 5px 18px;
    position: relative;

}

.main .colors ul li .picture a {
    text-decoration: none;
}

.main .colors ul li .picture a img {
    height: 85px;
    width: 85px;
    display: block;
}

.main .colors ul li .picture a span {
    display: block;
    height: 79px;
    width: 79px;
    border: none;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
}

.main .colors ul li.active .picture a span {
    border: 3px solid #ee1c25;
}

.main .feedback {
    padding: 6px 0 60px 50px;
    width: 515px;
}
.content_lft{padding: 6px 0 60px 50px;}

.main .feedback .formfield {
     line-height: 24px;
     margin-top: 24px;
     width:458px;
}

.main .feedback .formfield .textfield {
/*      float: right;*/
     width: 458px;
     height: 24px;
     padding: 0;
     background: url('/images/form_textfield.jpg') no-repeat;
}


.main .feedback .formfield .textfield input {
    border: none;
    background: none;
    padding: 1px 10px;
    width: 438px;
    height: 22px;
    line-height: 24px;
}

.main .feedback .formfield .textarea {
      float: right;
     width: 458px;
     height: 224px;
     padding: 0;
     background: url('/images/form_textarea.jpg') no-repeat;
     zoom: 1;
}

.main .feedback .formfield .textarea textarea {
    border: none;
    background: none;
    padding: 6px 14px;
    margin: 0;
    width: 438px;
    height: 222px;
    line-height: 24px;
    overflow: auto;
    zoom: 1;
}

.main .feedback .submit {
     text-align: right;
     line-height: 24px;
     margin-top: 24px;
     width:458px;
}
.main .nu_form .formfield {
    width:520px;
}
    .main .nu_form .formfield .textfield,
    .main .nu_form .formfield .textarea {
         margin-left:60px;
    }
.main .nu_form .formfield .textarea{
    margin-bottom:24px;
    margin-left:0;
}
    .main .nu_form .formfield  .label_for_nufm{
        float:left; width:58px;
    }
    .main .nu_form p strong{
        font-weight:lighter;
        color:#5b5b5b; padding-right:30px;
        font-size:18px;
    }
.main .nu_form .formfield textarea{
    color:#5b5b5b;
    font-size:12px;
    float:none;
    font-family:Tahoma, Geneva, sans-serif;

}
 .nu_form  .notice{
     margin-top:8px;
     padding-left: 60px;
     font-size: 11px;
    }
.nu_form .required{
     color: #cc0009;
}
.main .nu_form .submit{
    width:520px;
}

.main .selection {
/*    background: #f3f3f3;*/
    zoom: 1;
}

.main .selection .box_top {
/*    background: url('/images/selection_bg_top.jpg') repeat-x;*/
    background: url('/images/you_size_g_up.png') no-repeat left top;
}

.main .selection .box_bottom {
/*    background: url('/images/selection_bg_bottom.jpg') repeat-x left bottom;*/
    background: url('/images/you_size_g_dwn.png') no-repeat left bottom;
}

.main .selection .box_tops {
    background: url('/images/you_size_g_up_s.png') no-repeat left top;
}

.main .selection .box_bottoms {
    background: url('/images/you_size_g_dwn_s.png') no-repeat left bottom;
}

.main .selection .inner {
    padding: 13px 0 13px 30px;
}

.main .selection .inners {
    padding: 13px 0 13px 24px;
}

.main .selection .innerc {
    padding: 13px 0 13px 24px;
}

.main .selection .column {
    width: 300px;
    margin-right: 50px;
    float: left;
    overflow: visible;
}

.main .selection .small {
    width: 202px;
    margin: 6px 0 0 0;
}

.main .selection .central {
float: right;
margin: 6px 24px 0 0;
}

.main .selection .centrals {
float: left;
margin: 5px 24px 0 0;
}

.main .selection .centralc {
float: left;
margin: 5px 0 0 0;
}

.main .selection .column .field {
    line-height: 24px;
    margin-top: 18px;
}

.main .selection .column .sfield {
    line-height: 24px;
    margin-top: 18px;
    width: 140px;
    float: left;
}

.main .selection .central .sfield {
    margin-top: 6px;
    height: 32px;
    background: url('/images/arrow_w.jpg') no-repeat;
}

.main .selection .centrals .sfield {
    margin-top: 6px;
    height: 32px;
    background: url('/images/arrow_w.jpg') no-repeat;
}

.main .selection .centralc .sfield {
    margin-top: 6px;
    height: 32px;
    background: url('/images/arrow_w.jpg') no-repeat;
}

.main .selection .column .rfield {
    float: right;
    height: 32px;
    background: url('/images/arrow_h.jpg') no-repeat;
}

.main .selection .column .request {
    height: 30px;
    line-height: 30px;
    background: url('/images/catalog_item_request_bg.jpg') repeat-x;
    text-align: center;
    margin: 0 15px 0 40px;
}

.main .selection .column .request a {
    line-height: 30px;
    color: #ffffff;
    text-decoration: none;
}

.main .selection .column .request a:hover {
    text-decoration: underline;
}

.main .selection .selectfield {
    width: 225px;
    height: 24px;
    position: relative;
    float: right;
}

.main .selection .selectbig {
    width: 265px;
}

.main .selection .selectsmall {
    width: 83px;
}

.main .selection .selectfield .box {
    background: url('/images/selection_select_bg.jpg') repeat-x left -48px;
    position: relative;
    z-index: 5;
}

.main .selection .selectfield .boxwrap {
    background: url('/images/selection_select_bg.jpg') no-repeat left 0;
}

.main .selection .selectfield .inner {
    background: url('/images/selection_select_bg.jpg') no-repeat right -24px;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    padding: 0 20px 0 10px;
    color: #3f3f3f;
    font-size: 12px;
    cursor: pointer;
    zoom: 1;
    text-align: center;
}

.main .selection .selectfield .options {
    position: absolute;
    left: 0;
    top: 24px;
    z-index: 1;
    width: 100%;
    zoom: 1;
}

.main .selection .selectfield .options .optinner {
    background: #ffffff url('/images/selection_select_options_bg.jpg') repeat-x left bottom;
    max-height: 200px;
    overflow-y: auto;
    padding: 0;
    margin-bottom: -1px;
}

.main .selection .selectfield .options .tail {
    background: #ffffff url('/images/selection_select_options_tail_bg.jpg') repeat-x;
    height: 10px;
    width: 100%;
}

.main .selection .selectfield .options .optinner div {
    margin: 0 12px;
    padding: 3px 0 4px;
    border-bottom: 1px dotted #ababab;
    text-align: center;
    cursor: pointer;
    line-height: 15px;
}

.main .selection .inputfield {
    height: 24px;
    position: relative;
    float: right;
}

.main .selection .inputfield .box {
    background: url('/images/selection_input_bg.jpg') repeat-x left -48px;
    position: relative;
    z-index: 5;
}

.main .selection .inputfield .boxwrap {
    background: url('/images/selection_input_bg.jpg') no-repeat left 0;
}

.main .selection .inputfield .inner {
    background: url('/images/selection_input_bg.jpg') no-repeat right -24px;
    overflow: hidden;
    height: 24px;
    line-height: 24px;
    padding: 0 20px 0 10px;
    color: #3f3f3f;
    font-size: 12px;
    zoom: 1;
    text-align: center;
}

.main .selection .inputfield input {
    width: 60px;
    color: #3f3f3f;
    font: 12px tahoma;
    text-align: center;
    background: none;
    border: none;
}

.main .selection .submit {
    text-align: right;
    margin: 18px 0 0;
}

.footer {
    width: 1000px;
    height: 250px;
    margin: -250px auto 0;
}

.footer .menu {
    overflow: hidden;
    padding: 0 0 0 215px;
    zoom: 1;
}

.footer .menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer .menu ul li {
    margin: 0 10px 0 0;
    padding: 0 10px 0 0;
    float: left;
    background: url('/images/top_menu_li.jpg') no-repeat right 3px;
}

.footer .menu ul li.last {
    margin: 0;
    padding: 0;
    background: none;
}

.footer .menu ul li a {
    color: #000000;
}

.footer .nav {
    overflow: hidden;
    padding: 7px 0 0 215px;
    zoom: 1;
}

.footer .nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.footer .nav ul li {
    margin: 0 15px 0 0;
    padding: 0 15px 1px 0;
    float: left;
    background: url('/images/top_nav_li.jpg') no-repeat right 3px;
}

.footer .nav ul li.last {
    margin: 0;
    padding-right: 0;
    background: none;
}

.footer .nav ul li a {
    color: #cc0009;
    font-size: 18px;
    border-bottom: 1px dotted #737373;
    text-decoration: none;
}

.footer .nav ul li a:hover {
    border: none;
}

.footer .inner {
    margin: 30px 52px 0 0;
    padding: 30px 0 0 20px;
    border-top: 1px solid #dcdcdc;
    zoom: 1;
}

.footer .inner .copyright {
    width: 195px;
    float: left;
    font-size: 11px;
    color: #999999;
}

.footer .inner .address {
    width: 320px;
    float: left;
    font-size: 11px;
    color: #999999;
    line-height: 18px;
    margin-top: -4px;
}

.footer .inner .address span.phone {
    font-size: 11px;
    color: #414141;
    line-height: 18px;
}

.selection h4 {font-size:25px}

/*basket*/
.basket{
    margin: 0 0 0 60px;
}

.basket_head{
    float:left;
    width:100%;
    color:#000;
    padding:25px 0 10px 0;
    border-bottom:2px solid #000;
    font-size:14px;

}
.basket    .goods{
        float:left;
        width:312px;
    }
    .basket    .goods img {
            float: left;

        }

    .basket    .goods p {
            font-size: 12px;
            color: #555;
            margin: 0 0 4px 96px;
        }

    .basket    .goods p strong {
            font-size: 16px;
        }

    .basket    .goods p .red {
            font-size: 14px;
        }

    .number{float:left;
        width:107px;
    }
     .basket   .number input.item_num{
            width:67px;
            border:1px solid #b2b2b2;
            padding:18px 0;
            text-align:center;
            color:#000;
        }
  .basket  .price{float:left;
        width:103px;
    }
     .basket   .price span{
            color:#000;
        }
   .basket .total{float:left;
        width:152px;
    }
.basket_item .price,
.basket_item .total{
        padding-top:16px;
    }


.basket_item{
    position:relative;
    float:left; width:100%;
    padding:24px 0;
    font-size:14px;
    border-bottom:1px solid #000;
}
a.close_item{
    display:block;
    position:absolute;
    right:2px; top:32px;
    width:20px;
    height:20px;
}

/*
.intem_char{
    clear:both;
    text-align:right;
   font-size:12px;
    margin:0;
    padding:10px 0;
}
    .intem_char li {
        display: inline;
        padding-left:20px;
    }
    .intem_char li  span{
        color:#000;
    }
    .intem_char li select{
        width:220px;
        color:#000;
        border:1px solid #b2b2b2;
        font-size: 12px;
    }
*/

.intem_char{
    clear:both;
    text-align:right;
   font-size:12px;
    margin:0;
    padding:10px 0;
	position: relative;
	z-index: 100;
	line-height: 22px;
}
    .intem_char li {
        display: inline;
        padding-left:20px;
    }
    .intem_char li  span{
        color:#000;
    }    
	.intem_char li  span.editfields{
        padding-right: 65px;
    }
    .intem_char li  span input{
		background: #fff;
		border: 1px solid #b3b3b3;
		padding: 2px;
		width: 70px;
		margin: 0;
    }
    .intem_char li select{
        width:220px;
        color:#000;
        border:1px solid #b2b2b2;
        font-size: 12px;
    }
    
.control_types{
    float:left;
    padding:4px;
    border:1px solid #b2b2b2;
    font-size:12px;

}
.triple_units{
    margin-right:5px;
}

.control_types p {
    margin: 8px 10px;
}

    .control_types .control_unit {
        float: left;
        position: relative;
        width: 100px;
        min-height: 144px;
        padding-left: 20px;
        margin:0 0 10px 10px;
        color:#000;

    }
    .control_types .control_unit  p{
        margin: 0;  
    }
        .control_types input.type_chk{
            position:absolute;
            left:0;
            top:0;
        }

.control_length{
    font-size:12px;
    float:left;
    width:540px;
}
    .control_length .length_setting {
        float: left;
        width: 147px;
        padding: 0 18px;
    }

        .length_setting input {
            width: 107px;
            border: 1px solid #b2b2b2;
            padding: 18px 0;
            text-align: center;
            color: #000;
            margin-right: 8px;
        }

.control_length p.annotation {
    margin:0 0 0 213px;
    padding-top:8px;
}

.basket_foo{
    clear:both;
    padding:24px 0;
    text-align:right;
    color:#000;
    font-weight:bold;
}
    .basket_foo p{margin-top:0;}
    .basket_foo .upper{
        text-transform:uppercase;
        color:#777;
    }

.dt_data {
    overflow:hidden;

}
.dt_data dt {
    float:left;
    clear:left;
    margin-bottom:12px;
    width:32px;
    color:#777;
}
    .dt_data dd.agent_name{
        margin-top:-3px;
        font-size:16px;
    }
.dt_data dd{
    margin-left:36px;
    margin-bottom:12px;
}
.dt_data a{
    color:#005f90;
}

/*cards*/
.card_outer  p {
    margin: 0;
}
.card_head .card_type{
    margin-top:-7px;
}

.card_type{
    display:inline-block;
    overflow:hidden;
    width:13px; 
    height:13px;
    margin-right:10px;
    vertical-align:middle;
}

.red_type{
    background:red;
}
.black_type{
    background:black;
}
.white_type{
    width:12px; height:12px;
    border:1px solid #b2b2b2;
    background:white;
}


.card_table{
    width:100%;
    margin:18px 0;
    border-collapse:collapse;
}
.card_table .card_type{
    margin:-2px 4px 0;
}
.card_table thead td{
    background:#eee;
}
.card_table tfoot td{
    border-top:1px solid #000;
}
.card_table td{
    padding:6px 8px;
    border-top:1px solid #eee;
    color:#000;
}
.card_table td.size_cr{
    text-align:center;
    width:80px;
    padding:12px 0 12px 8px;
}
.card_table td.large_f{
    font-size:14px;
}
.card_table td.size_unit{
    padding:12px 8px 12px 0;
}
.show_colors{
    display:block;
    float:left;
    color:#000;
    text-decoration:none;
}
.show_colors .hidden_colors {
  display:none;
    position:absolute;
    top:14px;
    width:100%;
    padding-right:4px;
    left:-4px;
    border:1px solid #b2b2b2;
    background:#fff;
    color:#000;
    text-decoration:none;
}

a.show_colors:hover {
    position: relative;
    z-index: 10;
}

a.show_colors:hover .hidden_colors {
    display: block;
}

.hidden_colors span {
    display: block;
    margin: 6px 4px;
}

.bayer {
    color: #666;
}

.listing{
    overflow:hidden;
    padding:0;
    margin:0;
}
.listing li{
    list-style-type:none;
    float:left;
    margin-right:2px;

}

.listing li a {
    text-decoration: none;
    color:#666;
    padding:1px 3px;
    display:block;
}
.listing li a.active{
    background:#ee1c25;
    color:#fff;
}

.checkbox, .radio {
	width: 12px;
	height: 12px;
	padding: 0 0 0 20px;
	background: url(/images/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}

.chk-wrap {
  width:15px;
  height:15px;
  margin:auto;
  } 

.chk-data {
    font-weight: normal;
    border-bottom: 3px solid #000000;
    padding: 0 0 0 3px;
}

.control_unit, .control_types {position:relative;}
.help_block {position:absolute; top:3px;right:5px;}
