@import url("reset.css");

/* @group Общий стиль */
html, body {
	width: 100%;
	height: 100%;
	font-size: 16px;
	font-family: 'Open Sans Condensed', sans-serif;
	background: #fff url('../images/bg-pattern.png') repeat-x;
}

a {
	text-decoration: none;
}

h1 {
	font-size: 24px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.wrapper {
	width: 1040px;
	margin: 0 auto;	
	position: relative;
}

.no-margin{ 
	margin: 0 !important;
}
#top-menu {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 205px;
}

#top-menu .tm-content {
	background: #20a740;
	padding: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	box-shadow: 0 0 50px rgba(0,0,0,0.5); /* Параметры тени */
}

#top-menu ul li {
	display: inline-block;
}

#top-menu ul li a{
	color: #fff;
	font-weight:bold;
	font-size: 20px;
}

#header {
	width: 100%;
	position: absolute;
	top: 0px;
	height: 220px;
}

#header .h-content {
	width: 100%;
	height: 220px;
	/*background: #e6e7e8 url('../images/h-content-pattern.png') repeat-x;*/
	background: rgba(250, 250, 250, 0.5);
	
	box-shadow: 15px 0 30px -4px rgba(0,0,0,0.5), -15px 0 30px -4px rgba(0,0,0,0.5);
}

#header .h-content .h-c-left{
	float: left;
}

#header .h-content .h-c-l-drop {
	position: absolute;
    top: 27px;
    left: 505px;
}

#header .h-content .h-c-l-drop .icon{
	width: 33px;
	height: 33px;
	background: url('../images/icon/icon-drop.png');
	float: left;
}

#header .h-content .h-c-l-drop .text img{
	width:300px;
}

#header .h-content .h-c-l-logo{
	position: absolute;
	top: 4px;
	left: 20px;
}

#header .h-content .h-c-l-logo .logo-image{
	width: 625px;
	height: 90px;
}

 .h-c-l-info{
	position: absolute;
    top: 125px;
    left: 13px;
    background: #D7D7D9;
    padding: 13px 10px;
    border-radius: 5px;
    display: flex;
}

 .h-c-l-info .i-block{
	display: inline-block;
	margin: 0 10px 0 0;
}

.green {
    color: #20a740;
    font-weight: bold;
    font-size: 20px;
    float: left;
    line-height: 19px;
}

 .h-c-l-info .i-block .i-icon{
	width: 19px;
	height: 22px;
	background: url('../images/icon/icon-phone.png');
	float: left;
}
 .h-c-l-info .i-block .i-icon1{
	width: 26px;
    height: 21px;
	background: url('../images/icon/icon-phone1.png');
	float: left;
}

 .h-c-l-info .i-block .i-icon2{
	width: 30px;
    height: 17px;
	background: url('../images/icon/icon-phone2.png');
	float: left;
}


 .h-c-l-info .i-block .e-icon{
	width: 19px;
	height: 19px;
	background: url('../images/icon/icon-email.png');
	float: left;
}

 .h-c-l-info .i-block .text{
	font-weight:bold;
	font-size: 20px;
	float: left;
	line-height: 19px;
	margin: 0 0 0 5px;
	-webkit-appearance: none;
}

#content .c-left .h-c-l-search{
	background: #d7d7d9;
    padding: 9px;
    height: 28px;
}

#content .c-left .h-c-l-search .s-input{
	float: left;
	margin: 1px 0 0 0;
}

#content .c-left .h-c-l-search .s-input input{
	border: 0;
    width: 180px;
    height: 24px;
	font-weight: bold;
	color: #808184;
}

#content .c-left .h-c-l-search .s-button{
	float: left;
	padding: 0 0 0 5px;
}

#content .c-left .h-c-l-search .s-button input{
	width: 27px;
	height: 27px;
	background: url('../images/icon/icon-search.png') no-repeat;
	-moz-background-size: 100%; /* Firefox 3.6+ */
    -webkit-background-size: 100%; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: 100%; /* Opera 9.6+ */
    background-size: 100%; /* Современные браузеры */
	float: left;
	border: 0;
	cursor: pointer;
}

#header .h-content .h-c-l-quality{
	position: absolute;
	top: 83px;
        left: 760px;
	color: #20723c;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}

#header .h-content .h-c-l-quality .text {
	float: left;
}

#header .h-content .h-c-l-quality .text .text-one{
	font-size: 24px;
}

#header .h-content .h-c-l-quality .flag{
	float: left;
	margin: 5px 0px 0;
	width: 32px;
	height: 20px;
	background: url('../images/icon/icon-flag.png');
}


#header .h-content .h-c-right{
	float: right;
}

 .h-c-r-social{
	position: absolute;
	top: 15px;
    left: 10px;
	background: #D7D7D9;
	padding: 10px 10px 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

 .h-c-r-social .s-text{
	float: left;
	font-weight: bold;
	line-height: 28px;
}

.h-c-r-social .s-button{
	float: left;
	margin: 0 0 0 10px;
}

 .h-c-r-social .s-button ul li{
	display: inline-block;
}

#header .h-content .h-c-r-login{
	position: absolute;
	top: 8px;
	right: 10px;
	background: #D7D7D9;
	padding: 10px 10px 5px 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#header .h-content .h-c-r-login .l-input{
	display: block;	
}

#header .h-content .h-c-r-login .l-input input{
	border: 0;
	padding: 2px 20px;
	width: 150px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	font-size: 12px;
	font-weight: bold;
	color: #808184;
	margin: 0 0 5px 0;
	font-family: 'Open Sans Condensed', sans-serif;
}

#header .h-content .h-c-r-login .l-button {
	float: left;
	margin: 10px 0 0 0;
}

#header .h-content .h-c-r-login .l-button .l-submit{
	border: 0;
	padding: 5px 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	background: #f6921e;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	cursor: pointer;
}

#header .h-content .h-c-r-login .l-button .l-submit:hover{
	border: 0;
	padding: 5px 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 18px;
	font-weight: bold;
	color: #f6921e;
	background: #FFF;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	cursor: pointer;
}

#header .h-content .h-c-r-login .l-links{
	float: right;
	text-align: center;
	margin: -5px 10px 0 0;
}

#header .h-content .h-c-r-login .l-links a{
	color: black;
	text-decoration: underline;
	font-size: 14px;
}


#header .h-content .h-c-r-cart{
	position: absolute;
	top: 125px;
	right: 10px;
	width: 210px;
	background: #FFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	height: 54px;
	background: url('../images/cart.png');
}

#header .h-content .h-c-r-cart a{
	color: black;
}

#header .h-content .h-c-r-cart a:hover{
	text-decoration: underline;
}

#header .h-content .h-c-r-cart .c-title{
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	margin: 2px 0 0 10px;
}

#header .h-content .h-c-r-cart .c-info{
	margin: -5px 0 0 10px;
}

#header .h-content .h-c-r-cart .c-info div{
	margin: -5px 0 0 0;
	font-size: 14px;
}

#header .h-content .h-c-r-currency{
	position: absolute;
    top: 182px;
    right: 10px;
    width: 200px;
    background: #D7D7D9;
    padding: 7px 5px 5px 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 4px;
}

#header .h-content .h-c-r-currency .c-text{
	float: left;
	font-weight: bold;
	line-height: 22px;
	text-transform: uppercase;
	font-size: 12px;
	margin-left: 10px;
}

#header .h-content .h-c-r-currency .c-button{
	float: left;
	margin: 0 0 0 10px;
}
#header .h-content .h-c-r-currency .c-button ul li{
	display: inline-block;
}

#footer {
	bottom: 0;
	background: #e6e7e8 url('../images/footer-pattern.png') repeat-x;
}

#footer .f-content{
	bottom: 0;
	background: #e6e7e8 url('../images/f-content-pattern.png') repeat-x;
	height: 70px;
	box-shadow: 15px 0 30px -4px rgba(0,0,0,0.5), -15px 0 30px -4px rgba(0,0,0,0.5);
}

#footer .f-content .f-padding{
	padding: 50px 0 0 0;
}

#footer .f-content .f-copyrights{
	background: rgba(190, 190, 193, 0.2);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width: 700px;
	font-weight: bold;
	font-size: 18px;
	margin: 25px auto;
}

#footer .h-c-l-info {
    position: absolute;
    top: 10px;
    left: 83px;
    background: none;
    padding: 13px 10px 0;
    border-radius: 5px;
}

#content {
	width: 100%;
	padding: 255px 0 0 0;
}

#content .wrapper {
	background: #fff;
	box-shadow: 10px 0 45px -4px rgba(0,0,0,0.5), -10px 0 45px -4px rgba(0,0,0,0.5);
}

#content .wrapper-inner {
	padding: 5px 10px;
	background: #ecebec;
}

#content .c-left{
	width: 230px;
	float: left;
}

#content .c-right{
	width: 780px;
	margin: 0 0 0 10px;
	float: left;
}

#content .c-left .c-l-block {
	margin: 1px 0 0 0;
}

#content .c-left .c-l-block .b-title{
	background: #20a740;
	padding: 5px 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
}

#content .c-left .c-l-block.catmenu .b-title{
	background: #20a740;
}

#content .c-left .c-l-block.catmenu .b-inner ul li{
	list-style-type: none;
	padding: 5px 10px;
	margin: 2px 0 0 0;
	border: 1px solid #ecebec;
	background: #fff;
}

#content .c-left .c-l-block.catmenu .b-inner ul li:hover{
	background: #79b733;
}

#content .c-left .c-l-block.catmenu .b-inner ul li a{
	color: #000;
}

#content .c-left .c-l-block.blog .b-inner ul li{
	list-style-type: none;
	padding: 5px 10px;
	border: 1px solid #CCC;
	margin: 2px 0 0 0;
}

#content .c-left .c-l-block.blog .b-inner ul li a{
	text-decoration: underline;
}

#content .c-left .c-l-block.blog .b-inner ul li .post-date{
	color: #cb2128;
	font-size: 14px;
	margin: -5px 0 0 0;
}

#content .c-left .c-l-block.blog .b-inner ul li .post-text{
	color: #7f8083;
	font-size: 12px;
	margin: -3px 0 0 0;
	font-family: 'Tahoma';
}

#content .c-left .c-l-block.blog .b-inner ul li .post-full{
	text-align: right;
	font-size: 12px;
	font-family: 'Tahoma';
}


#content .c-right .c-r-block{
	margin: 0 0 10px 0;
}

#content .c-right .c-r-block .b-title{
	padding: 5px 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	text-transform: uppercase;
}

#content .c-right .c-r-block.sale .b-title{
	background: #D10A11;
}

#content .c-right .c-r-block.sale .b-body{
	margin: 0;
}

#content .c-right .c-r-block.featured .b-title{
	background: #20a740;
}

#content .c-right .c-r-block.new .b-title{
	background: #20a740;
}

#content .c-right .c-r-block.about-us .b-title{
	background: #20a740;
}

.slider{
	position: relative;
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
}

#content .c-right .c-r-block.about-us .b-body{
	padding: 5px;
	font-size: 11px;
	font-weight: bold;
	font-family: 'Tahoma';
}

#content .c-right .c-r-block.brands .b-title{
	background: #20a740;
}

#content .c-right .c-r-block.brands .b-body{
	padding: 10px;
	text-align: center;
}

#content .c-right .c-r-block.brands .b-body a{
	padding: 10px;
}

#content .c-right .c-r-block.category {
	background: #20a740;
	width: 100%;
}

#content .c-right .c-r-block.category .b-title{
	float: left;
}

#content .c-right .c-r-block.category .b-path{
	float: right;
}

#content .c-right .c-r-block.category .b-path{
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	margin: 2px 10px 0 0;
}

#content .c-right .c-r-block.category .b-path a{
	color: #FFF;
}

#content .c-right .c-r-block.category .b-path a:hover{
	text-decoration: underline;
}

#content .c-right .c-r-block.features {
	width: 100%;
}

#content .c-right .c-r-block.features .f-left{
	float: left;
}

#content .c-right .c-r-block.features .f-right{
	float: right;
}

#content .c-right .c-r-block.features .b-body, #content .c-right .c-r-block.features .b-body a{
	padding:  0 0 0 5px;
	color: #61b06e;
}

#content .c-right .c-r-block.features .b-body a:hover{
	text-decoration: underline;
}

#content .c-right .c-r-block.features .b-body a.selected{
	color: #000;
}

.main-video {
    list-style: none;
    display: block;
    margin: 5px 0 0 0;
}
.main-video .video{
	width: 255px;
	height: 275px;
	border: 1px solid #c7c7c9;
	display: -moz-inline-box; 
	display: inline-block; 
	vertical-align: top;
	margin: 0 1px 0 0;
	background: #fff;
}

.main-video .video .p-inner{
	padding: 25px 12px;
}

.main-video .video .p-inner .p-name a{
	color: #58595b;
	font-weight: bold;
}
.main-video .video:nth-child(3) {
	float: right;
	margin: 0;
} 


.main-products {
	list-style: none;
	display: block;
	margin: 5px 0 0 0;
}
.main-products .product{
	width: 255px;
	height: 275px;
	border: 1px solid #c7c7c9;
	display: -moz-inline-box; 
	display: inline-block; 
	vertical-align: top;
	margin: 0 1px 0 0;
	background: #fff;
}

.main-products .product:nth-child(3) {
	float: right;
	margin: 0;
} 

.main-products .product .p-inner{
	padding: 5px 10px;
}

.main-products .product .p-inner .p-name a{
	color: #58595b;
	font-weight: bold;
}

.main-products .product .p-inner .p-image{
	margin: 15px 0 0 0;
	float: left;
}

.main-products .product .p-inner .p-buy {
	float: right;
	width: 134px;
}

.main-products .product .p-inner .p-buy .p-price{
	background: #D10A11;
	padding: 5px 10px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin: 20px 0 10px 0;
}

.main-products .product .p-inner .p-buy .p-info div {
	font-size: 12px;
	color: #000;
	float: left;
}

.main-products .product .p-inner .p-buy .p-info .desc {
	width: 134px;
	white-space: normal;
	word-break: normal
}

.main-products .product .p-inner .p-buy .p-info span{
	font-size: 12px;
	font-weight: bold;
	color: #000;
	float: left;
	margin: 0 4px 0 0;
}

.main-products .product .p-inner .p-button {
	margin: 10px 0 0 0;
}

.main-products .product .p-inner .p-button .p-b-left a{
	border: 2px solid #faaf40;
	padding: 1px 10px;
	font-weight: bold;
	color: #faaf40;
	text-transform: uppercase;
	float: left;
}

.main-products .product .p-inner .p-button .p-b-left a:hover{
	border: 2px solid #FF0013;
	background: #FF0013;
	padding: 1px 15px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	float: left;
}

.button-buy{
	border-width: 2px;
	border-style: solid;
	border-color: #f05a28;
	background: #f05a28;
	padding: 0.8px 25px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	float: right;
	font-family: 'Open Sans Condensed', sans-serif;
	cursor: pointer;
	font-size: 16px;
}

.button-buy:hover{
	border-width: 2px;
	border-style: solid;
	border-color: #F90009;
	background: #FFF;
	padding: 0.8px 25px;
	font-weight: bold;
	color: #F90009;
	text-transform: uppercase;
	float: right;
}


.category-products ul li{
	list-style: none;
	width: 100%;
	border: 1px solid #bebfc0;
	margin: 0 0 5px 0;
	background: #fff;
}

.category-products ul li .c-p-inner{
	margin: 10px;
}

.category-products ul li .c-p-inner .c-p-left{
	float: left;
}

.category-products ul li .c-p-inner .c-p-right{
	float: right;
}

.category-products li .c-p-inner .p-image{
	float: left;
	right: 150px;
	width: 150px;
	text-align: center;
}

.category-products li .c-p-inner .c-p-name a{
	color: #58595b;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 0 30px;
}

.category-products li .c-p-inner .c-p-info {
	margin: 0 0 0 180px;
}

.category-products li .c-p-inner .c-p-info .desc {
	white-space: normal;
	word-break: normal;
}

.category-products li .c-p-inner .c-p-info .desc p{
	margin: 0;
}
 
.category-products li .c-p-inner .c-p-info span{
	font-size: 13px;
	font-weight: bold;
	color: #000;
	float: left;
	margin: 3px 4px 0 0;
}

 .cat-description{
	background: #fff;
    padding: 15px;
    margin-bottom: 5px;
}
.category-products li .c-p-inner .c-p-buy .p-b-top a{
	border: 2px solid #f37f44;
	padding: 1px 15px;
	font-weight: bold;
	color: #f37f44;
	text-transform: uppercase;
	float: left;
}

.category-products li .c-p-inner .c-p-buy .p-b-top a:hover{
	border: 2px solid #f37f44;
	background: #f37f44;
	padding: 1px 15px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	float: left;
}

.category-products li .c-p-inner .c-p-buy .p-b-down{
	font-size: 13px;
	font-weight: bold;
	color: #000;
	float: left;
	margin: 60px 4px 0 0;
}

.category-products li .c-p-inner .c-p-buy .p-b-down input{
	border: 2px solid #f37f44;
	background: #f37f44;
	padding: 0 25px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	float: right;
	font-family: 'Open Sans Condensed', sans-serif;
	cursor: pointer;
	font-size: 16px;
}

.category-products li .c-p-inner .c-p-buy .p-b-down input:hover{
	border: 2px solid #f37f44;
	background: #FFF;
	padding: 0 25px;
	font-weight: bold;
	color: #f37f44;
	text-transform: uppercase;
	float: right;
}
.category-products li .c-p-inner .c-p-buy .p-b-price{
	background: #D10A11;
	padding: 5px 10px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin: 0 0 2px 0;
}

#path{
	color: #61b06e;
	margin: -5px 0 0 10px;
}

#path a{
	color: #61b06e;
	font-size: 14px;
}

#path a:hover{
	text-decoration: underline;
}

#path span{
	color: #1f713c;
	font-size: 14px;
}

.product-card ul li{
	list-style: none;
	width: 100%;
	margin: 10px 0 5px 0;
}

.product-card ul li .c-p-inner{
	margin: 10px;
}

.product-card ul li .c-p-inner .c-p-left{
	float: left;
	width: 625px;
}

.product-card ul li .c-p-inner .c-p-right{
	float: right;
}

.product-card li .c-p-inner .p-image{
	float: left;
	right: 150px;
	width: 150px;
	text-align: center;
}

.product-card li .c-p-inner .c-p-name a{
	color: #58595b;
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 0 30px;
}

.product-card li .c-p-inner .c-p-info {
	margin: 0 0 0 180px;
}

.product-card li .c-p-inner .c-p-info .desc {
	white-space: normal;
	word-break: normal;
}

.product-card li .c-p-inner .c-p-info .desc p{
	margin: 0;
}
 
.product-card li .c-p-inner .c-p-info span{
	font-size: 13px;
	font-weight: bold;
	color: #000;
	float: left;
	margin: 3px 4px 0 0;
}


.product-card li .c-p-inner .c-p-buy .p-b-down{
	font-size: 13px;
	font-weight: bold;
	color: #000;
	float: left;
	margin: 60px 4px 0 0;
}

.product-card li .c-p-inner .c-p-buy .p-b-down input{
	border: 2px solid #f37f44;
	background: #f37f44;
	padding: 0 25px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	float: right;
	font-family: 'Open Sans Condensed', sans-serif;
	cursor: pointer;
	font-size: 16px;
}

.product-card li .c-p-inner .c-p-buy .p-b-down input:hover{
	border: 2px solid #f37f44;
	background: #FFF;
	padding: 0 25px;
	font-weight: bold;
	color: #f37f44;
	text-transform: uppercase;
	float: right;
}
.product-card li .c-p-inner .c-p-buy .p-b-price{
	background: #D10A11;
	padding: 5px 10px;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	margin: 0 0 2px 0;
}

/* @group Корзина */
#purchases{
	width: 100%;
}
#purchases tr{
	border-top: 1px solid #d5d5d5;
	height: 70px;
}
#purchases th{
	vertical-align: top;
	padding-top: 10px;
	font-size: 18px;
	font-weight: normal;
}
#purchases .image{
	width: 50px;
	text-align: center;
}
#purchases .image a{
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
	margin: 0 7px 7px 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50px;
	height: 50px;
}

#purchases .name{
	padding-left: 10px;
	padding-right: 10px;
	text-align: left;
}
#purchases td.name{
	font-size: 14px;
}
#purchases td .download_attachment{
	white-space: nowrap;
	color: #3b8500;
	padding: 5px 10px 7px 10px;
	border-bottom-color: 1px dotted green;
	background-color: #ccff72;
	line-height: 30px;
}

#purchases .price{
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
	text-align: right;
}
#purchases td.price{
	font-size: 14px;
}
#purchases .remove{
	padding-left: 15px;
	text-align: right;
}
#purchases .amount{
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
}
#purchases .amount select{
	font-size:12px;
}

#purchases .coupon .name{
	font-size:14px;
}
#purchases .coupon .name input.coupon_code{
	width: 200px;
}
#purchases .coupon .name input{
	font-size:16px;
}

ul#deliveries{
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	padding: 20px 20px 0 20px;
	list-style: none;
}
ul#deliveries li{
	margin-bottom: 20px;
}
ul#deliveries li div.checkbox{
	float: left;
}
ul#deliveries li h3, ul#deliveries li .description{
	display: block;
	margin-left: 25px;
}
/* @end */

/* @group Формы */
input[type="text"],
input[type="password"]
{
	width: 100%;

}
.comment_form ,
.feedback_form ,
.register_form,
.login_form
{
	width:400px;
	margin-bottom: 20px;
}
.form textarea
{
	width:100%;
	height:100px;
	font-size: 18px;
}
.form label {
	display:block;
	font-size: 14px;
}
.form input[type="text"]{
	display:block;
	margin-bottom: 10px;
}

/* @group Комментарии */
.comment_list {
	margin-top: 15px;
	list-style: none;
}
.comment_list li {
	padding-bottom: 15px;
}
.comment_header {
	font-size: 18px;
}
.comment_header i {
	font-weight: normal;
	font-style: normal;
	color: #878787;
	font-size: 13px;
}
/* @end — Комментарии*/

/* @group Форма отправки комментария */
.comment_form {
	background-color: #f3f3f3;
	border: 1px solid #e0e0e0;
	padding: 20px;
	margin-top: 20px;
	width: 90%;
	overflow: hidden;
}
.comment_form h2 {
	margin-bottom: 0px;
}
.comment_form .comment_textarea {
	width: 100%;
	height: 100px;
	font-size: 12px;
}
.comment_form label {
	display: block;
	float: left;
	width: 100px;
	font-size: 18px;
	margin-top: 15px;
}
.comment_form .input_name {
	font-size: 16px;
	width: 250px;
	margin-top: 15px;
}
.comment_form .input_captcha, .cart_form .input_captcha{
	float: left;
	width: 150px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	height: 36px;
}
.comment_form .captcha, .cart_form .captcha {
	float: left;
	display: block;
	margin-top: 15px;
	margin-right: 10px;
}
.comment_form .button,
.feedback_form .button,
.register_form .button,
.login_form .button{
	float: right;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
}
/* @end — Форма отправки комментария */

/* @group Форма отправки обратной связи */
.feedback_form {
	background-color: #f3f3f3;
	border: 1px solid #e0e0e0;
	padding: 20px;
	margin-top: 20px;
	width: 90%;
	overflow: hidden;
}
.feedback_form .input_captcha, .register_form .input_captcha{
	float: left;
	width: 150px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	height: 36px;
}
.feedback_form .captcha, .register_form .captcha{
	float: left;
	display: block;
	margin-top: 15px;
	margin-right: 10px;
}
.feedback_form .button_send {
	font-size: 18px;
	float: right;
	margin-top: 25px;
}
/* @end — Форма отправки комментария */

/* @group Кабинет */
#orders_history
{
	list-style: none;
}
#orders_history li
{
	margin-bottom: 10px;
}
#orders_history li a
{
	font-size: 16px;
}
/* @end — Кабинет */

/* @group Детали заказа */
table.order_info
{
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #f9f9f9;
}
table.order_info td
{
	padding: 10px;
	border: 1px dotted #e0e0e0;
	font-size: 14px;
}
.checkout_button
{
	padding: 10px 20px 10px 20px;
	border: 1px solid #51a400;
	background-color: #d3ffa9;
	color: #2e5e00;
	font-size: 14px;
}
/* @end */


/* Сообщение с ошибкой */
.message_error{
	clear: both;
	height: 18px;
	padding: 10px 20px;
	margin-bottom: 15px;
	margin-top: 10px;
	overflow: hidden;
	color: red;
	background-color: #ffcaca;
	border: 1px dotted #ff4545;
}

/* @end */

/* @group Постраничная навигация */
.pagination {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
	overflow: hidden;
}
.pagination a {
	display: block;
	float: left;
	background-color: #fffeff;
	margin-right: 5px;
	margin-bottom: 5px;
	padding: 7px 4px;
	min-width: 22px;
	text-align: center;
	border: 1px solid #d7d7d7;
	text-decoration: none;
}
.pagination a.selected:hover,
.pagination a.selected {
	background-color: #18a5ff;
	color: #ffffff;
	border-color: #008fe9;
}
.pagination a:hover {
	background-color: #f8f8f8;
}

.pagination a.next_page_link, .pagination a.prev_page_link{
	border: none;
	background: none;
}
/* @end */

/* Кнопка */
.button {
float: left;
clear: left;
cursor: pointer; 
}

.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #20a740), color-stop(1, #20a740) );
	background:-moz-linear-gradient( center top, #20a740 5%, #20a740 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#20a740;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #cccccc;
	display:inline-block;
	color:#fff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 20px;
	text-decoration:none;
	
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #34ad51), color-stop(1, #34ad51) );
	background:-moz-linear-gradient( center top, #34ad51 5%, #34ad51 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#34ad51', endColorstr='#34ad51');
	background-color:#34ad51;
}.button:active {
	position:relative;
	top:1px;
}
/* @group Просмотренные товары */
#browsed_products{
	overflow: hidden;
}

#browsed_products li{
	display: block;
	float: left;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
	margin: 0 7px 7px 0;
	width: 60px;
	height: 60px;
}
#browsed_products li a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 70px;
	height: 70px;
}
/* @end — Просмотренные товары */
.features {
	list-style: none;
	width: 100%;
	display: block;
	clear: both;
	margin-top: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e0e0e0;
}
.features li {
	padding: 10px 5px 10px 5px;
	overflow: hidden;
	border-top: 1px solid #e0e0e0;
	background-color: #f0f0f0;
}
.features li.even{
	background-color: #e9e9e9;
}
.features label {
	font-style: normal;
	display: block;
	width: 30%;
	float: left;
}
.features span {
	float: left;
	display: block;
	width: 70%;
}

ul#blog  li {
	list-style-type: none;
}

ul#blog  li a{
	color: black;
	font-size: 18px;
}

ul#blog  li a:hover{
	color: #F6921E;
	text-decoration: underline;
}

ul#blog li a.more{
	border: 2px solid #f37f44;
    padding: 1px 15px;
    font-weight: bold;
    color: #f37f44;
    text-transform: uppercase;
    float: left;
}

ul#blog li a.more:hover{
	border: 2px solid #f37f44;
    background: #f37f44;
    padding: 1px 15px;
    color: #FFF;
}

ul#blog li{
	background: white;
	margin: 20px 0;
    padding: 10px;
}


#cart-link{
 	position: absolute;
  	z-index: 10;
  	top: 0;
  	right: 0;
 	width: 79px;
  	height: 54px;
  	display: block;
}

.text-center{
	text-align: center;
}

#content .c-left .c-r-block.category .b-inner ul li {
    list-style-type: none;
    padding: 5px 10px;
    margin: 2px 0 0 0;
    border: 1px solid #ecebec;
    background: #fff;
}

#content .c-left .c-r-block.category .b-inner ul li:hover {
    background: #f16334;
    color:#fff;
}

#content .c-left .c-r-block.category .b-inner ul li a.menu{
   color: #20723c;
   font-weight: bold;
}

#content .c-left .c-r-block.category .b-inner ul li a.sale{
   color: #f16334;
   font-weight: bold;
   font-size: 20px;
}

#content .c-left .c-r-block.category .b-inner ul li:hover a.sale{
   color: #fff;
}

table#features{
	    max-width: 500px;
}

