@charset "utf-8";
body, table, .text{
	font-size: 14px;
	line-height:1.3em;
	color:#333;
}
a:link,a:visited,.text a:link,.text a:visited{
	color:#2043aa;
	text-decoration:underline;
}
a:hover,.text a:hover{
	color:#000;
	text-decoration:none;
}
h1,h2,h3,h4,h5,h6 {
	color:#000;
}
.h1,.h2,.h3,.h4,.h5,.h6{
	color:#2043aa;
}
.wrapper{
	background:url('/img/bg_bd.png')repeat;
	padding-bottom: 15px;
}
.header_wrapper{
	background: rgb(225,242,196); /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  rgba(225,242,196,1) 2%, rgba(123,127,113,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(2%,rgba(225,242,196,1)), color-stop(100%,rgba(123,127,113,1))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(225,242,196,1) 2%,rgba(123,127,113,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(225,242,196,1) 2%,rgba(123,127,113,1) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(225,242,196,1) 2%,rgba(123,127,113,1) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(225,242,196,1) 2%,rgba(123,127,113,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e1f2c4', endColorstr='#7b7f71',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding-bottom: 550px;
	margin-bottom: -550px;
	box-shadow:0 0 10px #616161;
}
.main{
	margin:0px auto;
	width:960px;
	padding: 15px;
	background: #fff;
}
.top_header{
	padding:15px 0 20px 0;
	margin:0px auto;
	width:990px;
}
.title_block{
	vertical-align:middle;
	display:inline-block;
	width:500px;
}
.title_company{
	vertical-align:middle;
	display:inline-block;
	width:380px;
	padding-bottom:10px;
}
.name:link,.name:visited,.name:hover{
	font-size:37px;
	color:#fff;
	text-shadow: 0 1px 0 #516147;
	line-height:40px;
	text-decoration:none;
	font-weight:bolder;
	font-style:italic;
}
.slogan:link,.slogan:visited,.slogan:hover{
	color:#2043AA;
	font-size:16px;
	line-height:19px;
	text-decoration:none;
}
.logo{
	vertical-align:middle;
	display:inline-block;
}
.logo img{
	margin:0px 15px 0px 0px;
}
.contacts{
	vertical-align:middle;
	display:inline-block;
	text-align:right;
	width:250px;
	color:#2043AA;
	font-size:16px;
	line-height:19px;
}
.header_search_form{
	margin-top:8px;
}
.header_search_form .submit_button {
    background-color:#b1b1b1;
}
.header_search_form .submit_button:hover {
    background-color:#bfbfbf;
}
.header_search_form .search_form_string {
	width:185px;
}
.search_form{
	margin-bottom:10px;
}
.header_basket{
	display:inline-block;
	width:170px;
	vertical-align:middle;
	padding-left:70px;
	color:#fcfcfc;
}
.header_search_form .submit_button{
	background-color:#2043aa;
}
.header_search_form .submit_button:hover{
	background-color:#5086d8;
}
.header_basket_title a{
	display:inline-block;
	vertical-align:middle;
	height:25px;
	background:url('/img/basket.png')no-repeat;
	color:#2043aa;
	text-decoration:none;
	padding:5px 0 0 35px;
}
#header_basket_amount,#header_basket_summ_head{
	color:#2043aa;
	margin:0 5px 0 5px;
}
#header_basket_order{
	margin-top:10px;
}
#header_basket_order a,.button_buy{
	display:inline-block;
	padding: 3px 7px;
	border-radius:5px;
	background-color:#2043aa;
	border: 1px solid #274289;
	box-shadow:inset 0 0 3px #254ec7;
}
#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:#1f64b8;
	color:#fff;
}
.contacts div{
	margin-top:2px;
}
.phone{
	margin-bottom:5px;
	color:#fff;
	text-shadow: 0 1px 0 #000;
}
.small-phone{
	font-size:24px;
	line-height:23px;
	vertical-align:top;
	display:inline-block;
}
.big-phone{
	font-size:24px;
	line-height:23px;
	vertical-align:top;
	display:inline-block;
}
.main_image{
	text-align:center;
	width: 990px;
	margin:0 auto;
	background:url('/img/shadow.png')no-repeat;
	background-size:contain;
	background-position:bottom;
	padding-bottom:20px;
}
.main_img{
	padding:15px;
	background:#fff;
}
.menu_wrapper{
	margin: 0 auto;
	width: 990px;
}
.menu {
	margin:0 auto;
	text-align: left;
	width:990px;
	display: inline-block;
	vertical-align: middle;
	background: #fff;
}
.menu .level-0 > li{
	display: inline-block;
	position: relative;
	border-right: 1px dotted #efefef;
}
.menu .level-0 > li .last{
	border-right: none;
}
.menu .level-0 > li > a {
	display: inline-block;
	padding: 20px 30px;
	color: #000428;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	text-decoration: none;
	text-transform:uppercase;
}
.menu .level-0 > li:hover > a {
	color:#2043aa;
}
.menu .level-0 > li.current a{
	color:#2043aa;
	}

.menu .level-1 {
	display: none;
	position: absolute;
	top: 50px;
	border-radius: 0 1px 1px 1px;
	min-width: 200px;
	z-index: 300;
	text-align: left;
	color:#004777;
	text-shadow: 0 0 1px #fff;
	background:#fff;
	box-shadow: 0 2px 2px #050925;
	padding: 1px 0;
}
.menu .level-1 > li:hover {
	background: rgb(255,253,252); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,253,252,1) 0%, rgba(234,234,234,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,253,252,1)), color-stop(100%,rgba(234,234,234,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,253,252,1) 0%,rgba(234,234,234,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,253,252,1) 0%,rgba(234,234,234,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,253,252,1) 0%,rgba(234,234,234,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,253,252,1) 0%,rgba(234,234,234,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffdfc', endColorstr='#eaeaea',GradientType=0 ); /* IE6-9 */
}
.menu .level-1 > li:hover a {
	color: #23375c;
}

.menu .level-1 a {
	display: block;
	color: #4e4e4e;
	text-decoration: none !important;
	font-weight: normal;
	padding: 10px 15px;
}
.menu .level-0 > li:hover > .level-1 {
	display: block;
}

.content{
	text-align: left;
	width: 960px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
}
.index_content { text-align: center; }
.index_content > * {
	width: 960px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
}
.index_catalog, .photoalbum_index { margin: 30px auto 0; }
.h2, .h1 {
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	padding: 0;
	text-align: center;
}
.h2 .h2_content, .h1  .h1_content {
	min-width: 300px;
	padding: 0 20px;
	font-size: 26px;
	line-height: 30px;
	color: #313131;
	font-weight: bold;
	text-align: center;
	position: relative;
}
.h2 .h2_content:after, .h1  .h1_content:after,
.h2 .h2_content:before, .h1  .h1_content:before {
	content: ' ';
	position: absolute;
	width: 510px;
	height: 3px;
	background: url('/img/bg_dashed.png') 0 0 repeat-x;
	top: 50%;
}
.h2 .h2_content:after, .h1  .h1_content:after {
	right: -510px;
}
.h2 .h2_content:before, .h1  .h1_content:before {
	left: -510px;
}
.items_catalog li{
	vertical-align: top;
	width: 300px;
	border: 1px solid #FFF;
	box-shadow: 0 0 8px #CCC;
	margin: 0 9px 32px;
	position: relative;
	background: #FFF;
	padding: 10px 0;
}
.items_catalog li:hover {
	box-shadow: 0 0 9px #AAA;
}
.items_catalog li:hover .category_title{
	background-color: rgb(90,90,90);
	background-color: rgba(90,90,90,.6);
}
.catalog_item_img {
	display: inline-block;
}
.items_catalog .category_title {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding: 21px;
	background-color: rgb(190,190,190);
	background-color: rgba(90,90,90,.3);
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s
}
.category_title a {
	color: #FFF;
	font-size: 23px;
	line-height: 27px;
	text-shadow: 0 -1px #333, 0 0 2px #444;
}
.index_special_offers {
	width: auto;
	background: #DCE1D7;
	margin: 8px 0 40px 0;
}
.index_special_offers > .decoration_1 {
	height: 7px;
	position: relative;
	bottom: 7px;
	background: url('/img/bg_triangle_border.png') repeat-x center 0;
}
.index_special_offers > .decoration_2 {
	height: 8px;
	position: relative;
	top: 8px;
	background: url('/img/bg_triangle_border.png') repeat-x center -7px;
}
.mainpage_special_offers_title {
	margin-top: 15px;
}
.special_offers_list {
	width: 960px;
	margin: 0 auto;
	padding: 10px;
}
.special_offers_list li {
	display: inline-block;
	width: 222px;
	vertical-align: top;
	margin: 0 9px 20px;
	background:transparent;
	border: 0;
	box-shadow: none;
}
.special_offers_list li img{
	width:100%;
}
.special_offers_list li:hover {
	box-shadow: none;
}
.special_offers_list li .price {
	padding: 0;
}
.special_offers_list .buy_button {
	margin-top: 20px;
}
.special_offers_list .object_title,
.photo_list .photo_title {
	margin-top: 10px;
}
.special_offers_list .object_title a,
.photo_list .photo_title a {
	color: #2043aa;
	font-size: 18px;
	line-height: 24px;
}
.special_offers_list .object_title a:hover,
.photo_list .photo_title a:hover {
	text-decoration: underline;
}
.special_offers_list .prefix{
	display: none;
}
.special_offers_list .price {
	height: 0px;
	border-top: 1px solid #c0c9b8;
	border-bottom: 1px solid #f3f5f1;
	font-size: 0;
	margin: 20px 0 20px;
}
.special_offers_list .price.old_price {
	height: auto;
	border: 0 none;
	font-size: 18px;
	margin-top: 0px;
}
.special_offers_list .price > .price_value,
.special_offers_list .price > .price_currency  {
	color: #000;
	font-size: 18px;
	line-height: 24px;
	background:#DCE1D7;
	position: relative;
	top: -15px;
}
.special_offers_list .price_value {
	font-weight: bold;
	padding-left: 12px;
}
.special_offers_list .price_currency {
	padding-left: 5px;
	padding-right: 12px;
}
.index_text_content, .index_news .news, .seo_text{
	margin: 0 auto;
	text-align: left;
}
.seo_text {
	padding-top: 20px;
}
.index_news .h2 {
	margin-bottom: 30px;
}
.index_news .news_item{
	display: inline-block;
	vertical-align: top;
	width: 300px;
	padding-right: 20px;
}
a.news_headline{
	display: inline-block;
	font-size: 13px;
	line-height: 21px;
	padding: 0 5px;
	color: #FFF;
	background: #2043aa;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s
}
a.news_headline:hover {
	background: transparent;
	color: #2043aa;
	text-decoration: underline;
}
.top_date.news_date { display: none; }
.bottom_date.news_date { display: block; }
.news_date {
	color: #808282;
	font-size: 11px;
	line-height: 12px;
	margin: 6px 0 2px;
}
.footer1 {
	width: 960px;
	padding: 50px 10px 35px 10px;
	margin: 0 auto;
}
.footer1 > * {
	display: inline-block;
	vertical-align: middle;
	width: 290px;
}
.code_footer {
	width: 100%;
	display: block;
}
.copyright, .search2 {
	margin-right: 30px;
}
.search2 .search_form_string { width: 200px; }
.search2 { text-align: center; }
.index_special_offers .object_item {
	border: 1px solid #FFF;
	display: inline-block;
	box-shadow: 0 0 8px #AAA;
}
.show_all { text-align: right; }
.show_all a {
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	padding: 0 4px;
	color: #FFF;
	background: #2043aa;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s
}
.show_all a:hover {
	background: transparent;
	color: #2043aa;
	text-decoration: underline;
}
.items_catalog { margin-top: 20px; }
.numpages ul .active a:link, .numpages ul .active a:visited, .numpages ul .active a:hover {
	border-radius: 0;
	background-color: #2043aa;
}
.photo_list li {
	vertical-align: top;
	width: 222px;
	margin: 0 9px 20px;
	background: #fff;
}
.catalog_layout_contol_mode_nice .catalog_controls {
	padding: 5px 50px;
	background: #ebefe9;
}
.catalog_filters {
	border: 0 none;
}
.layout_control a {
	border: 1px solid transparent;
	margin-left: 3px;
}
.layout_control .current, .layout_control a:hover{
	border-color: #2043aa;
}
.catalog_order, .catalog_perpage {
	line-height: 26px;
}
.object .object_image img {
	box-shadow: 0 0 7px #CCC;
	margin-right: 90px;
	margin-bottom: 20px;
}
.main_catalog_list {
	text-align: center;
	margin-bottom: 25px;
}
.main_catalog_list li {
	display: inline-block;
	margin-right: 30px;
}
.main_catalog_list li.last{
	margin-right: 0;
}
.main_catalog_list li a {
	display: inline-block;
	color: #2043aa;
	font-size: 15px;
	line-height: 24px;
	padding: 0 8px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s
}
.main_catalog_list li.current a, .main_catalog_list li a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #2043aa;
}
.object .buy_button{
	float:none;
}
.catalog_h2 {
	text-align: left;
	font-size: 23px;
	line-height: 26px;
	font-weight: bold;
}
.emarket_table_catalog .object_item img {
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    box-shadow: 0 0 8px #CCCCCC;
}
.list_table_catalog .price {
	font-weight: bold;
	font-size: 18px;
	line-height: 20px;
}
.breadcrumbs {
	margin-bottom: 10px;
}
.main_top_date {
	float: none;
	margin-bottom: 10px;
}
