@charset "utf-8";
body, table, .text{
	font-size: 14px;
	line-height:1.3em;
	color:#000;
	font-family:Arial;
}
a:link,a:visited,.text a:link,.text a:visited{
	color:#6b5430;
	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:#000;
}
.h1,.h3,.h4,.h5,.h6{
	font-style: italic;
}
.wrapper{
	background:url('/img/bg_bd.png');
}
.header_wrapper{
	background:url('/img/bg_top.png');
}
.main{
	margin:0 auto;
	width:960px;
}
.top_header{
	padding:30px 0;
	margin:0 auto;
	width:960px;
}
.name:link,.name:visited,.name:hover{
	font-size:31px;
	color:#433a2c;
	line-height:1.3em;
	text-decoration:none;
	font-style: italic;
	font-weight: bold;
}
.slogan:link,.slogan:visited,.slogan:hover{
	text-decoration:none;
	color:#433a2c;
}
.title_block{
	display:inline-block;
	//display:inline;
	//zoom:1;
	//cursor:default;
	vertical-align:middle;
	width:480px;
}
.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: 280px;
	font-size: 12px;
}
.small-phone{
	display:inline-block;
	//display:inline;
	//zoom:1;
	//cursor:default;
	vertical-align:top;
	font-size:20px;
	padding:0px 3px 0 0;
	line-height:1.3em;
	color:#433a2c;
	font-weight: bold;
}
.big-phone{
	display:inline-block;
	//display:inline;
	//zoom:1;
	//cursor:default;
	font-size:20px;
	line-height:1.3em;
	color:#433a2c;
	font-weight: bold;
}
.header_search_form .search_form_string {
	width:155px;
	padding-left: 5px;
}
.search_form{
	margin:10px 0 0 0;
}
.form_placeholder{
	background:url('/img/search.png') no-repeat;
	background-size: cover;
}
.header_basket{
	display:inline-block;
	//display:inline;
	//zoom:1;
	width:180px;
	vertical-align:middle;
	font-size: 12px;
}
.header_search_form .submit_button{
	background-color:#28231E;
}
.header_search_form .submit_button:hover{
	background-color:#48432f;
}
.header_search_form .search_form_string{
	border: none;
}
.header_basket_title a{
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:middle;
	height:25px;
	background:url('/img/shop_cart.png') no-repeat;
	color:#433a2c;
	text-decoration:none;
	padding:5px 0 0 30px;
	font-size: 14px;
}
#header_basket_amount,#header_basket_summ_head{
	color:#602798;
	margin:0 5px 0 5px;
}
#header_basket_order{
	margin-top:10px;
}
#header_basket_order a{
	display:inline-block;
	//display:inline;
	//zoom:1;
	padding: 4px 18px;
	background:url('/img/but.png') no-repeat;
	background-size: cover;
}
#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{
	color:#cbd3be;
}
.buy_button{
	padding: 11px 0;
	background:url('/img/but.png') no-repeat;
	background-position: center;
	background-size:cover;
}
.main_image{
	text-align:center;
	margin: 25px 0 20px;
	border-radius: 5px;
}
.main_image img{
	border-radius: 5px;
}
.menu_wrapper{
	background:rgba(234, 215, 186, 0.5);
}
.menu{
	width:960px;
	margin:0 auto;
}
.menu .level-0  {
	text-align: left;
}
.menu .level-0 > li{
	display: inline-block;
	//zoom: 1;
	//display: inline;
	position: relative;
	padding: 14px 20px 12px 22px;
}
.menu .level-0 > li.first {
	border-left: none;
}
.menu .level-0 > li.last {
	border-right: none;
}
.menu .level-0 > li > a {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	color: #433a2c;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	text-shadow: 0 1px #fef7de;
	text-transform: uppercase;
	text-decoration: none;
}
.menu .level-0 > li:hover > a {
	color:#6b6a6c;
	text-decoration: underline;
}
.menu .level-0 > li.current a{
	color:#6b6a6c;
	text-decoration: underline;
}
.menu .level-1 {
	display: none;
	position: absolute;
	top: 42px;
	left:0;
	background: #f2f2f2;
	border-radius: 0 3px 3px 3px;
	min-width: 200px;
	padding: 10px 0;
	z-index: 300;
	text-align: left;
	box-shadow: 0 5px 5px #3e3e3e;
}
.menu .level-1 > li:hover {
	background: #dde3ae;
}
.menu .level-1 a {
	display: block;
	//zoom: 1;
	//display: inline;
	color: #2e2e2e;
	text-decoration: none ;
	text-shadow: 0 1px #fff;
	font-weight: normal;
	padding: 10px 15px;
}
.menu .level-0 > li:hover > .level-1 {
	display: block;
}
.show_all{
	text-align:right;
	margin-top:20px;
}
.content{
	margin-top:10px;
	clear:both;
}

.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 .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 {
	text-align:center;
	vertical-align: top;
	width:240px;
}
.special_offers_list{
	margin: 25px 0 15px;
}
.index_text_content{
	margin: 15px 0;
}
.special_offers_list li{
	width:250px;
	padding:40px 20px;
	margin: 0 14px 10px 14px;
}
.photo_list{
	margin:20px 0 0 0;
}
.photo_list li{
	width:240px;
}
.objectlist {
	background:url('/img/bg_top.png')repeat;
	width:290px;
	padding:40px 0;
	margin: 0 14px 10px 14px;
	border-radius: 5px;
	border: 1px solid #eae6d5;
}
.photo_list li img,.items_catalog li img{
	margin:0 0 5px 0;
	border:1px solid #ddd;
}
.items_catalog .category_title, .items_catalog .object_title{
	padding:0 0 5px 0;
}
.items_catalog li .prefix{
	margin-bottom:5px;
}
.object .buy_button {
	padding: 5px 70px;
	display: inline-block !important;
	float: none !important;
}
.button_buy_one_click.btn {
	color: #ffffff;
	text-decoration: none;
}
.button_buy_one_click.btn:hover {
	color: #cbd3be;
}
.object .buy_button .text a{
	color:#fff;
}
.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 #ddd;
    box-shadow:0 0 5px #ddd;
}
.photo_list li a:hover img,.object_image a:hover img{
    box-shadow:0 0 5px #eee;
}
.news{
	margin: 10px 0;
}
.index_news .news_item{
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: top;
	width: 290px;
	padding-right: 30px;
}
.breadcrumbs{
	margin:10px 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:#0D53A9;
	color:#fff;
}
.footer_outter {
	margin-top: 30px;
	background: rgb(239,237,232); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(239,237,232,1) 0%, rgba(216,212,205,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,237,232,1)), color-stop(100%,rgba(216,212,205,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(239,237,232,1) 0%,rgba(216,212,205,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(239,237,232,1) 0%,rgba(216,212,205,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(239,237,232,1) 0%,rgba(216,212,205,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(239,237,232,1) 0%,rgba(216,212,205,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efede8', endColorstr='#d8d4cd',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #e1dfce;
}

.footer_inner {
	margin:0 auto;
	width:960px;
	padding: 0 10px 30px;
}
.footer_inner .text{
	color: #584b30;
	text-shadow:0 1px 0 #fff;
}
.footer_inner .text a{
	color:#584b30;
	text-shadow:0 1px 0 #fff;
}
.footer_menu ul {
	text-align: center;
	padding: 23px 0 20px;
	margin-bottom: 35px;
}
.footer_menu li {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	margin-right: 70px;
}
.footer_menu li.last {
	margin-right: 0;
}
.footer_menu a {
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	color: #75664a;
	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;
}

.order_popup .price {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.order_popup .buy_button {
    text-align: center;
    display: block;
    background-size: auto;
}