.left_col{
    width: 235px;
    display:table-cell;
    padding-right: 65px;
    vertical-align:top;
}
.right_col{
    width: 870px;
    display:table-cell;
    vertical-align:top;
}
.bot_blocks{
    margin:30px 0 0 0;	
}
.left_col2, .right_col2{
    background-color:#e8e8e8;
    color:#5a5a5a;
    font-size:17px;
    text-align:center;
    padding:20px;
    width:135px;
    display:table-cell;
    vertical-align: top;
}
.left_col2 h3, .right_col2 h3{
    color:#2c2c2c;
    font-size:13px;
    text-transform:uppercase;
    margin:0 0 10px 0;
    font-family:Arial, Helvetica, sans-serif;

}
.right_col2 ul{
    margin:4px 0 0 0;
    padding:0;
    float:left;
    width:200px;
}
.right_col2 ul li{
    font-size:8px;	
    margin:0 0 0 15px;
}
.right_col2 ul li a{
    text-decoration:none;
    font-size:13px;
    line-height:20px;
}
.left_col2 h3{
    margin:0 0 18px 0;
}
.left_col2 h4, .right_col2 h4, .right_col2 h4 a{
    margin:0;
    color:#5a5a5a;
    font-family:Arial, Helvetica, sans-serif;
    text-transform:none;
    text-decoration:none;
    font-size:13px;
}
.right_col2 h4{
    margin-bottom:5px;	
}
.right_col2 h4 a:hover,.right_col2 ul li a:hover{
    text-decoration:underline;
}
.right_col2 td{
    line-height:25px;	
}
.center_col2{
    width:20px;
    display:table-cell;
}
.right_col2{
    width:725px;
    font-size:13px;
    text-align:left;
    color:#5a5a5a;
}
.right_col2 table{
    width:100%;
}
.right_col2 td{
    padding-left:15px;
    vertical-align:top;	
}

#sort_block{
    margin-bottom: 5px;
    font-size:14px;
    color:#676767;
    display:table;
    width:100%;
}
#sort_block label{
    color:#58585a;
    font-size:14px;	
}
#sort_block a{
    color:#58585a;
    padding:5px 20px 5px 0;
    background-image:url(../images/sort.png);
    background-repeat:no-repeat;
    background-position:right 4px;
    display:inline-block;
    margin-right:18px;
    font-weight:bold;
    text-decoration:none;
}
#sort_block a:hover, #sort_block a.hov_onpage{
    color:#555;
}
#sort_block a.price_asc, #sort_block a.sort_asc, #sort_block a.name_asc{
    background-image:url(../images/asc.png);
    color:#d93c65;
}
#sort_block a.price_desc, #sort_block a.sort_desc, #sort_block a.name_dsc{
    background-image:url(../images/desc.png);
    color: #d93c65;
}
#sort_block label{
    width:auto;
    margin-top:2px;	
}
#sort_block a:hover, #sort_block a.hov_onpage{

    text-decoration:underline;	
}
.sort_td{
    display:table-cell;
    vertical-align: bottom;
    padding-right:10px;
    font-size:14px;
}
#catalog_grid .sort_td{
    padding-right: 7px;
    text-transform: none;
    color: #58585a;
    font-size: 14px;
}
#sort_table, #sort_line{
    width:46px;
    height:19px;
    background-repeat:no-repeat;
    cursor:pointer;
}
#sort_line{

}
#sort_table.active{
    background-position:0px -19px;	
}
#sort_line.active{
    background-position:-46px 0px;	
}

#sort_table, #sort_line, #sort_table_rubber{
    width:20px;
    height:16px;
    background-image:url(../images/catalog_grid.png);
    background-repeat:no-repeat;
    cursor:pointer;
}
#sort_table_rubber{
    background-position:-22px 0;
    width:40px;
}
#sort_table{
    background-position:-21px 0;
}
#sort_table.active{
    background-position:-21px -18px;	
}
#sort_table_rubber.active{
    background-position:-22px -18px;	
}
#sort_line.active{
    background-position:0 -18px;	
}
#catalog_grid{
    float:right;
    margin-top: 5px;
}
.catalog{
    width:305px;
    float:left;
    margin:0 27px 20px 0;
    color:#00;
    font-size:17px;
    position:relative;
}
.catalog span{
    color: #76746C;
    font-size: 26px;
    line-height: 26px;
    position: absolute;
    right: 7px;
    text-align: right;
    top: 14px;
    z-index: 11;
}
.catalog i{
    display: block;
    font-size: 18px;
    font-style: normal;
    line-height: 20px;
}
.catalog:hover .border_cat{
    display:block;
}
.catalog a{
    text-decoration:none;
    text-align:center;
    display:block;

}
.more-photo li:hover{
    opacity:0.5;	
}
.catalog img.photo_cat{
    border:1px solid #aba9a2;
    border-top: 5px solid #F1A20A;
    display:block;
    width:305px;
    height:121px;
    margin-top:5px;
}
#sidebar{
    -moz-border-radius: 6px / 8px;
    -webkit-border-radius: 6px / 8px;
    border-radius: 6px / 8px;
    background-color: #8ebc38;

}
#sidebar > ul{
    padding:0;
    margin:0;
    list-style:none;
}
#sidebar ul ul{
    display: none;
    position: absolute;
    top: 0;
    left: 100%;    
    margin:0;   
    padding: 0;
    width: 100%;
    list-style: none;
    border: 1px solid #658c21;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: #b2de5e;
    z-index: 100;
}
#sidebar > ul > li{
    position:relative;  
    border-bottom: 1px solid #658c21;
}
#sidebar > ul > li:last-child {
    border: none;
}
#sidebar li li {
    position: relative;
    padding: 0px 8px 0px 8px;
    border-bottom: 1px dashed #658c21;
}
#sidebar li li:first-child:after {
    content: "";
    position: absolute;
    top: 5px;
    right: 100%;
    width: 14px;
    height: 27px;
    background: url(../images/sidebar_left.png) #b3de5f center right no-repeat;
}
#sidebar li:last-child {
    border-bottom: none;
}
#sidebar li.hov_left {
    /*display: block;*/
}
#sidebar > ul > li:hover, #sidebar > ul > li.hov_left{
    background: #b3de5f;
}
#sidebar > ul > li > a, .title_left{
    display: block;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 16px;
    line-height: 19px;
    text-shadow: 0 1px 0 rgba(0,0,0,.35);
    font-size: 14px;
    color: #FFF;
}
#sidebar > ul > li:hover > a, #sidebar > ul > li.hov_left > a {
    text-shadow: 0 1px 0 rgba(255,255,255,.75);
    color: #3b3b3b;
}
#sidebar li:hover > a{
    text-decoration: none;
}
#sidebar > ul > li:hover > ul {
    display: block;
}
#sidebar li li a{
    display: block;
    line-height: 38px;
    color: #3f5714;
    font-size: 14px;
    text-shadow: 0 1px 0 rgba(255,255,255,.75);
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 16px;
    line-height: 19px;
}
#sidebar li li a:hover, #sidebar li li.hov_left a{
    text-decoration: underline;
    color: #484848;
}
.green_arrow{
    position:absolute;
    margin:0 0 0 213px;
    display:none;
    top:0;
}
#sidebar li:hover .green_arrow, #sidebar li.hov_left .green_arrow{
    display:block;	
}
/* params */
#filters .title{
    background-image:none;
    text-align:center;
    padding:10px 5px;
    margin-top:50px;
}
#load_filter li {
    list-style-type: none;

    padding:10px 0;
    margin-top:15px;
}
#params .razd {
    margin: 5px 0;
    border-bottom: 1px solid #ddd;
}
#load_filter label, .label_params{
    text-transform: uppercase; 
    color:#000;
    font-size:12px;
    line-height: 24px; 
    margin:0 0 3px 0;
    display:block;
}
#groupprice input[type=text]{
    width:30px;
    padding:3px;
    text-align:center;
}
.clear_group{
    color:#676767;
    font-style:italic;
    font-size:12px;
    margin-top:4px;
    cursor:pointer;
}
.clear_group:hover, .clear_group_all:hover{
    text-decoration:underline;
    color:#0e98e9;
}
.clear_group_all{
    font-size:13px;
    color:#676767;
    margin-top:15px;
    cursor:pointer;
}
.clear_group_all span, .filter span, .clear_group span {
    color: #c63c3c;
}
.filter a{
    color: #676767;
    text-decoration:none;
    font-size: 13px;	
    margin-top:3px;
    display:block;
}
.filter a:hover{
    text-decoration:underline;
    color:#4bae36;	
}
.param-sel {
    float: left;
    position: relative;
    cursor: pointer;
    line-height: 18px;
    text-align: center;
    border: 1px solid #000;
    background-color: #fff;
    color: #484848;
    font-size: 12px;
    width: 18px;
    height: 18px;
    margin-right: 15px;
}
.paramchoose .selected {
    -moz-box-shadow: 0 0 5px rgba(49,135,29,.75);
    -webkit-box-shadow: 0 0 5px rgba(49,135,29,.75);
    box-shadow: 0 0 5px rgba(49,135,29,.75);
}
.paramchoose .selected:after {
    content: '✔';
    position: absolute;
    width: 5px;
    height: 14px;
    right: 0px;
    bottom: 0px;
    color: #000;
    text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF;
}
.noactive {
    opacity: 0.3;
    cursor: default;
}
.checkbox {
    background-image: url(../images/checkbox.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding: 0px 0 0px 21px;
    cursor: pointer;
    font-size: 14px;
    color: #333;
    min-height: 9px;
}
.checkbox:hover{
    color:#000;	
}
.checkbox.uncheck:hover{
    color:#484848;
}
.checkbox:nth-child(2n){
    margin-right:0;
}
.checkbox.checked, .checkbox:hover {
    background-image: url(../images/checkbox_check.png);
    color:#5c9090;
    text-decoration:underline;
}
.checkbox.checked:hover{
    text-decoration:none;	
}
.checkbox.uncheck {
    color: #4e5153;
    cursor:default;
    opacity:0.5;
}
#load_filter{
    margin:-10px 0 0 0 ;
    padding:0;	
}
.params{
    width:100%;
    border-collapse:collapse;	
}
.params td{
    border-bottom:1px solid #cacaca;
    padding:10px 0;
}
.hide_params{
    display:none;	
}
.show_group .hide_params{
    display:block;	
}
.show_filters {
    text-decoration: underline;
    font-size:13px;
    color:#000;
    display:table;
    margin:5px 0 0 16px;	
}
/*table view*/
.border_product{
    border: 1px solid #e60002; /* stroke */
    width:200px;
    height:454px;
    position:absolute;
    top:-19px;
    left:-10px;
    display:none;
    background-color:#fff;

}
.product{
    margin: 0px 0px 0px 0;
    padding: 9px 5px;
    width: 228px;
    height: 380px; 
    float:left;
    position:relative;
    overflow: hidden;
    border: 1px solid #ebebeb;
    background: #FFF;
}
.product .bodym_product {
    height: 140px;
    font-size: 12px;
    color: #333;
}
.product .bodym_product ul{
    margin: 0;
    padding: 0;
    padding-left: 20px;
}
.products_main .product:nth-child(4) {
    margin-right: 0;
}
.product label{
    display:block;
    font-size:13px;
    color:#615f60;
    margin:0 0 3px 0;
}
.count_product{
    display:inline-block;
    /*width:95px;*/
    margin-bottom:10px;
    vertical-align:top;
}
.size_block{
    display:inline-block;
    width:79px;
    height:20px;
    margin-bottom:10px;
    vertical-align:top;
}
.size_block select{
    padding:3px;
    margin:0;	
}
.sort_table .product:nth-child(4n+4){
    margin-right:0;
}
.photo_product{
    position:relative;
    margin-bottom: 20px;
    background-color: #fff;    
}
.photo_product img{
    margin-bottom: 7px;
    width: 228px;
    height: 160px;
    margin:5px 2px;
}
.product .photo_product img{
    margin:0;   
}

.product .fav_block{
    float:none;
    margin-top: 22px;
    position:relative;
}
.product .fav_block a{
    display:inline-block;	
}
.sort_table_rubber .hov_product .border_product, .sort_table .hov_product .border_product, #wrap_v1 .hov_product .border_product, #wrap_v2 .hov_product .border_product, #wrap_v3 .hov_product .border_product{
    display:block;
    z-index:4;
}

.product.hov_product{
    border-color: #b8b8b8;  
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDI0MCA0MDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPjxsaW5lYXJHcmFkaWVudCBpZD0iaGF0MCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giIHgxPSI1MCUiIHkxPSIxMDAlIiB4Mj0iNTAlIiB5Mj0iLTEuNDIxMDg1NDcxNTIwMmUtMTQlIj4KPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMCIgc3RvcC1vcGFjaXR5PSIwLjA1Ii8+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmYiIHN0b3Atb3BhY2l0eT0iMC4wNSIvPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMTU2OWI1IiBzdG9wLW9wYWNpdHk9IjAuMDUiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjAuMDUiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIyNDAiIGhlaWdodD0iNDAwIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.05) 0%, rgba(255,255,255,.05) 0%, rgba(21,105,182,.05) 0%, rgba(255,255,255,.05) 100%);
    background-image: -o-linear-gradient(bottom, rgba(0,0,0,.05) 0%, rgba(255,255,255,.05) 0%, rgba(21,105,182,.05) 0%, rgba(255,255,255,.05) 100%);
    background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.05) 0%, rgba(255,255,255,.05) 0%, rgba(21,105,182,.05) 0%, rgba(255,255,255,.05) 100%);
    background-image: linear-gradient(bottom, rgba(0,0,0,.05) 0%, rgba(255,255,255,.05) 0%, rgba(21,105,182,.05) 0%, rgba(255,255,255,.05) 100%);
}
.hov_product .info_product, .hov_product .photo_product{
    z-index:5;
}
.hov_product .status{
    z-index:6;	
}


.sort_line .product.hov_product .soc_block{
    margin:5px 0 0 425px;
    text-align:right;
    width:290px;	
}
.extra_photo{
    position:absolute;
    top:1px;
    display:none;
    z-index:5;
    background-color:#fff;

    border-bottom:none;
    margin-left:1px;
}
.hov_product .extra_photo{
    display:block;	
}
.extra_photo ul{
    margin:0;
    padding:0;
    list-style:none;	
}
#action_prod {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}
.product_mini{
    margin:0 0 10px 0;  
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
}
#action_prod li:last-child .product_mini {
    border: none;
}
.product_mini .photo_product{
    width: 50px;	
    display:table-cell;
    vertical-align:top;
    padding-right:8px;
    background-color:transparent;
}
.product_mini .photo_product img{
    width: 50px;
    height:auto;
    margin:0;
    border:1px solid #f2f2f2;	
}
.product_mini .info_product{
    width:92px;
    display:table-cell;
    vertical-align:top;
}
.product_mini .name_product{
    margin-top: 0px;
    vertical-align:top;
    height:auto;
    text-align:left;	   
}
.product_mini .name_product a {
    color: #333;
    font-size: 11px;
}
.product_mini .prod_price {
    font-size: 12px;
    text-align: left;
    margin-top:7px;
}
.product_block2{
    padding:20px 5px 1px 5px;
    background-color:#f9f9f9;
    margin-top:30px;
}
.product_desc{
    color: #333;
    display: none;
    font-size: 12px;	
}
.sort_table .product_desc, .sort_table_rubber .product_desc{
    position:absolute;
}
.name_product{
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    vertical-align:top;
    text-align: left;
    text-decoration: underline;
    text-transform: uppercase;
}
.name_product a{    
    color: #484848;
    font-size: 16px;
}
.name_product a:hover{
    text-decoration: none;    
}
.product .name_product{
    /*padding-bottom: 8px;*/
}
.product_about {
    display: block;
    text-align: right;
}
.buy_hover {   
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 156px;
    height: 250px; 
    background-color: rgba(237, 237, 237, 0.8);
    z-index: 10;
}
body:not(.sort_line) .product:hover .buy_hover  {
    display: block !important;
}
.buy_hover_img {
    margin: 104px 0 0 57px !important;
    width: 42px !important;
    height: 42px !important;
    background: transparent url(../images/buy.png) !important;
}
.buy_sort_table {
    display: none;
    float: left;
}
body.sort_line .buy_sort_table {
    display: block;
}
.comments_count {
    display: inline-block;
    vertical-align: top;
    color: #979797;
    text-decoration: underline;
}
.status{
    font-size:12px;
    color:#06a9d2;
    margin: 5px 0 0 5px;
    position:absolute;
    z-index:2;
}
.status2{
    position:absolute;
    z-index:2;
    top:0;
    right:11px;
}
.product .status{
    margin:0px 0 0 146px;
    left: 0;
}
.product_in .status{
    font-size:14px;	

}
.corner{
    position: absolute;
    top: 37px;
    left: 30px;
    z-index: 2;
    display:none;
}
#status7{
    color:#469e11;	
}
#status8{
    color:#db1061;	
}
.photoblock .status{
    margin:0 0 0 0;	
}
.info_product{
    margin-bottom: 7px;
}
.sort_table_rubber .product .info_product, .sort_table .product .info_product{
    background-image:none;  
}
.product.hov_product .info_product{


}
.sort_table_rubber .product{
    margin-right: 15px;	
}
.sort_table_rubber .product:nth-child(8n+8) {
    margin-right: 0px;	
}
.product.hov_product .photo_product{

}
.product.hov_product .photo_product img{   


}
.prod_price{
    color: #615f60;
    font-size: 22px;
    font-weight: bold;
    text-align: left;
}
.product_mini .prod_price{
    float:none;
    width:auto;
}
.prod_price div{
    display:table-cell;
    vertical-align:middle;	
}
.product .prod_price{
    display: table;
    margin-top: 5px;
    width: 100%;    
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
body.sort_line .prod_price {
    display: block;
    float: left;
    margin-top: 0px;
    width: auto;
    font-size: 20px;
}
.product .prod_price font{

}
.product .prod_price .dollar_price{
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    line-height: 24px;
    font-size: 13px;
    font-weight: normal;
    color: #979797;
}
.old_price{
    color:#363636;
    text-decoration:line-through;
    text-align:left;
    font-size:14px;    
}
.product .prod_price .old_price font{
    font-size:13px;	
}
.buy {
    display:inline-block;
    position: relative;
    margin-left: 30px;
    padding-left: 30px;
    width: 120px;
    height: 25px;
    cursor: pointer;
    line-height: 25px;
    text-transform: uppercase;
    font-size: 13px;
    color: #FFF;
    border: none;
    background: url("../images/cart.png") 10px center no-repeat;
    background-color: #d93c65;
}
.order-block .buy {

}
.buy img {
    position: absolute;
    top: 8px;
    left: 24px;
}
.product a.buy{
    color:#fff;
    text-align:center;
    display:inline-block;
}
.product a.buy.nostock, #product_right .buy.nostock{
    background-image:none;
    background-color:#c1c4c1;
    padding:6px 0 0 0;
    height:21px;
    font-size:13px;	
}
#product_right .buy.nostock{
    padding:9px 0 0 0;
    height:25px;
    text-align:center;
    font-size:14px;
}

.buy.expect, #product_right .buy.expect{
    background-image:none;
    background-color:#ff7800;
}
.product a.buy.nostock:hover, #product_right .buy.nostock:hover{
    text-decoration:none;
    background-color:#b7b7b7;	
}
.status_product{
    width:94px;
    display:inline-block;
    color:#27b071;
    font-style:italic;
    font-size:11px;
    text-decoration:underline;
    margin-top:16px;
}
.product a.read_more_p{
    display:inline-block;
    width:80px;
    color:#615f60;
    font-style:italic;
    font-size:11px;
    text-decoration:underline;
    text-align:right;
    margin-top:16px;
}
.product a.read_more_p:hover{
    text-decoration:none;	
}
#product_right .status_product{
    width:155px;
    display:block;
    text-align:center;
    font-size:12px;
    font-style:italic;
    font-weight:bold;
    margin-top:3px;
}
.expected{
    color:#317edd;	
}
.not_available{
    color:#e60002;
}
.price{
    color: #2a2f32;
    font-size:24px;
}
.product .price{
    display:table-cell;
    vertical-align:middle;
    width:190px;
    height:50px;
}
.price font{
    font-size:17px;
}
.price .old_price{
    text-decoration:line-through;
    font-size:14px;
    color:#777;
    text-align:right;
}
.price .old_price font{
    font-size:14px;
}
.cart_popup_tb .price .old_price{
    text-align:left;	
}
#load_product{
    position:relative;	
}


/* product css*/
.product_in { 
    margin-top: 40px;
    vertical-align: top;
}
.product_in .title:first-child {
    margin: 0 0 9px 0;
    font-size: 16px;
    font-weight: bold;
    color: #d93c65 !important;
    border: none;
}
#product_right{
    margin-bottom: 50px;
}
#product_right .prod_price{
    margin-bottom: 6px;
    font-size: 21px;
    font-weight: 600;
    color: #333;
}
#product_right .dollar_price {
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    line-height: 24px;
    font-size: 13px;
    font-weight: normal;
    color: #979797;
}
#product_right .prod_price span.lab_price{

}
#product_right .prod_price font{

}
#product_right .prod_price .old_price{

}
#product_right .prod_price .old_price font{

}
#product_right .buy{
    margin-left: 10px;   
}
.fast_order{
    display:block;
    width:120px;
    height:30px;
    padding-top:10px;
    text-decoration:none;
}
#product_right h1{
    margin:0 0 8px 0;
    padding-left: 15px;
}
#delivery_block{
    width:160px;
    float:left;
    background-color:#f8f8f8;
    padding:10px;
    color:#6d6d6d;
    font-size:12px;
    line-height:15px;
}
#delivery_block h2{
    color:#000;
    text-align:center;
    margin:0;
    font-size:12px;	
}
#delivery_block img{
    margin:0 auto;
    margin-top:5px	
}
.stock_product{
    margin:10px 0 5px 0;
    color:#484848;	
}
.stock_product span{
    font-weight:bold;
    color:#09c5c4;	
}
.stock_product span.nostock{
    color:#484848;	
}

.total{
    margin:15px 0;
    font-size:17px;	
}
.photoblock{
    width: 475px;
    margin:0 30px 0 0;
    float: left;
}
#img_load img{
    width: 475px;  
    border: 1px solid #ebebeb;
}
#zoom{
    position:absolute;
    margin:-36px 0 0 426px;
    z-index:10;
    opacity:0.5;
}
#zoom:hover{
    opacity:1;	
}
.more-photo{
    margin-top: 15px;
}
.more-photo ul{
    padding:0;
    margin:0;
    list-style:none;
}
.more-photo li:nth-child(4n+1){

}
.more-photo li a img{
    width: 70px;
    height: 70px; 
    margin-bottom: 13px;
    margin-right: 13px;
    border: 1px solid #ccc;
}
.more-photo li:nth-child(4n) a img {
    margin-right: 0px;
}
.more-photo li {
    list-style-type: none;
    float: left;
    position:relative;
}
.product-description{
    line-height:20px;
    margin:10px 0 45px 0;
    font-size:16px;
    color:#76746C;
}
.product-specs{
    margin-bottom:30px;	
}
.product-specs span {
    background: none repeat scroll 0 0 #76746C;
    color: #FFFFFF;
    font-size: 24px;
    line-height: 26px;
    margin: 0 0 0 3px;
    padding: 0 3px 0 2px;
}
.productin-count {
    position: relative;
    float: left;
    display: inline-block;
    margin: 0px 0 0 0px;
}
.product .productin-count{
    margin:0;	
}
.productin-count a {
    position: absolute;
    right: 3px;
    width: 10px;
    height: 8px;
    text-decoration: none;
}
.productin-count a.cnt-up{
    top: 2px;
    background: url(../images/arrow_up.png) no-repeat;
}
.productin-count a.cnt-down{
    bottom: 2px;
    background: url(../images/arrow_down.png) no-repeat;
}
/*.productin-count a.cnt-up:hover{
    background: url(../images/arrow_up_hover.png) no-repeat;
}
.productin-count a.cnt-down:hover{
    background: url(../images/arrow_down_hover.png) no-repeat;
}*/
.params_block .productin-count {
    margin:0;
}
.unit{
    width:30px;
    float:left;
    color: #76746C;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
    line-height: 16px;
    padding: 0 0 0 6px;
    margin:14px 0 0 0;	
}
#size_block{
    width:190px;
    float:left;
    margin-top:-5px;
}
#size_block label{
    margin-top:8px !important;	
}
.cnt-up:hover {
    background-position:3px 1px;
}
.cnt-down:hover {
    background-position:3px 3px;
}

.orders2 td .productin-count a:hover{
    text-decoration:none;	
}
.productin-count input[type=text] {
    float: left;
    width: 60px;
    text-align: left;
    height: 22px;
    outline: none;
    background: transparent;
    border: 1px solid #c0c3c4;
    margin: 0px 0;
    padding: 0;
    padding-left: 5px;
    font-style: normal;
    font-weight: 700;
    color: #333;
    font-size: 12px;
}
.text_delivery{
    font-size:12px;
    color:#585858;
    border:1px solid #03d2d0;
    padding:10px 5px 0 5px;
    width:165px;
    text-align:center;
    display:table-cell;
    vertical-align:top;
}
.text_delivery h2{
    color:#00b1af;
    font-size:15px;
    font-style:italic;
    font-weight:bold;
    text-transform:none;
    background-color:transparent;
    margin:0 0 8px 0;
    padding:0;
    font-family:Arial, Helvetica, sans-serif;	
}
.price_delivery{
    font-style:italic;	
}
.price_delivery span{
    color:#ab4eb6;	
}
.product-specs{

}
.product-specs :last-child{
    margin-bottom:15px;	
}
.compare_tb{
    width:240px;
    float:left;
    margin: 0 7px 25px 0;

    color:#4e4e4e;
    font-size:14px;
    background-color:#f9f9f9;
}
.compare_tb table{
    width:100%;
    border-collapse:collapse;
}
.compare_tb td{
    padding:15px 0;
    text-align:center;
    border-top:1px solid #cacaca;	
}
.compare_tb .params_parent td{
    text-align:left;
    padding-left:12px;
    text-transform:uppercase;
}
#compare_page{
    width:100%;
    overflow:auto;	
}
#compare_page .product{
    background-color:#f9f9f9;
    height:270px;
    width:190px;
    margin:0 7px 0 0;
    padding:25px;
}
#compare_page .photo_product img{
    width:120px;
    height:auto;
}
#compare_page .product .prod_price{
    font-size:22px;
    height:40px;
}
#compare_page .prod_price div{
    display:block;
    width:100%;
    text-align:center;	
}
#compare_page .status_product{
    width:92px;
}
#compare_page .status{
    display:none;	
}
#compare_page .del_compare2 {
    position: absolute;
    margin:-14px 0 0 187px;
    z-index: 6;
}
#compare_page .photo_product{
    background-color:transparent;
    text-align:center;	
}
.sort_table_rubber #compare_page  .product .info_product, .sort_table #compare_page .product .info_product{
    background-color:transparent;
    padding:0;
}
.sort_table_rubber  #compare_page .hov_product .border_product,  #compare_page .sort_table .hov_product .border_product{
    display:none;
}
.sort_table_rubber #compare_page  .product.hov_product .product_desc, .sort_table  #compare_page .product.hov_product .product_desc{
    display:none;
}
#load_delivery div{
    display:none;	
}
.stock{

}
#stock2{
    color:#db1061;
}
#stock3{
    color:#6d6d6d;
}
#stock6{
    color:#06a9d2;
}
#stock7{
    color:#000;
}
.params_block{

}
.order-block{

}
.product_body{
    /*height:120px;*/
    overflow:hidden;
    position:relative;
    margin-bottom: 20px;
    padding-top: 15px;
    font-size: 14px;
    border-top: 1px solid #cccccc;
}
.document_href {
    display: inline-block;
    padding-left: 38px;
    height: 32px;
    line-height: 32px;
    text-decoration: underline;
    color: #1b69aa;
    background: url(../images/pdf.png) center left no-repeat;
}
.document_href:hover {
    text-decoration: none;
}
.product_body_tr{   
    height:50px;   
    position:absolute;
    bottom:0;
}
.delivery_block_in{
    background-color:#f9f9f9;
    border:1px solid #c0c0c0;
    padding:13px;
}
.delivery_block_in h2{
    color:#4e4e4e;
    font-size:16px;
    font-weight:bold;
    margin:0 0 10px 30px;	
}
#product_right .fav_block{
    display:table-cell;
    vertical-align:top;
    width:295px;	
}
.delivery_block{
    display:table-cell;
    vertical-align:top;
    width:315px;	
}
.order-block .buy{
    margin-top:3px;
}
#product_right label{
    color:#000;
    font-size:15px;
    display:block;
    float:left;
    margin:3px 8px 0 0;
}
#product_right .order-block label{
    margin:6px 8px 0 0;
}
#fast_order_block input[type=text]{
    width:251px;	
}
#product_right .params_block label{
    color: #000;
    font-size:13px;
    font-weight: bold;
    /*margin:10px 8px 5px 0;	*/
    vertical-align:top;
}
#product_right .params_block_in  input[type=text]{
    display:inline-block;
    vertical-align:top;
}
.size_block2{
    display:inline-block;
    vertical-align:top;
    margin:0 15px 0px 0;	
}
.params_block_in select{
    padding:3px;
    width:150px;
    display:inline-block;
    vertical-align:top;
}
#product_right .params_block .label_colors{
    display:inline-block;
    vertical-align:top;
}
.params_block{
    font-size:16px;
    color:#686868;
    margin-top: 15px;
}
.params_block > div  {
    margin-bottom: 25px;
}
.params_block > div > div{
    display: inline-block;
    margin-bottom: 0px;
}
.open_product_body{
    font-size:15px;
    border-bottom:1px dashed #449191;
    color:#449191;	
}
.open_product_body:hover{
    text-decoration:none;
    border-color:transparent;	
}
.div_over{
    width:379px;
    margin:0 30px 30px 0;
    float:left;	
    margin-top:25px;
}
.div_over:nth-child(2n){
    margin-right:0;
}
.div_over h4{
    margin:0 0 15px 0;
    text-transform:uppercase;
    color:#4e4e4e;
    font-size:14px;
    font-family: 'Exo 2', sans-serif;	
}
.size_grid{
    display:block;
    width:100px;
    background-image:url(../images/size_grid.png);
    background-position:left;
    background-repeat:no-repeat;
    padding:8px 0 7px 28px;
    color:#666666;
    font-size:11px;
    margin:10px 0 15px 0;
}
#size_grid{
    width:800px;
    min-height:300px;	
}

#tabs{
    background-repeat:repeat-x;
    background-position:top;
    margin:50px 0;
}
#tabs ul#tabs_ul{
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    z-index:9;

}
#tabs ul#tabs_ul li{
    padding:12px 10px 11px 10px;
    border-bottom:none;
    float:left;
    vertical-align:middle;
    font-size:18px;
    color:#FFF;	
    text-align:center;	
    cursor:pointer;
    width: 146px;
    margin-left:20px;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background-color: #0f97c7;
    -moz-box-shadow: 0 -1px 3px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 -1px 3px rgba(0,0,0,.08);
    box-shadow: 0 -1px 3px rgba(0,0,0,.08);
}
#tabs ul#tabs_ul li:first-child{
    margin-left:0;	
}
#tabs ul#tabs_ul li#Comments{

}
#tabs ul#tabs_ul li:hover, #tabs ul#tabs_ul li.hov_tab{
    color: #333;
    background-color: #FFF;	
    padding:12px 10px;
}
#tabs div.div_tab{
    display:none;
    margin:-1px 0 0 0;
    padding-top:15px;
    color:#4e4e4e;
    font-size:13px;
    padding:15px;   
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    background-color: #fff;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.08);
    box-shadow: 0 1px 3px rgba(0,0,0,.08);
}
#tabs div.hov_tab{
    display:block;	
}