body {
	margin: 10;
	padding: 0;
}

body, table td, table th {
	font-family: arial;
	font-size: 0.8em;
	//font-size: 80%;
	background-color: #fff;
}

img {
	border: 0;
}

.body {
	text-align: center;
}

.body-in {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

h1 {
	font-size: 1.2em;
	color: #e21130;
}

h1 a:link, h1 a:visited {
	color: #666;
	text-decoration: none;
}

h1 a:active, h1 a:hover {
	color: #ea0023;
	text-decoration: none;
}

h2 {
	font-size: 1.7em;
	//font-size: 1.8em;
	font-weight: normal;
	color: #666;
	font-family: arial narrow;
	position: relative;
	z-index: 10;
}

h3 {
	font-size: 1.1em;
	margin-top: 1.8em;
	margin-bottom: 1em;
	color: #666;
}

h3 a:link, h3 a:visited {
	color: #666;
	text-decoration: none;
}

h3 a:active, h3 a:hover {
	color: #666;
	text-decoration: none;
}

h4 {
	color: #2d81cd;
	margin: 20 0 0 0;
}

h5 {
	font-size: 1.2em;
	color: #777;
	margin: 0;
}

h6 {}

a:link, a:visited {
	color: #e21130;
	text-decoration: underline;
}

a:active, a:hover {
	color: #666;
	text-decoration: underline;
}

ul li {}

li {
	list-style-type: square;
	margin-left: -24px;
}

form {
	margin: 0;
	padding: 0;
}

.line { display: none; }

.head {
	clear: both;
	width: 100%;
}

.top-bg-0 { display: none; }

.logo {
	float: left;
	width: 250px;
	margin-left: -100%;
}

.logo-in {
	position: relative;
}

.head .title {
	float: left;
	width: 100%;
}

.title-in {
	margin-left: 250px;
}

.title-in-2 {
	padding: 10 0 0 0;
}

.top { display: none; }

.path { text-align: right; padding: 0 0 10 0; }

.middle {
	clear: both;
	width: 100%;
	background-color: #fff;
}

.middle-in {
	padding: 0 0 30 0;
}

.left { display: none; }

.content {
	clear: both;
	width: 100%;
}

.content-in {
	margin: 0;
}

.content-in-2 {
	padding: 0 15;
}


/* Статьи анонсы */
.stat-an {
	float: left;
	margin: 0 0 15 0;
	width: 100%;
	//float: none;
}

.stat-an .data {
	color: #666;
	font-weight: bold;
}

.stat-an .name {
	color: #e21130;
	font-weight: bold;
}

.stat-an .name a:link, .stat-an .name a:visited {
	color: #e21130;
	text-decoration: none;
}

.stat-an .name a:active, .stat-an .name a:hover {
	color: #666;
	text-decoration: underline;
}


/* Картинки в тексте */
.img-l {
	float: left;
}

.img-l img {
	margin: 0 5 5 0;
	border: 1px solid #d1d1d1;
}

.img-r {
	float: right;
}

.img-r img {
	margin: 0 0 5 10;
	border: 1px solid #d1d1d1;
}

.img-c {
	display: block;
	text-align: center;
}

.img-c img {
	margin: 0 0 5 0;
	border: 1px solid #d1d1d1;
}

.img-t {
	display: block;
	margin: 0 0 5 0;
	border: 1px solid #d1d1d1;
}

/* Картинки для логотипов раздел дилеры */
.img-lb {
	float: left;
}

.img-lb img {
	margin: 0 10 5 0;
}


/* Каталог товаров */

.catalog {
	clear: both;
	width: 100%;
	//overflow: hidden;
}

.catalog .block {
	float: left;
	width: 180px;
	margin-right: 15px;
	margin-bottom: 15px;
	//overflow: hidden;
}

.catalog .block .img {
	text-align: center;
}


.catalog .block .img .img-in {
	margin-left: auto;
	margin-right: auto;
}


.catalog .block .img img {
	margin: 10 0;
	padding: 0 10;
	height: 150px;
}


.catalog .block .title {
	font-weight: bold;
	margin-bottom: 13;
	padding: 0 10;
}

body:first-of-type .catalog .block .title {
	margin-bottom: 25;
}

.catalog .block span {
	border: 1px solid #d1d1d1;
	display: block;
	color: #515151;
	text-decoration: none;
}

.catalog .block a:link, .catalog .block a:visited {
	border: 1px solid #d1d1d1;
	display: block;
	color: #515151;
	text-decoration: none;
}

.catalog .block a:hover, .catalog .block a:active {
	border: 3px solid #d1d1d1;
	display: block;
	color: #888;
	text-decoration: none;
}

.catalog .block a:hover .title {
	margin-bottom: 9px;
	position: relative;
	margin-left: -2px;
	margin-right: 0px;
}



/* Список товаров */
.catalog-tovar {
	clear: both;
	width: 100%;
	//overflow: hidden;
}

.catalog-tovar .block {
	width: 100%;
	border-bottom: 1px solid #d1d1d1;
	padding: 10 0 15 0;
	float: left;
	//overflow: hidden;
	margin: 0 0 10 0;
}

.catalog-tovar .block-end {
	width: 100%;
	padding: 10 0 15 0;
	float: left;
	//overflow: hidden;
	margin: 0 0 10 0;
}

.catalog-tovar .title {
	font-weight: bold;
}

.catalog-tovar .title a:link, .catalog-tovar .title a:visited {
	color: #515151;
	text-decoration: none;
}

.catalog-tovar .title a:hover, .catalog-tovar .title a:active {
	color: #888;
	text-decoration: none;
}

.catalog-tovar .img {
	float: left;
	padding: 0 15;
}

.catalog-tovar .img img {
	width: 100px;
}

.catalog-tovar .pro {
	margin-bottom: 0.5em;
}

.catalog-tovar .about {
}

.money {
	float: left;
	background-color: #e80a2b;
	color: #fff;
	font-weight: bold;
	padding: 2 5;
	margin-top: 0.8em;
}

.pages {
	clear: both;
	width: 100%;
	margin: 1em 0;
}

.pages div {
	float: left;
	padding: 1 4 1 4;
	margin: 0 4 2 0;
	font-weight: bold;
}

.pages span {
	background-color: #adacac;
	display: block;
	font-weight: bold;
	float: left;
	margin: 0 4 2 0;
	color: #fff;
}

.pages span a:link, .pages span a:active, .pages span a:visited {
	text-decoration: none;
	padding: 1 4 1 4;
	color: #555;
	background-color: #e1e1e1;
	border: 1px solid #e1e1e1;
	display: block;
}

.pages span a:hover {
	text-decoration: none;
	border: 1px solid #959595;
	color: #fff;
	background-color: #959595;
	display: block;
}


/* Страница товара */
.img-tovar {
	float: left;
	display: block;
}

.img-tovar img {
	margin: 0 15 10 0;
}

.content ul {
	margin-left: 0;
	padding: 0;
}

.content li {
	list-style-image: none;
	margin: 0;
	list-style-position: inside;
}

/* Галерея в тексте = применять к ней такой же скрипт выравнивания блоков по высоте, что и в каталоге */

.gallery {
	clear: both;
	width: 100%;
	//overflow: hidden;
}

.gallery .block {
	float: left;
	width: 150px;
	margin: 0 15 10 0;
	//overflow: hidden;
}

.gallery .block .img {
	width: 100%;
	display: table;
	position: relative;
	background-color: #efefef;
}

.gallery .block .img .img-in {
	display: table-row;
	position: relative;
	//top: 50%;
	width: 100%;
}

.gallery .block .img .img-in-2 {
	display: table-cell;
	//display: inline;
	position: relative;
	//float: left;
	vertical-align: middle;
	text-align: center;
}

.gallery .block .img .img-in-3 {
	display: block;
	position: relative;
	//top: -50%;
	width: 100%;
}

.gallery .block .img img {}

.gallery .block .title {}


/* Форма обратной связи */
.send-form {
	clear: both;
	width: 100%;
	margin: 1em 0;
}

.send-form div {
	margin-bottom: 0.3em;
	width: 100%;
}

.send-form span {
	display: block;
	width: 100px;
	float: left;
	white-space: nowrap;
}

.send-form input, .send-form textarea {
	width: 300px;
}

.send-form div img {
	float: left;
}

.send-form div .code {
	width: 230px;
}

.send-form .button {
	width: 100px;
	margin-left: 100px;
}

/* Форма авторизации дилеров */
.avt-form {
	clear: both;
	width: 100%;
	padding-bottom: 1em;
}

.avt-form form {
	margin: 0;
	background-color: #eaeaea;
	padding: 10 10 5 10;
	width: 220px;
	//width: 240px;
}

.avt-form div {
	margin-bottom: 0.3em;
	width: 100%;
	clear: both;
}

*html .avt-form .clear {
	display: none;
}

.avt-form span {
	display: block;
	width: 60px;
	float: left;
	white-space: nowrap;
}

.avt-form input {
	width: 130px;
	float: left;
	margin-bottom: 0.3em;
}

.avt-form .button {
	width: auto;
	margin-left: 0.3em;
}


/* Карта сайта */
.m {
	margin: 0.8em 0;
	font-weight: bold;
	color: #666;
}

.m a:link, .m a:visited {
	color: #666;
	text-decoration: none;
}

.m a:hover, .m a:active {
	color: #666;
	text-decoration: underline;
}

.m-1 {
	margin: 0 0 5 20;
	padding: 0 0 0 14;
	background-image: url(i/li-r.gif);
	background-repeat: no-repeat;
	background-position: center left;
	color: #eb1c3a;
}

.m-1 a:link, .m-1 a:visited {
	color: #eb1c3a;
	text-decoration: none;
}

.m-1 a:hover, .m-1 a:active {
	color: #eb1c3a;
	text-decoration: underline;
}

.m-2 {
	margin: 0 0 5 45;
	padding: 0 0 0 14;
	background-image: url(i/li.gif);
	background-repeat: no-repeat;
	background-position: center left;
	color: #666;
}

.m-2 a:link, .m-2 a:visited {
	color: #666;
	text-decoration: none;
}

.m-2 a:hover, .m-1 a:active {
	color: #666;
	text-decoration: underline;
}


/* Право */
.right { display: none; }


/* Новости */
.news {
	margin: 0 0 20 0;
	clear: both;
	width: 100%;
}

.news .title {
	color: #555;
	font-weight: bold;
}

.news .title .title-name {
	font-size: 1.2em;
	margin-bottom: 0.6em;
}

.news .title .title-name a:link, .news .title .title-name a:visited {
	color: #555;
	text-decoration: none;
}

.news .title .title-name a:active, .news .title .title-name a:hover {
	color: #555;
	text-decoration: none;
}

.news .cont {
	clear: both;
}

.news .data {
	color: #fff;
	font-weight: bold;
	background-color: #e21130;
	float: left;
	width: auto;
	padding: 1 5;
	margin: 0 5 0 0;
}

.news .name {
	color: #555;
	font-weight: bold;
	padding: 2 0 0 5;
}

.news .name a:link, .news .name a:visited {
	color: #555;
	text-decoration: none;
}

.news .name a:active, .news .name a:hover {
	color: #555;
	text-decoration: underline;
}

.news .cont .t {
	clear: both;
	padding: 5 0 10 5;
}

.news .cont .all {
	margin: 10 0 0 0;
}


/* Анонсы */
.anons {
	margin: 0 0 20 0;
	clear: both;
	width: 100%;
	background-color: #eaeaea;
}

.anons .title {
	color: #ea0023;
	font-weight: bold;
	padding: 15 15 0 15;
}

.anons .title .title-name {
	font-size: 1.2em;
}

.anons .title .title-name a:link, .anons .title .title-name a:visited {
	color: #ea0023;
	text-decoration: none;
}

.anons .title .title-name a:active, .anons .title .title-name a:hover {
	color: #ea0023;
	text-decoration: none;
}

.anons .cont {
	clear: both;
	padding: 0 15 15 15;
}

.anons .cont .name {
	color: #555;
	font-weight: bold;
	padding: 10 0 0 0;
}

.anons .cont .name a:link, .anons .cont .name a:visited {
	color: #555;
	text-decoration: none;
}

.anons .cont .name a:hover, .anons .cont .name a:active {
	color: #555;
	text-decoration: underline;
}


/* Нижняя часть */
.bottom {
	clear: both;
	width: 100%; 
}

.bottom-in {}


/* Копирайт */
.copyright {
	clear: both;
	width: 100%;
}

.copyright-in {
	padding: 0 0 0 10;
	color: #616161;
	font-weight: bold;
	border-right: 1px solid #fff;
}

.copyright-in a:link, .copyright-in a:visited {
	color: #616161;
	text-decoration: none;
}

.copyright-in a:active, .copyright-in a:hover {
	color: #616161;
	text-decoration: underline;
}

/* Контакты */
.contacts { display: none; }

/* Самый низ */
.all-bottom { display: none; }


/* Карта раздела диллеры */
.map {
	width: 100%;
	clear: both;
	background-color: #c8c8c8;
	overflow: hidden;
	height: 280px;
	min-width: 300px;
	max-width: 800px;
	margin-bottom: 2em;
}

.map .in {
	background-color: #d7d7d7;
	background-image: url(i-tmp/map.gif);
	background-repeat: no-repeat;
	background-position: -30 -200;
	height: 278px;
	margin: 1px;
	position: relative;
	left: 0;
	top: 0;
}

.map .in div {
	position: absolute;
	color: #616161;
	font-size: 0.9em;
	font-weight: bold;
}

.map .in div a:link, .map .in div a:visited {
	color: #616161;
	padding: 0 0 0 11;
	background-image: url(i-tmp/map-point.gif);
	background-repeat: no-repeat;
	background-position: center left;
	text-decoration: none;
}

.map .in div a:hover, .map .in div a:active {
	color: #e21130;
	background-image: url(i-tmp/map-point-a.gif);
}

.map .in .msc {
	top: 98;
	left: 65;	
}

.map .in .spb {
	top: 32;
	left: 68;	
}

.map .in .tvr {
	top: 78;
	left: 67;	
}

.map .in .rzn {
	top: 120;
	left: 70;	
}

.map .in .ekt {
	top: 170;
	left: 200;	
}

.map .in .stvkr {
	top: 93;
	left: 170;
}

.close {
	text-align: right;
	margin-top: 5px;
	margin-right: 5px;
}

.big-img {
	margin: 0 20 20 20;
}