/*@font-face { font-family: Calibri; src: url(/fonts/calibri.ttf); } */
/*@font-face { font-family: Delicious; font-weight: bold; src: url('Delicious-Bold.otf');}*/

html {    
    height: 100%;
    background: url(../images/bg.png) repeat-y top center #F5D499; 
}

body{
    font:18px/1.3em Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    color:#2B2B2B;  
	position:relative;
    min-height: 100%;
    max-width: 1600px;
    min-width: 1000px;
    margin: 0 auto;
/*    box-shadow: 0 0 0 3px #7C8E00, 0 0 24px 5px rgba(0,0,0,0.5);*/
    box-shadow: 0 0 24px 5px rgba(0,0,0,0.5);
    
}

*::selection{#second-menu li.active a
/*    background: #DFF5FF*/
    background: #FF9200;
    color: #fff; 
}

*::-moz-selection{
    background: #FF9200;
    color: #fff;        
}

ul{
    list-style: none;
/*    margin: 20px 0 20px 15px;*/
    margin: 20px 0;   
    
}

ul > li{    
    background: url(../images/ul-item-dot.png) no-repeat 0 8px;
    padding-left: 15px;
    padding-bottom: 5px;
}

ol{
    list-style: decimal inside none;
    margin: 20px 0 20px 15px;
}

.noliststyle{
    list-style:none;
    margin:0;
    padding:0;
}

.speedbars a {
	font-size: 12px;
	color: #848484;
}

.speedbars span {
	font-size: 12px;
	color: #848484;
}

.noliststyle > li{
    padding: 0;
    background: none;
}

.c-center{
    width:960px;
    padding: 0 20px;
    margin:0 auto;      
}

h1,h2,h3,h4{
    line-height: 1;   
    margin: 24px 0;        
    font-weight: normal;   
    padding-left: 3px;
}

h2{    
    color: #000000;
    font-family: Georgia;
    font-style: italic;
    font-size: 20px;
    font-weight: bold;
}

h3{
    color: #798523;
    font-family: Georgia;
    font-style: italic;
}

h1{
    color: #7C8E00;
    font-size: 26px;
    padding-bottom: 5px;
    border-bottom: 4px double #E3D8CF;
    font-family: Georgia;
    font-style: italic;
}

.short a {
	color: #7C8E00;
    font-size: 24px;
    padding-bottom: 15px;
    font-family: Georgia;
    font-style: italic;
	line-height: 1;   
    margin: 124px 0;        
    font-weight: normal;   
    padding-left: 3px;
    
}

.short img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.full {
	border-bottom: 4px double #E3D8CF;
	margin-top: 20px;
}

.full img {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

a{
    color:#4A72BA;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a:hover{
    color:#B54B09;
}

p{
    margin-bottom: -10px;
}

.gray{
    color: #A1A1A1; /* 666 */
}

.light{
    color: #6A6A6A;
}

.red{
    color: #D51906;
}

.asterisk{
    color: #EC1F07
}

input[type="text"], 
input[type="email"], 
input[type="password"], 
input[type="number"], 
input[type="tel"], 
input[type="date"], 
input[type="search"], 
input[type="file"],
input[type="password"], 
textarea{    
    font:14px/1.5em Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    line-height: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #616161;
    position: relative; /* IE7 */
    -webkit-appearance: none;
}

.textinput{
    border:2px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;    
    width: 180px; /* Default */
}

.textinput:focus{
    /*border-color: #89AD22;*/
    border-color: #FFE065 #F8D45A #E5AF5B;    
    -webkot-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset;
}

.form_error{    
/*    border: 1px solid #FFACAC;*/
/*    box-shadow: inset 0 0 5px 2px rgba(252,2,4,0.2);*/
/*    background: #FFEAEA;*/
    background: #FFEAEA;
}

td {
    padding: 15px 10px;
}

.formaction td{
    padding: 0 5px;
}

.table-my-border{
    border-top: 1px solid #DCCEC4;
    margin-bottom: 20px;
}

.table-my-border tr {
    border-bottom: 1px solid #DCCEC4;
}

.table-my-border td{
    padding: 15px 10px;
    vertical-align: top;
    position:relative;
    color: #666;    
}

.first-row{
    background: #D8EBD6;    
    border: none !important;
}

.first-row td{
    font-weight: bold;
    color: #272829;
}


/* //////////////////////// */

.galery{
    /*border: 2px solid transparent;
    border-radius: 5px;
    display: inline-block;
    padding: 2px;*/
}
.galery img{
    /*display: block;    */
    border: 2px solid transparent;
    border-radius: 5px;    
    padding: 2px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.galery:hover img{
    border-color: #7F8C26;
}

.formaction .textinput {
    display: block;
    margin-bottom: 10px;
    padding: 5px;
    width: 300px;
}

.formaction td{
    vertical-align: top;
}

.captcha {
    letter-spacing: 5px;
    text-transform: uppercase;
    width: 120px !important;
}

td {
    /*vertical-align: top;*/
}

.btn_form {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #A2A2A2;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}
.btn_form:active {
    background-color: #E6E6E6;
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: 0 none;
}
.btn_form:hover {
    background-color: #E6E6E6;
    background-position: 0 -15px;
    color: #333333;
    text-decoration: none;
    transition: background-position 0.1s linear 0s;
}
.btn_form:focus {
    outline: thin dotted #333333;
    outline-offset: -2px;
}


/*.galery {
    border: 7px solid #F7E5C1;
    border-radius: 55% 15px 55% 15px;
    overflow: hidden;
    position: relative;
}*/

.index{
    background: url(../images/bg-index.jpg) no-repeat top center;
}



/**  HEADER-index  **/

#site-header{    
    background: url(../images/bg-phone-top.png) no-repeat top center;
    margin-bottom: 25px;
}

.s-h-inner{
    position: relative;
}

#logo{
    position: relative;    
    z-index: 2;
}

#logo img{
    display: block;    
    padding-top: 10px;
}

.hgroup{
    text-indent: -99999px;
    position: absolute;
}

#logo h1, #logo h2{
    border: 0;
    margin: 0;
}

.phone-block{
    position: absolute;
    height: 110px;
    width: 455px;
    text-align: right;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 20px;
    line-height: 1.2;
    padding-top: 12px;
    z-index: 3;
}

#main-menu{
    height: 46px;
    background: #fff;
    position: relative;
    margin-top: 24px;
    -webkit-box-shadow: 0 6px 13px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 6px 13px rgba(0,0,0,0.1);
    box-shadow: 0 6px 13px rgba(0,0,0,0.1); 
}

.herbs{
    background: url(../images/bg-herbs.png) no-repeat top center;
    height: 134px;
    position: absolute;
    top: -40px;
    width: 100%;
    z-index: 1;
    left: 0 /* IE7 */
}

#main-menu ul{
    height: 100%;    
    position: relative;
    z-index: 2;    
    overflow: hidden;
}

#main-menu li{
    float: left;
    width: 16%;
    text-align: center;
    height: 100%;
}

#main-menu li a{
    display: block;
    height: 100%;
    padding-top: 10px;
    font-family: Georgia;
    font-style: italic;
    background: url(../images/bg-menu-node.gif) no-repeat left 18px;
}

#main-menu li:first-child a{
    background: none;
}

/**  CONTENT-index  **/

#main-slider{
    height: 260px;
    background: #ddd;
}

#slider {
    height: 260px;
    width: 980px;
    border: 2px solid red;
}

.border-out{
    padding: 3px;
    background: #fff;
    border-radius: 30px;
    -webkit-box-shadow: 0 6px 13px rgba(0,0,0,0.27);
    -moz-box-shadow: 0 6px 13px rgba(0,0,0,0.27);
    box-shadow: 0 6px 13px rgba(0,0,0,0.27); 
}

.border-inner{
    border: 2px solid #B5CC77;
    border-radius: 27px;
    padding: 20px;
}

.h2-i{
    margin: 0;
    font-size: 39px;
    font-family: Georgia;
    color: #7C8E00;
    font-style: italic;
    text-align: center;
}

.i-p-catalog-wrapper h2{
    background: url(../images/bg-h-catalog.jpg) no-repeat center center;
}

.i-p-catalog li{
    /*float: left;     */
    display: inline-block;
    width: 24%;
    text-align: center;   
    vertical-align: top;    
}

.catalog-img{
    height: 150px;    
    display: table-cell;
    vertical-align: bottom;    
}

/* hack for Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {    
    .catalog-img{
        min-width: 200px;
        text-align: center;
    }
}

.catalog-title{
    font-size: 16px;
    padding: 0 30px;
}

#index-about .h2-i{
    background: url(../images/bg-h-about.png) no-repeat center center;
    margin: 20px 0;
}

.i-a-infolist{
    margin-bottom: 40px;
}

.i-a-infolist li{
    float: left;
    width: 20%;    
}

.i-a-icons{
    display: block;
    position: relative;
    width: 121px;
    height: 121px;
    margin: 0 auto;
    background: url(../images/products-ico.png) no-repeat 0 0;    
    border-radius: 50%; 
    margin-bottom: 30px;
}

.i-a-icons:after{
    content: '';    
    position: absolute;
    width: 121px;
    height: 121px;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;    
    border-color: rgba(255,208,145, 0.5);
     -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

.i-a-infolist li:hover .i-a-icons:after{
    border: 15px solid rgba(255,155,5,0.5);      
}

#i-a-info-2{
    background-position: 0 -121px;
}

#i-a-info-3{
    background-position: 0 -242px;
}

#i-a-info-4{
    background-position: 0 -363px;
}

#i-a-info-5{
    background-position: 0 -484px;
}

.i-a-info-title{
    color: #B54B09;
    text-align: center;  
    cursor: default;
}

.s-26{
    font-size: 26px;
    font-weight: bold;
}

.secret-left-block{
    width: 370px;
    float: left;
    padding: 10px 15px;
    border: 3px dashed #FAA500;
    margin: 8px 20px 0 0;
}

.secret-right-block{
    background: #fff;
    overflow: hidden;
    padding: 20px;
    border-radius: 15px;
    font-style: italic;
}

#index-geography{
    background: #fff;
    position: relative;
    margin: 40px 0;
}

#index-geography .h2-i{
     background: url(../images/bg-h-geography.png) no-repeat center center;
     margin-bottom: 25px;
     padding-top: 20px;
     zoom: 1; /* IE7 */
}

.decor-top, .decor-bottom{
    position: absolute;
    width: 100%;
    height: 40px;
    background: url(../images/decor-sprite.png) no-repeat center 0;    
    left: 0;
}

.decor-bottom{
    bottom: -40px;
}

.decor-top{
    background-position: center -40px;
    top: -40px;
}

.index-extinfo{
    background: url(../images/bg-index-footer.jpg) no-repeat center bottom;
    min-height: 207px;
}

.path-car{
    min-height: 450px;
    background: url(../images/bg-path-car.png) no-repeat center bottom;
}

.border-out-m{    
    border-radius: 20px;
}

.border-inner-m{
    padding: 15px;
    border-radius: 17px;
    position: relative;
}

.p-c-left-block{
    width: 450px;
    float: left;
    margin: 0 50px 0 0;
}

.p-c-right-block{
    overflow: hidden;
    padding-left: 3px;
}

.p-c-right-block > ul{
    margin-bottom: 0;
}

.p-c-right-block > ul li{
    float: left;
    width: 40%;
    color: #B54B09;
/*    line-height: 1.8;*/
    line-height: 1;
    margin-bottom: 20px;
}

.h3-i{
    font-size: 24px;
    color: #7C8E00;
    font-family: Georgia;
    font-weight: normal;
    font-style: italic;    
    margin:  0 0 20px;
}

.address-shops-link{
    float: left;
    height: 34px;   
    padding: 0 15px;
    line-height: 1.5;
    border: 2px solid #FF9200;
    border-radius: 6px 0 0 6px;
    border-right: none;
    position: relative;
    margin: 85px 0 0 125px;
}

.address-shops-link img{
    position: absolute;
    top: -70px;
    left: -90px;
}

.border-address-link{
    position: absolute;
    height: 38px;
    width: 19px;
    background: url(../images/border-address-link.png) no-repeat 0 0;
    top: -2px;
    right: -19px;
}

.b-left, .b-right{
    position: absolute;
    width: 19px;
    height: 30px;
    background: url(../images/b-sprite.png) no-repeat 0 0;
    top: 50%;
    right: -19px;
    margin-top: -15px;
}

.b-left{
    left: -19px;
    background-position: 100% 0;
}

.geography-map{
    background: url(../images/map.jpg) no-repeat top right;
    min-height: 400px;
}

.map-location{
    float: left;
    width: 410px;    
    padding-top: 50px;
}

.map-location li{
    float: left;
    width: 205px;
    height: 30px;    
    margin-bottom: 5px;
    overflow: hidden;
    position: relative; /* IE7 */
}

.map-location a{    
    line-height: 1.4;
    text-decoration: none;
    float: left;
    height: 100%;    
    position: relative;  
    padding-left: 10px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;    
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    max-width: 180px;        
}

.location-border{
    position: absolute;
    width: 15px;
    height: 100%;
    top: 0;
    right: -15px;
    background: url(../images/border-geography-node.png) no-repeat 0 0;
    border-bottom: none !important;
    display: none;
}

.map-location a > span:first-child{
    /*margin-right: -15px;*/
    max-width: 100%;
}    

.map-location a span{
    border-bottom: 1px dotted #4A72BA;
}

.map-location a:hover span{
    border-color: #FF7500;
}

.map-location a.active-location{
    color: #fff;
    background: #FF7600; /* Old browsers */
background: -moz-linear-gradient(left,  #ffa900 0%, #ff7600 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#ffa900), color-stop(100%,#ff7600)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #ffa900 0%,#ff7600 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #ffa900 0%,#ff7600 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #ffa900 0%,#ff7600 100%); /* IE10+ */
background: linear-gradient(to right,  #ffa900 0%,#ff7600 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa900', endColorstr='#ff7600',GradientType=1 ); /* IE6-9 */

}

.map-location a.active-location span{
    border: none;
    display: block;
}

.map-description{
    overflow: hidden;        
    width: 530px;
    padding: 0 10px 10px;
    text-align: center;
}

#map-location-title{
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    background: #ddd;
    padding: 0 20px;
    height: 30px;
    margin-bottom: 20px;
    position: relative;
    line-height: 1.4;
    background: #FF7000; /* Old browsers */
background: -moz-linear-gradient(top,  #ffc100 0%, #ff7000 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc100), color-stop(100%,#ff7000)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffc100 0%,#ff7000 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffc100 0%,#ff7000 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffc100 0%,#ff7000 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffc100 0%,#ff7000 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc100', endColorstr='#ff7000',GradientType=0 ); /* IE6-9 */

}

#map-location-title > span{
    position: absolute;
    width: 22px;
    height: 11px;
    background: url(../images/border-bottom-title-location.gif) no-repeat 0 0;
    left: 50%;
    margin-left: -11px;
    bottom: -10px;
}


/**  FOOTER-index  **/

#site-footer{
    margin-top: 20px;
    padding: 30px 0 20px;    
    color: #6D3B22;
    font-size: 14px;
    border-top: 4px double #C69E82;
	clear:both;
}

.social-link{
    float: left;
    margin-right: 30px;    
}

.social-link a{
    float: left;
    width: 30px;
    height: 30px;
    background: url(../images/social-link-sprite.png) no-repeat 0 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    margin-left: 8px;
}

.social-link #vk:hover{
    background-position: 0 -34px;
}

.social-link #facebook{
    background-position: -37px 0;
}
.social-link #facebook:hover{
    background-position: -37px -34px;
}

.social-link #youtube{
    background-position: -76px 0;
}
.social-link #youtube:hover{
    background-position: -76px -34px;
}

.social-link #ok{
    background-position: -114px 0;
}
.social-link #ok:hover{
    background-position: -114px -34px;
}

.axioma a {    
    text-decoration: none;    
    color: #6D3B22;
}

.axioma img {
    position: relative;
    top: 3px;
    vertical-align: top;
}


/**  CONTENT-inner  **/

.html-inner{
    background: #F5D499; 
}

.inner{
    background: url(../images/bg-inner.jpg) no-repeat center top #fff;  
    position: relative;
}

.main-content-wrapper{
    position: relative;
    z-index: 3;
    min-height: 620px;
}

.sidebar{
    float: left;    
    width: 270px;
    margin: 90px 25px 0 0;    
}

.sidebar-title{
    font: 30px/1 Georgia;
    color: #7C8E00;
    text-align: center;
    font-style: italic;
    padding-bottom: 40px;
    background: url(../images/second-menu-decor-sprite.jpg) no-repeat -227px bottom;
}

#second-menu ul{
    background: url(../images/second-menu-decor-sprite.jpg) no-repeat -596px bottom;
    padding-bottom: 30px;
    margin-bottom: 10px;
}

#second-menu{    
    font: 19px/1.45em Georgia;
    font-style: italic;
}

#second-menu li{        
    margin: 20px -15px;
    padding: 0 15px;
}

#second-menu li.active{
    background: url(../images/second-menu-decor-sprite.jpg) no-repeat 0 0;
}

#second-menu li.active a,
#main-menu li.active a{
    color: #7A9536;
    text-decoration: none;
}

#second-menu li.active a{
    font-weight: bold;
    font-size: 24px;
}

#second-menu a{
    color: #393939;
    display: block;
    padding-left: 10px;
    zoom: 1; /* IE7 */
}

#second-menu a:hover{
    color: #999;
}

#main-content{    
    overflow: hidden;
}

.b-m-top, .b-m-bottom{
    position: absolute;
    width: 37px;
    height: 19px;
    background: url(../images/b-m-sprite.png) no-repeat 0 0;
    left: 43%;
}

.b-m-top{
    top: -18px;
    background-position: left bottom;
}

.b-m-bottom{
    bottom: -18px;    
}

/** FOOTER-inner **/

.footer-inner-wrapper{
    background: url(../images/bg-inner-footer.jpg) no-repeat top center;
    height: 201px;
    padding-top: 60px;
    margin-top: -40px;
}

/* breadcrumbs */

#breadcrumbs li {
    display: inline-block;
    font-size: 12px;
}
#breadcrumbs li:first-child {
    padding-left: 0;
}
#breadcrumbs li a {
    color: #848484;    
}
#breadcrumbs li a:hover {
    text-decoration: none;
}

/* catalog */

.product-list li{
    width: 33%;
    display: inline-block;
    vertical-align: text-top;    
    text-align: center;
    margin-bottom: 50px;       
}

.product-list li a{
    display: block;    
    border-color: transparent;
    color: #798523;
}

.p-item-title{
    color: #798523;
    margin: 20px 0 0;
    font-size: 18px;
    line-height: 1.2;
}

.p-item-product, .p-item-product .p-item-title {
    font-size: 14px;
    font-family: inherit;
    font-style: normal;
}

.product-list li a:hover,
.product-list li a:hover h3{
    color: #B54B09;
}

.p-item-img img{    
    display: block;
    margin: 0 auto;    
    max-height: 135px;
}

.p-item-img{
    min-height: 135px;
    display: block;
}

.back{
    font-family: Verdana;
    text-decoration: none;
    display: inline-block;
    background: #7F8C26;
    color: #fff !important;
    line-height: 1.3;    
    padding: 0 10px;
    border-radius: 15px;
    height: 30px;
}

.back span{
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    text-decoration: underline;    
}

.back:hover{
    background: #B54B09;
}

/* detail product */

.product-wrapper{
    margin-bottom: 20px;
}

.product-col-left{
    width: 345px;
    float: left;
    margin-right: 30px;
}

.product-col-right{
    overflow: hidden;
    line-height: 1.8;
}

#product-preview{
    width: 338px;
    height: 270px;
    border: 4px double #E9D1C6;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    display: block;
    overflow: hidden;
    margin-bottom: 10px;
    background: url(../images/loader.gif) no-repeat center center;
}

#product-preview > img{
    border-radius: 16px;
    max-height: 270px;    
    display: block;
    margin: 0 auto;    
}

.product-slider-wrapper{
    position: relative;   
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 4px double #EFDCD1;
}

#product-prev, #product-next{
    position: absolute;
    width: 21px;
    height: 38px;
    background: url(../images/slider-product-btns.png) no-repeat 0 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    top: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; 
    -o-user-select: none;
    user-select: none;
    -webkit-transition: -webkit-transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
    -o-transition: transform 0.2s ease;
    cursor: default;
    display: none;
}

#product-next{
    right: 0;
}
#product-next:hover{
    background-position: 0 -38px;
}
#product-next:active{
    transform:translate(-3px,0);
    -webkit-transform:translate(-3px,0);
}

#product-prev{
    background-position: 0 -76px;
}
#product-prev:hover{
    background-position: 0 -114px;
}
#product-prev:active{
    transform:translate(3px,0);
    -webkit-transform:translate(3px,0);
}

.product-slider{
    width: 300px; /* if not enough images for slider */
    margin: 0 auto;
}

.product-slider > ul{
    height: 70px;
    overflow: hidden;
}

.product-slider li{
    width: 100px;
    height: 70px;
    overflow: hidden;
    /*display: inline-block;    */
    float: left;
}

.product-slider li a > img{
    display: block;
    margin: 0 auto;
}

.product-table-props{
    width: 100%;
    border-top: 4px double #EED6CA;
    margin-top: 15px;
}

.product-table-props th, .product-table-props td{
    font-size: 14px;
    font-style: italic;
    font-family: Georgia;
    text-align: left;
    padding: 10px 0 10px 10px;
}

.product-table-props td{
    color: #7D7D7D;    
}

.product-table-props tr{    
    border-bottom: 1px solid #DCCEC4;    
}

.product-adv-link a{
    font: 16px/1.1 Georgia;
    font-style: italic;
    color: #717D20;
    background: url(../images/symbols-sprite.png) no-repeat 0 0;
    height: 50px;
    float: left;
    padding: 20px 10px 10px 70px;    
    border: 1px solid transparent;
    border-bottom: none;
    margin-bottom: -1px;
}

.product-adv-link a:hover{
    color: #B54B09;    
}

#sertificate{
    background-position: 10px 14px;
}

#rewards{
    background-position: 10px -55px;
    line-height: 3;    
    -webkit-border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    border-radius: 30px 30px 0 0;
}

a.reward-active{
    background-color: #F9F5EE;
    border-color: #DADADB;    
    position: relative;
    z-index: 5;
    text-decoration: none;
    color: #000 !important;
}

#rewards-block{
    background: #F9F5EE;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 0 30px 30px 30px;
    border: 1px solid #DADADB;
    position: relative;
    z-index: 4;    
    display: none;
    width: auto;
    padding: 20px 0 0 20px;        
}

#rewards-block li{
    float: left;        
    margin: 0 20px 20px 0;
}

#rewards-block a{
    display: block;
    width: 60px;
    height: 80px;
    overflow: hidden;
    border: 2px solid transparent;
}

#rewards-block a:hover{
    border-color: #7F8C26;
}

.product-desc{
    margin-top: 20px;
}

/* news */

.item-news h3 {
    margin-top: 10px;
}

.i-margin {
    margin-bottom: 30px;
    position: relative;
}
.float-img {
    float: left;
    margin: 0 15px 0 0;
}
.item-text {
    overflow: hidden;
}
.item-full-text {
    margin-top: 15px;
}
.i-time {    
    border-radius: 4px;
    padding: 3px 5px;
    box-shadow: 0 4px 8px -3px rgba(0, 0, 0, 0.3);
}

/* reviews */

.review-message{
    font-style: italic;
    background: #FEFBCC;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    border: 4px double #E3D8CF;
    margin: 20px 0;
}

.review-name{
    font-family: Georgia;
    font-style: italic;
}

.review-comment{
    margin: 10px 0 0 25px;
    border-left: 2px solid #DDD;
    padding-left: 10px;
}

/* paginator */

.wrapper_page_list{
    margin-bottom: 20px;    
}

#page_list {    
    height: 26px;
}

#page_list a, #checked_page, #page_list_empty{  
    border-radius: 5px;
    float:left;     
    text-align: center;        
    padding: 5px 9px;
    line-height: 1;
    margin: 0 3px;
    color: #fff;
    border: 1px solid #7F822F;    
    text-decoration: none;
    background: #7F8C26;
}

#page_list_empty{
    background: none;
    filter: none;
    border: none;
    color: #282828;
    padding: 5px;
}

#page_list a:hover{
   background: #B54B09;
   border-color: #BB360B;
}

#checked_page {
    background: #B3B5CA;
}

#last_page_enabled,
#last_page_disabled,
#first_page_enabled, 
#first_page_disabled{
    
}

#page_list #first_page_disabled, 
#page_list #previous_page_disabled, 
#page_list #next_page_disabled, 
#page_list #last_page_disabled,
#page_list #checked_page{
    border-color: #E3D8CF;
    color: #A1A1A1;
    background: #FEFBCC;
}

/* gallery */

.albom-item h3 {
    margin-top: 10px;
}

.this-gallery {
    width: 110%;
}

.this-gallery .galery {
    float: left;
    margin: 0 20px 20px;
}

/* folder-list */

.folder-list li{
    display: inline-block;
    margin-bottom: 30px;
    text-align: center;
    vertical-align: text-top;
    width: 33%;
}

.folder-item{    
    width: 89%;
    margin: 0 auto;
    display: block;
    color: #798523;
    text-decoration: none;
}

.folder-img{
    border-radius: 10px;
    background: #fff;
    border: 2px solid #E8E8E8;    
    height: 135px;
    padding-top: 10px;    
    overflow: hidden;      
     -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.folder-img > div{
     -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.folder-item:hover{
    color: #393939;
    
}

.folder-item:hover .folder-img{
    border-color: #FFE065 #F8D45A #E5AF5B;     
    /*box-shadow: 0 6px 13px rgba(0, 0, 0, 0.27);*/
}

.folder-item:hover .folder-title{
    /*color: #fff;*/
  background: #ffee83; /* Old browsers */
background: -moz-linear-gradient(top,  #ffee83 0%, #f8d45a 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffee83), color-stop(100%,#f8d45a)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffee83 0%,#f8d45a 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffee83 0%,#f8d45a 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffee83 0%,#f8d45a 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffee83 0%,#f8d45a 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffee83', endColorstr='#f8d45a',GradientType=0 ); /* IE6-9 */
}

.folder-img img{
    max-height: 135px;    
}   

.folder-title{
    /*height: 30px;    */
    margin-top: 7px;
    /*overflow: hidden;*/
    line-height: 1.6;
    border-radius: 3px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background: #fff;
    font-family: Georgia;
    font-style: italic;
    font-size: 18px;
}

/* i-mail */

.i-container{
    padding-bottom: 20px;
}

.i-mail{
    width: 350px;
    margin-top: 30px;
    float: left;
}

.i-mail h3{
    font-size: 20px;
    margin: 0 0 20px 0;
    text-align: center;
}

.btn-orange{
    padding: 4px 40px;
    color: #fff;    
    margin: 10px 0 5px 0;
    font-size: 18px;
    text-shadow: 0 1px 1px rgba(229, 101, 0, 0.75);
    background: #FFC107; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffc100 0%, #ff7000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc100), color-stop(100%,#ff7000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffc100 0%,#ff7000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffc100 0%,#ff7000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffc100 0%,#ff7000 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffc100 0%,#ff7000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc100', endColorstr='#ff7000',GradientType=0 ); /* IE6-9 */    
}
.btn-orange:active {
    background-color: #ffce47;
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px #FFFFFF inset;
    outline: 0 none;
}
.btn-orange:hover {
    background: #ffce47; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffce47 0%, #ff8930 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffce47), color-stop(100%,#ff8930)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffce47 0%,#ff8930 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffce47 0%,#ff8930 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffce47 0%,#ff8930 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffce47 0%,#ff8930 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffce47', endColorstr='#ff8930',GradientType=0 ); /* IE6-9 */
    color: #fff;
    text-decoration: none;
}

#btn-mail{
    float: left;
    width: 172px;
    height: 51px;
    background: url(../images/button-mail-sprite.png) no-repeat 0 0;
    /*margin-right: 150px;*/
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    position: relative;
    top: -7px;    
}

#btn-mail:hover{
    background-position: -172px 0;
}

.overlay {
    width:100%;
    height:100%;
    position: fixed;
    top:0;
    left:0;
    display: none;
    z-index:9999999;
    background:url('../images/dark_overlay.png');
}


.overlay>div{
	width:450px;
	height:450px;
	padding:25px;
	position:absolute;
	top:50%;
	margin-top:-250px;
	left:50%;
	margin-left: -250px;
	background: white;
	border: 3px solid #FF5656;
}


.overlay>div .close{
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	width: 15px;
	height: 15px;
	background: url('../images/close.png') no-repeat;
}

.overlay>div li {
	padding:0;
	background:none;
}

.overlay>div p {
	padding:10px 0;
	border-top:1px dotted #ddd;
	margin-bottom: 0px;
}

.groups_prod>li{
	display:none;
}

.order{
	display:block;
	position:fixed;
	top:235px;
	right:50%;
	margin-right:-800px;
	z-index:9999;
	width:151px;
	height:42px;
	background:url('../images/order_hor.png') no-repeat #E95050;
	transition:all 0.3s;
	border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
}

.order:hover{
	background-color:#D63E3E;
}

.order:active{
	top:237px;
	-webkit-transform: skew(0deg,-1deg);
	-moz-transform: skew(0deg,-1deg);
	transform: skew(0deg,-1deg);
}

.nine>b{
	cursor:pointer;
	font-weight:normal;
}
.nine>b>.num{
	color:#777700;
	font-weight:bold;
}
.nine>b>.more{
	border-bottom:1px dashed #777;
	color:#798523;
	font-weight:bold;
}

.nine>p{
	display:none;
}

/*---forms---*/
.baseform {
}

.tableform {
    width: 100%;
}

.tableform td {
    ;
}

.tableform td.label {
    width: 20%;
    vertical-align: top;
    padding-right: 0;
    font-weight: bold;
}

.fieldsubmit, .tableform td {
    padding: 10px 15px;
}

.addnews {
    font-weight: bold;
}

.impot {
    color: #96c;
    font-weight: normal;
}

.checkbox {
    padding: 4px 0;
    line-height: 1em;
}

.checkbox input {
    margin-top: -2px;
    vertical-align: middle;
}

.f_input {
    width: 300px;
    padding: 1px;
}

.f_textarea {
    width: 458px;
}

.fieldtr select, .textin, .f_textarea, .f_input, .xfields textarea, .xprofile textarea,.xfields input, .xprofile input, .xfields select, .xprofile select, .mass_comments_action select {
    padding: 2px;
    border: 1px solid #bcc0c2;
}

.f_textarea, .editor_button select {
    padding: 0;
}

.textin {
    padding: 2px;
}

/*---Userinfo---*/
.userinfo {
    padding-left: 125px;
}

.ui-dialog-content .userinfo {
    padding: 10px 0 10px 125px;
}

.userinfo .lcol {
    margin-left: -125px;
    width: 110px;
    padding-right: 15px;
}

.userinfo .lcol .avatar {
    margin-bottom: 10px;
    padding: 4px;
    background-color: #fff;
    border: 1px solid #c0d4de;
}

.userinfo .lcol .avatar img {
    width: 100px;
}

.userinfo .lcol ul {
    font-size: 0.9em;
}

.userinfo .rcol {
    width: 100%;
}

.userinfo .rcol ul {
    list-style: none;
    margin-left: 0;
}

.userinfo .rcol ul li {
    margin-bottom: 0.2em;
}

 .ussep {
    padding-top: 12px;
    background: url("../images/ussep.png") no-repeat;
}

.grey {
    color: #6c838e;
}

.blue {
    color: #388bd4;
}

/*---РљРѕРјРјРµРЅС‚Р°СЂРёРё---*/
.addcombtn {
    text-align: center;
    font: 1.15em/30px sans-serif;
    color: #fff;
    float: left;
    height: 31px;
    width: 181px;
    padding-right: 27px;
    background: #428cda url("../images/addcombtn.png") no-repeat;
}

.addcombtn:hover {
    background-position: 0 -31px;
}

.bcomment {
    border-bottom: 1px solid #dadada;
    background: url("../images/speedbar.png") repeat-x 0 100%;
    padding-bottom: 15px;
}

.bcomment .dcont, .bcomment .dtop {
    padding: 0 15px;
}

.bcomment .dcont {
    padding-top: 10px;
}

.bcomment .dtop {
    overflow: hidden;
    padding-left: 70px;
    height: 67px;
    border-top: 3px solid #3f84cb;
}

.bcomment .dtop .lcol {
    width: 40px;
    padding: 0 15px;
    margin-left: -70px;
}

.bcomment .dtop .lcol span {
    margin-top: 12px;
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
}

.bcomment .dtop .lcol span img {
    width: 40px;
}

.bcomment .dtop .rcol {
    font-size: 0.9em;
    color: #90a7b2;
    width: 100%;
}

.bcomment .dtop .rcol ul {
    margin-top: 12px;
    padding-top: 4px;
    height: 36px;
    float: left;
    margin-right: 15px;
}

.cmsep {
    padding-left: 19px;
    background: url("../images/cmsep.png") no-repeat 0 50%;
}

.reply a, .reply a b {
    height: 28px;
    background-color: #918F3A;
}

.reply a {
    float: right;
    margin-top: 21px;
    color: #fff;
    line-height: 27px;
}

.reply a b {
    cursor: pointer;
    float: left;
    padding: 0 15px;
    background-color: transparent;
    background-position: 100% -28px;
}

.reply a:hover {
    background-position: 0 -56px;
}

.reply a:hover b {
    background-position: 100% -84px;
}

div.cominfo {
    position: relative;
    border-bottom: 1px solid #fff;
    color: #e4e6e6;
    font-size: 0.9em;
    height: 29px;
    background: #3f4b51 url("../images/cominfo.png") repeat-x;
}

div.cominfo .thide {
    width: 13px;
    padding-top: 8px;
    position: absolute;
    left: 29px;
    top: -7px;
    background: url("../images/comarrow.png") no-repeat;
}

div.cominfo .dpad {
    overflow: hidden;
}

.comedit, .selectmass {
    display: inline;
}

.selectmass input, .comedit ul, .comedit ul li {
    float: right;
	margin:0;
}

.comedit ul li, .selectmass input {
    margin: 6px 0 0 8px;
}

.comedit ul li {
    float: left;
}

.comedit ul li a {
    color: #9dc4e6;
}

.selectmass input {
    vertical-align: middle;
}

.signature {
    color: #93918d;
}

ul.cominfo, ul.cominfo li {
    float: left;
}

ul.cominfo {
    margin: 6px 0 0 -8px;
}

ul.cominfo li {
    margin: 0 7px 0 0;
}

.nagigation {
	text-align: center;
}

.news-name { 
color: #A69D9D;
font: 25px "Arial", "Helvetica", sans-serif;
margin: 0px 0px 15px;
text-align: right;
}

.news-wrap { 
margin: 0px 0px 20px;
width: 210px;
}

.news-body { 
color: black;
font: 14px "Arial", "Helvetica", sans-serif;
margin: 25px 0px;
}

.news-date { 
color: #A69D9D;
font-size: 14px;
margin: 0px 0px 4px;
}

.news-title { 
color: #B0A00F;
display: block;
font-size: 16px;
margin: 0px 0px 8px;
text-decoration: underline;
}

.news-anonce { 
width: 210px;
}

