@CHARSET "UTF-8";
@import url("reset.css");
@font-face {
	font-family: 'Tahoma';
ormat('svg');
	font-weight: normal;
	font-style: normal;
}
.leftimg {
    float:left; /* Выравнивание по левому краю */
    margin: 7px 7px 7px 0; /* Отступы вокруг картинки */
   }
.view_item_img {float:left; width:250px;}
.view_item_desc {float:left; margin-left:15px; width:600px; line-height:1.5; font-family: tahome, arial, helvetica, sans-serif;}
@font-face {
	font-family: 'Tahoma';
	font-weight: normal;
	font-style: normal;
}
body {
	background: #fefaeb url('../img/css/bg.png') center 0;
	color: #1e1e1e;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.i-wrapper {
	width: 1240px;
	margin: 0 auto;
}
/*******************************************************************************
 .b-header
 *******************************************************************************/
.b-header {
	display: block;
	position: relative;
	height: 425px;
	background: url('../img/css/header_bg.jpg') center 0 no-repeat;
}
.b-header__logo {
	width: 330px;
	padding: 12px 0 0 12px;
	font-family: Arial, sans-serif;
}
.b-header__logo a {
	display: block;
	overflow: hidden;
	height: 0;
	width: 307px;
	padding-top: 60px;
	background: url('../img/css/logo.png') 0 0 no-repeat;
	text-decoration: none;
}
.b-header__nav {
	padding: 30px 0 0 250px;
}
.b-header__nav a {
	color: #1e1e1e;
	font-family: Arial, serif;
	font-size: 18px;
	line-height: 38px;
	text-decoration: none;
}
.b-header__nav a:hover {
	color: #639;
}
.b-header__nav a.active {
	color: #750e00;
}
.b-header__phones {
	position: absolute;
	top: 270px;
	left: 610px;
	height: 150px;
	width: 300px;
	background: url('../img/css/phones.png') center 0 no-repeat;
}
/*******************************************************************************
 .b-content
 *******************************************************************************/
.i-content {
	padding: 20px 0 10px;
	background: url('../img/css/shadow.png') center 0 no-repeat;
	border-top: 1px solid #fff;
}
.b-content {
	width: 100%;
}
.b-content .title {
	margin: 23px 0;
	color: #730f20;
	font-family: Arial, Times, serif;
	font-size: 20px;
	line-height: 1.2em;
}
/*******************************************************************************
 .b-content__main
 *******************************************************************************/
.b-content__main {
	padding-left: 33px;
}
.b-content__main p {
	margin: 15px 0;
	line-height: 1.2em;
}
/*******************************************************************************
 .b-content__main__catalog
 *******************************************************************************/
.b-content__main__breadcrumbs {
	padding-bottom: 10px;
	font-size: 12px;
}
.b-content__main__breadcrumbs a {
	color: #750e00;
}
.b-content__main__breadcrumbs a:hover {
	color: #639;
}
/*******************************************************************************
 .b-content__main__item
 *******************************************************************************/
.b-content__main__item {
	overflow: hidden;
	margin-bottom: 25px;
}
.b-content__main__item .aside {
	float: left;
	width: 200px;
	text-align: center;
}

.b-content__main__item .aside2 {
	float: left;
	width: 410px;
	text-align: center;
}
.b-content__main__item .price {
	color: #730f20;
	font-size: 22px;
	text-align: center;
}
.b-content__main__item .price b {
	font-size: 32px;
}
.b-content__main__item .info {
	float: right;
	width: 780px;
}
.b-content__main__item .color {
	color: #730f20;
}
.b-content__main__item .info__bottom {
	overflow: hidden;
	vertical-align: top;
}
.b-content__main__item .info__bottom__nav {
	float: left;
	width: 420px;
	vertical-align: top;
}
.b-content__main__item .info__bottom__nav a {
	color: #730f20;
	text-decoration: none;
}
.b-content__main__item .info__bottom__nav a.prev {
	margin-right: 30px;
	color: #000;
}
.b-content__main__item .info__bottom__nav a:hover {
	color: #639;
}
.b-content__main__item .info__bottom img {
	display: block;
	float: right;
}
/*******************************************************************************
 .b-content__main__catalog
 *******************************************************************************/
.b-content__main__catalog {
	width: 100%;
}
.b-content__main__catalog td {
	width: 50%;
	padding-bottom: 40px;
	vertical-align: top;
}
.b-content__main__catalog_new td {
	padding-bottom: 20px;
}
.b-content__main__catalog .img {
	float: left;
	position: relative;
	width: 90px;
	margin: 0 10px 10px 0;
	text-align: center;
}
.b-content__main__catalog .label {
	display: block;
	position: absolute;
	top: -10px;
	right: -10px;
	height: 51px;
	width: 50px;
	z-index: 9;
}
.b-content__main__catalog .label_new {
	background: url('../img/css/label_new.png') 0 0 repeat-x;
}
.b-content__main__catalog .label_sale {
	background: url('../img/css/label_sale.png') 0 0 repeat-x;
}
.b-content__main__catalog .bottom {
	margin: 0;
	clear: both;
}
.b-content__main__catalog .price {
	display: inline-block;
	width: 100px;
	color: #730f20;
	font-size: 11px;
	text-align: center;
}
.b-content__main__catalog .price b {
	font-size: 16px;
}
.b-content__main__catalog .title {
	margin: 10px 0;
	color: #1e1e1e;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
.b-content__main__catalog a {
	color: #730f20;
}
.b-content__main__catalog a:hover {
	color: #639;
}
/*******************************************************************************
 .b-content__aside
 *******************************************************************************/
.b-content__aside {
	width: 195px;
	padding-left: 12px;
}
.b-content__aside__nav li {
	height: 35px;
	background: url('../img/css/border.png') 0 0 repeat-x;
	line-height: 35px;
}
.b-content__aside__nav li:first-child {
	background: none;
}
.b-content__aside__nav a {
	color: #1e1e1e;
	font-size: 13px;
	text-decoration: none;
}
.b-content__aside__nav a:hover {
	color: #639;
}
.b-content__aside .links a {
	display: block;
	height: 43px;
	margin: 10px 0;
	padding-left: 50px;
	background: url('../img/css/b-content/aside/links_ico.png') 0 bottom no-repeat;
	color: #730f20;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	text-decoration: none;
}
.b-content__aside .links a:first-child {
	background-position: 0 top;
}
.b-content__aside .links a:hover {
	color: #639;
}
/*******************************************************************************
 .b-footer
 *******************************************************************************/
.b-footer {
	height: 63px;
	background: url('../img/css/shadow.png') center 0 no-repeat;
	border-top: 1px solid #fff;
	vertical-align: middle;
}
.b-footer__counters {
	float: right;
	width: 50%;
	text-align: right;
}
