@charset "utf-8";
body, table, .text{
	font-size: 14px;
	line-height:1.3em;
	color:#000;
	font-family:Arial;
}
body{
	margin:0px;
	background:url('/img/bg_bd.jpg')repeat #646464;
}
a:link,a:visited,.text a:link,.text a:visited{
	color:#0e67a9;
	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;
}
.main{
	margin:0 auto;
	width:960px;
	box-shadow:0 0 6px #000, 0 0 10px #272f32;
	padding:10px;
	background:rgba(255, 255, 255, 0.3);
}
.top_header{
	padding:10px;
	background: rgb(206,220,231); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(206,220,231,1) 0%, rgba(89,106,114,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(206,220,231,1)), color-stop(100%,rgba(89,106,114,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(206,220,231,1) 0%,rgba(89,106,114,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=0 ); /* IE6-9 */
	box-shadow:inset 0 0 8px #000;
	border-radius:5px;
	margin-bottom:10px;
	position:relative;
}
.name:link,.name:visited,.name:hover{
	font-size:28px;
	color:#ffffff;
	line-height:1.3em;
	text-decoration:none;
	text-shadow:0 0 1px #000, 0 0 1px #000;
}
.slogan:link,.slogan:visited,.slogan:hover{
	text-decoration:none;
	color:#bbf7ff;
	text-shadow:0 0 1px #000, 0 0 1px #000;
}
.title_block{
	display:inline-block;
	//display:inline;
	//zoom:1;
	//cursor:default;
	vertical-align:middle;
	width:630px;
	background: rgb(181,189,200); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(56,60,63,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)), color-stop(100%,rgba(56,60,63,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(56,60,63,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(56,60,63,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(56,60,63,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(56,60,63,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#383c3f',GradientType=0 ); /* IE6-9 */
	padding:5px;
	text-shadow:0 0 1px #000, 0 0 1px #000;
	box-shadow:inset 0 0 8px #000,0 0 5px #484f55;
	text-align:center;
	border-radius:3px;
}
.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:230px;
}
.contacts {
	display: inline-block;
	margin-bottom:10px;
	text-align: left;
	vertical-align: middle;
	width: 230px;
	//zoom: 1;
	//display: inline;
	color:#fff;
	text-shadow:0 0 1px #000, 0 0 1px #000;
	padding:0 0 0 5px;
}
.small-phone{
	display:inline-block;
	//display:inline;
	//zoom:1;
	//cursor:default;
	vertical-align:top;
	font-size:18px;
	padding:0px 3px 0 0;
	line-height:1.3em;
	color:#bbf7ff;
}
.big-phone{
	display:inline-block;
	//display:inline;
	//zoom:1;
	//cursor:default;
	font-size:18px;
	line-height:1.3em;
	color:#bbf7ff;
}
.header_search_form .search_form_string {
	width:685px;
}
.search_form{
	margin-bottom:10px;
}
.header_basket{
	//display:inline;
	//zoom:1;
	display:inline-block;
	width:280px;
	vertical-align:middle;
	background: rgb(181,189,200); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(181,189,200,1) 0%, rgba(130,140,149,1) 36%, rgba(56,60,63,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(181,189,200,1)), color-stop(36%,rgba(130,140,149,1)), color-stop(100%,rgba(56,60,63,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(56,60,63,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(56,60,63,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(56,60,63,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(181,189,200,1) 0%,rgba(130,140,149,1) 36%,rgba(56,60,63,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5bdc8', endColorstr='#383c3f',GradientType=0 ); /* IE6-9 */
	padding:5px;
	text-shadow:0 0 1px #000, 0 0 1px #000;
	color:#bbf7ff;
	box-shadow:inset 0 0 8px #000,0 0 5px #484f55;
	margin-left:10px;
	text-align:center;
	border-radius:3px;
	
}
.basket_wrapper{
	text-align:center;
	display: inline-block;
	vertical-align: top;
}
.header_search_form .submit_button{
	background-color:#000000;
}
.header_search_form .submit_button:hover{
	background-color:#73c6f7;
}
.header_basket_title a{
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:middle;
	height:25px;
	background:url('/img/cart.png') no-repeat;
	color:#ffffff;
	text-decoration:none;
	padding:5px 0 0 33px;
}
#header_basket_amount,#header_basket_summ_head{
	color:#ffffff;
	margin:0 5px 0 5px;
}
#header_basket_order{
	margin-top:10px;
}
#header_basket_order a,.button_buy{
	display:inline-block;
	//display:inline;
	//zoom:1;
	padding: 3px 7px;
	border-radius:5px;
	background-color:#000000;
}
#header_basket_order a:link,#header_basket_order a:visited,#header_basket_order a:hover,.button_buy:link,.button_buy:visited,.button_buy:hover{
	color:#fff;
	text-decoration:none;
}
#header_basket_order a:hover,.button_buy:hover{
	background-color:#51b8e3;
	color:#fff;
}
.main_image{
	text-align:center;
}
.main_image img{
	border-radius:5px;
	margin-bottom:10px;
}
.menu ul{
	text-align:center;
	background: rgb(22,22,22); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(22,22,22,1) 0%, rgba(51,51,51,1) 12%, rgba(102,102,102,1) 25%, rgba(53,53,53,1) 39%, rgba(44,44,44,1) 50%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(22,22,22,1)), color-stop(12%,rgba(51,51,51,1)), color-stop(25%,rgba(102,102,102,1)), color-stop(39%,rgba(53,53,53,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(51%,rgba(0,0,0,1)), color-stop(60%,rgba(17,17,17,1)), color-stop(76%,rgba(43,43,43,1)), color-stop(91%,rgba(28,28,28,1)), color-stop(100%,rgba(19,19,19,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(22,22,22,1) 0%,rgba(51,51,51,1) 12%,rgba(102,102,102,1) 25%,rgba(53,53,53,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(22,22,22,1) 0%,rgba(51,51,51,1) 12%,rgba(102,102,102,1) 25%,rgba(53,53,53,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(22,22,22,1) 0%,rgba(51,51,51,1) 12%,rgba(102,102,102,1) 25%,rgba(53,53,53,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(22,22,22,1) 0%,rgba(51,51,51,1) 12%,rgba(102,102,102,1) 25%,rgba(53,53,53,1) 39%,rgba(44,44,44,1) 50%,rgba(0,0,0,1) 51%,rgba(17,17,17,1) 60%,rgba(43,43,43,1) 76%,rgba(28,28,28,1) 91%,rgba(19,19,19,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161616', endColorstr='#131313',GradientType=0 ); /* IE6-9 */
	margin:0 -10px 0 -10px;
	box-shadow:0 0 3px #151515;
}
.menu ul li{
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	position:relative;
	text-shadow:0 0 1px #000,0 0 1px #000;
}
.menu ul li a{
	color: #ffffff;
	display:block;
	padding:10px 15px;
	text-decoration:none;
}
.menu ul li:hover a{
	color:#ffffff;
	background: rgb(76,76,76); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(76,76,76,1) 0%, rgba(114,114,114,1) 12%, rgba(155,155,155,1) 25%, rgba(102,102,102,1) 39%, rgba(44,44,44,1) 50%, rgba(20,20,20,1) 51%, rgba(51,51,51,1) 60%, rgba(89,89,89,1) 76%, rgba(66,66,66,1) 91%, rgba(35,35,35,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(114,114,114,1)), color-stop(25%,rgba(155,155,155,1)), color-stop(39%,rgba(102,102,102,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(51%,rgba(20,20,20,1)), color-stop(60%,rgba(51,51,51,1)), color-stop(76%,rgba(89,89,89,1)), color-stop(91%,rgba(66,66,66,1)), color-stop(100%,rgba(35,35,35,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(114,114,114,1) 12%,rgba(155,155,155,1) 25%,rgba(102,102,102,1) 39%,rgba(44,44,44,1) 50%,rgba(20,20,20,1) 51%,rgba(51,51,51,1) 60%,rgba(89,89,89,1) 76%,rgba(66,66,66,1) 91%,rgba(35,35,35,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(114,114,114,1) 12%,rgba(155,155,155,1) 25%,rgba(102,102,102,1) 39%,rgba(44,44,44,1) 50%,rgba(20,20,20,1) 51%,rgba(51,51,51,1) 60%,rgba(89,89,89,1) 76%,rgba(66,66,66,1) 91%,rgba(35,35,35,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(114,114,114,1) 12%,rgba(155,155,155,1) 25%,rgba(102,102,102,1) 39%,rgba(44,44,44,1) 50%,rgba(20,20,20,1) 51%,rgba(51,51,51,1) 60%,rgba(89,89,89,1) 76%,rgba(66,66,66,1) 91%,rgba(35,35,35,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(114,114,114,1) 12%,rgba(155,155,155,1) 25%,rgba(102,102,102,1) 39%,rgba(44,44,44,1) 50%,rgba(20,20,20,1) 51%,rgba(51,51,51,1) 60%,rgba(89,89,89,1) 76%,rgba(66,66,66,1) 91%,rgba(35,35,35,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#232323',GradientType=0 ); /* IE6-9 */
	box-shadow:0 0 3px #151515;
}
.menu ul .current a{
	color:#ffffff;
	background: rgb(76,76,76); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(76,76,76,1) 0%, rgba(96,96,96,1) 12%, rgba(140,140,140,1) 25%, rgba(79,79,79,1) 39%, rgba(44,44,44,1) 50%, rgba(20,20,20,1) 51%, rgba(38,38,38,1) 60%, rgba(63,63,63,1) 76%, rgba(45,45,45,1) 91%, rgba(35,35,35,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(96,96,96,1)), color-stop(25%,rgba(140,140,140,1)), color-stop(39%,rgba(79,79,79,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(51%,rgba(20,20,20,1)), color-stop(60%,rgba(38,38,38,1)), color-stop(76%,rgba(63,63,63,1)), color-stop(91%,rgba(45,45,45,1)), color-stop(100%,rgba(35,35,35,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(96,96,96,1) 12%,rgba(140,140,140,1) 25%,rgba(79,79,79,1) 39%,rgba(44,44,44,1) 50%,rgba(20,20,20,1) 51%,rgba(38,38,38,1) 60%,rgba(63,63,63,1) 76%,rgba(45,45,45,1) 91%,rgba(35,35,35,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(96,96,96,1) 12%,rgba(140,140,140,1) 25%,rgba(79,79,79,1) 39%,rgba(44,44,44,1) 50%,rgba(20,20,20,1) 51%,rgba(38,38,38,1) 60%,rgba(63,63,63,1) 76%,rgba(45,45,45,1) 91%,rgba(35,35,35,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(96,96,96,1) 12%,rgba(140,140,140,1) 25%,rgba(79,79,79,1) 39%,rgba(44,44,44,1) 50%,rgba(20,20,20,1) 51%,rgba(38,38,38,1) 60%,rgba(63,63,63,1) 76%,rgba(45,45,45,1) 91%,rgba(35,35,35,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(96,96,96,1) 12%,rgba(140,140,140,1) 25%,rgba(79,79,79,1) 39%,rgba(44,44,44,1) 50%,rgba(20,20,20,1) 51%,rgba(38,38,38,1) 60%,rgba(63,63,63,1) 76%,rgba(45,45,45,1) 91%,rgba(35,35,35,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#232323',GradientType=0 ); /* IE6-9 */
	box-shadow:0 0 2px #171717;
}
.show_all{
	text-align:right;
	margin-top:20px;
}
.content{
	margin-top:10px;
	clear:both;
	padding:10px;
	background:#cfdee2;
	box-shadow:inset 0 0 8px #000;
	border-radius:5px;
}
.left_block{
	width:720px;
	float:left;
}
.right_block{
	width:200px;
	padding:0px;
	float:right;
}
.left_menu {
	background:#dae6e9;
	border-radius:6px;
	padding-bottom:5px;
	box-shadow:inset 0 0 5px #a0b6ba;
}
.catalog_title{
	margin:-8px -8px 5x -8px;
	color:#fff;
	background: rgb(76,76,76); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(76,76,76,1) 0%, rgba(96,96,96,1) 12%, rgba(140,140,140,1) 25%, rgba(79,79,79,1) 39%, rgba(44,44,44,1) 50%, rgba(20,20,20,1) 51%, rgba(38,38,38,1) 60%, rgba(63,63,63,1) 76%, rgba(45,45,45,1) 91%, rgba(35,35,35,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(96,96,96,1)), color-stop(25%,rgba(140,140,140,1)), color-stop(39%,rgba(79,79,79,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(51%,rgba(20,20,20,1)), color-stop(60%,rgba(38,38,38,1)), color-stop(76%,rgba(63,63,63,1)), color-stop(91%,rgba(45,45,45,1)), color-stop(100%,rgba(35,35,35,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(96,96,96,1) 12%,rgba(140,140,140,1) 25%,rgba(79,79,79,1) 39%,rgba(44,44,44,1) 50%,rgba(20,20,20,1) 51%,rgba(38,38,38,1) 60%,rgba(63,63,63,1) 76%,rgba(45,45,45,1) 91%,rgba(35,35,35,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(96,96,96,1) 12%,rgba(140,140,140,1) 25%,rgba(79,79,79,1) 39%,rgba(44,44,44,1) 50%,rgba(20,20,20,1) 51%,rgba(38,38,38,1) 60%,rgba(63,63,63,1) 76%,rgba(45,45,45,1) 91%,rgba(35,35,35,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(96,96,96,1) 12%,rgba(140,140,140,1) 25%,rgba(79,79,79,1) 39%,rgba(44,44,44,1) 50%,rgba(20,20,20,1) 51%,rgba(38,38,38,1) 60%,rgba(63,63,63,1) 76%,rgba(45,45,45,1) 91%,rgba(35,35,35,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(96,96,96,1) 12%,rgba(140,140,140,1) 25%,rgba(79,79,79,1) 39%,rgba(44,44,44,1) 50%,rgba(20,20,20,1) 51%,rgba(38,38,38,1) 60%,rgba(63,63,63,1) 76%,rgba(45,45,45,1) 91%,rgba(35,35,35,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#232323',GradientType=0 ); /* IE6-9 */
	box-shadow:0 0 2px #171717;
	text-shadow:0 0 1px #000,0 0 1px #000;
	text-align:center;
	border-radius:6px 6px 0 0;
}
.left_menu li {
	padding:0 0 0 25px;
	background:url('/img/arr.png') no-repeat;
	background-position:10px 4px;
}
.left_menu li a{
	display:inline-block;
	//display:inline;
	//zoom:1;
	padding:3px;
	color:#000;
	border-radius:3px;
}
.left_menu li a:hover{
	color:#0D53A9;
}
.left_menu .current a{
	color:#000;
	background-color:#dddddd;
	text-decoration:none;
}
.left_menu .current a:hover{
	color:#fff;
}
.left_menu li .level-1{
	display:none;
}
.left_menu .current .level-1{
	display:block;
}	
.left_menu li .level-1 li{
	padding:0 0 0 15px;
}
.left_menu li .level-1 li a{
	color:#000;
	background-color:#fff;
	text-decoration:underline;
}
.left_menu li .level-1 li a:hover{
	color:#0D53A9;
	text-decoration:none;
}
.left_menu li .level-1 .current a{
	color:#000;
	background-color:#dddddd;
	text-decoration:none;
}
.left_menu li .level-1 .current a:hover{
	color:#000;
}
.level-1{
	padding:5px 0 0 0;
}
.mainpage_news_title{
	font-size:20px;
	line-height:1.3em;
	color:#fff;
	background: rgb(76,76,76); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(76,76,76,1) 0%, rgba(96,96,96,1) 12%, rgba(140,140,140,1) 25%, rgba(79,79,79,1) 39%, rgba(44,44,44,1) 50%, rgba(20,20,20,1) 51%, rgba(38,38,38,1) 60%, rgba(63,63,63,1) 76%, rgba(45,45,45,1) 91%, rgba(35,35,35,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(76,76,76,1)), color-stop(12%,rgba(96,96,96,1)), color-stop(25%,rgba(140,140,140,1)), color-stop(39%,rgba(79,79,79,1)), color-stop(50%,rgba(44,44,44,1)), color-stop(51%,rgba(20,20,20,1)), color-stop(60%,rgba(38,38,38,1)), color-stop(76%,rgba(63,63,63,1)), color-stop(91%,rgba(45,45,45,1)), color-stop(100%,rgba(35,35,35,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(96,96,96,1) 12%,rgba(140,140,140,1) 25%,rgba(79,79,79,1) 39%,rgba(44,44,44,1) 50%,rgba(20,20,20,1) 51%,rgba(38,38,38,1) 60%,rgba(63,63,63,1) 76%,rgba(45,45,45,1) 91%,rgba(35,35,35,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(96,96,96,1) 12%,rgba(140,140,140,1) 25%,rgba(79,79,79,1) 39%,rgba(44,44,44,1) 50%,rgba(20,20,20,1) 51%,rgba(38,38,38,1) 60%,rgba(63,63,63,1) 76%,rgba(45,45,45,1) 91%,rgba(35,35,35,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(96,96,96,1) 12%,rgba(140,140,140,1) 25%,rgba(79,79,79,1) 39%,rgba(44,44,44,1) 50%,rgba(20,20,20,1) 51%,rgba(38,38,38,1) 60%,rgba(63,63,63,1) 76%,rgba(45,45,45,1) 91%,rgba(35,35,35,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(76,76,76,1) 0%,rgba(96,96,96,1) 12%,rgba(140,140,140,1) 25%,rgba(79,79,79,1) 39%,rgba(44,44,44,1) 50%,rgba(20,20,20,1) 51%,rgba(38,38,38,1) 60%,rgba(63,63,63,1) 76%,rgba(45,45,45,1) 91%,rgba(35,35,35,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#232323',GradientType=0 ); /* IE6-9 */
	box-shadow:0 0 2px #171717;
	text-shadow:0 0 1px #000,0 0 1px #000;
	text-align:center;
	border-radius:6px 6px 0 0;
}
.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{
	margin-top:20px;
	background:#dae6e9;
	border-radius:6px;
	box-shadow: inset 0 0 5px #a0b6ba;
}	
.index_news .text{
	line-height:1.3em;
	font-size:12px;
}
.news .news_item{
	padding:0 7px 0 7px;
}
.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,.photo_list li {
	text-align:center;
	vertical-align: top;
	width:212px;
	padding:9px;
	margin: 0 5px 10px 5px;
}
.photo_list li img,.items_catalog li img{
	margin:0 0 5px 0;
	border:1px solid #6A6A6A;
	border-radius:5px;
}
.items_catalog .category_title, .items_catalog .object_title{
	padding:0 0 5px 0;
}
.items_catalog li .prefix{
	margin-bottom:5px;
}
.object .buy_button{
	float:none;
}
.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 #6A6A6A;
    box-shadow:0 0 7px #6A6A6A;
	border-radius:5px;
}
.photo_list li a:hover img,.object_image a:hover img{
    box-shadow:0 0 7px #0d70aa;
}
.breadcrumbs{
	margin:3px 0 3px 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:#000000;
	color:#fff;
}
.footer{
	text-align:left;
	border-top:1px solid #6A6A6A;
	padding-left:0px;
	padding-right:0px;
}
.footer .text{
	color:#000;
	font-size:12px;
	line-height:1.3em;
}
.footer a:link,.footer a:hover,.footer a:visited{
	color:#000;
}