.empty {}

body
{
	font-size: 85%;
	background-color : #97aeca;
	margin: 0px;
}
BODY *
{
	font-size: 100%;	
/*	font-family: Arial, Helvetica, sans-serif;*/
	font-family: Tahoma, Helvetica, sans-serif;
	color: #000;	
}
img
{
	border: 0px;
	margin: 0;	
}

form
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

table
{
	margin-top: 0px;
	margin-bottom: 0px;
	/*Аналог cellpadding=0 cellspacing=0*/
	padding: 0 0 0 0;
	border-spacing: 0;
	_border-collapse: collapse;
	letter-spacing: 0;
	/*width: 100%;*/
}

h1
{
	margin: 0px;
	font-size: 1.9em;
	font-weight: normal;
	color: #ca0102;
}

h2
{
	margin: 0px 0px -4px 0px;
	font-size: 1.5em;
	font-weight: normal;
	color: #000;
}

h3
{
	margin: 7px 0px 0px 0px;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;
	color: #000;
}

a
{
	color: #cf0000;
	text-decoration: underline;
}

a:hover
{
	color : #0425AA;
}

p
{
	margin: 0.1em 2 0.4em 0;
}

hr
{	
	height: 0px;	
	border-top: 1px solid gray;
	border-bottom: none;	
	margin: 10 0 10 0;
	padding: 0;
}

/*Для выравнивания картинок по левому краю*/
.float_left
{
	float: left;
	margin: 5 10 3 0;
}
/*------------------------------------------------------*/
/*Таблицы в контенте*/
.content_div table
{
	margin-top: 0px;
	margin-bottom: 0px;
	/*Аналог cellpadding=0 cellspacing=0*/
        border: 1px solid gray;
	border-collapse: collapse;
}

.content_div td
{
	margin-top: 0px;
	margin-bottom: 0px;
	/*Аналог cellpadding=0 cellspacing=0*/
   border: 1px solid gray;
	border-collapse: collapse;
}

/*Делаем класс для тех, кто без границы*/
table.no_border
{
	border: none;
}

.no_border td
{
	border: none;
}
/*/Делаем класс для тех, кто без границы*/
/*------------------------------------------------------*/

/* Шапка */
.header
{
	width: 982px;
	height: 298px;
	background-image: url(header-img.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

.header td
{
	vertical-align: top;
	text-align: left;
}

.header-container
{
	position: relative;
}

/* Ссылка поверх логотипа */
.logo-link
{
	display: block;
	position: absolute;
	top: 4px;
	left: 17px;
}
/* /Ссылка поверх логотипа */

/* Главное меню */
.menu-container
{
	position: absolute;
	top: 95px;
	left: 17px;
}

.main-menu
{
	height: 40px;
}

.main-menu td
{
	background: url(main-menu-bg.jpg) top repeat-x;
	background-color: #d6000d;
	padding: 0px;
	height: 40px;
}

.main-menu td.left
{
	background: url(main-menu-left.gif) top no-repeat;
	width: 3px;
	padding: 0px;
}

.main-menu td.right
{
	background: url(main-menu-right.gif) top no-repeat;
	width: 3px;
	padding: 0px;
}

.main-menu td.left-active
{
	background: url(main-menu-left-active.gif) top no-repeat;
	width: 3px;
	padding: 0px;
}

.main-menu td.right-active
{
	background: url(main-menu-right-active.gif) top no-repeat;
	width: 3px;
	padding: 0px;
}

.main-menu td.active
{
	background: url();
	background-color: #FFF;
}

.main-menu a.item
{
	display: block;
	padding: 0px 10px;
	color: #FFF;
	text-decoration: none;
	height: 40px;
	line-height: 36px;
	font-size: 12px;
	font-weight: bold;
}

.main-menu a:hover.item
{
	display: block;
	color: #FFF;
	padding: 0px 10x;
	text-decoration: underline;
}

.main-menu a.item-active
{
	display: block;
	padding: 0px 10px;
	background-color: #FFF;
	height: 40px;
	color: #000;
	text-decoration: none;
	line-height: 38px;
	font-size: 12px;
	font-weight: bold;
}

.main-menu a:hover.item-active
{
	display: block;
	color: #000;
	padding: 0px 10px;
	background-color: #FFF;
	text-decoration: underline;
}

.main-menu span.item-active
{
	display: block;
	color: #000;
	padding: 0px 10px;
	background-color: #FFF;
	height: 40px;
	line-height: 38px;
	font-size: 12px;
	font-weight: bold;
}
/* /Главное меню */

/* Блок с телефонами консультаций */
.consultation-phones
{
	position: absolute;
	top: 178px;
	left: 108px;
	font-size: 13px;
}

.consultation-phones p
{
	color: #000;
	font-size: 11px;
	font-weight: bold;
} 

.consultation-phones .phone
{
	color: #ca0102;
	font-size: 19px;
	font-weight: bold;
	display: block;
	position: relative;
	padding-left: 68px;
}

.consultation-phones .phone .code
{
	color: #000;
	font-size: 12px;
	font-weight: bold;
	display: block;
	position: absolute;
	vertical-align: bottom;
	top: 7px;
	left: 0px;
	_left: -68px;
}
/* /Блок с телефонами консультаций */

/* Ссылка "отправить заявку"(Блок консультаций) */
a.consultation-form-link
{
	display: block;
	position: absolute;
	top: 201px;
	left: 381px;
	font-size: 12px;
	font-weight: bold;
	color: #c40000;
}

a:hover.consultation-form-link
{
	color: #0425AA;
}
/* Ссылка "отправить заявку"(Блок консультаций) */

/* /Шапка */

/* Центральная часть */
.center
{
	width: 982px;
/*	padding-top: 15px;
	padding-bottom: 35px;*/
}

.center td
{
	padding-top: 5px;
	padding-bottom: 35px;
	background-color: #FFF;
	width: 982px;
}

.center td.top
{
	width: 982px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.center td.bottom
{
	width: 982px;
	padding-top: 0px;
	padding-bottom: 0px;
}
/* /Центральная часть */

.content
{
	width: 100%;
}

/* Левая колонка */
td.left-column
{
	width: 242px;
	padding: 10px 0px 0px 0px;
	vertical-align: top;
}

/* Блок разделов каталога */
.catalog-block
{
	margin-left: 15px;
}

.catalog-block td
{
	background-color: #f2f2f2;
	padding: 0px;
}

.catalog-block .title
{
	font-size: 0.9em;
	color: #000;
	font-weight: bold;
	margin-left: 17px;
	margin-top: 3px;
}

.catalog-block .title a, .catalog-block .title a:hover
{
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.catalog-block .title a.active, .catalog-block .title a.active:hover, .catalog-block .title span
{
	text-decoration: none;
	font-style: italic;
}

.catalog-block ul
{
	margin-top: 3px;
	margin-bottom: 20px;
	padding-left: 17px;
	_margin-left: 17px;
}

.catalog-block li
{
	font-size: 0.9em;
	color: #000;
	list-style-image: url(ul-left.jpg);
	list-style-position: inside;
	_list-style-position: outside;
	padding-bottom: 3px;
}

.catalog-block li a
{
	color: #c90000;
}

.catalog-block li a:hover
{
	color: #0425AA;
}

.catalog-block li span.current
{
	color: #000;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
}

.catalog-block li a.current
{
	color: #000;
	font-weight: bold;
	font-style: italic;
}

.catalog-block li a.current:hover
{
	color: #0425AA;
}

.catalog-block li .count
{
	color: #989898;
	text-decoration: none;
}

.catalog-block a.order-link
{
	display: block;
	height: 16px;
	font-weight: bold;
	color: #c40000;
	font-size: 0.9em;
	padding-left: 20px;
	background-image: url(paper-icon.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin-left: 14px;
	margin-bottom: 2px;
	margin-top: -12px;
}

.catalog-block a:hover.order-link
{
	color: #0425AA;
}
/* /Блок разделов каталога */

/* Блок новостей */
.news-block
{
	padding: 0px 0px 0px 15px;
	margin-left: 15px;
}

.news-block a
{
	display: block;
}

.news-block a.title
{
	font-size: 1.7em;
	color: #ca0102;
	margin-top: 10px;
	margin-bottom: -5px;
}

.news-block a:hover.title
{
	color: #0425AA;
}

.news-block a.item
{
	font-size: 0.9em;
	color: #000;
	margin-top: 10px;
	margin-bottom: 15px;
}

.news-block a:hover.item
{
	color: #ca0102;
}
/* /Блок новостей */

/* Таблица со спецпредложениями */

.left-title
{
	font-size: 1.7em;
	color: #ca0102;
	margin-top: 7px;
	margin-left: 31px;
	margin-bottom: 0px;
}

table.left-spec-table
{
	margin-top: 6px;
	margin-left: 31px;
	margin-bottom: 15px;
	border: none;
	width: 226px;
}

table.left-spec-table td
{
	padding: 0px;
	_padding-top:2px;
	border: none;
}

.left-spec-table a
{
	font-size: 0.83em;
	color: #000;
	text-decoration: none;
}

.left-spec-table a:hover
{
	color: #c40000;
}

.left-spec-table a b
{
	color: #000;
}

.left-spec-table a:hover b
{
	color: #c40000;
}

.left-spec-table a.text-link
{
	display: block;
	margin: 3px 4px 9px 0px;
}
/* /Таблица со спецпредложениями */

/* /Левая колонка */

/* "Крошки" */
.breadcrumbs
{
	color: #a8a8a8;
	font-size: 0.9em;
	margin: -2px 0px 6px 0px;
}

.breadcrumbs a
{
	color: #cf0000;
	text-decoration: underline;
}

.breadcrumbs a:hover
{
	color : #0425AA;
}
/* /"Крошки" */

/* Контентная часть */
td.main-column
{
	vertical-align: top;
	padding: 0px 15px 0px 12px;
	font-size: 0.9em;
	width:740px;
}

/* Заголовок идентичный Н1 */
.main-title
{
	font-size: 1.9em;
	color: #ca0102;
}
/* /Заголовок идентичный Н1 */

/* Таблица со спецпредложениями на главной */
td.main-column table.spec-table
{
	margin-top: 6px;
	margin-bottom: 15px;
	margin-left: 5px;
	border: none;
	width: 100%;
}

td.main-column table.spec-table td
{
	padding: 0px;
	_padding-top:2px;
	_padding-right:0px;!important;
	border: none;
	text-align: left;
}

.spec-table a
{
	font-size: 0.83em;
	color: #000;
	text-decoration: none;
}

.spec-table a:hover
{
	color: #c40000;
}

.spec-table a b
{
	color: #000;
}

.spec-table a:hover b
{
	color: #c40000;
}

.spec-table a.text-link
{
	display: block;
	margin: 5px 4px 5px 4px;
}
/* /Таблица со спецпредложениями на главной */

/* Стили для основных элементов контентной части */
.main-column p
{
	color: #000;
	font-size: 1.1em;
	margin: 4px 0px 13px 0px;
}

.main-column ol.normal-top-margin
{
	color: #000;
	margin: 5px 0px 8px 0px;
	_margin-left: 45px;
}

.main-column ul.normal-top-margin
{
	color: #000;
	margin: 5px 0px 8px 0px;
	list-style-image: url(ul-main.jpg);
	_margin-left: 45px;
}

.main-column ol.top-margin
{
	color: #000;
	margin: -15px 0px 8px 0px;
	_margin-left: 45px;
}

.main-column ul.top-margin
{
	color: #000;
	margin: -15px 0px 8px 0px;
	list-style-image: url(ul-main.jpg);
	_margin-left: 45px;
}

.main-column ol
{
	color: #000;
	margin: -15px 0px 8px 0px;
	margin: 5px 0px 8px 0px;
	font-size: 1.1em;
	_margin-left: 45px;
}

.main-column ul
{
	color: #000;
	margin: -15px 0px 8px 0px;
	margin: 5px 0px 8px 0px;
	list-style-image: url(ul-main.jpg);
	font-size: 1.1em;
	_margin-left: 45px;
}

.main-column li
{
	color: #000;
	margin: 0px 0px 3px 0px;
}

.main-column ul *
{
	font-size: 1.0em;
	_font-size: 0.9em;
}

.main-column ol *
{
	font-size: 1.0em;
	_font-size: 0.9em;
}

.main-column ol li
{
	padding-left: 1px;
	margin-left: -1px;
}

.main-column ul li
{
	margin-left: -5px;
}

.main-column table
{
	color: #000;
	font-size: 1.1em;
	margin: 0px 0px 0px 20px;
	border-left: 1px solid #9b9b9b;
/*	border-right: 1px solid #9b9b9b;*/
/*	border-bottom: 1px solid #9b9b9b;*/
	border-top: 1px solid #9b9b9b;
	width: 90%;
}

.main-column table td
{
	color: #000;
/*	border-left: 1px solid #9b9b9b;*/
	border-right: 1px solid #9b9b9b;
	border-bottom: 1px solid #9b9b9b;
/*	border-top: 1px solid #9b9b9b;*/
	padding: 7px 5px 9px 5px;
	text-align: center;
}

.main-column table th
{
	color: #000;
/*	border-left: 1px solid #9b9b9b;*/
	border-right: 1px solid #9b9b9b;
	border-bottom: 1px solid #9b9b9b;
/*	border-top: 1px solid #9b9b9b;*/
	padding: 6px 0px 9px 0px;
}

.main-column table.no-bordered
{
	color: #000;
	font-size: 1.1em;
	margin: 0px 0px 0px 20px;
	width: auto;
	border: none;
}

.main-column table.no-bordered td
{
	color: #000;
	padding: 7px 5px 9px 5px;
	text-align: center;
	border: none;
}

.main-column table.no-bordered th
{
	color: #000;
	padding: 6px 0px 9px 0px;
	border: none;
}

.main-column form table
{
	color: #000;
	font-size: 1.1em;
	border: none;
	margin: 0px 0px 0px 0px;
	width: 590px;
}

/* А это для формы заявки */
.main-column form table td
{
	color: #000;
	border: none;
	padding: 7px 0px 9px 0px;
	text-align: right;
	vertical-align: top;
}

.main-column form table td.input
{
	text-align: left;
	vertical-align: top;
}

.faq-input
{
	width: 250px;
	background-color: White;
	border: 1px solid #a0a0a0;
}

textarea.faq-input
{
	height: 150px;
}

textarea.faq-input.small
{
	height: 100px;
	font-size: 0.9em;
}
/* /А это для формы заявки */

/* Разводящая */
.main-column ul.divorce
{
	margin-top: 10px;
	list-style-image: url(ul-divorce.jpg);
	/*margin-left: -24px;*/
	_margin-left: 44px;
}

.main-column ul.divorce li
{
	font-size: 1.3em;
	margin-bottom: 6px;
}

.main-column ul.divorce li.margin
{
	margin-left: 40px;
}

.main-column ul.divorce li a
{
	color: #000;
	text-decoration: underline;
}

.main-column ul.divorce li a:hover
{
	color: #cf1000;
}
/* /Разводящая */

/* /Стили для основных элементов контентной части */

/* Рамка для картинок */
span.border-img
{
	display: table-cell;
	padding: 1px;
	border: 1px solid #b1b1b1;
}

span.border-img.left
{
	float: left;
	margin-right: 12px;
}

span.border-img.right
{
	float: right;
	margin-left: 12px;
}
/* /Рамка для картинок */

/* Блок разделов каталога */
.main-catalog-block
{
	margin-top: -5px;
}

.main-catalog-block td
{
	background-color: #f2f2f2;
	padding: 0px;
}

.main-catalog-block .title
{
	font-size: 1.14em;
	color: #000;
	font-weight: bold;
	margin-top: 3px;
}

.main-catalog-block .title a, .main-catalog-block .title a:hover
{
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

.main-catalog-block ul
{
	margin-top: 3px;
	margin-bottom: 17px;
	padding-left: 13px;
	_margin-left: 0px;
	list-style-type: none;
	list-style-image: url();
}

.main-catalog-block li
{
	font-size: 1.0em;
	color: #989898;
	padding-bottom: 1px;
}

.main-catalog-block li a
{
	color: #c90000;
}

.main-catalog-block li a.bold
{
	font-weight: bold;
}

.main-catalog-block li a:hover
{
	color: #0425AA;
}
/* /Блок разделов каталога */

/* Фильтр */
.main-column form table.filter
{
	border: none;
	margin-left: 0px;
	margin-top: 7px;
	width: 696px;
}

.main-column form table.filter td
{
	border: none;
	text-align: left;
	padding: 0px 0px 0px 0px;
	width: auto;
}

.main-column form table.filter td.spacer
{
	width: 15px;
}

.main-column form table.filter td.long-spacer
{
	width: 48px;
}

.main-column form .filter .label
{
	color: #000;
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 11px;
}

.main-column form .filter .large-label
{
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 11px;
}

.main-column form .filter .label-margin
{
	color: #000;
	font-size: 1.0em;
	font-weight: bold;
	padding-left: 21px;
	margin-bottom: 4px;
	margin-top: 11px;
}

.main-column form .filter .long-input
{
	border: 1px solid #a0a0a0;
	width: 206px;
	color: #000;
}

.main-column form .filter .short-input
{
	border: 1px solid #a0a0a0;
	width: 65px;
	color: #000;
	margin-right: 14px;
}

.main-column form .filter .radio-group
{
	margin-bottom: 17px;
	margin-top: 6px;
	display: block;
}

.main-column form .filter .radio
{
	vertical-align: bottom;
	_vertical-align: middle;
}

.main-column form .filter .spacer
{
	width: 20px;
	display: inline-block;
}
/* /Фильтр */

/* Постраничная разбивка в каталоге */
.pager
{
	margin-top: 14px;
	margin-bottom: 15px;
	text-align: center;
	height: 19px;
}

.pager a
{
	font-size: 1.1em;
	font-weight: bold;
}

.pager a.prev
{
	vertical-align: top;
	margin-right: 10px;
}

.pager a.next
{
	vertical-align: top;
	margin-left: 10px;
}

.pager a.quot
{
	display: inline-block;
	vertical-align: bottom;
	padding-bottom: 3px;
	text-decoration: none;
	color: #c3c3c3;
	font-size: 1.2em;
}

.pager a.quot.prev
{
	margin-right: 8px;
}

.pager a.quot.next
{
	margin-left: 8px;
}

.pager span.prev-spacer
{
	display: inline-block;
	width: 70px;
}

.pager span.next-spacer
{
	display: inline-block;
	width: 79px;
}

.pager span.page
{
	font-size: 1.0em;
	font-weight: bold;
	display: inline-block;
	width: 19px;
	height: 19px;
	padding-top: 3px;
	vertical-align: top;
	background-image: url(pager-span.gif);
	background-repeat: no-repeat;
	background-position: center;
	color: #ca0102;
	margin: 0px 2px 0px 2px;
}

.pager a.page
{
	font-weight: normal;
	display: inline-block;
	width: 19px;
	height: 19px;
	padding-top: 2px;
	background-image: url(pager-a.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	background-position: center;
	color: #000;
	text-decoration: none;
	margin: 0px 2px 0px 2px;
}

.pager a:hover.page
{
	color: #c40000;
}
/* /Постраничная разбивка в каталоге */

/* Таблица с лотами */
.main-column table.realty
{
	width: 100%;
	margin-left: 0px;
}

.main-column table.realty tr.gray
{
	background-color: #DCE2E6;
}

.main-column table.realty tr.gray td
{
	background-color: #DCE2E6;
}

.main-column table.realty th
{
	font-size: 0.83em;
	background-color: #e1e8f0;
/*	border: 1px solid #9b9b9b;*/
}

.main-column table.realty td
{
	font-size: 0.83em;
/*	border: 1px solid #9b9b9b;*/
}

.main-column table.realty td.comments
{
	text-align: left;
	padding-left: 15px;
}

.photo-link
{
	display: block;
	margin-top: 8px;
}

.basket-link
{
	display: block;
	width: 16px;
	height: 15px;
	background-image: url(basket.gif);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 auto;
}
/* /Таблица с лотами */

/* /Контентная часть */

/* Футер */
.footer
{
	width: 982px;
}

.footer p
{
	color: #282828;
	padding-top: 13px;
	padding-bottom: 9px;
}

.footer td.left
{
	width: 178px;
	font-size: 11px;
	color: #282828;
	padding-left: 25px;
	padding-bottom: 20px;
	vertical-align: top;
}

.footer p.add-phones
{
	color: #282828;
	padding: 0px;
	text-align: right;
}

.footer td.right
{
	width: 218px;
	font-size: 11px;
	color: #282828;
	vertical-align: top;
}

.footer a
{
	color: #282828;
	text-decoration: none;
}

.footer a:hover
{
	color: #AA0425;
	text-decoration: none;
}

.footer a.name
{
	color: #282828;
	text-decoration: underline;
}

.footer a:hover.name
{
	color: #AA0425;
}
/* /Футер */

/* Страница с фотографиями */
body#photos
{
	background-color : #FFF;
}

.big-photo
{
	width: 640px;
	margin: 0px 1px 0px 1px;
}

.big-photo td
{
	width: 640px;
	text-align: center;
	vertical-align: top;
}

#photos .pager
{
	margin-top: 35px;
	margin-bottom: 0px;
	font-size: 0.9em;
}

#photos .pager span.page
{
	font-weight: bold;
}

#photos .photo-pager
{
	margin-top: 8px;
	margin-bottom: 0px;
	text-align: center;
	height: 40px;
}

#photos .photo-pager .page
{
	font-weight: normal;
	display: inline-block;
	width: 40px;
	height: 30px;
	vertical-align: top;
	margin: 0px 2px 0px 2px;
}
/* Страница с фотографиями */

.news_date
{
	margin-top: 5px;
	color: #999;
	font-style: italic;
}

.print_version
{
	float: right;
	padding-top: 4px;
}

.print_version a
{
	background-image: url(printer.gif);
	background-repeat: no-repeat;
	padding: 0px 0px 3px 20px;
	line-height: 20px;
	font-size: 11px;
}

.blue_link, .blue_link:hover
{
	color: #0000FF;
}

body.print
{
	background-color: #FFFFFF;
	text-align: center;
}

body.print .container
{
	width: 720px;
	margin: 0px auto;
	text-align: left;
}

body.print .container *
{
	color: #000000;
}

body.print .do_print input
{
	cursor: pointer;
}