body{
    min-height: 400px;
    margin: 0px;
    padding: 0px;
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'PT Sans', sans-serif;

}

input{
    -webkit-appearance: none;
    -webkit-border-radius: 0;

}

a{
    color: #f93f44;
}

a:hover{
    color: #6f6f6f;
    text-decoration: none;
}

/* ===========   select   ===============*/
select {
  width: auto;
  min-width: 120px;
  height: 26px;
  border-radius: 0px;
  padding-left: 10px;
  padding-right: 10px;
  border: 2px solid #ededed;
  -webkit-appearance: none;
  background: url('../images/select_arrow.jpg') right;
  background-repeat: no-repeat;
  line-height: 1em;
  /* for FF */
  -moz-appearance: none;
  text-indent: 0.01px; 
  text-overflow: '';
  /* for IE */
  -ms-appearance: none;
  appearance: none!important;
  cursor: pointer;
  color: #858585;
}
 
select::-ms-expand {
  display: none;
}

td.seldate select{
    width: 100px;
    min-width: 100px;
}
/* ===========   select   ===============*/

/* ===========  checkbox  =============  */

input.checkbox {
  vertical-align: top;
  margin: 0 3px 0 0;
  width: 17px;
  height: 17px;
}
input.checkbox + label {
  cursor: pointer;
}
input.checkbox:not(checked) {
  position: absolute;
  opacity: 0;
}
input.checkbox:not(checked) + label {
  position: relative; /* будем позиционировать псевдочекбокс относительно label */
  padding: 0 0 0 25px; /* оставляем слева от label место под псевдочекбокс */
}
input.checkbox:not(checked) + label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  line-height: 20px;
  background: #CDD1DA;
  box-shadow: inset 0 2px 3px rgba(0,0,0,.2);
}

/* Меняем фон чекбокса, когда он включен. */
input[type=checkbox]:checked + label:before {
    content: "\2713";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);
    font-size: 15px;
    color: #f3f3f3;
    text-align: center;
    line-height: 15px;
}
/* Сдвигаем переключатель чекбокса, когда он включен. */
input.checkbox:checked + label:after {
  left: 26px;
}

/* ===========  checkbox OFF  =============  */

/* ===========  radio ON  =============  */

.radio {
  vertical-align: top;
  width: 12px;
  height: 12px;
  margin: 0 3px 0 0;
}
.radio + label {
  cursor: pointer;
}
.radio:not(checked) {
  position: absolute;
  opacity: 0;
}
.radio:not(checked) + label {
  position: relative;
  padding: 0 0 0 35px;
}
.radio:not(checked) + label:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  width: 17px;
  height: 17px;
  border: 1px solid #ebebeb;
  border-radius: 50%;
  background: #FFF;
}
.radio:not(checked) + label:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 4px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #f93f44;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
  opacity: 0;
  transition: all .2s;
}
.radio:checked + label:after {
  opacity: 1;
}
.radio:focus + label:before {
  box-shadow: 0 0 0 3px rgba(255,255,0,.5);
}

/* ===========  radio OFF  =============  */


.w1000{
    width: 1000px;
    float:left;
}

div.wraptop{
    width: 1100px;
    position: relative;
    margin-top: 55px;
    float:left;
}

div.wrapper{
    width: 1100px;
    margin-left: 100px;
    position: relative;
}

div#leftblock{
    width: 100px;
    background: #000;
    position: fixed;
    left:0px;
    top: 0px;
    bottom:0px;
    z-index: 99999999;
    min-height: 400px;
}

div#leftblock div#logotip{
    width: 100px;
    text-align: center;
    height: 100px;
    position: absolute;
    top:0px;
}

div#leftblock div#menuserblock{
    width: 100px;
    height: 180px;
    position: absolute;
    top: 50%;
    margin-top:-90px;
}

div#leftblock div#menuserblock div.menuserblock_item{
    width: 100px;
    height: 24px;
    cursor: pointer;
    margin-bottom: 20px;
    position: relative;
}

div#leftblock div#menuserblock div.menuserblock_item a span{
    width: 24px;
    height: 24px;
    margin-left: 38px;
    display: block;
    -webkit-mask-size: 24px 24px;
    mask-size: 24px 24px;
    background-color: #8c8c8c;
    position: relative;
}

div#leftblock div#menuserblock div.menuserblock_item a svg{
    margin-left: 38px;
    display: block;
    width: 24px;
    height: 24px;
}

div#leftblock div#menuserblock div.menuserblock_item a svg g{
    fill:none;
    stroke: #8c8c8c;
}

div#leftblock div#menuserblock div.menuserblock_item a:hover svg g{
    fill:none;
    stroke:#fff;
}

div#leftblock div#menuserblock div.menuserblock_item a:hover span{
    background-color: #fff;
}

div#leftblock div#menuserblock div.menuserblock_item a span.menuserblock_faq{
    -webkit-mask-image: url('../images/iconssvg/info.svg');
    mask-image: url('../images/iconssvg/info.svg');
}


div#leftblock div#gotop{
    background: #292929 url('../images/gotopico.png') no-repeat center center;
    width: 100px;
    height: 50px;
    position: absolute;
    bottom: 0px;
    cursor: pointer;
    display: none;
}

.menuserblock_count{
    position: absolute;
    background: #f93f44;
    border: 1px solid #f93f44;
    z-index: 9999;
    color: #fff;
    left: 55px;
    top: -5px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 10px;
    border-radius:50%;
}

div#leftblock div#gotop:hover{
    background: #9b9b9b url('../images/gotopico.png') no-repeat center center;
}

header #menublock{
    position: fixed;
    top: 0px;
    background: #ececec;
    width: 100%;
    height: 55px;
    z-index: 99999;
    border-bottom: 1px solid #e0e0e0;
}

div#menublock div#menu_catalog{
    float: left;
    height: 55px;
    border-right: 1px solid #e0e0e0;
    padding-right: 60px;
    padding-left: 20px;
}
div#menublock div#menu_catalog span{
    float:left;
    font-size: 14px;
    color: #3d3d3d;
    font-weight: 400;
    line-height: 55px;
    padding-left: 0px;
    cursor: pointer;
}

div#menublock div#menu_catalog span.icon{
    width: 22px;
    height: 22px;
    margin: 14px;
    margin-left:0px;
    margin-right:10px;
    padding: 0px;
    margin-top: 16px;
}

div#menublock div#menu_catalog span.offmenu:hover {

    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(360deg); 
    -o-transform: rotate(180deg);
    transform: rotate(360deg);

    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}

div#menublock div#menu_catalog span.onmenu{
    background: url('../images/menu_ico.png') no-repeat center center;
}

div#menublock div#menu_catalog span.onmenu:hover{
    color:#858585;
    background: url('../images/menu_ico_hover.png') no-repeat center center;
}

div#menublock div#menu_catalog span.offmenu{
    background: url('../images/menu_icooff.png') no-repeat center center;
}

div#menublock div#menu_catalog span.offmenu:hover{
    color:#858585;
    background: url('../images/menu_icooff_hover.png') no-repeat center center;
}

div#menublock div#menu_osnova{
 
}

div#menublock div#menu_osnova ul{
    padding: 0px;
    list-style: none;
    padding-left: 20px;
    float:left;
    margin-top: 17px;
    margin-bottom: 17px;
}

div#menublock div#menu_osnova ul li{
    display: inline;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0px;
}

div#menublock div#menu_osnova ul li a{
    text-decoration: none;
}

div#menublock div#menu_osnova ul li a span{
    font-size: 14px;
    color: #3d3d3d;
    font-weight: 400;
}

div#menublock div#menu_osnova ul li a:hover span{
    color: #858585;
}

div#menublock div#menu_tel{
    float:right;
    text-align: right;
}


div#menublock div#menu_tel span{
    font-size: 14px;
    color: #3d3d3d;
    font-weight: 500;
    padding-top: 17px;
    padding-bottom: 10px;
    float:right;
    text-decoration: none;
}

div#menublock div#menu_tel span a{
    text-decoration: none;
    color: #3d3d3d;
}

div.product_item{
    width: 229px;
    height: 319px;
    border-right: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
    float: left;
    margin-left: -1px;
    margin-top: -1px;
}

div#cont_text{
    width: 1100px;
    float:left;
}

div#cont_breadcrumbs{
}

div#cont_breadcrumbs div.pathway{
    float:left;
    width: 100%;
    height: 80px;
    padding: 0px;
    padding-left: 20px;
    overflow: hidden;
    line-height: 80px;
    color: #505050;
}

div#cont_breadcrumbs div.pathway a,
div#cont_breadcrumbs div.pathway span{
    padding-left: 0px;
    color: #505050;
    font-size: 12px;
    font-weight: 400;
}

div#cont_breadcrumbs div.pathway a:hover{
    text-decoration: none;
    color: #6f6f6f;
}

div#cont_right{
    width: 200px;
    height: 300px;
    background: #fecfec;
    float: right;
}

div#cont_banner_big{
    width: 980px;
    margin: 20px;
    margin-right: 20px;
}

div#cont_banner_big img{
    width: 980px;
}

div#cont_banner_min{
    margin-top: 20px;
}

div#cont_banner_min div#cont_banner_one{
}
div#cont_banner_min div#cont_banner_one img{
    width: 620px;
    height: 340px;
}

div#cont_banner_min div#cont_banner_two{
}
div#cont_banner_min div#cont_banner_two img{
    width: 440px;
    height: 340px;
}

div#cont_banner_big span.fast_cfg_link a img,
div#cont_banner_min div#cont_banner_one span.fast_cfg_link a img,
div#cont_banner_min div#cont_banner_two span.fast_cfg_link a img{
    width: 16px;
    height: 16px;
}

div.cont_rightblock div.module{
    width: 100%;
    position: relative;
} 

div.link_all{
    position: absolute;
    right: 0px;
    top: 10px;
}

div.link_all a{
    color: #6f6f6f;
    font-size: 12px;
    line-height: 12px;
}

div.link_all a:hover{
    color: #fb3e45;
}

.cont_leftblock{
    width: 620px;
    margin: 20px;
    margin-right: 0px;
    float:left;
    color: #3d3d3d;
    margin-top: 0px;
}

.cont_leftblock .modulebody,
.cont_rightblock .modulebody{
    margin-top: 0px;
}

.modulebody h1{
    font-weight: 500;
    font-size: 18px;
}

div.reginfo{
    width:100%;
    color: #8a8a8a;
    font-size: 12px;
    line-height: 16px;
}

div.reginfo a:hover{
    color: #3d3d3d;
}

.cont_leftblock p{
    color: #6f6f6f;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
}

.cont_rightblock{
    width: 440px;
    margin: 20px;
    margin-left: 0px;
    margin-right: 0px;
    float:right;
    margin-top: 0px;
}

.cont_centerblock{
    padding: 20px;
}

#katalog_osnova_pdf{
    background: #ffebd2;
    padding: 20px;
    float: right;
    width: 360px;
}

#katalog_osnova_pdf h3{
    color: #383838;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    padding-bottom: 20px;
    padding-top: 10px;
    margin:0px;
}

#katalog_osnova_pdf img{
    margin-right: 20px;
    border: 5px solid #fff;
}

#katalog_osnova_info{
    float:left;
    width: 540px;
}

.moduletitle{
    font-weight: 500;
    font-size: 18px;
}
.modulebody{
    margin-top: 20px;
}

p{
    padding-bottom: 10px;
}

#contentblock{

}

div#kontakti_map{
    width:700px;
    height: 825px;
    float:left;
}

ymaps.ymaps-2-1-41-controls__control_toolbar,
ymaps.ymaps-2-1-41-zoom,
ymaps.ymaps-2-1-41-controls__control,
ymaps.ymaps-2-1-41-copyrigh,
ymaps.ymaps-2-1-41-copyrights-pane{
    display:none;
}

div#kontakti_map div{
    margin-top:0px;
}

div#kontakti_info{
    float:right;
    height: 470px;
    margin-bottom:20px;
}

div#zadatvopros_k{
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
    float: right;
    text-align:right;
}

div#zadatvopros_k a{}

div#zadatvopros_k a input{
    margin:0px;
    width: 278px;
    text-align: center;
}

div#kontakti_social{
    width:280px;
    float:right;
}

div.k_social{
    margin-bottom: 20px;
    float: right;
}

div#kontakti_info div.module div.moduletitle{
    background: #ffebd2;
    color: #000;
    padding-left:20px;
    padding-right:20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 500; 
}

div#kontakti_info div.module div.modulebody{
    border-top: none;
    padding: 19px;
    width: 240px;
    margin:0px;
    background: none;
    color: #6f6f6f;
    border: 1px solid #ececec;
        /* ececec */
    display: block;
    float: right;
    font-size: 12px;
    line-height: 16px;
}

div#kontakti_info div.module div.modulebody h1{
    color: #000;
    font-size: 16px;
    line-height: 16px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 30px;
}

div#kontakti_info div.module div.modulebody a{
    padding-top: 5px;
}

div#kontakti_info div.module div.modulebody a:hover{
    text-decoration: none;
}

.buttonred{
    background: #f93f44;
    width: 260px;
    height: 45px;
    line-height: 40px;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.buttongray{
    background: #ececec;
    background: #777777;
    width: 260px;
    height: 45px;
    line-height: 40px;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.buttongray:hover,
.buttonred:hover{
    background: #ccc;
    color: #fff;
}

div#kontakti_info div.module div.modulebody strong{
    color: #3d3d3d;
    font-weight: 500;
}

div#kontakti_info div.module div.modulebody a span.buttongray{
    text-decoration: none;
    width: 220px;
    float:left;
    font-weight: 500;
    text-align: center;
    margin-top: 10px;
}

body.modal_open{
    overflow: hidden;
}

.modal_close{
    position: absolute;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: red;
    right: 30px;
    top: 30px;
    padding: 0;
    border: none;
    box-shadow: none;
    background: inherit;
    cursor:pointer;
    font-size: 24px;
    color: #959595;
    text-align: right;
    font-weight: 300;
    z-index:999;
}

.modal_close:hover{
    color: #f93f44;
}

div.modal_blok{
    display: none;
}

div.modal_bg{
    background: #000;
    opacity: 0.65;
    position: fixed;
    top: 0px;
    bottom:0px;
    left: 0px;
    right:0px;
    z-index: 999999;
}

div.modal_cont{
    position: fixed;
    top: 0px;
    bottom:0px;
    left: 100px;
    width: 700px;
    background: #fff;
    z-index: 9999999;
}

div.modal_cont div.wrapper{
    width: 640px;
    margin: 30px;
}

div.modal_cont div.wrapper div.module{
    position: fixed;
    top: 30px;
    left: 130px;
    bottom: 30px;
    width: 640px;
}

div.modal_cont div.wrapper div.module div.modulebody{
    position: fixed;
    top: 70px;
    bottom: 30px;
    overflow-y: scroll;
    float: left;
    width: 640px;
    color: #6f6f6f;
}

div.modal_cont div.wrapper div.module div.modulebody strong{
    color: #000;
}

div.modal_cont div.wrapper div.module div.modulebody em{
    color: #3d3d3d;
    font-weight: 500;
    font-style: normal;
}

div.modal_cont div.wrapper div.module div.modulebody hr{
    border:0px;
    border-bottom: 2px dotted #e8e8e8;
    margin-bottom: 10px;
}

div.menucatshop_bg{
    background: #000;
    opacity: 0.65;
    position: absolute;
    top: 0px;
    bottom:0px;
    left: 0px;
    right:0px;
    z-index: 999999;
}

div#menucatshop{
    position: absolute;
    top: 55px;
    left: 100px;
    right: 0px;
    bottom:0px;
    display: none;
}

div.menucatshop_cont{
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom:0px;
    z-index: 9999999;
}

div.menucatshop_cont div.disable_module{
    display: none;
}

div.menucatshop_cont ul#inshop_tree{
    width: 300px;
    background: #fff;
    /*border-right: 1px solid #e0e0e0;*/
    position: absolute;
    top:0px;
    left:0px;
    bottom:0px;
    margin:0px;
    padding:0px;
}

#nav_menu_n_b{
    padding: 0px;
    position: absolute;
    z-index: 999;
    bottom:0px;
    width: 225px;
}

.open_catmenu{
    width: 82px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    height: auto;
    text-align: right;
    font-size: 12px;
    line-height: 12px;
    float: left;
    background: #fff;
}

.open_catmenu.open_catmenu_disable{
    background: #ececec;
}

#open_catmenu_d.open_catmenu_disable{
    border-right: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    border-radius: 0px 4px 0px 0px;
}

#open_catmenu_n.open_catmenu{
    padding-right: 10px;
    text-align: left;
}

#open_catmenu_d.open_catmenu{
    padding-left: 10px;
}

#open_catmenu_n.open_catmenu_disable{
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    border-radius: 4px 0px 0px 0px;
}

.open_catmenu.open_catmenu_disable a{
    color:#8a8a8a;
    font-weight: normal;
}

.open_catmenu.open_catmenu_disable a:hover{
    color: #f93f44;
    cursor: pointer;
}

.open_catmenu a {
    text-decoration: none;
    color: #3d3d3d;
}

.open_catmenu a:hover{
    text-decoration: none;
    color: #3d3d3d;
    cursor: default;
}

.open_catmenu a span{
    padding-top: 0px;
    /*
    background: url('../images/nav_menu_next.png') no-repeat center top;
    width:145px;
    */
    font-weight: 500;
    display: block;
}

.open_catmenu a:hover span{
    /* background: url('../images/nav_menu_next_hover.png') no-repeat top center; */
    font-weight: 500;
}

.filter_all{
    background: none;
    border: none;
    color: #f93f44;
    font-size: 12px;
    width: 180px;
    margin-top: 20px;
    border-bottom: 1px dashed #f93f44;
    cursor: pointer;
    margin-top: 20px;
}

.filter_line_filter_all{
    text-align: center;
    padding-top: 20px;
}

a.filter_all:hover{
    text-decoration: none;
    border: none;
}

div.menucatshop_cont ul li{
    width: 300px;
    padding: 0px;
    list-style: none;
    margin:0px;
    border-bottom: 1px solid #e0e0e0;
    line-height: 14px;
}

div.menucatshop_cont ul li:hover{
    background: #d2d2d2;
}

div.menucatshop_cont ul li a{}

div.menucatshop_cont ul li span,
div.menucatshop_cont ul li a span{
    width: 240px;
    display: inline-block;
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    color: #3d3d3d;
    font-weight: 500;
    line-height: 13px;
    text-decoration: none;
}

div.menucatshop_cont ul li a{
    font-size: 13px;
    color: #3d3d3d;
    font-weight: 500;
    line-height: 13px;
    text-decoration: none;
}

.con_content_padd,
#configtabs{
    border-top: 1px solid #ececec;
    padding: 19px;
}

#prokrutka{
    overflow: auto;
    width: 1020px;
}

.button_gray{
    background: none;
    border: 2px solid #fe9b1a;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 12px;
    color: #626262;
    cursor: pointer;
}

.button_gray:hover{
    background: none;
    border: 2px solid #a0a0a0;
    color: #a0a0a0;
}

.button_shop_prew{
    margin-top: 40px;
}

.compare_empty_msg{
    margin-top: 20px;
    color: #8a8a8a;
}

.my_cart_heading,
.my_center_heading{
    text-align: center;
}

div.cart_table div#dostavka_summa_cart{
    color: #383838;
}

div.cart_table div#dostavka_summa_cart label{
    color: #383838;
    font-size: 12px;
    font-weight: normal;
    padding: 0px;
}
div.cart_table div#dostavka_summa_cart strong{
    color: #383838;
    font-weight: 600;
}

div.con_heading.my_center_heading,
h1.con_heading.my_cart_heading{
    width: 750px;
    margin: 0px auto;
    margin-top: 25px;
    margin-bottom: 25px;
    line-height: 24px;
    padding-left: 0px;
}

div.con_content_my_cart div.cart_table{
    margin: 0px auto;
    width: 750px;
}

div.con_content_registration div.registration_table{
    margin: 0px auto;
    padding: 20px;
    border: solid 1px #ececec;
    width: 710px;
}

div.cart_table_order{
    background: #ffebd2;
    padding: 20px;
    width: 220px;
    float:right;
    color: #939393;
    font-size: 12px;
}

table.customer_info td{
    color: #8a8a8a;
    font-size: 12px;
}

div.cart_table_order h2,
div.cart_table_form_dostavka h2,
div.cart_table_form_dostavka2 h2,
div.cart_table_form_dostavka3 h2{
    color:#383838;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    padding-bottom: 20px;
    padding-top: 20px;
}

div.cart_table label{
    color: #363636;
    font-weight: 500;
    padding-right: 20px;
    font-size: 12px;
}

div.cart_table_order div.cart_items_block{
    border: none;
    width: 220px;
    padding: 0px;
    padding-bottom: 20px;
    height: auto;
}

.cartfull_item_l1{
    float:left;
    line-height: 100px;
}
.cartfull_item_l2{
    line-height: 100px;
    float:right;
}

div.cart_table_order div.cart_table{
    width: 220px;
}

div.cart_table_order div.cart_items_block div.cart_items_name span.cart_items_name_title,
div.cart_table_order div.cart_items_block div.cart_items_name span.cart_items_name_artno,
div.cart_table_order div.cart_items_block div.cart_items_name span.cart_items_count_price{
    width: 220px;
    padding-top: 10px;
    float:left;
}


div.cart_table_order div.cart_items_block div.cart_items_name span.cart_items_name_artno{
    padding-top: 5px;
}

div.cart_table_order div.cart_items_block div.cart_items_name span.cart_items_count_price{
    color: #383838;
    font-size: 12px;
    line-height: 12px;
}

div.cart_table_order div#cart_items_itog{
    padding: 0px;
    background: none;
    border: none;
    padding-top:30px;
    width: 220px;
}

div.cart_table_form_dostavka{
    width: 420px;
    float: left;
    padding: 19px;
    border: solid 1px #ececec;
}

div.cart_table_form_dostavka div.label{
    float:left;
}

div.cart_table_form_dostavka2{
    width: 420px;
    float: left;
    padding: 19px;
    border: solid 1px #ececec;  
    border-top:0px;
}

div.cart_table_form_dostavka3{
    float: left;
    padding: 0px;
    padding-top: 30px;
    border: none;
    width: 460px;
}

div.cart_table_order div#cart_items_itog span.total_summ_title{
    font-size: 14px;
    line-height: 14px;
    color: #363636;
    float:left;
}

div.cart_table_order div#cart_items_itog span.total_summ_price{
    font-size: 12px;
    line-height: 16px;
}

div.cart_table_order div#cart_items_itog span.total_summ_price .value{
    font-weight: bold;
    line-height: 14px;
    font-size: 14px;
}

div.cart_table_order div.cart_items_block div.cart_items_name span.cart_items_count_price span{
    font-weight: 600;
    color: #000;
}

div.cart_table_order div.cart_table div.cart_items_block div.cart_items_name{
    padding: 0px;
    width: 220px;
    float:left;
    height: auto;
}

div.con_content_my_cart div.cart_form,
div.reg_form{
    margin: 0px auto;
    width: 750px;
    text-align:right;
    float: none;
}

div.registration_table div.d_table_line{
    width: 710px;
    padding-bottom:20px;
}

div.registration_table div.d_table_line div.d_table_cell{
    width: 380px;
    display: inline-block;
    vertical-align: top;
}

div.registration_table div.d_table_line div.d_table_cell.onecell{
    width: 280px;
    padding-right: 40px;
}

div.registration_table div.d_table_line div.d_table_cell input.input,
div.registration_table div.d_table_line div.d_table_cell .text-input.city_block,
div.d_table_cell .text-input.city_block{
    width: 360px;
    background: #ebebeb;
    border: 2px solid #e6e6e6;
    height: 13px;
    padding: 10px;
    line-height: 33px;
    color: #363636;
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
}

div.d_table_cell .text-input.city_block{
    background: none;
    padding-top: 5px;
    padding-bottom: 6px;
    color: #8a8a8a;
}

div.registration_table div.d_table_line div.d_table_cell input.input:focus,
div.registration_table div.d_table_line div.d_table_cell .text-input.city_block:focus,
div.d_table_cell .text-input.city_block:focus{
    border:solid 2px #ccc;
}

div.registration_table div.d_table_line div.d_table_cell input.input:hover,
div.registration_table div.d_table_line div.d_table_cell .text-input.city_block:hover,
div.d_table_cell .text-input.city_block:hover{
    border:solid 2px #FFD100;
}

div.registration_table div.d_table_line div.d_table_cell .text-input.city_block,
div.d_table_cell .text-input.city_block{
    position: relative;
}

div.registration_table div.d_table_line div.d_table_cell input.city_view,
div.d_table_cell input.city_view{
    background: none;
    color: #363636;
}

div.registration_table div.d_table_line div.d_table_cell .city_link,
div.d_table_cell .city_link{
    background: #777777;
    float: right;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    color: #FFF;
    border-radius: 0px;
    height: 35px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 35px;
    display: block;
    position: absolute;
    right: 0px;
    top:0px;
}

div.d_table_cell .city_link{
    height: 25px;
    line-height: 25px;
}

#popup_container{
    top: 50%;
}

div.registration_table div.d_table_line div.d_table_cell .city_link:hover,
div.d_table_cell .city_link:hover{
    background: #ccc;
}

div.registration_table div.d_table_line div.d_table_cell strong{
    color: #363636;
    font-weight: 500;
    font-size: 12px;
    line-height: 12px;
}

div.registration_table div.d_table_line div.d_table_cell small{
    font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    color: #8a8a8a;
    margin-top: 5px;
    display: block;
}

div.cart_items_block{
    width: 720px;
    height: 100px;
    padding: 14px;
    border: solid 1px #ececec;
    border-bottom: none;
    display: table;
}

div.cart_items_block_end{
    width: 750px;
    border-bottom: solid 1px #ececec;
    margin-bottom: 40px;
}
div.con_content_my_cart div.cart_table.table_pay_input{
    width: 790px;
}

div.mod_inshop_cart_items{
    width: 640px;
    height: 100px;
    border-bottom: none;
    display: table;
    padding-bottom: 20px;
}

div.table_pay_result{
    padding: 20px;
    border: solid 1px #ececec;
}

div.cart_table.table_pay_input{
    text-align: right;
}

div.cart_table.table_pay_input input{
    margin-right: 0px;
    margin-top: 20px;
}

div.cart_items_block div.cart_items_photo,
div.mod_inshop_cart_items div.cart_items_photo{
    width: 100px;
    height: 100px;
    text-align: center;
    padding-right: 10px;
    display: table-cell;
    vertical-align:middle;
}

div.cart_items_block div.cart_items_photo img,
div.mod_inshop_cart_items div.cart_items_photo img{
    max-width: 100px;
    max-height: 100px;
    padding: 0px;
}

div.cart_items_block div.cart_items_name,
div.mod_inshop_cart_items div.cart_items_name{
    width: 200px;
    height: 100px;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align:middle;
    display: table-cell;
}

div.mod_inshop_cart_items div.cart_items_name{
    width: 350px;
}

div.cart_items_block div.cart_items_name span.cart_items_name_title,
div.mod_inshop_cart_items div.cart_items_name span.cart_items_name_title{
    width: 200px;
    font-size: 12px;
    line-height: 14px;
    color: #383838;
    float: left;
    max-height: 70px;
    overflow: hidden;
}

div.mod_inshop_cart_items div.cart_items_name span.cart_items_name_title{
    width: 310px;
}

div.mod_inshop_cart_items div.cart_items_name span.cart_items_name_title{
    padding-bottom: 5px;
}

div.cart_items_block div.cart_items_name span.cart_items_name_title,
div.cart_items_block div.cart_items_name span.cart_items_name_title a,
div.mod_inshop_cart_items div.cart_items_name span.cart_items_name_title a{
    font-size: 12px;
    line-height: 13px;
    color: #383838;
    font-weight: 500;
    text-decoration: none;
}

div.cart_items_block.pay_cart_block div.cart_items_name,
div.cart_items_block.pay_cart_block div.cart_items_name span.cart_items_name_title{
    width: 150px;
}

div.cart_items_block.pay_cart_block div.cart_items_price{
    width: 150px;
}

div.cart_items_block.pay_cart_block div.cart_items_check{
    width: 20px;
    text-align: center;
    padding-right: 15px;
    display: table-cell;
    vertical-align: middle;
}

div.cart_items_block.pay_cart_block div.cart_items_check label{
    padding-right: 0px;
    padding-left: 15px;
}

div.cart_items_block.pay_cart_block div.cart_items_submit_nav{
    text-align: center;
    padding-right: 15px;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
}

div.cart_items_block.pay_cart_block div.cart_items_submit_nav input{

}

div.cart_items_block.pay_cart_block div.cart_items_submit_nav input[type=submit],
div.cart_items_block.pay_cart_block div.cart_items_submit_nav input[type=button]{
    color: #f93f44;
    border: none;
    border-bottom: 1px dashed #f93f44;
    background: none;
    padding-left: 0px;
    padding-right: 0px;
    cursor: pointer;
    font-size: 12px;
    line-height: 12px;
}

div.cart_items_block.pay_cart_block div.cart_items_submit_nav input[type=submit]:hover{
    color: #858585;
    border: none;
}

div.cart_items_block div.cart_items_name span.cart_items_name_title a:hover,
div.mod_inshop_cart_items div.cart_items_name span.cart_items_name_title a:hover{
    color:#f93f44;
}

div.cart_items_block div.cart_items_name span.cart_items_name_artno,
div.mod_inshop_cart_items div.cart_items_name span.cart_items_name_artno{
    width: 200px;
    font-size: 12px;
    line-height: 12px;
    padding-top: 10px;
    color: #858585;
    float: left;
}

div.mod_inshop_cart_items div.cart_items_name span.cart_items_name_artno{
    padding-top: 5px;
}

div.cart_items_block div.cart_items_name span.cart_items_name_artno strong{
    font-weight: 500;
}

div.modal_cont div.wrapper div.module div.modulebody div.mod_inshop_cart_items div.cart_items_name span.cart_items_name_artno strong{
    color: #858585;
    font-weight: 500;
}

div.cart_items_block div.cart_items_price{
    vertical-align:middle;
    display: table-cell;
    padding-left: 10px;
    padding-right: 0px;
}

div.cart_items_block div.cart_items_price span.price,
div.mod_inshop_cart_items div.cart_items_price span.price{
    color: #858585;
}

div.cart_items_block div.cart_items_price span.price span.value,
div.mod_inshop_cart_items div.cart_items_price span.price span.value{
    font-size: 12px;
    color: #383838;
    line-height: 14px;
    font-weight: 500;
}

div.cart_items_block div.cart_items_count{
    vertical-align:middle;
    display: table-cell;
    padding-left: 10px;
    padding-right: 10px;
    width: 130px;
}

div.cart_items_block div.cart_items_count input{
    border: solid 1px #ececec;
    background: none;
    color: #8a8a8a;
    width: 30px;
    padding-left: 15px;
    padding-right: 15px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
}

div.cart_items_block div.cart_items_allprice,
div.mod_inshop_cart_items div.cart_items_allprice{
    vertical-align:middle;
    display: table-cell;
    padding-left: 10px;
    padding-right: 10px;
}

div.cart_items_block div.cart_items_allprice span.totalprice,
div.mod_inshop_cart_items div.cart_items_allprice span.totalprice{
    color: #858585;
}

div.cart_items_block div.cart_items_allprice span.totalprice span.value,
div.mod_inshop_cart_items div.cart_items_allprice span.totalprice span.value{
    font-size: 12px;
    color: #383838;
    line-height: 14px;
    font-weight: 500;
}

div.cart_items_block div.cart_items_del{
    vertical-align:middle;
    display: table-cell;
    padding-left: 10px;
    padding-right: 10px;
    width: 15px;
}

div.cart_items_block div.cart_items_del a span.shop_item_delete{
    display: block;
    width: 14px;
    height: 14px;
    background: url('../images/ico_x.png') no-repeat;
}

div.cart_items_block div.cart_items_del a:hover span.shop_item_delete{
    background: url('../images/ico_x_hover.png') no-repeat;
}

div.menucatshop_cont ul li.cat{
    background: url('../images/tree_li_bg.png') no-repeat right center;
}
div.menucatshop_cont ul li.cat:hover{
    background: #d2d2d2 url('../images/tree_li_bg_hover.png') no-repeat right center;
}


div.menucatshop_cont ul li ul{
    display: block;
    position: absolute;
    background: #fff;
    width: 320px;
    left: 300px;
    top:0px;
    bottom: 0px;
    margin:0px;
    padding: 0px;
    border-left: 1px solid #e0e0e0;
}

div.menucatshop_cont ul li ul li ul{
    display: block;
    position: absolute;
    background: #fff;
    width: 320px;
    left: 320px;
    top:0px;
    bottom: 0px;
    margin:0px;
    padding: 0px;
}

div.menucatshop_cont ul li.cat ul li{
    padding: 0px;
    width: 320px;
    list-style: none;
    margin:0px;
    border-bottom: 1px solid #e0e0e0;
    line-height: 14px;
}

div.menucatshop_cont ul li.cat ul li a span{
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 280px;
}

div.mod_latest_entry{
    width: 200px;
    float:left;
}

div.cont_rightblock div.moduletitle{
    padding-left: 20px;
}

div.mod_latest_entry div.mod_latest_image{
    width: 200px;
    height: 200px;
}

div.mod_latest_entry img{ 
    border: none;
    width: 200px;
    height: 200px;
}

div#item_mininfo{
    width: 1000px;
    padding-bottom: 20px;
}

div#itemshop{
    border-top: 1px solid #ececec;
    padding: 20px;
    padding-right: 0px;
}

div#item_img{
    width: 440px;
    float: left;
    text-align: center;
}

div#item_img div.images a img{
    border: 2px solid #ededed;
}

div#item_img div.images a:hover img{
    border: 2px solid #b1b1b1;
}

div#item_img div.image{
    padding-top: 40px;
    padding-bottom: 40px;
}

div#item_info{
    width: 520px;
    float: right;
}

div#item_fullinfo{
    float:left;
    padding-bottom: 20px;
}

div#item_inform,
div.description{
    font-size: 12px;
    line-height: 16px;
    color: #8a8a8a;
    margin-bottom: 30px;
}

div.description h3{
    color: #3d3d3d;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}

span.artnumb{
    color:#a7a7a7;
    font-size: 12px;
    margin-bottom: 20px;
    display: block;
}

span.tech_har,
span.descr_label{
    font-size: 16px;
    color: #3d3d3d;
    margin-bottom: 10px;
    display: block;
}

div#itemshop h1.con_heading{
    font-size: 24px;
    line-height: 28px;
    color: #2d2d2d;
    margin-bottom: 20px;
    padding: 0px;
}

div.price{    
    color: #626262;
    font-size: 14px;
}

div.price strong{
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
div.old_price{
    margin-bottom: 30px;
    text-decoration: line-through;
    color: #b39376;
}
div.vendor{
    color: #626262;
}

div#filter_block_name{
    background: #c69b6e url('../images/filter.png') no-repeat 20px center;
    height: 45px;
    padding-left: 50px;
    line-height: 45px;
    padding-right: 20px;
    color: #fff;
}

div.compare a{
    color: #626262;
    text-decoration: none;
}

div.compare a:hover{
    color: #000;
}

div.shop_items_list{
    width:780px;
}

div.filter_block{
    width: 218px;
    float:right;
    border-left: solid 1px #ececec;
    border-bottom: solid 1px #ececec;
    border-right: solid 1px #ececec;
}

div#filter_block_body{
    padding-left: 19px;
    padding-top: 20px;
    padding-bottom: 19px;
    padding-right: 19px;
    width: 180px;
}

div.filter_line{
    width: 180px;
    padding-bottom: 10px;
}

.filter_line_name{
    width: 180px;
    padding-bottom: 5px;
    color: #515151;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
}

.button_red{
    background: #f93f44;
    height: 45px;
    line-height: 40px;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

.button_red:hover{
    background: #8a8a8a;
    border-color: #8a8a8a;;
}

div.modulebody div#inshop_vendors_list{
    padding-left: 0px;
    display: block;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-top: solid 1px #ececec;
    border-bottom: solid 1px #ececec;
}

div.modulebody div#inshop_vendors_list div.vendor{
    display: inline-block;
    text-align: center;
    padding: 10px;
}

div.modulebody div#inshop_vendors_list div.vendor a{}

#filter_block_body .button_red{
    width: 180px;
}

.filter_line_objekt{
    width: 180px;
    color: #a9a9a9;
    padding-bottom: 20px;
}

input.input{
    background: none;
    border: 2px solid #ececec;
    color: #8a8a8a;
    padding-left: 5px;
    padding-right: 5px;
    height: 24px;
    text-align: left;
    line-height: 12px;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
}

input.input:hover{
    border: 2px solid #ffb054;
}

.filter_line_objekt input.input{
    background: none;
    border: 2px solid #ececec;
    color: #8a8a8a;
    width: 65px;
    padding-left: 5px;
    padding-right: 5px;
    height: 24px;
    text-align: center;
    line-height: 12px;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
}

.filter_line_objekt input.input:hover{
    border: 2px solid #ffb054;
}

input.button_red_search{
    height: 30px;
    width: 100px;
    line-height: 1px;
    border: 2px solid #f93f44;
}

.mod_inshop_cart_total{
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: solid 1px #ececec;
    text-align: right;
    width: 640px;
    float: left;
    position: fixed;
    bottom: 0px;
    background: #fff;
}

div#mod_inshop_cart_allitems{
    padding-bottom: 120px;
}

.mod_inshop_cart_list{
    margin-left:0px;
    padding-left:0px;
    list-style:none;
}

.mod_inshop_cart_list li{
    margin-top:10px;
    padding-top:10px;
    border-top:dotted 1px silver;
}

.mod_inshop_cart_total span.mod_inshop_cart_total_label{
    width: 640px;
    float:left;
    text-align: left;
    padding-bottom: 20px;
    font-weight: 500;
}

.mod_inshop_cart_total span.mod_inshop_cart_total_label .value{
    color:#383838;
}

.mod_inshop_cart_total span{
    font-weight:bold;
}

.mod_inshop_cart_total .buttongray{
    display: block;
    float:left;
    text-align: center;
    line-height: 45px;
    width: 280px;
}
.mod_inshop_cart_total .buttonred{
    display: block;
    float:right;
    text-align: center;
    line-height: 45px;
    width: 320px;
}


div.shop_cat_decinfo{
    width: 1000px;
    padding-left: 20px;
    display: block;
    float:left;
    padding-top: 60px;
    color: #939393;
    font-size: 12px;
    line-height: 16px;
}

div#item_add_cart{
    margin-bottom: 30px;
}

div#cart_items_itog{
    padding: 15px;
    background: #ececec;
    border: solid 1px #ececec;
    padding-right: 90px;
    text-align: right;
}

span.total_summ_title{
    font-weight: 500;
    color: #858585;
}

span.total_summ_price{
    color: #858585;
    font-size: 12px;
    line-height: 14px;
}

span.total_summ_price span.value{
    font-size: 12px;
    color: #383838;
    line-height: 14px;
    font-weight: 500;
}

div#item_add_cart input.add_count,
div#item_add_cart input.add{
    background: #f93f44;
    width: 260px;
    height: 45px;
    line-height: 40px;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

div#item_add_cart input.add_count{
    width: 160px;
}

input.count_item{
    background: none;
    border: 2px solid #ececec;
    color: #8a8a8a;
    width: 30px;
    padding-left: 15px;
    padding-right: 15px;
    height: 41px;
    text-align: center;
    line-height: 41px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

div#item_add_cart input.count_item:hover,
input.count_item:hover{
    background: none;
    border: 2px solid #ffb054;
}

div#item_add_cart input:hover{
    background: #8a8a8a;
}

table.chars_list{
    width: 500px;
}

table.chars_list td{
    border: 2px solid #ececec;
    padding-top:10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    line-height: 12px;
    color: #8a8a8a;
}

div.photo_details{
    font-size: 12px;
    padding-top: 40px;
}

div.photo_details input.input{
    margin-left: 10px;
    margin-right: 10px;
}

div.photo_details strong{
    color: #3d3d3d;
    font-weight: 500;
}

div.search_home_block{
    padding:20px;
    padding-top: 40px;
    float: left;
}

div.search_home_block div.module{
    width: 430px;
    float:left;
    padding-left:50px;
    padding-right: 50px;
}

div.search_home_block div.module div.moduletitle{
    color: #383838;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 10px;
    padding-top: 0px;
    border-bottom: 1px solid #ececec;
}

div.search_home_block div.module div.modulebody{
    margin-top: 0px;
    padding-right: 40px;
} 

div.search_home_block div.module div.modulebody ul{
    list-style: none;
    padding-left: 40px;
    padding-bottom: 20px;
    padding-top: 5px;
}

div.search_home_block div.module div.modulebody ul li{
    padding: 0px;
    margin:0px;
    list-style: none;
    padding-top: 3px;
    font-size: 12px;
    line-height: 14px;
}

div.search_home_block div.module div.modulebody ul li a{
    color: #383838;
    text-decoration: none;
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 4px;
}

div.search_home_block div.module div.modulebody ul li ul{
    padding-left: 20px;
}

div.search_home_block div.module div.modulebody ul li ul li a{
    color: #8a8a8a;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    text-decoration: underline;
}

div.search_home_block div.module div.modulebody ul li ul li a:hover{
    text-decoration: none;
    color: #f93f44;
}

div#sendquest{
    width: 560px;
    border: solid 1px #ececec;
    padding: 19px;
    padding-bottom: 0px;
}

div#sendquest_left{
    width: 600px;
    float:left;
}


div#sendquest_left div#sendquest input#email{
    width: 300px;
}

div#sendquest_right{
    width: 340px;
    float:right;
}

div.sendquest_right_cont{
    background: #ffebd2;
    padding: 20px;
}

div.sendquest_right_cont p{
    font-size: 12px;
    line-height: 16px;
    color: #858585;
    padding-bottom: 10px;
}

div.sendquest_right_cont h2{
    color: #383838;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    padding-bottom: 20px;
    padding-top: 10px;
}

div#sendquest textarea#faq_message{
    width:410px;
    margin: 0px;
    background: #ebebeb;
    border: 1px solid #e6e6e6;
    height: 130px;
    padding: 10px;
    color: #363636;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    resize: none;
}

div#sendquest h2{
    color: #383838;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    padding-bottom: 20px;
    padding-top: 10px;
}

div#sendquest strong{
    color: #8a8a8a;
    font-size: 12px;
    font-weight: normal;
    line-height: 30px;
}

div#sendquest_button{
    padding-top: 30px;
    text-align: right;
}

footer{
    width: 100%;
    border-top: 1px solid #ececec;
    height: 120px;
    float:left;
    margin-top: 100px;
}

div#footermenu{
    width: 750px;
    display: inline;
}

div#footermenu ul{
    padding: 0px;
    list-style: none;
    padding-left: 20px;
    float:left;
    margin-top: 50px;
    margin-bottom: 0px;
}

div#footermenu ul li{
    display: inline;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    margin-right: 30px;
}

div#footermenu ul li a{
    text-decoration: none;
}

div#footermenu ul li a span{
    font-size: 12px;
    color: #3d3d3d;
    font-weight: 400;
    padding-bottom: 5px;
}

div#footermenu ul li a:hover span{
    color: #fb3e45;
    padding-bottom:3px;
    border-bottom: 2px solid #fb3e45;
}

div#footercopy{
    padding-top: 53px;
    float:right;
    width: 245px;
}
div#footercopy span{
    text-align: right;
    width: 100%;
    float:left;
    color: #828282;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
}

div#footercopy span a{
    color: #828282;
}

div#footercopy span a:hover{
    color: #fb3e45;
}

p.no_found{
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}


/* товар */

.con_text div.shop_item{
    float: right;
    margin-left: 40px;
    margin-bottom: 40px;
    margin-right: 20px;
    height: 330px;
}


div.button_td a button.button_td_pay{
    background: #f93f44;
    width: 180px;
    height: 45px;
    line-height: 40px;
    border: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}

div.button_td a button.button_td_pay:hover{
    background: #8a8a8a;
}

.related{
    margin:0px;
    padding: 0px;
    margin-top:10px;
    display: inline-block;
}

.related ul{
    margin-bottom: 0px;
}

.shop_items_list{}

.shop_item {
    width:220px;
    height: 320px;
    padding: 19px;
    border: solid 1px #ececec;
    float: left;
}

.shop_items_list .shop_item:hover{
    border: solid 1px #d0d0d0;
}

.shop_item div.shop_item_block {}


.shop_item .image_td{
    width:220px;
    height: 165px;
    margin-bottom: 20px;
}

.shop_item .image_td .image{
    width: 220px;
    height: 165px;
    overflow: hidden;
    text-align:center;
}

.shop_item .image_td .image img{
    max-width: 220px;
    max-height: 165px;
}

.shop_item .details_td{
    padding: 0px;
}

.shop_item .details .desc{
    margin-bottom:15px;
}
.shop_item .details .title,
.shop_item .details .title a{
    font-size:14px;
    line-height: 18px;
    color: #7d7d7d;
    text-decoration: none;
}

.shop_item .details .title{
    margin-bottom: 10px;
    width: 220px;
    height: 55px;
    overflow: hidden;
}

.shop_item .details .title a:hover{
    color: #f93f44;
}

.shop_item .details .vendor{
    color:gray;
}

.shop_item .compare{
    text-align:left;
    margin-top:2px;
    font-size:11px;
    line-height: 12px;
    color:silver;
    width: 220px;
}

.shop_item .title .compare a {
    color:#09c;
}

.shop_item .title .compare a.add {
    padding:2px;
    padding-left:20px;
    background:url(../images/shop_compare_add.gif) no-repeat left top;
}

.details .price span{
    text-align:left;
    font-size:12px;
}

.details .price strong,
.details .price .strong{
    color: #000;
    font-weight: 500;
    font-size: 14px;
}

.details .price {
    display:block; 
    padding-right:15px;
    width: 220px;
    font-size: 12px;
    margin-bottom: 15px;
}

/*.details .old_price span{
    height:34px;
    display:block;
    line-height:34px;
    padding-left:15px;
    padding-right:0px;
    background:url(../images/shop_price_old.gif) no-repeat left top;
    text-align:center;
    font-size:14px;
    text-decoration:line-through;
}*/

.details .old_price {
    height: 18px;
    font-size: 12px;
    margin-bottom: 0;
}


/* товар */

#vendor_cat{
    margin-top: 60px;
}

#vendor_cat #cat_ilter_block_name{
    background: #c69b6e url('../images/filter.png') no-repeat 20px center;
    height: 45px;
    padding-left: 50px;
    line-height: 45px;
    padding-right: 20px;
    color: #fff;
}

#vendor_cat ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#vendor_cat ul li{
    margin: 0px;
    border-bottom: 1px solid #e0e0e0;
    line-height: 14px;
}

#vendor_cat ul li a{
    font-size: 13px;
    color: #3d3d3d;
    font-weight: 500;
    line-height: 13px;
    text-decoration: none;
}

#vendor_cat ul li a span{
    width: 178px;
    display: inline-block;
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 13px;
    color: #3d3d3d;
    font-weight: 500;
    line-height: 13px;
    text-decoration: none;
}

#vendor_cat ul li a span:hover{
    cursor: pointer;
}

#vendor_cat ul li:hover{
    background: #d2d2d2;
    cursor: pointer;
}

#menu_logo,
#menu_logo_title,
#fullversion{
    display:none;
}

.mobilecss{
    display: none;
}

#sendquest_button input.buttongray{
    width: 190px;
    margin-right: 20px;
}

#faq_add_cat select{
    width: 430px;
}

#sendquest_button input.buttongray{
    width: 190px;
    margin-right: 20px;
}

#sendquest_button input.buttonred{
    width: 260px;
}

.faq_add_cat select{
    width: 430px;
}

.buttonred.sendquest_button{
    width:260px;
}

form#editform #about input.input,
form#editform #contacts input.input,
form#editform #jur input.input,
#change_password form#editform input.input{
    width: 310px;
}

form#editform #about select#gender{
    width:324px;
}

form#editform #about .text-input.city_block{
    width: 300px;
}


