html{

}
*{ outline:none; }
body {
    position:relative;
    margin:0;
    padding: 0;   
    font-family: 'Tenor Sans', sans-serif;
    color: #333;
    font-size: 14px;       
    background: #f8f7f8;
}
body.body_main {

}
.tahoma {
    font-family: Tahoma, Geneva, sans-serif;
}
.bot_arrow{
    position:absolute;
    bottom:0px;
    left:49%;
    z-index:3;
}
a{
    color:#000;
    text-decoration:none;	
}
a:hover{
    text-decoration:underline;
}
p{
    margin:0 0 10px;
}
a img{
    border:none;
}
h1, h2, h3, h4, h5 {    
    margin: 0px 0 12px 0;
    text-transform: uppercase;
    font-weight: normal;
    color: #789f55;
}
#main_page h1, main_page h2, main_page h3 {
    margin:38px 0 15px 0;
}
h1, .title, .title_left{
    font-size: 23px;
    color: #789f55;
}
.title{
    margin:0 0 25px 0;
    padding-left: 20px;
    height: 55px;
    line-height: 55px;
    text-transform: none !important;
    font-size: 18px !important;
    color: #3b3b3b;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgba(141, 187, 55, 0.3);
}
.title2{
    margin:0 0 15px 0;
    color:#5c9090;
    font-size:16px;
    font-weight:300;
    font-weight:bold;
    background-color:#edf8f8;
    padding:10px 20px;
}
h2{
    font-size: 20px;
}
h3 {
    font-size: 17px;
}
h1 a, h2 a, h3 a, h4 a, h5 a {
    color: #1b69aa;
}
.title4{
    color: #515151;
    text-transform: none;
    font-size:14px;
    font-weight: bold;
}
.title_cat{
    color: #5c9090;
    font-size: 19px;
    font-weight: 500;
    margin-top: 10px;
    text-transform: uppercase;
    text-transform: uppercase;

}
.clear{
    clear:both;
}
#loading{
    position:fixed;
    top:47%;
    left:48%;
}
#breadcrumbs{
    margin-top: 15px;
    margin-bottom: 15px;	
    color: #484848;
    font-size: 12px;
}
#breadcrumbs a{
    color: #000;
    font-size: 12px;
    font-weight: normal;
}
#breadcrumbs img {
    vertical-align: bottom;
}
#breadcrumbs a:hover{
    text-decoration: underline;
}
#breadcrumbs span{
    position: relative;
    color:#b1b1b1;
}

#breadcrumbs span{
    font-size: 14px;	
    width:5px;
    height:10px;
    display:inline-block;
    margin: 0 5px;
    color: #000;
}
#seo_div{
    margin: 30px 0 20px 0;
    line-height:20px;
    color:#2a2f32;
    text-align:justify;	    
}
#wrapper{
    padding:0 0 1px 0;    
    /*overflow: hidden;*/
}
#body_main {
    float: left;
    width:  575px;
}
#bg_body {
    position: absolute;
    top: 0px;
    left: -175px;
    width: 1350px;
    height: 268px;
    background: url(../images/bg_body.png) center center no-repeat;
    z-index: -1;
}
#fbgroup_main {
    float: right;
    width: 350px;
}
#footer_wrapper {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 263px;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE5MjAgMjYzIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9ImhhdDAiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiB4MT0iNTAlIiB5MT0iMTAwJSIgeDI9IjUwJSIgeTI9Ii0xLjQyMTA4NTQ3MTUyMDJlLTE0JSI+CjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMyMzIzMjMiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogICA8L2xpbmVhckdyYWRpZW50PgoKPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjE5MjAiIGhlaWdodD0iMjYzIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    background-image: -moz-linear-gradient(bottom, #232323 0%, #333 100%);
    background-image: -o-linear-gradient(bottom, #232323 0%, #333 100%);
    background-image: -webkit-linear-gradient(bottom, #232323 0%, #333 100%);
    background-image: linear-gradient(bottom, #232323 0%, #333 100%);
}
.content, .holder{
    width: 1170px;
    margin: 0 auto;
    position: relative;	
}
#content_body{
    /*min-height:620px;	*/
}

#header{
    height: 230px;
}
.tb_h{
    /*display:table;
    width:100%;	*/
    margin-bottom: 30px;
}
#logo, .top_phone, #basket_block2{
    vertical-align:top;
}
#logo{
    float: left;
    margin-top: 65px;
    margin-left: 140px;
}
#logo a{
    display:inline-block;
}
#logo a:first-child{

}
#left_menu_buttons {
    margin: 50px 0;
}
.button_click { 
    position: relative;
    margin-bottom: 10px;
    padding-left: 28px;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #FFF;
    -moz-border-radius: 10px / 7px;
    -webkit-border-radius: 10px / 7px;
    border-radius: 10px / 7px;
    background-color: #3b3b3b;
}
.button_click:hover {
    text-decoration: underline;
    background: #656565;
}
.button_click.button1 img {
    position: absolute;
    top: -10px;
    left: -10px;
}
.button_click.button2 img {
    position: absolute;
    top: 6px;
    left: -8px;
}
#top_line {
    position: relative;      
    heigh: 48px;
    border: 1px solid #888;
    border-left: none;
    border-right: none;
    background: #efeff4;
}
#top_line.not_main { 
    margin-bottom: 15px;
    background-color: #efeff3;
    -moz-box-shadow: 0 2px 5px rgba(76,76,76,.75);
    -webkit-box-shadow: 0 2px 5px rgba(76,76,76,.75);
    box-shadow: 0 2px 5px rgba(76,76,76,.75);
}

#subscriber_block {
    position: relative;  
    padding: 20px 0;
    border: 1px solid #888;
    border-left: none;
    border-right: none;
    background: #f6f6f6;
}
.subscriber_block_left {
    float: left;
    width: 320px;
    text-align: justify;
}
.subscriber_block_right {
    float: right;
    width: 610px;
}
.subscriber_block_subscribe {
    margin-bottom: 15px;
    padding: 15px 50px;
    border: 1px solid #fff;
    background-color: #efeff3;
}
.subscriber_block_subscribe form {

}
.subscribe_block{
    background-color:#f9f9f9;
    margin-bottom:50px;
    display:table;
    width:100%;
}
.subscriber_block_subscribe input[type=text]{
    margin: 0px 0px 0 0;    
}
.subscriber_block_subscribe input[type="submit"]{
    margin-left: 24px;
    width: 160px;
    height: 39px;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
    color: #434343;
    border: 1px solid #d1d1d1;
    background-color: #3dafd7;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDE2MCAzOCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZTRlNGU0IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxNjAiIGhlaWdodD0iMzgiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
    background-image: -moz-linear-gradient(bottom, #e4e4e4 0%, #fff 100%);
    background-image: -o-linear-gradient(bottom, #e4e4e4 0%, #fff 100%);
    background-image: -webkit-linear-gradient(bottom, #e4e4e4 0%, #fff 100%);
    background-image: linear-gradient(bottom, #e4e4e4 0%, #fff 100%);
}
.subscriber_block_subscribe input[type="submit"]:hover {
    text-decoration: none;
}
.subscribe_block p{
    margin:0;	
}
#subcriber{
    width:390px;
    float:left;	
}
#subscribe-email{
    width: 304px;
    height: 22px;
    font-size: 16px;
}
#subcriber input[type=image]{
    position:absolute;
    margin:5px 0 0 -14px;	
}
#subcriber .title_other, #article_block .title_other{
    margin:20px 0 4px 0;
}
.subscribe_block .left, #subscribe_form{

}
.sort_table_rubber .subscribe_block .left{
    padding-left:30px;	
}
.product a.add_from_cat{
    color:#4e4e4e;
    font-size:13px;
    text-decoration:underline;	
}
.product a.add_from_cat:hover{
    text-decoration:none;	
}
#subscribe_form{
    padding: 0;
}
#top_socials {
    float: left;
    margin-top: 15px;
    margin-right: 50px;
}
#top_socials table td{
    padding-right: 10px;
}
#main_products {

}
#main_infoblock {
    margin: 80px 0 30px 0;
}
#bottom_line {

}
.main_title {
    margin:38px 0 15px 0;
    padding-bottom: 7px;
    border-bottom: 2px solid #e9e9e9;  
    color: #d93c65 !important;   
    font-size: 17px;
    font-weight: normal !important;
}
.main_title a {
    text-transform: uppercase;
    color: #97c439 !important;   
    font-size: 16px;
    font-weight: 600;
}
#banners_bottom {
    margin-top: 30px;
}
#main_buttons {
    padding: 15px 0;
    background: #eeeeee;
}
#main_buttons table {
    width: 100%;
    height: 53px;
    table-layout: fixed;
}
#main_buttons table td {
    vertical-align: middle;
    text-align: center;
    line-height: auto;
    font-size: 14px;
    color: #8f8f8f;
}
#main_buttons table td span {
    display: inline-block;
    max-width: 135px;
    vertical-align: middle;
    height: 53px;
}
.main_buttons_img_wrapper {
    display: inline-block;
    margin-right: 10px;
    width: 57px;
    height: 57px;
    vertical-align: middle;
    background-color: #97c339;
    background-position: center center;
    background-repeat: no-repeat;
}
.main_buttons_td_text {
    display: inline-block;
    max-width: 135px;
    height: 30px;
}
.main_buttons_td_text div {
    display: table-cell;
    max-width: 135px;
    height: 53px;
    vertical-align: middle;
    text-align: left;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #333;
}
#info_blocks {

}
#info_blocks table{
    width: 100%;
}
#info_blocks table td {
    padding-right: 20px;
    width: 305px;
}
#info_blocks table td img {
    float: right;
}
#info_blocks table td div {
    float: left;
    width: 200px;
    font-weight: 600;
    font-size: 12px;
    color: #333;
}
#info_blocks table td div h4 {
    margin: 0;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 16px;
    color: #97c439;
}
#info_blocks table td div a {
    display: block;
    margin-top: 8px;
    width: 125px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #FFF;
    background-color: #97c439;
}
#info_blocks table td div a:hover { 
    text-decoration: none;
}
#info_blocks table td:last-child {
    padding-right: 0px;
}
#left_banners {
    float: left;
    width: 180px;
}
#content_right {
    float: right;
    width: 785px;
}
#brends_main {
    margin-bottom: 50px;
    font-size: 23px;
    border: 1px solid #dadada;
    border-radius: 2px;
}
#slogan{
    font-size:12px;
    color:#615f60;
    line-height:11px;
    text-align:justify;
    margin-top:10px;
}
#config_block{
    margin-top:20px;
    text-align:center;	
}
#config_block a{
    color:#4e4e4e;
    font-size:15px;
}
#config_block a:hover, #config_block a.hov_currency{
    color:#5c9090;
    text-decoration:underline;	
}
.top_phone{
    float: right;
    margin-top: 70px;
    width: 290px;
    text-align: right;
    font-size: 20px;
    color: #789f55;
}
.sort_table_rubber .top_phone{

}
.top_phone p{
    margin:0;
    height:auto;

}
.top_phone_orders {
    float: left;
    padding: 10px;
    width: 212px;
    text-align: center;
    border: 2px solid #d9d9d9;
}
.top_phone_in{
    float: right;
    width: 230px;
    text-align: left;
    font-size:14px;   
}
.top_phone_in table {    
    text-align: left;
}
.top_phone_in table td {
    padding-right: 2px;
    vertical-align: top;
}
.top_phone_in a {
    font-size: 12px;
    color: #0e98e9;
}
#languages table {
    float: right;
}
#languages table td {
    padding-left: 15px;
}
#languages table td a {
    font-size: 12px;
    font-weight: 600;
}
#languages table td a.hov_lang {
    text-decoration: underline;
}
#languages .curr_language {
    text-decoration: underline;
}
#makecall {
    border-bottom: 1px dotted #0e98e9;
}
#makecall:hover {
    text-decoration: none;
    border-bottom: none;    
}
.delivery_time{
    color:#78756c;
    font-weight:bold;
    font-size:13px;
    display:inline-block;
}
#callback_link{
    font-size: 12px;
    height: 25px;
    line-height: 25px;
    color:#404041;
    text-transform:uppercase;
    padding:2px 10px 2px 25px;
    margin-left:3px;
    background-repeat:no-repeat;
    background-position:left;
}
#callback_link:hover{
    text-decoration:underline;
}
.link_gray{
    padding:2px 0 2px 0;
    position:relative;
    text-transform:uppercase;
    font-size:11px;
}

#search_block{
    position: relative;
    margin-right: 25px;
}
#search_block input[type=text]{
    margin: 0;
    padding: 5px;
    width: 200px;
    height: 18px;
    border: 1px solid #cfcfcf;
}
#search_block input[type=image]{
    position:absolute;
    top: 8px;
    right: 5px;
}
#search_block form {

}
#search_block a{
    display:inline-block;
    color:#404041;
    font-size:11px;
    text-transform:uppercase;
    margin:5px 0;	
}
#search_block a:hover{
    color:#1d8c04;	
}
#search_block a.favorite{
    margin:5px 65px;	
}
.viewed{

}
.link_gray i{
    background-image:none;
    width:17px;
    height:15px;
    display:inline-block;
    vertical-align:top;
    margin-right: 5px;

}
#footer .top_phone_in{
    margin:20px 0 5px 0;
}
#login{
    float: right;
    margin-top: 0px;
    text-align:center;
    color: #777;
}
#login a{
    color:#615f60;    
    text-decoration:none;
}
#login a:hover{
    text-decoration:underline;
}
#login span{
    padding:0 13px;	
    font-size: 12px;
}
#login a.enter{
    background-position:left;
    background-repeat:no-repeat;
    padding:0 0 0 25px;
    text-decoration:none;
}
#login a.enter:hover{
    text-decoration:underline;    
}
#login a.submit{
    display:table;
    color: #5b5f61;
    text-decoration:none;
    font-style:normal;
    margin: 20px auto 0 auto;
}
.entre {
    display: inline-block;
    padding-left: 30px;
    padding-right: 15px;
    height: 23px;
    line-height: 23px;  
    font-size: 14px;
    color: #333;
    border: 1px solid #cbcbcb;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: url(../images/key.png) 10px center no-repeat #FFF;
}
.cabinete {
    display: inline-block;
    padding-left: 22px;
    height: 23px;
    line-height: 23px; 
    text-decoration: underline !important;
    font-size: 12px;

    background: url(../images/user.png) 0px center no-repeat;
}
.cabinete:hover {
    text-decoration: none !important;
}
#basket_block2{    
    float: right; 
    margin-top: 15px;
    color:#585c5c;
    font-size:13px;
    font-weight: bold;
    width: 125px;
    line-height: 26px;
    padding:0;
    vertical-align: bottom;
}
#basket_block{
    text-align: center;
    background-image:url(../images/basket.png); 
    background-repeat:no-repeat;
    background-position: 0px 4px;
    padding: 3px 0px 0 0px;
    margin:0px 0 4px 0;
    color:#fff;
    font-size:13px;
}
#basket_block a{

}
#basket_block a:hover{
    text-decoration:underline;	
}
#check_total{
    padding-left: 32px;
    height: 100%; 
    min-height: 24px;
    text-align: left;
    font-size: 13px;
    color: #000;       
}
#check_total a{

}
#check_total a:hover{
    text-decoration:none;

}
#footer{
 
    margin-top:45px;
    width: 100%;
    min-width: 1170px;
    height: 122px;
    font-size:13px;
    color: #4e4e4e;
    background: url(../images/bg_footer.png) center center repeat-x;
    z-index:2;      
}
.footer_left, .footer_right {
    margin: 20px 0 15px 0;
}
.footer_left {
    float: left;
    font-size:13px;
    color: #000;
}
.footer_right{
    float: right;
}
#copyright{
    text-align:left;
    margin:50px 0 0 0;	
}
.text_content{
    padding:0 0 0 19px;	
}

.title_left{
    background-color:#000;
    color:#fff;
    padding:10px 0;
    margin-bottom:16px;
    text-align:center;
}

.form_feedback label{
    width:100px;
    display:inline-block;
    margin-top: 13px;
    vertical-align: top;
}
.form_feedback input[type=text]{
    width:250px;
    height: 20px;
}
.form_feedback input[type=submit]{
    margin:0px 0 0 0px;
}
.form_feedback{

}
.form_feedback label{
    display:block;	
}
.form_feedback input[type=text]{
    width: 274px;
    height: 18px;

}
.form_feedback textarea{
    width: 274px;
    margin:0;    
    resize: none;
}

.err{
    color:#F00;	
    font-size:17px;
    margin:10px 0;
}
#auth_message .err{
    font-size:12px;
    margin:3px;
}
.done{
    color:#090;
    font-size:17px;
    margin:10px 0;
}
.link_city, .change_city{
    color:#ab4eb6;
    font-size:14px;
    border-bottom:1px dashed #ab4eb6;
    text-decoration:none;
}
.link_city:hover{
    border-bottom:1px dashed #000;
}
.city_list{
    margin-bottom:10px;	
}
.city_list ul{
    padding:0 15px;
    width:200px;
    display:table-cell;
    vertical-align:top;
    list-style:none;	
}
.city_list li{
    line-height:35px;	
}
.city_list li.selected a{
    color:#333;
    border:none;
}

.paging{   
    margin: 20px 0;
    padding: 5px 0;
    text-align:right;
    font-size: 12px;
    font-weight: bold;
}
.paging a{
    margin-right:5px;
    text-decoration:none;
    display:inline-block;
    padding: 2px 5px;    
    font-size: 12px;
    font-weight: normal;
    color: #484848; 
    background: #ccccce;
}
.paging span, .paging a:hover{ 
    margin-right:5px;
    display:inline-block;
    text-decoration: none;  
    padding: 2px 5px;
    color: #FFF;
    background: #1b69aa;
}
#callback {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 10;
}
.name_comment_left{
    font-size:13px;
    color:#757779;
    margin-bottom:5px;
}
.text_comment_left{
    color:#2a2f32;
    margin-bottom:20px;
    line-height:18px;
}
.all_comments{
    font-size:13px;
}
.last_order{
    text-align:center;	
}
.last_order a{
    display:block;
    color:#ab4eb6;
    font-size:15px;
    margin-bottom:5px;	
}
.photos{
    width:150px;
    float:left;
    margin:15px 0 0 112px;
    text-align:center;
}
.photos img{
    margin-bottom:10px;	
}
.see_all{
    margin-top:72px;
    width:200px;
    float:left;
    display:block;
    text-align:right;
    font-size:13px;
    font-style:italic;
}

.bot_text{
    margin-bottom: 50px;
    vertical-align:top;
    padding:0 42px 0 0;
    color: #898989;
    font-size:12px;
    line-height:20px;
}
.sort_table_rubber .bot_text{
    width: 1289px;	
}
#news_block{
    padding: 0px 0 0 0;
    vertical-align:top;
}
.news_block {
    padding: 10px 0;
    border-top: 1px solid #cccccc;
}
.news_photo {
    float: left;
    margin-right: 20px;
}
#news_block .news_block {    
    float: left;
    width: 290px;
    margin-bottom: 35px;
    position:relative;
}
#news_block .news_block:nth-child(2n+2) {
    margin-left: 30px;
}
.news_block img{
    width: 160px;
    margin:0 0px 12px 0;
}
.date {
    margin-bottom: 15px;
    font-size: 18px;
    color: #828284;
}
#news_block .date{
    margin-bottom: 5px;
    color: #000;  
    font-size:12px; 
}
.news_desc{
    color: #434343;
    font-size: 12px;	
    margin: 0px 0 0px 0;
    line-height:18px;
}
.news_title{
    margin-bottom: 4px;
    color: #1b69aa;
    font-size: 16px;
    text-decoration: none;
    display:block;
}
.news_title:hover{
    text-decoration: underline;
}
.news_proceed {
    float: right;
    padding-right: 15px;   
    min-height: 11px;
    background: url(../images/proceed.png) center right no-repeat;
}
.all_news{
    font-size:12px;
    color:#5c9090;
    font-style:italic;
    font-weight:bold;
    text-decoration:underline;

}
.all_news:hover{
    text-decoration:none;
}
#news_title{

    margin:0 0 20px 0;	
}
.return_link {
    display: block;
    margin-top: 2px;
    float: right;
    text-decoration: none;
    text-transform: none !important;
    font-size: 12px;
    color: #646a6f;
}
.return_link:hover {
    text-decoration: none;
}
.photo{
    width:150px;
    height:250px;
    float:left;
    margin:0 133px 55px 0;	
}
.photo img{
    margin-bottom:5px;	
}
.title_other{
    margin:30px 0 15px 0;
    color:#5c9090;
    font-size:19px;
    border:1px solid #cddddd;
    padding:8px 15px;
}

#article_block{
    width:810px;
    float:left;
    margin-right:30px;	
}
.article {
    margin-bottom: 25px;
}
.article_image {
    float: left;
    margin: 0 15px 5px 0;
}
.article_title {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #779f55;
}
.article_block{
    width:180px;
    float:left;
    margin:0 30px 20px 0;	
}
.article_body_m{
    font-size:12px;
    color:#6d6d6d;	
}
.banner_left, .banner_right{
    width:210px;
    float:left;
    position:relative;
}
.banner_right{
    text-align:right;	
}
.banner_left .border_cat, .banner_right .border_cat{
    width:176px;
    height:176px;
    top:0;
}
.banner_right .border_cat{
    right:0;	
}
.banner_left p, .banner_right p{
    position:relative;
    margin-bottom:30px;
}
.banner_left p:hover .border_cat, .banner_right p:hover .border_cat{
    border-color:#ececec;
}

#results_search{
    position:absolute;
    background-color:#fff;
    border: 1px solid #cddddd;
    z-index:99;
    width:284px;
    margin-top:-6px;
    display:none;
    color:#333;
}
#results_search ul{
    list-style:none;
    padding:0;
    margin:0;
}
#results_search li{
    padding:3px;
    margin:3px 0;
    cursor:pointer;	
}
#results_search li a{
    text-decoration:none;	
}
#results_search li:hover{
    background-color:#f8f8f8;
}
.search_photo, .search_name{
    width:50px;
    display:table-cell;
    vertical-align:middle;	
}
.search_photo img{
    width:50px;	
}
.search_name{
    width:482px;
    padding-left:10px;
    font-size:12px;
}

#auth_form label{
    width:80px;	
}

.add_compare, .add_fav, .add_video{
    position:relative;
    display: inline-block;
}
.add_compare, .sort_line .add_fav, #product_right .add_fav{
    margin-right:13px;
}
.follow_price{
    float:right;
    margin:10px 28px 0 0;	
}
.add_video{

    margin-top:10px;
}
.product a.add_compare, .product a.add_fav, .product a.add_video{
    color: #404041;
    font-size: 11px;
}
.product a.add_compare:hover, .product a.add_fav:hover, .product a.add_video:hover{
    color: #1d8c04;
    text-decoration:none;
}
#reviews {
    margin-top: -94px;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 200;
}

/* view sort_table_rubber*/
.sort_table_rubber .content{
    width:91%;
    min-width: 1000px;
    max-width: 1716px;
}

.sort_table_rubber .right_col{
    width:auto;
}

.sort_table_rubber #sort_block{
    width:99%;	
}
.sort_table_rubber .footer_left, .sort_table_rubber .footer_right {

}
.footer_tb{ 
    margin: 0 auto;
    padding-top: 10px;
    min-width: 1170px;
    width: 1170px;
    border-top: 2px solid #ddebc3;
}
.footer_tb h2 {
    margin: 0 0 15px 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.footer_tb > ul{
    display:table;
    margin: 0;
    padding: 0;
    width: 100%;
    vertical-align:top;
    color:#333;
    font-size:13px;
    line-height:24px;
}
.footer_tb > ul > li{
    display: table-cell;
    line-height: 20px;
    vertical-align: top;
}
.footer_tb > ul > li:nth-child(1){
    padding-right: 20px;
    width: 440px;
}
.footer_tb > ul > li:nth-child(2){

}
.footer_tb > ul > li > span {
    color: #9c9c9c;
}
#footer_left_menu, #footer_mid_menu {
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
}
#footer_mid_menu table {
    table-layout: fixed;
    width: 100%;
    border-spacing: 15px 0px;
}
#footer_mid_menu table td {
    vertical-align: top;
}
#footer_left_menu li{

}
.footer_tb ul li a{
    line-height: 20px;
    font-size: 12px; 
    color: #333;
}
.footer_tb ul li a:hover {

}
#footer_mid_menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#footer_mid_menu li {       
    line-height: 12px;
}
#footer_mid_menu li:nth-child(even) {    
    margin-right: 0;
}
/* end view sort_table_rubber*/

#brends_list {
    margin: 40px 0 30px 0;
    padding: 15px 30px;
    background: #eaeaea;
}
#brends_list a {

}


/* view sort_line*/
.sort_line .product{
    float:none;
    margin: 0px 0 0px 0;
    padding: 20px 5px;
    width:auto;
    height: 180px; 
}
.sort_line .product .photo_product{
    width: 228px;
    float: left; 
}
.sort_line .product .info_product{
    width: 460px;
    float: right;  
}
.sort_line .product .bodym_product {
    display: block;
    height: auto;
}
.sort_line .name_product, .sort_line .product_desc{
    margin-top: 0px;
    text-align:left;	
}
.sort_line .product .fav_block{
    position:absolute;
    right:20px;
    top:87px;
}
.sort_line .product_desc{
    display:block;
    position: absolute;
    width: 555px;
    top: 65px;
    right: 17px;
}
.sort_line .hov_product .product_desc{	
    right: -59px;
    top: 49px;
}
.sort_line  .product .name_product{
    width:auto;
    vertical-align:top;
    height: 30px;
    display: block;
}
.sort_line .product .ratingblock_wrapper {
    margin-bottom: 36px;
}
.sort_line  .product .name_product a{
    font-weight:bold;
    font-size:15px;
}
.sort_line .productin-count{
    margin-left:0;	
}
.sort_line .buy {

}

.sort_line .product.hov_product{

}

/* end view sort_line*/

.fav_h2{
    margin-bottom:-10px;
    font-size:18px;
    font-weight:bold;	
}
.del_compare2{
    position:absolute;
    margin:-8px 0 0 -7px;
    z-index:6;
}

.order__long {
    background: none repeat scroll 0 0 #F0EEE9;
    padding: 15px 97px 12px 100px;
}

.order__long__textarea span, .order__long__l label span, .order__long__r label span {
    color: #76746C;
    display: block;
    font-size: 12px;
    line-height: 14px;
    padding: 0 0 3px;
}

.order__text {
    border-left: 5px solid #EA6111;
    color: #76746C;
    font-size: 14px;
    line-height: 18px;
    margin: 0 0 13px;
    padding: 0 0 0 10px;
}

.order h3 {
    color: #76746C;
    font-size: 26px;
    line-height: 28px;
    padding: 0 0 14px;
    font-weight:bold;
    text-align:center;
}
.order__short {
    background: none repeat scroll 0 0 #F0EEE9;
    height: 64px;
    margin: 0 0 15px;
    text-align: center;
}
.order__short div input {
    border: 1px solid #B1AFA8;
    float: left;
    font-size: 15px;
    height: 32px;
    margin: 0 9px 0 0;
    padding: 0 5px;
    width: 255px;
}
.order__short div.clearfix {
    height: 50px;
    margin: 0 auto;
    padding: 14px 0 0;
    position: relative;
    width: 378px;
}
.order__short div .icon {
    float: none;
    left: -24px;
    margin: 0;
    position: absolute;
    top: 19px;
}
.order__short div .icon {
    float: none;
    left: -24px;
    margin: 0;
    position: absolute;
    top: 19px;
}
.order__short div .icon {
    float: none;
    left: -24px;
    margin: 0;
    position: absolute;
    top: 6px;
}
.top_phone_order{
    width:300px;
    float:left;
    position:relative;
    margin:15px 0 0 116px;
}
.icon_phon {
    background-position: -255px -31px !important;
    height: 24px;
    width: 13px;
}
.icon {
    display: block;
    float: right;
    height: 26px;
    margin: 0 0 0 9px;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    width: 17px;
}

.order__short div input + input {
    width: 265px;
}
.order__long__l label input {

    margin: 0 0 15px;
    width: 243px;
}
.order__long__r__two label input {

    width: 270px;
}

.order__long__r__two label + label input[type=text] {
    margin: 0;
    width: 95px;
}
.order__long__r__five label + label {
    width: 85px;
}
.order__long__r__five label + label input[type=text] {
    width: 72px;
}
.order__long__r__five label + label + label {
    width: 60px;
}
.order__long__r__five label + label + label input[type=text] {
    width: 34px;
}
.order__long__r__five label + label + label + label + label input[type=text] {
    width: 87px;
}
.order__long__r__five label input[type=text] {

    width: 46px;
}
.order__long__r__five label + label + label {
    width: 47px;
}
.order__long__r__five label + label + label + label + label {
    width: 100px;
    margin:0;
}
.order__long__r__five label + label {
    width: 85px;
}
.order__long__r__five label{
    margin-right:10px;
}

.order__long__l {
    float: left;
    padding: 0 134px 0 0;
    width: 245px;
}
.order__long__r {
    float: left;
    width: 393px;
}

.order__long__textarea {
    clear: both;
    display: block;
    padding: 14px 0 19px;
}
.order input[type=text]{
    margin-top:0 !important;	
}
.order__long__r__two {
    padding: 0 0 15px;
}

input[type=submit].btn_orange {
    width:234px;
    height: 41px;
    line-height: 35px;
    padding: 0 9px 8px 31px;
    color: #FFFFFF;
    display: block;
    margin:0 auto;
    font-size: 15px;
    font-weight: bold;
    line-height: 17px;
    padding: 0 10px 0 15px;
    position: relative;
}
.order__long__textarea textarea {
    font-size: 14px;
    height: 79px;
    line-height: 15px;
    resize: none;
    width: 759px;
}
#cat_menu{
    margin:23px 0 30px 0;
}
#cat_menu ul{
    margin:0;
    padding:0;
    display:table;
    width:100%;
}

#cat_menu ul li{
    display:table-cell;
    text-align:center;
    position: relative;
}
#cat_menu ul li a{
    color:#676767;
    font-size:19px;
    text-transform:uppercase;
    z-index:8;

}
#cat_menu ul li a:hover{
    color:#379f20;
    text-decoration:none;
}
.cat_img{
    position:relative;
}
.cat_img img, #cat_menu ul li span{
    z-index:10;
    position:relative;
}
.cat_block .cat_img img{
    z-index:5;
}
#cat_menu ul li span{
    width:100%;
    height:25px;
    display:block;
    position:relative;
}
#cat_menu ul li:hover ul{
    display:block;
}
#cat_menu ul li:hover span{
    color:#379f20;
}
#cat_menu ul li > ul{
    display:none;
    position:absolute;
    width:100%;
    border:1px solid #5ebe49;
    background-color:#fff;
    padding:50px 15px 5px 15px;
    margin:-42px 0  0 0;
    z-index:7;
}

#cat_menu ul ul li{
    display:block;
    text-align:left;
}
#cat_menu ul ul li a{
    text-transform:lowercase;
    color:#404041;
    font-size:13px;
    padding:5px 0;
    display:inline-block;   
}
#cat_menu ul ul li a:hover{
    text-decoration:underline;	
}
#cat_menu ul ul li:hover{
    color:#379f20;
}
.BWfade{
    z-index:11;
}
.cat_block .BWfade{
    z-index:6;
}
.subscribe_block .BWfade{
    margin-left:0 !important;
}
#bot_cat{
    display:table;
    width:100%;
    padding:20px 0;
    font-size:9px;
    margin:30px 0;
    background-color:#e9f2f2;
}
#bot_cat ul{
    display:table-cell;
    width:400px;
    color:#fff;
    padding-left:50px;
    color:#615f60;
}
#bot_cat a{
    color:#615f60;
    font-size:13px;
    text-decoration:none;
    padding:5px 0;
    display:block;
}
#bot_cat a:hover{
    text-decoration:underline;	
}
.close_m{
    background-color:transparent;
    border:none;
    color:#1d8c04;
    font-size:14px;
    text-decoration:underline;
    cursor:pointer;  
    padding-right:20px;
}
.close_m:hover{
    text-decoration:none;	
}
.order_photo{
    border:1px solid #d1d1cf;
    width:120px;	
}
.order_photo:hover{	
    border:1px solid #555;
}
.product_block{
    padding:0;	
}
.product_block ul{
    list-style:none;
    padding:0;
}
.product_block .product{
    margin: 0px 25px 30px 0;
}
.product_block .product:nth-child(3n+3) {

}
.product_block .jcarousel li{
    margin-right:32px;
    float:left;
}
.product_block .jcarousel li:nth-child(6n) {
    margin-right:0;
} 
#top-link {
    bottom: 10px;
    display: none;
    right: 10px;
    position: fixed;
    z-index: 99;
    opacity:0.6;
}
#top-link:hover{
    opacity:1;
    text-decoration:none;
}
#inform input[type=text]{
    margin:0 auto 5px auto;
    width:220px;
    display:block;
}
.cat_block{
    width:205px;
    height:270px;
    float:left;
    margin:30px 53px 0 0;
    position:relative;
    text-align:center;
}
.cat_block:nth-child(4n+4) {
    margin-right:0;
} 
.cat_block .bwWrapper{

    clear:both;
    display:block;
    height:33px;
    margin-bottom:5px;
}
.cat_block .cat_img{
    display:inline-block;
    vertical-align:middle;
}
.cat_block .cat_img img{
    width:33px;
    height:34px;
}
.cat_block a{

    color:#676767;
    font-size:19px;

}
.cat_block .bwWrapper:hover{
    text-decoration:none;
    color:#fff;	
}
.cat_block .bwWrapper:hover span{
    color:#fff;	
    background-color:#5ebe49;
}
.photo_cat{
    border: 1px solid #cddddd;
    width:202px;
    height:182px;
}
.cat_name{
    display:block;
    height:50px;	
}
.cat_block ul{
    width:190px;
    float:left;
    list-style:none;
    padding:0;
    margin:10px 0 10px 10px;
}
.cat_block ul li{
    font-size:13px;
    padding:4px 0;
}
.cat_block ul a{
    color:#404041;
    font-size:13px;	
}
.cat_block ul a:hover{
    color:#5ebe49;
}
.all_cat{
    color:#404041;
    font-size:13px;
    font-weight:bold;
    text-decoration:underline;	
}
.formAjax {
    position: fixed;
    top: 15%;
    left: 50%;
    margin-left: -272px;
    padding: 50px 100px;
    width: 345px;
    color: #626262;
    background: #FFF repeat;
    z-index: 1100;
}
.formAjax h1 {
    text-align: center;
}
.formAjax label {
    display: block;
    margin-bottom: 3px;
    font-size: 13px;
}
.formAjax label font {
    color: #ab2626;
}
.formAjax input {
    margin: 0 0 8px 0 !important;
    padding: 0 10px !important;
    width: 320px;
    height: 27px;
    line-height: 27px;
    border: 1px solid rgba(0,0,0,.1);
}
.formAjax textarea {
    width: 326px !important;
    resize: none;
}
.button_green {
    width: 345px;
    height: 51px;
    cursor: pointer;
    line-height: 51px;
    text-align: center;    
    font-size: 24px;
    font-weight: bold;
    color: #FFF;
    border: 1px solid #afafaf;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 2px 3px 10px rgba(164,164,164,.57), inset 0 0 5px rgba(255,255,255,.44);
    -webkit-box-shadow: inset 2px 3px 10px rgba(164,164,164,.57), inset 0 0 5px rgba(255,255,255,.44);
    box-shadow: inset 2px 3px 10px rgba(164,164,164,.57), inset 0 0 5px rgba(255,255,255,.44);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDM0NSA1MSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjOTViOTNkIiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmNlNzU5IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgPC9saW5lYXJHcmFkaWVudD4KCjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIzNDUiIGhlaWdodD0iNTEiIGZpbGw9InVybCgjaGF0MCkiIC8+Cjwvc3ZnPg==);
    background-image: -moz-linear-gradient(bottom, #95b93d 0%, #bce759 100%);
    background-image: -o-linear-gradient(bottom, #95b93d 0%, #bce759 100%);
    background-image: -webkit-linear-gradient(bottom, #95b93d 0%, #bce759 100%);
    background-image: linear-gradient(bottom, #95b93d 0%, #bce759 100%);

}
.button_green:hover { 
    -moz-box-shadow: inset 2px 3px 10px rgba(164,164,164,.57), inset 0 0 5px rgba(255,255,255,.44);
    -webkit-box-shadow: inset 2px 3px 10px rgba(164,164,164,.57), inset 0 0 5px rgba(255,255,255,.44);
    box-shadow: inset 2px 3px 10px rgba(164,164,164,.57), inset 0 0 5px rgba(255,255,255,.44);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDM0NSA1MSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+PGxpbmVhckdyYWRpZW50IGlkPSJoYXQwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjUwJSIgeTE9IjEwMCUiIHgyPSI1MCUiIHkyPSItMS40MjEwODU0NzE1MjAyZS0xNCUiPgo8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjNjk4NjI1IiBzdG9wLW9wYWNpdHk9IjEiLz4KPHN0b3Agb2Zmc2V0PSI1NyUiIHN0b3AtY29sb3I9IiM5NGI5M2QiIHN0b3Atb3BhY2l0eT0iMSIvPgo8c3RvcCBvZmZzZXQ9IjU3JSIgc3RvcC1jb2xvcj0iIzk1YjkzZCIgc3RvcC1vcGFjaXR5PSIxIi8+CjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2JjZTc1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgIDwvbGluZWFyR3JhZGllbnQ+Cgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMzQ1IiBoZWlnaHQ9IjUxIiBmaWxsPSJ1cmwoI2hhdDApIiAvPgo8L3N2Zz4=);
    background-image: -moz-linear-gradient(bottom, #698625 0.93%, #94b93d 57.03%, #95b93d 57.28%, #bce759 100%);
    background-image: -o-linear-gradient(bottom, #698625 0.93%, #94b93d 57.03%, #95b93d 57.28%, #bce759 100%);
    background-image: -webkit-linear-gradient(bottom, #698625 0.93%, #94b93d 57.03%, #95b93d 57.28%, #bce759 100%);
    background-image: linear-gradient(bottom, #698625 0.93%, #94b93d 57.03%, #95b93d 57.28%, #bce759 100%);
}
#overlay {    
    display: none;
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #000000;
    z-index: 1098;
}