@charset "utf-8";
body, table, .text{
	font-size: 13px;
	line-height:1.3em;
	color:#1d1d1d;
	font-family:Arial;
}
body{
	margin:0px;
}
.wrapper{
	background: #fff;
}
a:link,a:visited,.text a:link,.text a:visited{
	color:#3E3E3E;
	text-decoration:none;
}
a:hover,.text a:hover{
	color:#cb1418;
	text-decoration:underline;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	color:#3E3E3E;
	margin-bottom: 15px;
	font-size: 23px;
	line-height: 26px;
	font-weight: bold;
}
.main{
	margin:0 auto;
	width:980px;
}
.header_wrapper{

}
.top_header{
	margin: 0 auto;
	width:980px;
	padding: 10px 0;
}
.title_block {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: middle;
	width: 381px;
	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: #3E3E3E;
	font-size: 32px;
	line-height: 27px;
	font-weight: bold;
}
.name a:hover {
	text-decoration: none;
}
.slogan {
	color: #868686;
	font-size: 14px;
	line-height: 14px;
}
.contacts {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: middle;
	width: 220px;
	margin-right: 20px;
	margin-bottom:20px;
}
.phone {
	font-weight: bold;
	margin-bottom: 10px;
}
.phone-prefix {
	font-size: 22px;
	line-height: 20px;
	color: #F4383B;
}
.phone-number {
	font-size: 22px;
	line-height: 25px;
	color: #3E3E3E;
	padding-left: 5px;
}
.workhours {
	color: #3E3E3E;
	font-size: 12px;
	line-height: 13px;
	margin-bottom: 10px;
}
.address {
	color: #3E3E3E;
	font-size: 12px;
	line-height: 15px;
}
.header_basket_title a{
	color: #3E3E3E;
	background:url('/img/cartt.png') no-repeat;
	padding: 10px 30px;
}
#header_basket {
	background: rgb(239,239,239); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(239,239,239,1) 1%, rgba(252,252,252,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(239,239,239,1)), color-stop(100%,rgba(252,252,252,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(239,239,239,1) 1%,rgba(252,252,252,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(239,239,239,1) 1%,rgba(252,252,252,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(239,239,239,1) 1%,rgba(252,252,252,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(239,239,239,1) 1%,rgba(252,252,252,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#fcfcfc',GradientType=0 ); /* IE6-9 */
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: middle;
	padding: 15px 20px;
	width: 180px;
	color: #F4383B;
	font-size: 12px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	margin-bottom: 20px;
}
#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: rgb(214,49,49); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(214,49,49,1) 1%, rgba(244,56,59,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(214,49,49,1)), color-stop(100%,rgba(244,56,59,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(214,49,49,1) 1%,rgba(244,56,59,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(214,49,49,1) 1%,rgba(244,56,59,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(214,49,49,1) 1%,rgba(244,56,59,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(214,49,49,1) 1%,rgba(244,56,59,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d63131', endColorstr='#f4383b',GradientType=0 ); /* IE6-9 */
	border-radius:3px;
	border:1px solid #aa2d2d;
	box-shadow:inset 0 2px 2px #fff;
}
#header_basket_order > a > span {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	padding: 7px 30px 7px 30px;
	font-weight: bold;
	color: #FFF;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	text-shadow: 0 1px #333;
}
.menu_wrapper{
	background: rgb(229,229,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(229,229,229,1) 1%, rgba(247,247,247,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(229,229,229,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 1%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(229,229,229,1) 1%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(229,229,229,1) 1%,rgba(247,247,247,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(229,229,229,1) 1%,rgba(247,247,247,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #d7d7d7;
	border-top: 1px solid #dbdbdb;
	}
.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 #efefef;
	border-left: 1px solid #d7d7d7;
	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: #272727;
	font-weight: bold;
	font-size: 13px;
	line-height: 15px;
	text-shadow: 0 1px #fff;
	text-transform: uppercase;
}
.menu .level-0 > li:hover > a {
	color:#e12f33;
}
.menu .level-0 > li.current a{
	color:#e12f33;
}
.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 #b9b9b9;
}
.menu .level-1 > li:hover {
	background: #dbdbdb;
}
.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;
}
.content {
	margin-top: 20px;
}
.index_text_content{
	padding-bottom: 20px;
}
.left_block {
	float: left;
	width: 730px;
}
.right_block {
	float: right;
	width: 220px;
}
.search2 {
	padding: 7px 12px;
	background: rgb(229,229,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(229,229,229,1) 1%, rgba(247,247,247,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(229,229,229,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 1%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(229,229,229,1) 1%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(229,229,229,1) 1%,rgba(247,247,247,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(229,229,229,1) 1%,rgba(247,247,247,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	margin-bottom: 20px;
	border: 1px solid #e1e1e1;
}
.search2 .search_form_string {
	width: 164px;
}
.left_menu {
	background: #e1e1e1;
	border-radius: 6px 6px 5px 5px;
	padding-bottom: 8px;
	margin-bottom: 20px;
	border: 1px solid #e1e1e1;
}
.catalog_title {
	background: rgb(229,229,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(229,229,229,1) 1%, rgba(247,247,247,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(229,229,229,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 1%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(229,229,229,1) 1%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(229,229,229,1) 1%,rgba(247,247,247,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(229,229,229,1) 1%,rgba(247,247,247,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
	border-radius: 5px 5px 0 0;
	color: #353535;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	padding: 15px 22px 10px 22px;
	border-bottom: 1px solid #e1e1e1;
	margin: 0;
	text-shadow:0 1px 0 #fff;
}
.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 {
	display:inline-block;
	vertical-align:middle;
}
.main_image img {
}
.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;
}
.index_catalog  > .items_catalog, .photoalbum_index > .photo_list, .index_special_offers > .special_offers_list{
	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 8px;
	width: 165px;
	margin: 0 0 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: rgb(214,49,49); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(214,49,49,1) 1%, rgba(244,56,59,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(214,49,49,1)), color-stop(100%,rgba(244,56,59,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(214,49,49,1) 1%,rgba(244,56,59,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(214,49,49,1) 1%,rgba(244,56,59,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(214,49,49,1) 1%,rgba(244,56,59,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(214,49,49,1) 1%,rgba(244,56,59,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d63131', endColorstr='#f4383b',GradientType=0 ); /* IE6-9 */
	border-radius:3px;
	border:1px solid #aa2d2d;
	box-shadow:inset 0 2px 2px #fff;
	display: inline-block;
	position: relative;
}
.buy_button a{
	text-transform: uppercase;
	color: #FFF;
	font-size: 13px;
	line-height: 34px;
	font-weight: bold;
	text-decoration: none ;
	text-shadow: 0 1px #3e7166;
	padding: 8px 20px 7px 35px;
	background:url('/img/icon_cart2.png') no-repeat 6px center;
}
.buy_button a.gotobasket {
    background: none;
    padding: 8px 10px 7px;
}
.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(229,229,229); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(229,229,229,1) 1%, rgba(247,247,247,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(229,229,229,1)), color-stop(100%,rgba(247,247,247,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(229,229,229,1) 1%,rgba(247,247,247,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(229,229,229,1) 1%,rgba(247,247,247,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(229,229,229,1) 1%,rgba(247,247,247,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(229,229,229,1) 1%,rgba(247,247,247,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
	border-top: 1px solid #bcbcbc;
}

.footer_inner {
	margin:0 auto;
	width:960px;
	padding: 0 10px 30px;
}
.footer_inner .text{
	color: #515151;
	text-shadow:0 1px 0 #fff;
}
.footer_inner .text a{
	color:#515151;
	text-shadow:0 1px 0 #fff;
}
.footer_menu ul {
	text-align: center;
	padding: 23px 0 20px;
	border-bottom: 1px solid #bcbcbc;
	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: #515151;
	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 {
	padding: 5px;
	background:url('/img/bg_white_grid.png');
}
.catalog_controls a {
	margin: 0;
}