﻿html,body{margin: 0;padding: 0;font-family: Aria, sans-serif;font-size: 12px;}
.centr {
    border: 0px solid rgb(226, 226, 226);
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
h1 {
font-size: 18px;
color: #323232;
margin: 0px 0 40px 0;
font-weight: normal;
border-bottom: 4px solid #68c900;
padding: 0 0 5px 0;
}
.navigacia > h1 {
    display: initial;
    color: #4d4d4f;
    font-size: 16px;
    border: none;
    /*padding-left: 7px;*/
}
h3 {
font-size: 18px;
color: #323232;
margin: 15px 0 25px 0;
font-weight: normal;
border-bottom: 4px solid #68c900;
padding: 0 0 5px 0;
}

button{
border: none;
background: none;
cursor: pointer;
color: #323232;
font-size: 18px;
line-height: 39px;
}
.eror{
    color: rgb(208, 33, 33);
    font-size: 16px;
}
#content{
    background: url('../images/dizain/bg_centr.jpg') center -372px repeat-y;
    padding: 35px 20px 0;
}

/* --------------------------  head  --------------------------*/
#head-bloc{
    background: url(../images/dizain/bg_head.jpg)center top no-repeat;
    height: 186px;
}
#head-bloc > div > #head-bloc-logo{
    padding: 10px 0 0 10px;
    float: left;
    width: 475px;
}
#head-bloc > div > #head-bloc-centr{
    float: left;
    width: 235px;
    margin-left: 98px;
}
#head-bloc > div > #head-bloc-centr > .phones{
    margin: 56px 0px 0px 0px;
}
#head-bloc > div > #head-bloc-korzina{
    margin: 56px 0px 0px 0px;
    float: right;
}
#head-bloc > div > #head-bloc-korzina > .text{
    font-size: 14px;
    color: #989898;
    line-height: 27px;
    font-style: italic;
}
#head-bloc > div > #head-bloc-korzina > a > #price{
    font-size: 18px;
    color: #fff;
    background: url('../images/dizain/korzina_head.png');
    width: 131px;
    line-height: 33px;
    padding: 0 10px 0 0px;
    text-align: right;
}
#head-bloc > div > #head-bloc-korzina > #head-bloc-login-reg{
    padding: 35px 0 0 0;
}
#head-bloc > div > #head-bloc-korzina > #head-bloc-login-reg > a{
    color: #009dd5;
    font-size: 12px;
    font-style: italic;
}
/* --------------------------  head  --------------------------*/



/* --------------------------  menu  --------------------------*/

#menu1{
    border-left: 1px solid #71cf00;
    border-right:1px solid #7ee600;
}
#menu2{
    border-left: 1px solid #499b00;
    border-right:1px solid #56bf00;
}
#menu1,#menu2{
    overflow: hidden;
    width: 998px;
    margin: 0;
    padding: 0;
    display: table;
}
#menu1 > a,#menu2 > a{
    display: table-cell;
    vertical-align: middle;
    color: #FFF;
    height: 26px;
    font-weight: 700;
}
#menu1 > a{
    border-left: 1px solid #7ee600;
    border-right: 1px solid #71cf00;
}
#menu2 > a{
    border-left: 1px solid #56bf00;
    border-right: 1px solid #499b00;
}
#menu1 > a:hover,#menu2 > a:hover{
    color: #ffe400;
}
#menu1 > a > li,#menu2 > a > li{
    font-size:14px ;
    text-align: center;
    text-decoration: none;
    line-height: 15px;
    text-transform: uppercase;
}
/* --------------------------  menu  --------------------------*/

/* --------------------------  brend  --------------------------*/
#brend{
    
}
#brend > ul{
    display: table;
    overflow: hidden;
    width: 100%;
}
#brend > ul > a{
    border: 0px solid black;
    display: table-cell;
    vertical-align: middle;
}
#brend > ul > a > li{
    font-size:13px ;
    text-align: center;
    text-decoration: none;
    line-height: 15px;
}
#brend > ul > a > li > img{
    min-height: 40px;
    min-width: 40px;
    max-height: 125px;
    max-width: 125px;
}
/* --------------------------  brend  --------------------------*/

/* --------------------------  footer  --------------------------*/
#footer{
    background: url(../images/dizain/bg_footer.jpg) center top no-repeat;
    height: 207px;
}
.footer_menu{
    float: left;
    width: 244px;
}
.footer_menu_title{
    font-size: 18px;
    color: #fff;
    padding: 10px 0 20px 0;
}
.footer_menu > ul > li > a{
    color: #6e6e6e;
    font-size: 14px;
    line-height: 25px;
    text-decoration: underline;
}
.footer_menu > ul > li > a:hover ,.footer_contacts_mail > a:hover{
    text-decoration: none;
}
.footer_contacts{
    float: right;
    width: 228px;
}
.footer_contacts_phone{
    font-size: 18px;
    color: #fff;
    padding: 10px 0 20px 0;
}
.footer_contacts_mail{
    color: #6d6d6d;
    font-size: 14px;
    line-height: 25px;
}
.footer_contacts_mail > a{
    color: #8fbc03;
    text-decoration: underline;
}

.footer_socials > li{
    float: left;
    margin: 20px 5px 0 0;
}

/* --------------------------  footer  --------------------------*/

/* --------------------------  tovar  --------------------------*/
.tovar{
    
}
.tovar > ul{
    
}
.tovar > ul > li{
    width: 240px;
    float: left;
    margin: 10px 5px 20px 5px;
    height: 400px;
}
.tovar > ul > li > a{
    
}
.tovar > ul > li > a > span.img{
    width: 240px;
    height: 240px;
    border: 1px solid #c6c6c6;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.tovar > ul > li > a > span.img > img{
    min-height: 30px;
    max-height: 230px;
    min-width: 30px;
    max-width: 230px;
}
.tovar > ul > li > a > span.name{
    color: #2c9b00;
    font-size: 16px;
    width: 240px;
    display: block;
    padding-top: 5px;
    text-decoration: underline;
    height: 48px;
}
.tovar > ul > li > a > span.name:hover{
    text-decoration: none;
}
.tovar > ul > li > a > span.opisanie{
    color: #989898;
    width: 240px;
    font-size: 12px;
    padding: 5px 0 10px 0;
    height: 27px;
    overflow: hidden;
    display: block;
}
.tovar > ul > li > a > span.price{
    font-size: 14px;
    color: #989898;
    display: block;
}
.tovar > ul > li > a > span.price > span.star{
    font-size: 18px;
    color: #323232;
    text-decoration: line-through;
}
.tovar > ul > li > a > span.price > span.new{
    font-size: 24px;
    color: #f68623;
    font-weight: bold;
}
.tovar > ul > li > a > span.buttom{
    font-size: 16px;
    color: #fff;
    display: block;
    font-weight: bold;
    width: 200px;
    line-height: 33px;
    text-align: center;
    margin: 10px auto 0;
    border-radius: 6px;
    cursor: pointer;    
background: #fecd28; /* Old browsers */
background: -moz-linear-gradient(top,  #fecd28 0%, #fdc623 19%, #f6a40a 72%, #f39701 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fecd28), color-stop(19%,#fdc623), color-stop(72%,#f6a40a), color-stop(100%,#f39701)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fecd28 0%,#fdc623 19%,#f6a40a 72%,#f39701 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fecd28 0%,#fdc623 19%,#f6a40a 72%,#f39701 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fecd28 0%,#fdc623 19%,#f6a40a 72%,#f39701 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fecd28 0%,#fdc623 19%,#f6a40a 72%,#f39701 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecd28', endColorstr='#f39701',GradientType=0 ); /* IE6-9 */
}

.tovar > ul > li > a > span.buttom_activ{
    font-size: 16px;
    color: #fff;
    display: block;
    font-weight: bold;
    width: 200px;
    line-height: 33px;
    text-align: center;
    margin: 10px auto 0;
    border-radius: 6px;
    cursor: pointer;    
background: #77d900;

}


.tovar-info{
    overflow: hidden;
    border: 0px solid black;
}
.tovar-info_left{
    float: left;
    border: 0px solid black;
    width: 400px;
    overflow: hidden;
}
.tovar-info_right{
    float: right;
    border: 0px solid black;
    width: 590px;
    overflow: hidden;
}
.tovar-info_left_glav_foto{
    width: 400px;
    height: 350px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    border: 1px solid #8fbc03;
}
.tovar-info_left_glav_foto > a{
    display: block;
}
.tovar-info_left_glav_foto > a > img{
    min-height: 100px;
    min-width: 100px;
    max-height: 345px;
    max-width: 395px;
}

.tovar-info_left_galerey_foto{
    overflow: hidden;
    margin-top: 10px;
}
.tovar-info_left_galerey_foto > ul{
    
}
.tovar-info_left_galerey_foto > ul > li{
    float: left;
    width: 74px;
    height: 50px;
    margin: 2px;
    border: 1px solid #d1d1d1;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
.tovar-info_left_galerey_foto > ul > li:hover{
    border: 1px solid #8fbc03;
}
.tovar-info_left_galerey_foto > ul > li > a{
    display: block;
}
.tovar-info_left_galerey_foto > ul > li > a > img{
    min-height: 35px;
    min-width: 10px;
    max-height: 48px;
    max-width: 72px;
}

.tovar-info_right{
    
}

.tovar-info_right > div.tovar-info_right_name{
    padding: 0 0 20px 0;
    margin: 0;
    font-size: 24px;
    color: #2c9b00;
    font-weight: normal;
    border: none;
}
.tovar-info_right > div.tovar-info_right_price{
    font-size: 14px;
    color: #989898;
}
.tovar-info_right > div.tovar-info_right_price > span.new{
    font-size: 30px;
    color: #f68623;
    font-weight: bold;
}
.tovar-info_right > div.tovar-info_right_price > span.star{
    font-size: 18px;
    color: #323232;
    text-decoration: line-through;
}
.tovar-info_right > div.tovar-info_right_nalichie{
    font-size: 14px;
    color: #989898;
    margin: 20px 0 0 0;
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    display: flex;
}
.tovar-info_right > div.tovar-info_right_nalichie > span.img_nalichie_no{
    background: url(../images/dizain/img_alicie.png) -42px 0;
    width: 32px;
    height: 32px;
    margin-left: 10px;
}
.tovar-info_right > div.tovar-info_right_nalichie > span.img_nalichie_yes{
    background: url(../images/dizain/img_alicie.png);
    width: 32px;
    height: 32px;
    margin-left: 10px;
}





.tovar-info_right > div.tovar-info_right_reiting{
    font-size: 14px;
    color: #989898;
    margin: 20px 0 20px 0;
}
.tovar-info_right > a > div.tovar-info_right_bottom{
    margin: 20px 0 0 0;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    width: 200px;
    line-height: 33px;
    text-align: center;
    background: #fecd28; /* Old browsers */
    background: -moz-linear-gradient(top,  #fecd28 0%, #fdc623 19%, #f6a40a 72%, #f39701 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fecd28), color-stop(19%,#fdc623), color-stop(72%,#f6a40a), color-stop(100%,#f39701)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fecd28 0%,#fdc623 19%,#f6a40a 72%,#f39701 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fecd28 0%,#fdc623 19%,#f6a40a 72%,#f39701 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fecd28 0%,#fdc623 19%,#f6a40a 72%,#f39701 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fecd28 0%,#fdc623 19%,#f6a40a 72%,#f39701 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecd28', endColorstr='#f39701',GradientType=0 ); /* IE6-9 */

}
.tovar-info_right > a > div.buttom_activ{
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    width: 200px;
    line-height: 33px;
    text-align: center;
    background: #77d900;
}
.tovar-info_right > div.tovar-info_right_seti{
    font-size: 14px;
    color: #989898;
    margin: 20px 0;
}
.tovar-info_right > div.tovar-info_right_opisanie{
    
}


/* --------------------------  tovar  --------------------------*/

/* --------------------------  content  --------------------------*/
.navigacia{
    border-bottom: 4px solid #68c900;
    font-size: 16px;
    margin-bottom: 34px;
    padding: 0 0 10px 0;
}
.navigacia > a{
    color: #4d4d4f;
    text-decoration: underline;
}
.navigacia > a:hover{
    text-decoration: none;
}
.navigacia > span.navigacia_span{
    
}






/* --------------------------  content  --------------------------*/





/*Основной блог по пириключению разделов подробностей (label должны быть рядом с блоком)*/
                            .tovar-info_right_opisanie > input {
                                position: absolute;left: -9999px;}
                            #product-details > div {
                            	position: absolute;
                            	left: -9999px;
                            	top: 0;
                                display: none;
                            	opacity: 0;
                            	-moz-transition: opacity .5s ease-in-out;
                            	-webkit-transition: opacity .5s ease-in-out;
                            	transition: opacity .5s ease-in-out;}
                            
                            #tab_1:checked ~ #product-details .tab_c1,
                            #tab_2:checked ~ #product-details .tab_c2,
                            #tab_3:checked ~ #product-details .tab_c3 {
                            	position: static;
                            	left: 0;
                                display: block;
                            	opacity: 1;}
                                
input#tab_1:checked ~ label#tab_l1{
    background: #59ac00;
    color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
input#tab_2:checked ~ label#tab_l2{
    background: #59ac00;
    color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
input#tab_3:checked ~ label#tab_l3{
    background: #59ac00;
    color: #fff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

/*Основной блог по пириключению разделов подробностей (label должны быть рядом с блоком)*/
.tovar-info_right_opisanie > label{
    -moz-border-radius: 10px 10px 0px 0px;
    border-radius: 10px 10px 0px 0px;
    font-size: 16px;
    color: #494949;
    width: 33.3%;
    float: left;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #59ac00;
    line-height: 32px;
    cursor: pointer;
}
.tovar-info_right_opisanie > label:hover{
    /*color: #C6C1C1;
    background: rgba(89, 172, 0, 0.37);*/
}
#product-details > div{
    padding: 45px 0 10px 0;
    font-size: 14px;
    color: #777777;
    line-height: 18px;
}



.tovar_otziv{
    overflow: hidden;
}
h2{
font-size: 18px;
color: #323232;
margin: 10px 0 40px 0;
font-weight: normal;
padding: 0 0 5px 0;
border-bottom: 4px solid #68c900;
}
.tovar_otziv > ul{
    
}
.tovar_otziv > ul > li{
    font-size: 14px;
    color: #777777;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #8fbc03;
    margin: 0 0 20px 0;
    line-height: 18px;
}
.tovar_otziv > ul > li > div.name{
    font-weight: bold;
}
.tovar_otziv > ul > li > div.date{
    font-style: italic;
    padding: 0 0 5px 0;
}
.tovar_otziv > ul > li > div.text{
    
}
.tovar_otziv > div.button_comment{
    width: 290px;
    line-height: 33px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background: #58ab00;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    margin: 0 auto;
}
.tovar_otziv > div.comment_form{
    width: 290px;
    margin: 40px auto 40px;
    display: block;
}
.tovar_otziv > div.comment_form input{
    width: 300px;
    margin: 0 0 20px 0;
}
.tovar_otziv > div.comment_form textarea {
    width: 300px;
    margin: 0 0 20px 0;
    height: 100px;
}
.tovar_otziv > div.comment_form input.submit{
    width: 200px;
    line-height: 33px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    background: #58ab00;
    text-align: center;
    border-radius: 6px;
    cursor: pointer;
    border: 0px;
}
/*Основной блог по пириключению разделов подробностей (label должны быть рядом с блоком)*/
                            .tovar-info-index_right_opisanie > input {
                                position: absolute;left: -9999px;}
                            #product-details-index > div {
                            	position: absolute;
                            	left: -9999px;
                            	top: 0;
                                display: none;
                            	opacity: 0;
                            	-moz-transition: opacity .5s ease-in-out;
                            	-webkit-transition: opacity .5s ease-in-out;
                            	transition: opacity .5s ease-in-out;}
                            
                            #tabindex_1:checked ~ #product-details-index .tabindex_c1,
                            #tabindex_2:checked ~ #product-details-index .tabindex_c2,
                            #tabindex_3:checked ~ #product-details-index .tabindex_c3 {
                            	position: static;
                            	left: 0;
                                display: block;
                            	opacity: 1;}
                                
input#tabindex_1:checked ~ label#tabindex_l1,input#tabindex_2:checked ~ label#tabindex_l2,input#tabindex_3:checked ~ label#tabindex_l3{
padding: 7px 15px;
background: #70cc00;
color: #fff;
text-decoration: none;
border-radius: 4px;
position: relative;
}

input#tabindex_1:checked ~ label#tabindex_l1:after, input#tabindex_2:checked ~ label#tabindex_l2:after,input#tabindex_3:checked ~ label#tabindex_l3:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(112, 204, 0, 0);
	border-top-color: #70cc00;
	border-width: 5px;
	margin-left: -5px;
}

.tovar-info-index_right_opisanie > label{
    font-size: 15px;
    float: left;
    margin: 0 15px 0 0;
    padding: 7px 15px;
    text-decoration: underline;
}
.tovar-info-index_right_opisanie > label:hover{
    /*color: #C6C1C1;
    background: rgba(89, 172, 0, 0.37);*/
}
#product-details-index > div{
    padding: 0px 0 10px 0;
    font-size: 14px;
    color: #777777;
    /*line-height: 18px;*/
}

/*Основной блог по пириключению разделов подробностей (label должны быть рядом с блоком)*/

.category{
    
}
.category > ul{
    
}
.category > ul > a{
    width: 240px;
    float: left;
    margin: 10px 5px 20px 5px;
    height: 140px;
    
}
.category > ul > a > li{
    text-align: center;
    color: #000000;
    font-size: 16px;
    text-decoration: underline;
}
.category > ul > a > li:hover{
    text-decoration: none;
}
.category > ul > a > li > span{
    display: block;
}
#tovar-navigator{
    text-align: center;
}
#tovar-navigator > ul{
    overflow: hidden;
    display: inline-table;
}
#tovar-navigator > ul > li{
    float: left;
    font-size: 18px;
    width: 40px;
    text-align: center;
    line-height: 39px;
}
#tovar-navigator > ul > li > a{
    color: #323232;
    text-decoration: none;
}
#tovar-navigator > ul > li > a.pstr-prev{
    background: url(../images/dizain/page_prev.png) no-repeat center;
    width: 20px;
    height: 39px;
    display: block;
}
#tovar-navigator > ul > li > a.pstr-next{
    background: url(../images/dizain/page_next.png) no-repeat center;
    width: 20px;
    height: 39px;
    display: block;
}
#tovar-navigator > ul > li > a.pstr-active{
    color: #f68623;
}

.img_tovar{
    width: 210px;
    height: 210px;
/*    border: 1px solid #d0d0d0;
    float: left;*/
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
.img_tovar > img {
    min-height: 20px;
    min-width: 20px;
    max-height: 200px;
    max-width: 200px;
}
.name_tovar, .price_tovar, .col_tovar, .del_tovar{
    height: 210px;
    border: 0px solid #d0d0d0;
}
.name_tovar > span.text_tip, .price_tovar > span.text_tip, .col_tovar > span.text_tip, .del_tovar > span.text_tip{
    font-size: 14px;
    color: #989898;
    padding: 65px 0px 18px 0px;
    display: block;
}
.name_tovar{
    float: left;
    width: 380px;
    margin-left: 10px;
}
.name_tovar > a.text_name{
    font-size: 16px;
    color: #2c9b00;
    display: inline-block;
    /*margin-top: 15px;*/
    text-decoration: underline;
}
.name_tovar > a.text_name:hover{
    text-decoration: none;
}
.price_tovar{
    float: right;
    width: 145px;
}
.text_price{
    font-size: 24px;
    color: #f68623;
    display: inline-block;
    /*margin-top: 15px;*/
    font-weight: bold;
    white-space: nowrap;
}
.col_tovar{
    float: right;
    width: 165px;
}
.col_tovar > .col_tovar_input > input[type="number"]{
    font-size: 24px;
color: #000;
margin-top: 0px;
width: 80px;
height: 27px;
text-align: center;
}

.del_tovar{
    float: right;
    width: 80px;
    
}
.del_tovar > span.del_img{
    
}
.final_price > .bottom{
    float: right;
    width: 230px;
}
.final_price > .bottom > input[type="submit"]{
    font-size: 16px;
    color: #fff;
    border: 0;
    display: block;
    font-weight: bold;
    width: 200px;
    line-height: 33px;
    text-align: center;
    margin: 14px 0 0 30px;
    border-radius: 6px;
    cursor: pointer;
    background: #fecd28; /* Old browsers */
    background: -moz-linear-gradient(top,  #fecd28 0%, #fdc623 19%, #f6a40a 72%, #f39701 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fecd28), color-stop(19%,#fdc623), color-stop(72%,#f6a40a), color-stop(100%,#f39701)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fecd28 0%,#fdc623 19%,#f6a40a 72%,#f39701 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fecd28 0%,#fdc623 19%,#f6a40a 72%,#f39701 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fecd28 0%,#fdc623 19%,#f6a40a 72%,#f39701 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fecd28 0%,#fdc623 19%,#f6a40a 72%,#f39701 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecd28', endColorstr='#f39701',GradientType=0 ); /* IE6-9 */

}
.final_price_price{
    float: right;
    width: 135px;
}
.final_price_price > .text_tip{
    font-size: 14px;
    color: #989898;
    padding: 9px 0px 5px 0px;
    display: block;
}
.final_price{
    overflow: hidden;
    margin-top: 30px;
}
.reg_form {
font-size: 14px;
margin: 0 0 60px 0;
}
.reg_form input {
width: 250px;
line-height: 20px;
height: 20px;
margin: 5px 0;
}
.reg_form textarea {
width: 250px;
height: 100px;
}
.reg_form input[type="submit"] {
font-size: 16px;
color: #fff;
display: block;
font-weight: bold;
width: 200px;
line-height: 33px;
text-align: center;
margin: 14px 0 0 0px;
border-radius: 6px;
border: none;
height: 35px;
cursor: pointer;
background: #fecd28;
background: -moz-linear-gradient(top, #fecd28 0%, #fdc623 19%, #f6a40a 72%, #f39701 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fecd28), color-stop(19%,#fdc623), color-stop(72%,#f6a40a), color-stop(100%,#f39701));
background: -webkit-linear-gradient(top, #fecd28 0%,#fdc623 19%,#f6a40a 72%,#f39701 100%);
background: -o-linear-gradient(top, #fecd28 0%,#fdc623 19%,#f6a40a 72%,#f39701 100%);
background: -ms-linear-gradient(top, #fecd28 0%,#fdc623 19%,#f6a40a 72%,#f39701 100%);
background: linear-gradient(to bottom, #fecd28 0%,#fdc623 19%,#f6a40a 72%,#f39701 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecd28', endColorstr='#f39701',GradientType=0 );
}
.reg_form select{
    width: 255px;
height: 25px;
margin: 5px 0;
}

.user_menu{
    display: block;
    overflow: hidden;
}
.user_menu > a{
    color: #323232;
    text-decoration: none;
}
.user_menu > a:hover{
    color: #5aae00;
    text-decoration: underline;
}
.user_menu > a.active > li{
    text-transform: uppercase;
}
.user_menu > a > li{
    font-size: 16px;
    padding: 10px 5px;
    border-bottom: 1px solid #EDEDED;
}


.foto_concurs{
    overflow: hidden;
    margin-bottom: 30px;
}
.foto_concurs > li{
    display: block;
    border: 1px solid rgb(226, 226, 226);
    float: left;
    margin: 10px;
    width: 310px;
    height: 365px;
    text-align: center;
    color: rgb(39, 39, 39);
}
.foto_concurs > li > a {
    text-align: center;
    position: relative;
    color: rgb(39, 39, 39);
}
.foto_concurs > li > a > div.img{
    display: table-cell;
    width: 310px;
    height: 270px;
    vertical-align: middle;
}
.foto_concurs > li > a > div.img > img{
    min-height:  50px;
    min-width: 50px;
    max-height: 260px;
    max-width: 300px;
}
.foto_concurs > li> div.golos{
    display: block;
    border: 0px solid black;
    line-height: 15px;
font-size: 13px;
height: 47px;
}
.foto_concurs > li > a > div.opis{
    display: block;
    border: 0px solid black;
    padding-top: 10px;
    height: 38px;
    width: 310px;

}
.foto_concurs > li> div.golos > a.vhod, .foto_concurs > li > div.golos > a.reg {
    text-decoration: underline;
    color: rgb(40, 29, 200);
}
.foto_concurs > li > div.golos > a.vhod:hover, .foto_concurs > li > div.golos > a.reg:hover {
    text-decoration: none;
    color: rgb(40, 29, 200);
}
span.buttom{
    font-size: 16px;
    color: #fff;
    display: block;
    font-weight: bold;
    width: 200px;
    line-height: 33px;
    text-align: center;
    margin: 10px auto 0;
    border-radius: 6px;
    cursor: pointer;    
background: #fecd28; /* Old browsers */
background: -moz-linear-gradient(top,  #fecd28 0%, #fdc623 19%, #f6a40a 72%, #f39701 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fecd28), color-stop(19%,#fdc623), color-stop(72%,#f6a40a), color-stop(100%,#f39701)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #fecd28 0%,#fdc623 19%,#f6a40a 72%,#f39701 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #fecd28 0%,#fdc623 19%,#f6a40a 72%,#f39701 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #fecd28 0%,#fdc623 19%,#f6a40a 72%,#f39701 100%); /* IE10+ */
background: linear-gradient(to bottom,  #fecd28 0%,#fdc623 19%,#f6a40a 72%,#f39701 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fecd28', endColorstr='#f39701',GradientType=0 ); /* IE6-9 */
}

span.buttom_activ{
    font-size: 16px;
    color: #fff;
    display: block;
    font-weight: bold;
    width: 200px;
    line-height: 33px;
    text-align: center;
    margin: 10px auto 0;
    border-radius: 6px;
    cursor: pointer;    
background: #77d900;

}

#product-details li{
    list-style-type: disc;
margin-left: 17px;
}
.map{
    
}
.map li{
    font: normal 12px verdana;
    font-size: 12px;
    padding: 3px;
    text-align: left;
    color: gray;
}
.map a{
    text-decoration: underline;
    color: gray;
}
.map a:hover{
    text-decoration: none;
    color: gray;
}

.icon_tovar{
    border: 0px solid;
width: 75px;
height: 70px;
position: absolute;
display: block;
margin: 5px 0px 0px 158px;
text-align: center;
}
.new_icon, .new_akcia, .new_hit {
    display: block;
    border-radius: 3px;
    padding: 4px 0px 4px 2px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.15);
    text-shadow: 0 -1px 0 rgba(0,0,0,.2);
    font-family: Arial;
    font-size: 11px;
    letter-spacing: .09em;
}
.new_icon{
    width: 70px;
    color: #fff;
    background: #3538FF;
    margin: 0px 0px 5px 5px;
}
.new_akcia{
    width: 50px;
    color: #fff;
    background: #ff9e35;
    margin: 0px 0px 5px 25px;
}
.new_hit{
    width: 30px;
    color: #fff;
    background: #32B21D;
    margin: 0px 0px 5px 45px;
}


#blog_inform{
    
}
#blog_inform > a{
      display: block;
  padding: 0px 0px 7px 0px;
  margin: 30px 0px 0px 0px;
  border-bottom: 1px dashed #b0b2a9;
}
#blog_inform > a > li{
    
}
#blog_inform > a > li .blog_inform_img{
    width: 150px;
    height: 150px;
}
#blog_inform > a > li .blog_inform_img > img{
    max-width: 150px;
    max-height: 150px;
}
#blog_inform > a > li .blog_inform_text{
    padding: 0 10px;
    font-family: 'PT Sans', 'Arial', sans-serif;
    color: #222;
    font-size: 15px;
    line-height: 19px;
    vertical-align: top;
}
#blog_inform > a > li .blog_inform_text p{
    margin: 0;padding: 0;
}
.blog_inform_a{
    color: #396e00;
    text-decoration: underline;
}
.blog_inform_a:hover{
    color: #55a400;
    text-decoration: none;
}


.col_tovar_input{
overflow: hidden;
  display: block;
}
.count-input{
  float: left;
  font-size: 24px;
  color: #000;
  margin-top: 0px;
  width: 65px;
  height: 27px;
  text-align: center;
}
.count-input_plus{
  float: left;
  padding: 2px 6px;
  font-size: 24px;
  vertical-align: middle;
  border: 1px solid darkgrey;
  border-radius: 5px;
  margin: 2px;
  cursor: pointer;
}
.count-input_minus{
  float: left;
  padding: 0px 9px 3px 9px;
  font-size: 24px;
  vertical-align: middle;
  border: 1px solid darkgrey;
  border-radius: 5px;
  margin: 2px;
  cursor: pointer;
}