@charset "utf-8";
body, table, .text{
	font-size: 14px;
	line-height:1.3em;
	color:#000;
	font-family:Arial;
}
body{
	margin:0px;
}
a:link,a:visited,.text a:link,.text a:visited{
	color:#007428;
	text-decoration:underline;
}
a:hover,.text a:hover{
	color:#000;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	color:#007428;
}
.main{
	margin:0 auto;
	width:960px;
	background:#fff;
	padding:0 20px;
}
.direction_title{
	display:none;
	}
.top_header{
	padding:10px;
	background: rgb(247,247,247); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(239,239,239,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(239,239,239,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(239,239,239,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(239,239,239,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(239,239,239,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(239,239,239,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
	color:#111111;
	margin: 10px 0;
	border-radius:10px;
}
.name:link,.name:visited,.name:hover{
	font-size:30px;
	color:#000;
	line-height:1.3em;
	text-decoration:none;
	font-weight:bold;
}
.slogan:link,.slogan:visited,.slogan:hover{
	text-decoration:none;
	color:#3e3e3e;
}
.title_block{
	display:inline-block;
	//display:inline;
	//zoom:1;
	//cursor:default;
	vertical-align:middle;
	width:470px;
}
.logo{
	display:inline-block;
	//display:inline;
	//zoom:1;
	//cursor:default;
	vertical-align:middle;
}
.logo img{
	margin:0px 15px 0px 0px;
}
.title_company{
	display:inline-block;
	//display:inline;
	//zoom:1;
	//cursor:default;
	vertical-align:middle;
	width:280px;
}
.contacts {
	display: inline-block;
	margin-right: 20px;
	text-align: left;
	vertical-align: middle;
	width: 270px;
}
.small-phone{
	display:inline-block;
	//display:inline;
	//zoom:1;
	//cursor:default;
	vertical-align:top;
	font-size:18px;
	padding:0px 3px 0 0;
	line-height:1.3em;
}
.big-phone{
	display:inline-block;
	//display:inline;
	//zoom:1;
	//cursor:default;
	font-size:18px;
	line-height:1.3em;
}
.header_search_form .search_form_string {
	width:165px;
}
.search_form{
	margin-bottom:10px;
}
.header_basket{
	display:inline-block;
	//display:inline;
	//zoom:1;
	width:170px;
	vertical-align:middle;
}
.header_search_form .submit_button{
	background-color:#007428;
}
.header_search_form .submit_button:hover{
	background-color:#00ca47;
}
.header_basket_title a{
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:middle;
	height:30px;
	background:url('/img/shop2.png') no-repeat;
	color:#007428;
	font-weight: bold;
	text-decoration:none;
	padding:11px 0 0 35px;
}
#header_basket_amount,#header_basket_summ_head{
	color:#FFF;
	margin:0 5px 0 5px;
}
#header_basket_order{
	margin-top:10px;
}
#header_basket_order a,.button_buy{
	display:inline-block;
	//display:inline;
	//zoom:1;
	padding: 3px 7px;
	border-radius:5px;
	background-color:#007428;
}
#header_basket_order a:link,#header_basket_order a:visited,#header_basket_order a:hover,.button_buy,.button_buy:link,.button_buy:visited,.button_buy:hover{
	color:#fff;
	text-decoration:none;
}
#header_basket_order a:hover,.button_buy:hover{
	background-color:#007428;
	color:#000;
}
.main_image{
	text-align:center;
	margin: 20px 0;
}
.menu{
	margin:0 0 0 -10px;
	background: -moz-linear-gradient(left,  rgba(0,116,40,0) 0%, rgba(0,116,40,0) 1%, rgba(0,116,40,1) 5%, rgba(0,116,40,1) 51%, rgba(0,116,40,1) 52%, rgba(0,116,40,1) 96%, rgba(0,116,40,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,116,40,0)), color-stop(1%,rgba(0,116,40,0)), color-stop(5%,rgba(0,116,40,1)), color-stop(51%,rgba(0,116,40,1)), color-stop(52%,rgba(0,116,40,1)), color-stop(96%,rgba(0,116,40,1)), color-stop(100%,rgba(0,116,40,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(0,116,40,0) 0%,rgba(0,116,40,0) 1%,rgba(0,116,40,1) 5%,rgba(0,116,40,1) 51%,rgba(0,116,40,1) 52%,rgba(0,116,40,1) 96%,rgba(0,116,40,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(0,116,40,0) 0%,rgba(0,116,40,0) 1%,rgba(0,116,40,1) 5%,rgba(0,116,40,1) 51%,rgba(0,116,40,1) 52%,rgba(0,116,40,1) 96%,rgba(0,116,40,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(0,116,40,0) 0%,rgba(0,116,40,0) 1%,rgba(0,116,40,1) 5%,rgba(0,116,40,1) 51%,rgba(0,116,40,1) 52%,rgba(0,116,40,1) 96%,rgba(0,116,40,0) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(0,116,40,0) 0%,rgba(0,116,40,0) 1%,rgba(0,116,40,1) 5%,rgba(0,116,40,1) 51%,rgba(0,116,40,1) 52%,rgba(0,116,40,1) 96%,rgba(0,116,40,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00007428', endColorstr='#00007428',GradientType=1 ); /* IE6-9 */
	text-align:center;
}
.menu ul{
	text-align:center;
}
.menu ul li{
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	position:relative;
}
.menu ul li a{
	color: #fff;
	display:block;
	padding:10px 15px;
	text-decoration:none;
	font-weight:bold;
}
.menu ul li:hover a{
	color:#fff;
	text-shadow: 0 0 1px #1e2f0d;
	font-weight:bold;
}
.menu ul .current a{
	color:#fff;
	text-shadow: 0 0 1px #20320e;
	font-weight:bold;
}
.show_all{
	text-align:right;
	margin-top:20px;
}
.content{
	margin-top:10px;
	clear:both;
}
.right_block{
	width:200px;
	float:right;
}
.left_block{
	width:720px;
	padding:0px;
	float:left;
}
.left_menu .catalog_title{
	color:#000;
	margin:0px;
}
.left_menu li {
	padding:0 0 0 15px;
	background:url('/img/arr.png') no-repeat;
}
.left_menu li a{
	display:inline-block;
	//display:inline;
	//zoom:1;
	padding:3px;
	color:#000;
	border-radius:3px;
}
.left_menu li a:hover{
	color:#007428;
}
.left_menu .current a{
	color:#fff;
	background-color:#007428;
	text-decoration:none;
}
.left_menu .current a:hover{
	color:#fff;
}
.left_menu li .level-1{
	display:none;
}
.left_menu .current .level-1{
	display:block;
}	
.left_menu li .level-1 li{
	padding:0 0 0 15px;
}
.left_menu li .level-1 li a{
	color:#000;
	background-color:#fff;
	text-decoration:underline;
}
.left_menu li .level-1 li a:hover{
	color:#007428;
	text-decoration:none;
}
.left_menu li .level-1 .current a{
	color:#000;
	background-color:#007428;
	text-decoration:none;
}
.left_menu li .level-1 .current a:hover{
	color:#000;
}
.level-1{
	padding:5px 0 0 0;
}
.mainpage_news_title{
	font-size:20px;
	line-height:1.3em;
}
.index_news .news_item .news_title .news_headline{
	float:none;
}
.index_news .news_item .news_title .top_date{
	display:none;
}
.index_news .news_item .news_title .bottom_date{
	display: block;
	margin:5px 0 5px 0;
}
.index_news{
	margin-top:20px;
}	
.index_news .text{
	line-height:1.3em;
	font-size:12px;
}
.top_date,.main_top_date,.bottom_date,.comment_date{
	color:#6A6A6A;
	font-size:12px;
}
.blog .blog_item {
	border-bottom:1px solid #6A6A6A;
}
.blog .last_blog_item {
	border-bottom:0px;
}
.blog_comment,.blog_comment a:link,.blog_comment a:visited,.blog_comment a:hover{
	color: #6A6A6A;
}
.tags, .tags a:link,.tags a:visited,.tags a:hover{
	color: #6A6A6A;
}
.index_catalog{
	margin-top:20px;
}
.items_catalog li,.photo_list li {
	text-align:center;
	vertical-align: top;
	width:212px;
	padding:9px;
	margin: 0 5px 10px 5px;
}
.photo_list li img,.items_catalog li img{
	margin:0 0 5px 0;
	border:1px solid #8f8f8f;
}
.items_catalog .category_title, .items_catalog .object_title{
	padding:0 0 5px 0;
}
.items_catalog li .prefix{
	margin-bottom:5px;
}
.object .buy_button{
	float:none;
}
.object .price_top{
	display:block;
}
.object .price_bottom{
	display:none;
}
.photo_list li a img,.object_image a img{
    padding:2px;
    background:#fff;
    border:1px solid #8f8f8f;
    box-shadow:0 0 10px #8f8f8f;
}
.photo_list li a:hover img,.object_image a:hover img{
    box-shadow:0 0 10px #8f8f8f;
}
.breadcrumbs{
	margin:10px 0 0 0;
	line-height:1.3em;
	font-size:12px;
}
.numpages ul .active a:link,.numpages ul .active a:visited,.numpages ul .active a:hover{
	background-color:#8f8f8f;
	color:#fff;
}
.footer_inner {
	margin:0 auto;
	width:960px;
	padding: 15px 10px 15px;
}
.footer_inner .text{
	color: #444444;
	text-shadow:0 1px 0 #fff;
}
.footer_inner .text a{
	color:#444444;
	text-shadow:0 1px 0 #fff;
}
.code_footer{
	margin-top:10px;
}
.copyright {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	width: 700px;
	margin-right: 20px;
	vertical-align: top;
	padding: 5px 0;
}
.addthis_toolbox {
	width: 236px;
	padding: 5px 0;
}
.catalog_controls a {
	margin: 0;
}
@media (max-width:767px) {
  .index_text_content img это {
        width: auto !important;
        height: auto !important;
    }
    .adaptive .text img {
  width: auto !important;
  height: auto !important;
}
}
