@charset "utf-8";
body, table, .text{
	font-size: 13px;
	line-height:1.3em;
	color:#000;
	font-family:Arial;
}
body{
	margin:0px;
}
.wrapper{
	background: #fff;
}
a:link,a:visited,.text a:link,.text a:visited{
	color:#1a77a3;
	text-decoration:none;
}
a:hover,.text a:hover{
	color:#1A77A3;
	text-decoration:underline;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	color:#1A77A3;
}
.main{
	margin:0 auto;
	width:980px;
	padding:30px;
}
.top_header{
	margin-bottom:15px;
}
.title_block {
	display: inline-block;
	vertical-align: middle;
	width: 481px;
	margin-right: 20px;
}
.logo {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: middle;
	margin-right: 20px;
}
.title_company {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: middle;
}
.name {
	margin-bottom: 20px;
}
.name a {
	color: #1A77A3;
	font-size: 25px;
	line-height: 27px;
	font-weight: bold;
}
.name a:hover {
	text-decoration: none;
}
.slogan {
	color: #717171;
	font-size: 13px;
	line-height: 14px;
}
.contacts {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: middle;
	width: 221px;
	margin-right: 20px;
}
.phone {
	font-weight: bold;
	margin-bottom: 10px;
}
.phone-prefix {
	font-size: 21px;
	line-height: 20px;
	color: #8AC3E8;
	padding-left: 18px;
	background:url('/img/icon_phone.png') no-repeat left center;
}
.phone-number {
	font-size: 21px;
	line-height: 25px;
	color: #1A77A3;
	padding-left: 5px;
}
.workhours {
	color: #717171;
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 10px;
}
.address {
	color: #000;
	font-size: 12px;
	line-height: 15px;
}
#header_basket {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: middle;
	padding: 15px 20px;
	width: 195px;
	color: #000;
	font-size: 12px;
}
#empty_header_basket_title {
	margin-bottom: 5px;
}
#header_basket_summ_head, #header_basket_currency {
	font-weight: bold;
}
#header_basket_amount, #header_basket_summ_head {
	padding: 0 3px;
}
#header_basket_order {
	margin-top: 5px;
	display: inline-block;
	//zoom: 1;
	//display: inline;
	background:url('/img/gradient_blue.png') repeat-x 0 0;
}
#header_basket_order > a {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	padding-right: 12px;
	margin-right: -12px;
	background:url('/img/blue_arrow.png') no-repeat right center;
	text-decoration: none ;
}
#header_basket_order > a > span {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	padding: 7px 0 7px 30px;
	font-weight: bold;
	color: #FFF;
	font-size: 10px;
	line-height: 11px;
	text-transform: uppercase;
	text-shadow: 0 1px #333;
	background:url('/img/icon_cart.png') no-repeat 6px center;
}
.menu_wrapper{
	background: rgb(57,67,86); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(57,67,86,1) 0%, rgba(78,104,130,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(57,67,86,1)), color-stop(100%,rgba(78,104,130,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(57,67,86,1) 0%,rgba(78,104,130,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(57,67,86,1) 0%,rgba(78,104,130,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(57,67,86,1) 0%,rgba(78,104,130,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(57,67,86,1) 0%,rgba(78,104,130,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394356', endColorstr='#4e6882',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #000;}
.menu{
	margin:0 auto;
	width: 980px;
}
.menu .level-0  {
	text-align: left;
}
.menu .level-0 > li{
	display: inline-block;
	//zoom: 1;
	//display: inline;
	position: relative;
	border-right: 1px solid #757575;
	border-left: 1px solid #2f2f2f;
	padding: 15px 26px;
}
.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: #FFF;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	text-shadow: 0 1px #434444;
	text-transform: uppercase;
}
.menu .level-0 > li:hover,
.menu .level-0 > li.current {
	background: rgb(105,173,219); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(105,173,219,1) 0%, rgba(175,219,247,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(105,173,219,1)), color-stop(99%,rgba(175,219,247,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(105,173,219,1) 0%,rgba(175,219,247,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(105,173,219,1) 0%,rgba(175,219,247,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(105,173,219,1) 0%,rgba(175,219,247,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(105,173,219,1) 0%,rgba(175,219,247,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69addb', endColorstr='#afdbf7',GradientType=0 ); /* IE6-9 */

}
.menu .level-0 > li:hover > a {
	text-decoration: none;

}
.menu .level-1 {
	display: none;
	position: absolute;
	top: 42px;
	left:0;
	background: #9DCFF0;
	border-radius: 0 3px 3px 3px;
	min-width: 200px;
	padding: 10px 0;
	z-index: 300;
	text-align: left;
	box-shadow: 0 5px 5px #d1d3d8;
}
.menu .level-1 > li:hover {
	background: #55607d;
}
.menu .level-1 a {
	display: block;
	//zoom: 1;
	//display: inline;
	color: #fff;
	text-decoration: none ;
	text-shadow: 0 1px #598099;
	font-weight: normal;
	padding: 10px 15px;
}
.menu .level-0 > li:hover > .level-1 {
	display: block;
}
.content {
	margin-top: 20px;
}
.left_block {
	float: left;
	width: 220px;
}
.right_block {
	float: right;
	width: 730px;
}
.search2 {
	padding: 7px 12px;
	background: #8AC3E8;
	border-radius: 5px;
	margin-bottom: 20px;
}
.search2 .search_form_string {
	width: 164px;
}
.left_menu {
	background: #8AC3E8;
	box-shadow: 0 0 8px #CCC;
	border-radius: 6px 6px 5px 5px;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
.catalog_title {
	background: #8AC3E8;
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	padding: 15px 22px 10px 22px;
	border-bottom: 1px solid #e1e2e2;
	margin: 0;
	text-shadow:0 1px 0 #2f5066;
}
.main_catalog_list {
	font-size: 14px;
	background: #FFF;
	padding: 10px 22px 15px 22px;
}
.main_catalog_list li {
	margin-bottom: 15px;
}
.main_catalog_list li.current > a{
	color: #777777;
}
.main_catalog_list .level-1 {
	display: none;
	padding-left: 14px;
	padding-top: 7px;
}
.main_catalog_list li.current .level-1 {
	display: block;
}
.news_item {
	font-size: 13px;
	line-height: 15px;
}
.news_headline {
	font-weight: bold;
}
.index_news .top_date {
	display: block;
	float: none;
	font-size: 11px;
	line-height: 13px;
	color: #808282;
	margin: 0 0 10px 0;
}
.index_news .news_item {
	margin-bottom: 8px;
	padding-bottom: 20px;
	border-bottom: 1px solid #bdbdbe;
}
.show_all {
	text-align: right;
}
.show_all a {
	padding-right: 13px;
	font-size: 11px;
	line-height: 13px;
	background:url('/img/icon_right_arrow.png') no-repeat right center;
}
.main_image {
	background:url('/img/shadow.png') no-repeat center bottom;
	padding-bottom: 13px;
	text-align: center;
}
.main_image img {
	border-radius: 7px 7px 0 0;
	border-bottom: 1px solid #FFF;
}
.breadcrumbs {
	font-size: 11px;
	line-height: 13px;
	margin-bottom: 20px;
}
.breadcrumbs_last a{
	color: #404040;
}
.photo_list li {
	width: 165px;
	padding:0 8px;
	vertical-align: top;
}
.photo_img_div a {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	background:url('/img/shadow_curve.png') no-repeat center bottom;
	background-size: contain;
	padding-bottom: 9px;
}
.photo_img_div img {
	border: 1px solid #bcbcbc ;
	border-radius: 7px;
}
.photo_album_img_div, .photo_album_title,
.photo_img_div, .photo_title {
	text-align: left;
}
.photo_album_title a,
.photo_title a {
	padding-left: 5px;
	font-weight: bold;
}
.photo_album:hover a,
.photo:hover a {
	text-decoration: underline;
}
h2, .h2 {
	font-size: 23px;
	line-height: 26px;
	font-weight: bold;
}
.index_catalog, .photoalbum_index {
	margin-bottom: 15px;
	padding-bottom: 2px;
	background:url('/img/shadow.png') no-repeat center bottom;
	position: relative;
}
.index_catalog  > .items_catalog, .photoalbum_index > .photo_list, .index_special_offers > .special_offers_list{
	border-bottom: 1px solid #c6c6c6;
	margin: 10px 0;
	padding-bottom: 20px;
}
.show_all_photoalbum, .show_all_catalog {
	position: absolute;
	bottom: 20px;
	right: 5px;
}
.index_catalog li:hover a {
	text-decoration: underline;
}
.items_catalog li{
	text-align: left;
	vertical-align: top;
}
.items_catalog img,
.photo_album_img img,
.photo_img_div img {
	display: inline-block;
	//display: inline;
	//zoom: 1;
	border-radius: 7px;
	box-shadow: 0 0 3px #999;
	overflow: hidden;
}
.category_title {
	padding-left: 5px;
	font-weight: bold;
}
.items_catalog li, .special_offers_list li{
	border-radius: 5px;
	padding:0;
	width: 220px;
	margin: 0 20px 20px 0;
	vertical-align: top;
}
.items_catalog .buy_button, .emarket_table_catalog .buy_button, .special_offers_list .buy_button {
	margin-top: 15px;
}
.items_catalog .price, .emarket_table_catalog .price, .special_offers_list .price{
	color: #3e3e3e;
	font-weight: bold;
}
.items_catalog .price_value, .emarket_table_catalog .price_value, .special_offers_list .price_value{
	font-size: 20px;
	line-height: 24px;
}
.items_catalog .price_currency, .emarket_table_catalog .price_currency, .special_offers_list .price_currency {
	font-size: 16px;
	line-height: 20px;
}
.buy_button {
	background:url('/img/gradient_orange_small.png') repeat-x 0 0 #b0cbf2;
	display: inline-block;
	//zoom: 1;
	//display: inline;
	border-radius: 3px 0 0 3px;
	position: relative;
	box-shadow: 0 1px #3d6c9c;
}
.buy_button:after {
	content: ' ';
	display: block;
	position: absolute;
	right: -17px;
	top: 0px;
	width: 17px;
	height: 35px;
	background:url('/img/arrow_orange.png') no-repeat 0 0;
}
.buy_button a{
	text-transform: uppercase;
	color: #FFF;
	font-size: 15px;
	line-height: 34px;
	font-weight: bold;
	text-decoration: none ;
	text-shadow: 0 1px #3e7166;
	padding: 8px 2px 7px 35px;
	background:url('/img/icon_cart2.png') no-repeat 6px center;
}
.object .price_top {
	display: block;
}
.object .price_bottom {
	display: none;
}
.object .price {
	color: #3e3e3e;
}
.object .price_value {
	font-size: 32px;
	line-height: 34px;
	font-weight: bold;
}
.currency {
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
}
.object .buy_button {
	float: none;
}
.object .catalog_propertys {
	color: #404040;
}
.object .catalog_propertys tr:nth-child(even) {
	background: #ebebeb;
}
.object .catalog_propertys td {
	padding: 12px;
}
.object td.prop_caption {
	padding-right: 60px;
}
.object td.prop_value {
	font-weight: bold;
}
.object > .catalog_h2 {
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid #C6C6C6;
	background:url('/img/shadow.png') no-repeat center top;
}
.object > .object_image {
	margin-bottom: 15px;
}
.mainpage_items_catalog li {
	border: none;
	box-shadow: none;
	padding-top: 0;
}
.numpages  {
	font-size: 13px;
	line-height: 14px;
	background:url('/img/bg_white_grid.png');
	padding: 8px;
}
.numpages_li a {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	padding: 5px 8px ;
}
.numpages .active a {
	background: #FFF ;
	color: #252525 ;
	border-radius: 3px;
	box-shadow: inset 1px 1px #a8a8a8;
	font-size: 15px;
}
.toprev_link {
	margin-right: 25px;
	padding-left: 18px;
	background:url('/img/icon_left_arrow.png') no-repeat left center;
}
.tonext_link {
	margin-left: 25px;
	background:url('/img/icon_right_arrow.png') no-repeat right center;
}
.layout_control span {
	padding-right: 14px;
	font-weight: normal;
}
#layout_0, #layout_1, #layout_2 {
	margin-left: 0;
	background: #FFF;
	box-shadow: inset 0 -20px 15px -20px #DDD;
}
#layout_0, #layout_2 {
	border: 1px solid #d6d6d7;
}
#layout_0 {
	border-radius: 3px 0 0 3px;
}
#layout_1 {
	border-top: 1px solid #d6d6d7;
	border-bottom: 1px solid #d6d6d7;
}
#layout_2 {
	border-radius: 0 3px 3px 0;
}
#layout_0.current, #layout_1.current, #layout_2.current,
#layout_0:hover, #layout_1:hover, #layout_2:hover {
	box-shadow: inset 0 5px 15px -5px #DDD;
}
/* Footer */
.footer_outter {
	margin-top: 30px;
	background: rgb(57,67,86); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(57,67,86,1) 0%, rgba(78,104,130,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(57,67,86,1)), color-stop(100%,rgba(78,104,130,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(57,67,86,1) 0%,rgba(78,104,130,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(57,67,86,1) 0%,rgba(78,104,130,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(57,67,86,1) 0%,rgba(78,104,130,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(57,67,86,1) 0%,rgba(78,104,130,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#394356', endColorstr='#4e6882',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #495770;
}

.footer_inner {
	margin:0 auto;
	width:960px;
	padding: 0 10px 30px;
}
.footer_inner .text{
	color: #d0dddf;
}
.footer_inner .text a{
	color:#c0d0d3;
}
.footer_menu ul {
	text-align: center;
	padding: 23px 0 20px;
	border-bottom: 1px solid #394356;
	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: #c0d0d3;
}
.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 {
	padding: 5px;
	background:url('/img/bg_white_grid.png');
}
.catalog_controls a {
	margin: 0;
}
.order_popup .price {
	display: block;
    margin-bottom: 10px;
}
.order_popup .buy_button {
    display: inline-block;
    margin-bottom: 10px;
}