@charset "utf-8";
body, table, .text{
	font-size: 13px;
	line-height:1.3em;
	color:#000;
	font-family:Arial;
}
body{
	margin:0px;
	background:#f5f5f5;
}
a:link,a:visited,.text a:link,.text a:visited{
	color:#1a77a3;
	text-decoration:none;
}
a:hover,.text a:hover{
	color:#ec7103;
	text-decoration:underline;
}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
	color:#ec7103;
}
.main{
	margin:0 auto;
	width:980px;
	padding:30px 10px 0;
}
.top_header{
	margin-bottom:15px;
}
.title_block {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: middle;
	width: 481px;
	margin-right: 20px;
}
.logo {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: middle;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	padding: 5px;
	margin-right: 20px;
}
.title_company {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	vertical-align: middle;
}
.name {
	margin-bottom: 20px;
}
.name a {
	color: #eb7224;
	font-size: 23px;
	line-height: 27px;
	font-weight: bold;
}
.name a:hover {
	text-decoration: none;
}
.slogan {
	color: #717171;
	font-size: 12px;
	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: 16px;
	line-height: 20px;
	color: #bdbdbd;
	padding-left: 18px;
	background:url('/img/icon_phone.png') no-repeat left center;
}
.phone-number {
	font-size: 21px;
	line-height: 25px;
	color: #eb7224;
	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;
	background:url('/img/gradient_light_grey.png') repeat-x center center #e1e1e1;
	background-size: contain;
	border-radius: 8px;
	box-shadow: 0 0 5px #aaa;
	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 .level-0  {
	text-align: center;
	background:url('/img/gradient_dark_grey.png') repeat-x 0 0 #747677;
	border-bottom: 1px solid #000;
	border-radius: 3px;
}
.menu .level-0 > li{
	display: inline-block;
	//zoom: 1;
	//display: inline;
	position: relative;
	border-right: 1px solid #9c9d9d;
	border-left: 1px solid #636465;
}
.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;
	padding: 15px 28px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	line-height: 15px;
	text-shadow: 0 -1px #434444;
}
.menu .level-0 > li:hover,
.menu .level-0 > li.current {
	background:url('/img/gradient_orange.png') repeat-x 0 0 #eb7224;
}
.menu .level-0 > li:hover > a {
	text-decoration: none;

}
.menu .level-1 {
	display: none;
	position: absolute;
	top: 42px;
	background: #ec7103;
	border-radius: 0 3px 3px 3px;
	min-width: 200px;
	padding: 10px 0;
	z-index: 300;
	text-align: left;
}
.menu .level-1 > li:hover {
	background: #1a77a3;
}
.menu .level-1 a {
	display: block;
	//zoom: 1;
	//display: inline;
	color: #FFF;
	text-decoration: none ;
	text-shadow: 0 -1px #434444;
	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: #1a77a3;
	border-radius: 5px;
}
.search2 .search_form_string {
	width: 164px;
}
.left_menu {
	margin-top: 8px;
	background: #ec7103;
	box-shadow: 0 0 8px #CCC;
	border-radius: 6px 6px 5px 5px;
	padding-bottom: 8px;
	margin-bottom: 20px;
}
.catalog_title {
	background: #FFF;
	border-radius: 5px 5px 0 0;
	color: #404040;
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
	padding: 15px 22px 10px 22px;
	border-bottom: 1px solid #e1e2e2;
	margin: 0;
}
.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: #ec7103;
}
.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 #e16e08;
	display: inline-block;
	//zoom: 1;
	//display: inline;
	border-radius: 3px 0 0 3px;
	position: relative;
	box-shadow: 0 1px #565656;
}
.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 #000;
	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: #eee;
	border-top: 1px solid #7b7c7d;
}
.footer_inner {
	margin:0 auto;
	width:960px;
	padding: 0 10px 30px;
}
.footer_menu ul {
	text-align: center;
	padding: 23px 0 20px;
	border-bottom: 1px solid #b8b8b9;
	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;
}
.code_footer{
	margin-top:10px;
}
.copyright {
	display: inline-block;
	//zoom: 1;
	//display: inline;
	width: 461px;
	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 {
    margin-bottom: 10px;
}
.order_popup .buy_button {
    margin-bottom: 10px;
}