﻿/* НАЧАЛО */

/* 1 Общие стили */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend
 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
img {
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;	
}
a {
	color: #0090E2;
}
ol, ul {
	list-style: none;
}


:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}



html, body {height:100%;}
body {
	font-family: arial;
	font-size:12px;
}
body {
	background:#fff;
}
#container {
	position:relative;
	max-width:1260px;
	min-width:995px !important;
	margin:auto;
	_width:expression(width(995,1260));
}
table {
	width:100%;
}
#layout_table {
	border-collapse:collapse;
	margin:0;
	padding:0;
}
#right_column_layout {

}
img {border:0;}
.clear {
	clear:both;
	height:1px;
	font-size:1px;
	line-height:1px;
}
.nowrap {
	white-space:nowrap;
}
.clear.spacer {
	margin:0 0px 20px 0px;
}
a:hover {
	text-decoration:none;
}

/* Разметка */
#left_column {
	width:185px !important;
	border-bottom:2px solid #e4e4e4;
	padding-bottom:20px;
}

#right_column {
	border-bottom:2px solid #e4e4e4;
}
	.rc_right_column {
		width:172px;
	}
	.layout_counter {
		height:10px;
	}
		.layout_counter td {
			height:10px;
			line-height:10px;
			font-size:10px;
		}
		
		
#logo {
	margin:auto;
	margin-bottom:11px;
	display:block;
}

/* Форма поиска */
#search_form {
	margin:0 0 38px 8px;
}
#search_form #searching_text {
	width:115px;
	height:17px;
	line-height:17px;
	font-style:italic;
	font-size:12px;
	color:#676767;
	border:1px solid #bebebe;
	-moz-border-radius:2px;
	-khtml-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
}
#search_form #search_submit {
	width:54px;
	height:19px;
	border:0;
	background:url(images/frontend/buttons.png) 0 -20px no-repeat;
	font-size:12px;
	line-height:19px;
	padding:0 0 4px 0;
	cursor:pointer;
	*padding:0;
}

/* Блок «Конференц-залы» */
#new_conference_hall {
	padding:10px 0 15px 8px;
	font-size:12px;
	background:#f9f6ee;
	margin:0 0 14px 0;
}
	#new_conference_hall h3 {
		margin-bottom:13px;
	}
	#new_conference_hall h3, #new_conference_hall h3 a {
		font-size:20px;
		color:#403f3f;
		font-family:Trebuchet MS, arial;
		font-weight:normal;
	}
	#new_conference_hall .hall_block {
		margin-bottom:14px;
	}
		#new_conference_hall .hall_name {
			color:#000;
			text-decoration:none
		}
			#new_conference_hall .hall_name:hover {
				text-decoration:underline;
			}
		#new_conference_hall .hall_block .event_date {
			color:#ff7200;
		}
		#new_conference_hall .hall_block .hall_city, #last_response .comments_count {
			color:#8b8b8b;
			font-size:11px;
			display:block;
		}
		
/*Меню для типовых страниц*/		
#second_menu {
	padding:10px 0 15px 8px;
	font-size:12px;
	background:#f9f6ee;
	margin:0 0 14px 0;
}
#second_menu a {
		font-size:16px;
		color:#403f3f;
		font-family:Trebuchet MS, arial;
		font-weight:normal;
}		


/* Кнопки */
#left_column .button_yellow_plus {
	position:relative;
	left:-3px;
}
.button_yellow_plus {
	display:inline-block;
	height:20px;
	line-height:20px;
	background:url(images/frontend/buttons.png) top right no-repeat;
	padding-right:25px;
	_padding-right:24px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	white-space:nowrap;
	/* Часть стилей в JS-файле */
}
	.button_yellow_plus .left_corners {
		width:4px;
		height:20px;
		float:left;
		margin-right:3px;
		_margin-right:1px;
		background:url(images/frontend/buttons.png) top left no-repeat;
		/* Этот класс присваивается через JS */
	}
.button_yellow {
	white-space:nowrap;
	display:inline-block;
	height:20px;
	line-height:20px;
	background:url(images/frontend/buttons.png) right -98px no-repeat;
	padding-right:27px;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	/* Часть стилей в JS-файле */
}
	.button_yellow .left_corners {
		width:4px;
		height:20px;
		float:left;
		margin-right:3px;
		background:url(images/frontend/buttons.png) top left no-repeat;
		/* Этот класс присваивается через JS */
	}
.button_green {
	white-space:nowrap;
	display:inline-block;
	height:20px;
	line-height:20px;
	background:url(images/frontend/buttons.png) right -118px no-repeat;
	padding:0 20px 0 0;
	color:#fff;
	text-decoration:none;
	font-size:12px;
	/* Часть стилей в JS-файле */
}
	.button_green .left_corners {
		width:4px;
		height:20px;
		float:left;
		margin-right:16px;
		background:url(images/frontend/buttons.png) 0 -118px no-repeat;
		/* Этот класс присваивается через JS */
	}
	
	/* Голубые кнопки */
.button_blue {
	white-space:nowrap;
	height:20px;
	line-height:20px;
	display:inline-block;
	background:url(images/frontend/buttons.png) right -58px no-repeat;
	color:#fff;
	text-decoration:none;
	padding:0 5px 0 0;
}
	.button_blue .left_corners {
		width:4px;
		height:20px;
		float:left;
		margin-right:3px;
		background:url(images/frontend/buttons.png) 0 -58px no-repeat;
		/* Этот класс присваивается через JS */
	}
.button_blue_plus {
	height:20px;
	line-height:20px;
	display:inline-block;
	background:url(images/frontend/buttons.png) right -78px no-repeat;
	color:#fff;
	text-decoration:none;
	padding:0 24px 0 0;
	*padding-right:23px;
}
	.button_blue_plus .left_corners {
		width:4px;
		height:20px;
		float:left;
		margin-right:1px;
		_margin-right:0;
		background:url(images/frontend/buttons.png) 0 -58px no-repeat;
		/* Этот класс присваивается через JS */
	}
	
	
/* Блок «Последние отзывы» */
#last_response {
	padding:10px 0 15px 8px;
	background:#eef3fa;
}
	#last_response h3 {
		margin-bottom:13px;
	}
	#last_response h3, #last_response h3 a {
		font-family:Trebuchet MS, arial;
		font-size:20px;
		font-weight:normal;
		color:#ffa200;
	}
	#last_response .response_block {
		margin-bottom:14px;
	}
	#last_response .response_block .event_date {
		color:#ff7200;
	}
	#last_response .response_block .conference_name {
		color:#000;
		text-decoration:none;
	}
		#last_response .response_block .conference_name:hover {
			text-decoration:underline;
		}
	#last_response .response_block .conference_city {
		color:#8b8b8b;
		font-size:11px;
		display:block;
	}
	
/* Меню центральной колонки */
#central_menu {
	border-collapse:collapse;
}
	#central_menu tr {
		height:26px;
	}
	#central_menu td {
		width:25%;
		text-align:center;
		background:#ffa200;
		color:#fff;
		font-size:13px;
		/* Добавление тени следующему после текущего элементу смотрим в JS-файле */
	}
	#central_menu td.shadow {
		background:url(images/frontend/shadow.png) #ffa200 no-repeat;
	}
	#central_menu td.current {
		background:#f3f3f3;
		color:#000;
	}
	#central_menu td.current a {
		color:#000;
	}
	#central_menu td a {
		color:#fff;
		font-size:13px;
		display:block;
		border-right:2px solid #ffedce;
		text-decoration:none;
		height:22px;
		line-height:20px;
	}
	#central_menu td.last-child span, #central_menu td.last-child a {
		border-right:none;
	}
	
#search_hall_and_action {
	border-collapse:collapse;
}
	#search_cell {
		background:#f3f3f3;
	}
	#search_cell form {
		margin-top:15px;
		margin-bottom:10px;
	}
	#info_cell {
		padding:15px 15px 4px 15px;
		width:157px;
		background:#ebf2e8;
		color:#249ec2;
		font-size:13px;
		text-align:center;
	}
		#info_cell a {
			color:#249ec2;
		}
		#info_cell strong {
			font-size:16px;
			display:block;
		}
/* /Меню центральной колонки */

	/* Форма поиска залов */
	#search_hall {
		width:400px;
		margin:auto;
	}
	#search_hall select {
		width:133px;
		float:left;
		margin-right:12px;
	}
	#search_hall .search_hall_submit, #search_events .search_hall_submit {
		width:71px;
		height:19px;
		line-height:19px;
		padding:0 0 3px 0;
		border:0;
		background:url(images/frontend/buttons.png) 0 -39px no-repeat;
		cursor:pointer;
		margin-left:-6px;
	}
	.adv_search {
		float:right;
		color:#656565;
		position:relative;
		left:-44px;
	}
	.all_halls {
		float:left;
		color:#656565;
		position:relative;
	}
	/* /Форма поиска залов */
	
/* Форма поиска Мероприятий */
#search_events {
	width:400px;
	margin:auto;
}
	#search_events select {
		width:44%;
		margin-right:10px;
	}
	#event_begin_date, #event_end_date {
		width:87px;
		border:1px solid #C7C7C6;
	}
	#search_events .ui-datepicker-trigger {
		margin-left:5px;
		position:relative;
		top:4px;
	}
	#search_events .search_hall_submit {
		margin-left:0;
	}
/* /Форма поиска Мероприятий */
	
/* Облако тегов */
	#tag_list {
		height:120px;
		background:#eef5f9;
		margin:0 0 11px 0;
	}
/* /Облако тегов */
#text_content {
	border-collapse:collapse;
	margin:0 0 0 5px;
}

/* Мероприятия */
#events {
	border-left:2px solid #eaeaea;
	border-right:2px solid #eaeaea;
	padding:25px 5px 20px 5px;
}
	#events h3 {
		margin-bottom:8px;
		float:left;
		margin:0 22px 3px 15px;
	}
	#events h3, #events h3 a {
		color:#249ec2;
		font-size:20px;
		font-family:Trebuchet MS, arial;
		font-weight:normal;
	}
	#events .event_block {
		margin:0 0 15px 15px;
	}
	#events  select {
		width:150px;
		float:left;
	}
	#events .event_block .date {
		color:#ff7200;
		font-size:12px;
		font-weight:bold;
	}
	#events .event_block .location {
		display:block;
		color:#8c8c8c;
		font-size:10px;
	}
	#events .event_block a {
		color:#0090e2;
		font-size:12px;
	}
	
#events .button_blue {
	margin:20px 6px 0 15px;
	float:left;
	font-size:11px;
	_margin-right:1px;
}
#events .button_blue_plus {
	float:left;
	margin-top:20px;
	white-space:nowrap;
	font-size:11px;
}

#news {
	padding: 25px 0 20px 0;
	width:284px;
}
	#news h3 {
		float:left;
		margin-left:7px;
	}
	#news h3, #news h3 a {
		color:#404040;
		font-size:20px;
		font-family:Trebuchet MS, arial;
		font-weight:normal;
	}
	#news #newspaper {
		float:right;
		width:83px;
		height:49px;
		position:relative;
		background:url(images/frontend/gazeto.png) no-repeat;
		_background:none;
		_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/frontend/gazeto.png', sizingMethod='crop');
	}
	#news #main_news {
		background:#eef5f9;
		padding:3px 5px 20px 17px;
		margin:-17px 0 15px 0;
	}
		#news #main_news a {
			color:#0090e2;		
		}
		#news #main_news .date {
			color:#f7af34;
			font-size:13px;
			font-weight:bold;
			display:block;
		}

	#news .news_block {
		margin-bottom:13px;
		padding:0 15px 0 17px;
	}
	#news .news_block a {
		color:#000;
		text-decoration:none;
	}
	#news .news_block a:hover {
		text-decoration:underline;
	}
	#news .news_block .date {
		background:url(images/frontend/date.png) no-repeat;
		padding:0 0 0 18px;
		color:#ff7200;
	}
	#news .button_yellow {
		margin:11px 0 30px 12px;
	}
	#news .button_yellow_plus {
		margin:11px 0 30px 0;
	}
	
	
	/* Вопрос эксперту */
	
	#news h3#question_to_expert {
		margin-bottom:7px;
	}
	#news h3#question_to_expert, #news h3#question_to_expert a {
		color:#5cb537;
		float:none;
	}
	#news .expert_block {
		clear:both;
		margin-bottom:20px;
	}
	#news .expert_block .expert_face {
		float:left;
		margin:0 10px 0 10px;
	}
	#news .expert_block a {
		color:#0090e2;
	}
	
	#news .expert_block p {
		color:#545b50;
	}
	#news .button_green {
		float:right;
		margin-bottom:10px;
		position:relative;
		left:-10px;
	}

/* Блок контактоы */	
#contacts {
	background:#e8f5d6;
}
	#contacts h4 {
		border-top:1px solid #b3dd9b;
		border-top:1px solid #78c257;
		border-left:1px solid #6dbd4a;
		border-right:1px solid #6dbd4a;
		height:25px;
		width:100%;
		background:#5cb537;
		text-align:center;
		font-size:13px;
		font-weight:normal;
		color:#fff;
		line-height:25px;
		margin-bottom:5px;
	}
	
	#contacts a, #contacts span {
		display:block;
		padding-left:25px;
		height:16px;
		margin-left:5px;
		color:#000;
		text-decoration:none;
		font-size:11px;
	}
	#contacts #email {
		background:url(images/frontend/icon_email.png) no-repeat;
	}
	#contacts #skype {
		background:url(images/frontend/icon_skype.png) 3px 0 no-repeat;
	}
	#contacts #icq {
		margin: 0px 4px 0px -17px;								
	}
	#contacts #icq img {
		vertical-align: middle;	    
	}
	#contacts #icq_text {
		margin:-15px 0 0 -3px;
	}
	
	#contacts #vkontakte {
		background:url(images/frontend/icon_vkontakte.png) 3px 0 no-repeat;
	}
	#contacts #twitter {
		background:url(images/frontend/icon_twitter.png) 3px 0 no-repeat;
	}
	
	
/* Футер */
#footer {
	border-collapse:collapse;
	background:#eef5f9;
}
#footer td {
	padding-top:5px;
}

#footer_menu {
	text-align:center;
}
	#footer_menu a {
		color:#000;
		margin-right:15px;
	}
	
#address {
	text-align:center;
}
#address div {
	width:760px;
	margin:auto;
}

#address p {
	color:#858585;
	font-size:11px;
	text-align:left;
	float:left;
	margin-top:20px;
	margin-bottom:20px;
}
	#address p a, #address address a {
		color:#000;
	}
	#address address {
		float:left;
		margin-right:80px;
		margin-top:20px;
		color:#858585;
		font-style:normal;
		margin-bottom:20px;
		text-align:left;
	}

#copyright {
	margin-right:100px;
}

#hidden_form {
	display:none;
}


    #central_menu td.inactive a {
        border-right:none;
    }
	
	
	
	
	
	
	
	
	
	
	
	
div.path { color: #858585; background-color: #f3f2e1; padding: 9px 9px 7px 9px; font-size: 11px; float: left; margin-bottom: 5px;}
div.path a { color: #0090e2;}

h2 { color: #ffa200;}
img.h { margin: 5px 0 0 8px;}
table.content td.top_banner { padding-bottom: 17px;}
table.catalog
{
	width: 100%;
	font-size: 12px;
}
table.catalog td.city
{
	vertical-align: top;
	background-color: #f0f3fb;
}
table.catalog td.city div
{
	padding: 0 9px 16px 14px;
	line-height: 18px;
}
table.catalog td.city div.title
{
	color: #8e8e8e;
	font-size: 24px;
	font-family: Trebuchet MS;
	text-transform: uppercase;
	background: #fff url(images/delim_bg.gif) repeat-x right bottom;
	padding: 20px 0 13px 10px;
	margin: 0 0 12px 0;
}
table.catalog td.city_active
{
	vertical-align: top;
	background-color: #f4f2e8;
}
table.catalog td.city_active div
{
	padding: 0 9px 16px 14px;
	line-height: 18px;
}
table.catalog td.city_active div.title
{
	color: #8e8e8e;
	font-size: 24px;
	font-family: Trebuchet MS;
	text-transform: uppercase;
	background: #fff url(images/delim_bg.gif) repeat-x right bottom;
	padding: 20px 0 13px 10px;
	margin: 0 0 12px 0;
}
table.catalog td.delim { width: 36px;}
table.catalog td.h_delim { height: 26px; padding: 0px;}

table.content td.content { border-left: 1px solid #e4e4e4; vertical-align: top; color: #858585; font-size: 12px; padding-bottom: 40px; padding-left: 15px;}
table.content td.content h1 {
float: left; margin-right: 12px;
color: #000000;
font-family: Trebuchet MS;
font-size: 24px;
font-weight: normal;
margin: 0 0 15px 0;
padding: 0;
}
table.content td.content h2 { margin-left: 12px;}
table.content td.content h3 { margin-left: 12px;}
table.content td.content h4 { margin-left: 12px;}
table.content td.content h5 { margin-left: 12px;}
table.content td.content h6 { margin-left: 12px;}
table.content td.content p { margin: 4px 11px;}

table.content td.links
{
	width: 160px;
	vertical-align: top;
	padding: 0 34px 10px 15px;
	font-size: 11px;
}
table.content td.links div.li
{
	background: url(images/li.gif) no-repeat left 2px;
	padding-left: 11px;
	margin-bottom: 12px;
}
/* by nuker 13.12.2010 */
table.content img {
	margin: none !important;
}
/*         end         */
div.li a:hover { color: #ffa200; text-decoration: underline;}
td.links img.banner { margin-bottom: 9px;}
td.left_cell { width: 223px;}
td.left_cell h5 { margin-left: 42px;}
td.left_cell div.li
{
	background: url(images/li.gif) no-repeat left 2px;
	padding-left: 11px;
	margin: 0 0 6px 42px;;
	font-size: 11px;
}

table.placement
{
	width: 100%;
	font-size: 12px;
	margin: 18px 0 0 0;
}
table.placement td.laying
{
	background: #e9ebf5 url(images/laying_bg.gif) no-repeat right top;
	padding: 0px 2px 0px 2px;
	vertical-align: center;
	text-align: center;
	height: 30px;
}
table.placement td.laying_active
{
	background: #43ae22 url(images/laying_bg_active.gif) no-repeat right top;
	padding: 0px 2px 0px 2px;
	vertical-align: center;
	text-align: center;
	height: 30px;
	color: #fff;
}

table.placement_info { width: 100%; font-size: 11px; color: #858585; margin-bottom: 30px; }
table.placement_info td.photo { text-align: left; vertical-align: center; padding-left: 13px;}
table.placement_info td.contacts { background-color: #f8f8f8; padding: 18px 8px 13px 9px; width: 200px; vertical-align:top; }
td.contacts div.address
{
	padding-left: 14px;
	margin-bottom: 4px;
	font-size: 12px;
}
td.contacts div.pos_info
{
	padding-left: 14px;
	margin-bottom: 4px;
}
td.contacts div.phone
{
	padding-left: 14px;
	margin-bottom: 4px;
	background: url(images/phone_bg.gif) no-repeat 2px 0;
}
td.contacts div.fax
{
	padding-left: 14px;
	margin-bottom: 4px;
	background: url(images/fax_bg.gif) no-repeat 1px 3px;
}
td.contacts div.url
{
	margin: 9px 0 0 0;
	border-top: 1px solid #e6e6e6;
	padding: 12px 0 13px 13px;
}
table.placement_info td.rooms
{
	vertical-align: top;
	padding: 22px 7px 7px 22px;
	line-height: 18px;
	font-weight: bold;
	color: #000;
	text-align: left;
}
table.placement_info td.rooms div
{
	float: right;
}
table.placement_info td.rooms a
{
	font-weight: normal;
}
table.type
{
	width: 500px;
	font-size: 11px;
	margin: 30px 0 40px 8px;
}
table.type td
{
	width: 116px;
	padding: 51px 10px 8px 0;
	text-align: center;
	vertical-align: top;
	color: #636363;
}
table.type td span { color: #43ae22;}
table.type td.theatre
{
	background: url("http://www.findhall.ru/images/m1.gif") no-repeat left top;
}
table.type td.class
{
	background: url("http://www.findhall.ru/images/m2.gif") no-repeat left top;
}
table.type td.round
{
	background: url("http://www.findhall.ru/images/m3.gif") no-repeat left top;
}
table.type td.banket
{
	background: url("http://www.findhall.ru/images/m4.gif") no-repeat left top;
}

table.photogallery
{
	width: 100%;
	font-size: 11px;
}
table.photogallery td.photo
{
	width: 235px;
	vertical-align: top;
	text-align: left;
	padding-right: 21px;
	color: #858585;
}
table.photogallery td.photo table td
{
	width: 235px;
	vertical-align: top;
	text-align: left;
	padding-right: 21px;
	color: #858585;
}
table.photogallery td.description
{
	vertical-align: top;
	color: #858585;
}
#table.photogallery td.description a
#{
#	color: #aaa !important;
#}

div.images
{
	margin: 9px 0 20px 0;
}
div.images div.back { width: 24px; height: 71px; float: left; }
div.images div.list
{
	float: left;
	width: 184px;
	height: 71px;
	background: url("http://www.findhall.ru/images/photogallery_bg.gif") repeat-x left top;
}
div.images div.list img
{
	float: left;
	margin: 10px 0 10px 10px;
}
div.images div.forth { width: 24px; height: 71px; float: left; }


table.list { width: 100%; font-size: 11px; color: #b6b6b6;}
table.list th
{
	font-weight: normal;
	background-color: #e9ebf5;
	border-right: 1px solid #fff;
	vertical-align: top;
	padding: 10px 2px 6px 2px;
	text-align: center;
	color: #0090E2;
}
table.list th.left { padding-left: 9px; font-size: 12px;}
table.list th.bron
{
	width: 10px;
	padding: 0 5px;
	vertical-align: middle;
	text-align: center;
}
table.list th.sub
{
	border-top: 1px solid #fff;
	padding: 7px 3px 6px 3px;
}
table.list tr.vip td
{
	background-color: #f4f4f3;
	border-right: 1px solid #fff;
	color: #858585;
}
table.list tr.vip td.price
{
	background-color: #eeeeec;
	text-align: center;
}
table.list tr.vip td.price2
{
	background-color: #ededed;
	text-align: center;
}
table.list tr.vip td.bron
{
	background-color: #dfdfdf;
	text-align: center;
	vertical-align: top;
	padding-top: 6px !important;
}
table.list td.bron
{
	text-align: center;
	vertical-align: top;
	padding-top: 6px !important;
}
table.list td
{
	background-color: #fafafa;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e6e6e5;
	border-right: 1px solid #e6e6e5;
	vertical-align: top;
	padding: 12px 4px 5px 4px;
}
table.list td.name
{
	padding-left: 7px;
	padding-bottom: 15px;
	text-align: left;
	color: #858585;
}
table.list td.zal
{
	background-color: #f4f4f3;
	color: #858585;
}
table.list td.center { color: #858585;}
table.list td.zal a { color: #a3a3a3;}
td.name div { padding-left: 25px; }
div.vip1 { background: url(images/vip1.gif) no-repeat 0 1px; }
div.vip2 { background: url(images/vip2.gif) no-repeat 0 1px; }
div.icon1 { background: url(images/icon1.gif) no-repeat 0 1px; }
div.icon2 { background: url(images/icon2.gif) no-repeat 0 1px; }
div.icon3 { background: url(images/icon3.gif) no-repeat 0 1px; }

table.img { width: 100%; font-size: 11px; color: #b5b5b5; margin: 17px 0;}
table.img td { vertical-align: top;}
table.img td.img { width: 259px; padding-right: 10px; padding-left: 12px; border-right: 1px solid #e4e4e4; }
td.img div
{
	background-color: #efeeda;
	font-style: italic;
	padding: 11px 0 9px 15px;
	color: #858585;
}
table.img td.txt { padding-left: 19px;}
table.img td.txt a { color: #b5b5b5;}
div.print
{
	margin: 15px 0 5px 12px;
	padding: 7px 0 8px 40px;
	background: url(images/print.gif) no-repeat 0 0;
	font-size: 11px;
}
ul { margin: 0px; padding: 0px;}
ul li
{
	background: url(/images/li1.gif) no-repeat 0 0;
	list-style-type: none;
	line-height: 18px;
	margin: 0 0 0 0px;
	padding: 4px 0 0 21px;
	font-size: 11px;
}
ul li li
{
	background: url(images/li2.gif) no-repeat 0 6px;
	list-style-type: none;
	margin: 0 0 0 0px;
	padding: 0 0 0 10px;
	font-size: 11px;
}

div.important { border-left: 3px solid #43ae22; margin: 12px 0 12px 12px; background-color: #f2f1e1; padding: 10px 25px 10px 15px; color: #858585;}
div.smaller { margin-left: 12px; font-size: 11px;}
td.left_cell div.news_block
{
	background-color: #eee;
	margin: 30px 0 10px 43px;
	padding: 17px 13px 10px 13px;
	font-size: 11px;
}
td.left_cell div.all { margin-top: 13px; margin-bottom: 5px;}

td.left_cell div.left_menu
{
	background-color: #eee;
	margin: 35px 0 25px 43px;
	font-size: 12px;
	padding: 15px 0 10px 0;
}
td.left_cell div.left_menu div
{
	margin: 6px 0 6px 0;
	padding: 0px 5px 0px 15px;
}
td.left_cell div.left_menu div.active
{
	margin: 6px 0 6px 0;
	padding: 5px 5px 5px 12px;
	border-left: 3px solid #43ae22;
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	background-color: #f5f5f5;
}
table.bottom { margin-top: 20px;}


div.pages { margin: 18px 0 2px 5px; }

div.form_bg { width: 510px; background-color: #efeeda; padding: 12px 10px; margin: 14px 0 0 0;}
div.form_bg table { font-size: 12px; width: 449px;}
div.form_bg table td { vertical-align: top; padding-top: 2px;}
div.form_bg table td.title { width: 152px; padding-top: 0px;}
div.form_bg table td.title2 { width: 152px; padding-top: 6px;}
div.form_bg table td.title img { margin-right: 3px;}
div.form_bg table td.title2 img { margin-right: 3px;}
div.form_bg table input { border: 1px solid #c7c7c6; font-size: 11px; margin: 0 0 6px 0;}
div.form_bg table select { border: 1px solid #c7c7c6; width: 152px; font-size: 11px; margin: 0 0 6px 0;}
div.form_bg table input.date { width: 110px; font-size: 11px; margin: 3px 0 6px 0; vertical-align: top; <!--width: 105px;-->}
div.form_bg table textarea { width: 290px;  height: 59px;border: 1px solid #c7c7c6; font-size: 11px; margin: 0 0 6px 0;}
div.form_bg table div.float { float: left; padding-top: 3px; width: 20px; margin: 0px;}
div.form_bg table td.list { line-height: 30px; padding-left: 20px; width: 350px;}
div.form_bg table td.right {text-align: left; width: 20px; }
div.form_bg table td.right input { margin: 8px 0 2px 0; border: none;}

div.form_bg table td b { font-size: 16px; line-height: 11px;}

span.small { font-size: 11px;}
div.answer {margin-left: 26px; margin-bottom: 30px;}

div.form_bg table td.name { width: 129px; padding-top: 0px;}
div.form_bg table td.name img { margin-right: 3px;}
div.form_bg table td.tx textarea { height: 127px; }

div.molekula { margin: 35px 0 28px 10px; font-size: 11px; width: 98px; }
div.molekula img { float: right;}
div.molekula a { color: #858585;}


table.tabinput { width: 162px; font-size: 11px;}
table.tabinput td.txt { padding: 0 0 0 16px; line-height: 22px; vertical-align: top;}
table.tabinput td.input { width: 38px; background: url(images/input_bg.jpg) repeat-x left top; padding: 0 0 14px 6px; vertical-align: top;}
table.tabinput td.input input { width: 26px; border: 1px solid #fff; font-size: 11px; margin-top: 2px;}
table.tabinput2 { width: 162px; font-size: 11px; margin-top: 13px;}
table.tabinput2 td.txt { padding: 0 0 0 16px; line-height: 22px; vertical-align: top;}
table.tabinput2 td.input { width: 38px; background: url(images/input_bg.jpg) repeat-x left top; padding: 0 0 14px 6px; vertical-align: top;}
table.tabinput2 td.input input { width: 26px; border: 1px solid #fff; font-size: 11px; margin-top: 2px;}

table.photogallery2 { width: 490px; font-size: 11px;}
table.photogallery2 td.photo { vertical-align: top;}
table.photogallery2 td.photo div { width: 152px; height: 208px; background-color: #f4f2e8; text-align: center; margin: 0 0 32px 0;}
table.photogallery2 td.photo div img { margin: 6px 0 5px 0;}

div.form_bg select.sel { width: 150px; margin-right: 19px; font-size: 11px;}
table.dura { width: 300px; margin-top: 5px;}
table.dura td { vertical-align: top;}

table.tab11 td.link { padding-left: 22px; padding-bottom: 30px; font-size: 12px; vertical-align: bottom;}
table.tab11 input.find { margin-left: 14px; margin-top: 11px; border: none; background: #fff url(images/input.jpg) no-repeat left top !important; width: 80px; height: 20px; font-size: 11px; padding: 0 10px 3px 10px;}

div.month { text-align: right; font-size: 11px;}

table.action { margin: 7px 0 0 0; font-size: 11px;}
table.action th { background: #f0f3fb url(images/th.jpg) repeat-x left top; font-size: 11px; color: #0090e2; font-weight: normal; border-right: 1px solid #e5e5e7; text-align: center; padding: 9px 6px 6px 6px;}
table.action tr.main td { background-color: #ebebeb !important;}
table.action td {background-color: #f4f4f3; border-bottom: 1px solid #e6e6e5; border-right: 1px solid #e5e5e5; border-top: 1px solid #fff; padding: 14px 10px 11px 10px; vertical-align: top;}
table.action td.date { text-align: center; color: #0090e2;}
table.action td.date div.large { font-size: 22px; font-weight: bold;}
table.action td.date p { margin: 14px 0 0 0;}
table.action td.date a { color: #ff8302; font-weight: bold;}
table.action td.room { line-height: 20px; width: 110px; color: #858585;}
table.action td.name { color: #858585; font-size: 12px;}
table.action td.name p { margin: 12px 0 0 0;}
table.action td.name a { font-weight: bold;}
table.action td.name table { width: 100%;}
table.action td.name table td { font-size: 11px;  background: none; border: none; color: #858585; padding-left: 0px; padding-top: 4px;}
table.action td.name table td.link a { color: #ff8302; font-weight: bold; font-size: 12px;}


img.hid {display: none;}

div.discription { margin: 13px 0 0 10px; font-size: 11px; line-height: 16px;}
div.discription span { color: #000;}
span.blue { color: #0090e2;}
div.discription a.bold { font-weight: bold; color: #ff8302;}
div.discription img.application { margin: 10px 0;}

div.block { background-color: #f4f4f3; margin: 0 0 0 10px; border-top: 1px solid #fff; border-bottom: 1px solid #ebebea; padding: 8px; color: #0090e2;}
div.block p { color: #858585; margin: 0 !important; line-height: 18px;}

div.comments { margin: 8px 0 0 10px;}
div.comments div.right { float: right;}

table.partner { color: #000; font-size: 11px; margin: 15px 0 0 10px;}
table.partner td { width: 30%; text-align: center; vertical-align: top; padding: 15px 0 0 10px;}

div.calendar { background-color: #efeeda; width: 248px; padding: 12px 12px 10px 12px;}
div.calendar div.month { width: 106px; text-align: center; margin: 0 3px; margin-bottom: 9px;float: left; border: 1px solid #d5d2b1; background-color: #fafbf6; line-height: 29px; font-size: 13px;}
div.calendar div.more {float: left; border: 1px solid #d5d2b1; background-color: #fafbf6; line-height: 29px; font-size: 13px; width: 24px; text-align: center;}
div.calendar div.next {float: left; border: 1px solid #d5d2b1; background-color: #fafbf6; line-height: 29px; font-size: 13px; width: 22px; text-align: center; margin: 0 6px;}
div.calendar table.calendar { width: 245px; font-size: 13px; margin-top: 0px; <!--width: 240px;-->}
div.calendar table.calendar td { color:#3b3b3b; background-color: #fff; border: 4px solid #efeeda; text-align: center; height: 33px; vertical-align: center;}
div.calendar table.calendar td.empty { background-color: #f7f7ed;}

div.enter { color:#000; background: url(images/key_white.gif) no-repeat left top; padding: 7px 0 7px 20px; margin: 2px 0 0 0;}

table.forum { margin: 7px 0 0 0; font-size: 11px; width: 100%;}
table.forum th { background: #f0f3fb url(images/th.jpg) repeat-x left top; font-size: 12px; color: #0090e2; font-weight: normal; border-right: 1px solid #fff; text-align: center; padding: 9px 6px 6px 6px;}
table.forum .last { border-right: none;}
table.forum td {background-color: #fafafa; border-bottom: 1px solid #e6e6e5; border-right: 1px solid #e5e5e5; border-top: 1px solid #fff; padding: 14px 10px 11px 10px; vertical-align: top;}
table.forum td.number { text-align: center; vertical-align: bottom; color: #a3a3a3;}
table.forum td div.topic1 { background: url(images/green_flag.jpg) no-repeat left top; padding: 4px 0 0 25px; color: #b6b6b6;}
table.forum td div.topic2 { background: url(images/yellow_flag.jpg) no-repeat left top; padding: 4px 0 0 25px; color: #b6b6b6;}
table.forum td div.topic3 { background: url(images/vip.jpg) no-repeat 0 6px; padding: 4px 0 0 25px; color: #b6b6b6;}

div.new_topic { float: right; margin: 25px 0 0 10px;}

table.forum td.nick { width: 120px; padding: 4px 0 0 9px; border: none; background-color: #fafafa;}
table.forum td.header { font-size: 11px; background-color: #e9ebf5; text-align: right; color: #a3a3a3; vertical-align: top; padding: 5px 7px 4px 0;}
table.forum td.header a { color: #a3a3a3; font-size: 10px;}
table.forum td.statistics { font-size: 9px; color: #a3a3a3; vertical-align: top; padding: 8px 0px 8px 8px; border-right: none;}
table.forum td.post { color: #000000; padding: 8px 4px;}

h3.yellow { color: #ffa200; margin-top: 12px;}

div.message { background-color: #efeeda; padding: 10px 14px 9px 10px;}
div.message img.redact { float: left; margin: 0 6px 3px 0;}
div.message input.window { width: 100%; margin: 6px 0 0 0; height: 117px; }
div.message div.important { background: url(images/key.gif) no-repeat 0 2px; border: none; margin: 9px 0 0 0; padding: 1px 0 0 20px;}
div.message div.important input.authorization { width: 70px; margin: 6px; font-size: 11px; color: #858585; float: left;}
div.message div.important input.enter {margin: 7px 0 0 0; padding: 0 0 3px 0; border: none; background: #dadada url(images/enter.jpg) no-repeat top left; font-size: 11px; width: 54px; height: 19px;}
div.message p { font-size: 11px; color: #000; padding: 0px; margin: 0px;}

input.send6 {margin: 8px 0 6px 10px; padding: 0 0 3px 0; border: none; background: #dadada url(images/input_bg2.gif) no-repeat top left; font-size: 11px; width: 80px; height: 19px;}
select.zal { width: 152px; font-size: 11px; float: left; margin: 0 22px 0 10px;}
input.go {margin: 0px 0 6px 10px; padding: 0 0 3px 0; border: none; background: #dadada url(images/input_bg2.gif) no-repeat top left; font-size: 11px; width: 80px; height: 19px;}

div.pos-comments { }
div.pos-comments table.count_comments { margin-bottom:20px; }
div.pos-comments table.count_comments td.count { font-weight:bold; }
div.pos-comments table.count_comments td.add_comment { width: 150px; text-align:right; }
div.pos-comments table.comment-field { width:100%; border:1px solid #fff; margin-bottom:20px; }
div.pos-comments table.comment-field td { vertical-align:top; }
div.pos-comments table.comment-field td.user-fio { background-color:#e9ebf5; color:#0090e2; padding:5px; }
div.pos-comments table.comment-field td.user-evaluation { width:520px; background-color:#f4f4f3; color:#858585; padding:5px; }
div.pos-comments table.comment-field td.user-evaluation b { color:#ff7200; }
div.pos-comments table.comment-field td.user-comment { width:520px; background-color:#fafafa; border-top:1px solid #e6e6e5; border-bottom:1px solid #e6e6e5; padding:5px; text-align:justify; }


div.printview { display: none;}
#main {
	position: relative;
	min-width: 1000px;
	width: expression(document.body.clientWidth < 1000 ? '1000px' : '100%');
}
div.for_news { position: absolute; top: -16px; right: 179px;  width: 101px; height: 16px; background: url(images/news_top.gif) no-repeat top right; <!-- right: 192px;-->}
div.asterisk { position: absolute;  left: 167px; font-size: 19px; top: -10px;}

table.main { width: 100%; font-size: 100%;}
table.main td.left_cell { vertical-align: top;  padding: 0px 24px 0 0px;}
div.logo { margin: 16px 0 14px 0; border-left: 30px solid #eee;}
div.logo div {
	margin-left: 13px;
	padding: 39px 15px 57px 13px;
	color: #fff;
	width: 151px;
	text-align: center;
	background-color: #5db537;
	font-size: 12px;
	font-family: "Trebuchet MS" Arial;
	<!--padding: 39px 10px 57px 10px;-->
	<!--width: 178px;-->
}
div.logo img { margin: 8px 0 5px 0;}

div.form { padding: 10px 0px 0px 0px; margin-left: 43px; background-color: #efeeda; width: 180px; font-size: 11px;}
div.form h3 { margin-left: 15px;}
div.form select { width: 150px; margin: 0 5px 10px 15px;}
div.form label { vertical-align: top; }
div.form input.checkbox { margin-top: 0px; margin-left: 15px; float: left;}
div.form div.label2 { width: 100px; margin: 0 0 5px 0;}
div.form div.button_bg { background-color: #fff; padding: 11px 0 21px 15px; margin-top: 5px;}
div.form div.button_bg input.bg { margin: 0 0 6px 0; padding: 0 0 3px 0; border: none; background: #dadada url(images/input_bg2.gif) no-repeat top left; font-size: 11px; width: 80px; height: 19px;}
div.form div.button_bg a { font-size: 12px;}



div.banner img { border: 1px solid #e4e4e4; margin: 10px 0 0 43px;}
div.banner { border: 1px solid #e4e4e4; margin: 10px 0 0 43px;}

table.main td.right_cell { vertical-align: top; padding-top: 19px;}
table.top { width: 100%; font-size: 11px; height: 76px;}
table.top td.bron { vertical-align: top; width: 337px;}
table.top td.bron a { border: none !important; text-decoration: none !important;}
table.top td.bron img { border: none; float: left; margin-right: 11px;}
table.top td.empty { width: 11px;}
table.top td.zakaz { background: url(images/zakaz_bg.gif) repeat-x top left; text-align: center; vertical-align: top; padding-top: 20px;}
table.top td.zakaz a { border: none !important; text-decoration: none !important;}
table.top td.zakaz img { border: none;}
table.top td.top_form { padding: 0 15px 7px 1px; vertical-align: top;}
td.top_form div.search { margin-left: 9px; height: 46px; color: #858585;}
td.top_form div.search a { color: #858585;}
td.top_form div.search a:hover { color: #025996;}
div.search table { font-size: 11px; color: #858585;}
div.search table td.search { width: 104px; padding-left: 6px; vertical-align: top;}
td.top_form div.search input { border: 1px solid #e3e3e3; width: 100%; font-size: 11px; color: #858585;}
td.top_form div.search input.button { margin-top: 2px; margin-left: 6px; border: none; width: 57px; height: 20px; background: url(images/button_bg.gif) no-repeat top left; font-size: 11px; padding: 2px 0 5px 0; color: #000;}

div.authorization { height: 30px; background: #f3f2e1 url(images/authorization_bg.gif) no-repeat top right; display: none;}
div.authorization table { width: 100%; height: 30px; font-size: 11px;}
div.authorization table td { vertical-align: center;}
div.authorization table td.key { width: 20px; background: url(images/key.gif) no-repeat 7px 3px; }
div.authorization input.login { border: 1px solid #fff; width: 100%;font-size: 11px; color: #858585;}
div.dont { margin: 9px 19px 0 0; float: right; }
div.label { position: absolute; left: 274px; top: 9px; padding: 0px;}
input.button2 {
	text-align: center;
	border: none;
	width: 55px;
	height: 30px;
	padding: 7px 14px 6px 10px;
	background: url(images/button_bg2.gif) no-repeat 0px 7px;
	font-size: 11px;
	color: #000;
	<!--margin-left: 5px;-->
}
div.authorization td.submit {width: 20px; padding-left: 7px; padding-right: 14px;}
div.authorization td.checkbox { width: 16px; padding-top: 3px;}
div.authorization label { color: #858585;}
div.authorization a { color: #0090e2; }
div.authorization div.input { background-color: #fff; padding-left: 4px; border: 1px solid #e3e3e3; margin: 6px 0 0 5px; }

div.personal {  padding-top: 2px; height: 27px; background: url(images/key_white.gif) no-repeat top left; padding-left: 19px; margin-left: 6px; font-size: 13px;}
div.personal a.enter { color: #000; text-decoration: none; border-bottom: 1px dotted #000; <!--line-height: 20px;-->}

div.going_out {  padding-top: 2px; height: 27px; background: url(images/personal.gif) no-repeat top left; padding-left: 33px; margin-left: 6px; font-size: 13px;}
a.grey { color: #b5b5b5;}

table.top_menu { width: 100%; height: 33px; font-size: 13px;}
table.top_menu td { vertical-align: center; padding: 6px 0 4px 6px; background: #ffa200;}
table.top_menu td div.menu { font-weight: bold; color: #fff; padding: 3px 17px 0 17px; height: 20px; background: url(images/menu_bg.gif) no-repeat top right; float: left;}
table.top_menu td a { font-weight: normal; color: #fff;}

div.delim { float: right;  width: 194px; height: 12px; background: #ffa200;}
td.top_banner { padding-right: 25px; height: 91px; }
td.notice { background: url(images/notice.gif) no-repeat left center; padding: 0px 34px 0 67px; vertical-align: center; font-size: 13px; color: #858585;  height: 91px;}
td.notice a { color: #858585; }

table.content { width: 100%; font-size: 100%;}

table.content td.cont { width: 47%; border-left: 1px solid #e4e4e4; border-right: 1px solid #e4e4e4; padding: 11px 10px 0px 23px; vertical-align: top; font-size: 11px;}
table.content td.cont h1 { float: left; margin-right: 11px;}
select.city { width: 150px; font-size: 12px; margin-top: 8px;}
div.news { margin-bottom: 15px;}
div.news b { color: #ff7200;}
div.news a { font-size: 13px;}
div.news span { color: #858585;}
a.all { text-decoration: none; color: #fff; font-weight: bold; background: #2aadd3 url(images/all.gif) no-repeat left top; padding: 3px 10px 2px 10px; font-size: 11px; margin-right: 11px;}
div.interview { margin-bottom: 17px; font-size: 12px;}
div.interview img { float: left; margin: 0 14px 5px 0;}

td.right_cont {  width: 52%; vertical-align: top; padding: 0 10px 0px 20px;}
td.right_cont div.right_banner { float: right; width: 160px;}
td.right_cont div.links { border: 1px solid #fff;}
td.right_cont div.links h2 { margin-left: 20px; margin-bottom: 7px;}
td.right_cont div.news_block { height: 276px; font-size: 12px; padding: 10px 20px 13px 20px; background: #eee url(images/news_block.gif) no-repeat right top; margin-right: 179px; }
div.news_block a.h1 { color: #000; font-size: 24px; font-family: Trebuchet MS;}
div.news_block a { color: #000;}
div.date { background: url(images/news_bg.gif) no-repeat left top; padding-left: 18px; margin: 10px 0 0px 0; <!--background: url(images/news_bg.gif) no-repeat 7px 0;--> <!--padding-left: 25px;--> }
div.news_block div.all { margin: 9px 0 0 0; width: 137px; <!--height: 26px;-->}
a.read_all { color: #fff !important; font-weight: bold; text-decoration: none; background: #ffa200 url(images/read_all.gif) no-repeat left top; padding: 3px 11px 2px 12px; font-size: 11px;}
div.links img.bg { float: right; margin: 0 6px 6px 15px; }
td.right_cont h2 a { color: #ffa200;}
.ptop h2 { margin-top: 0px;}

div.line { font-size: 12px; margin: 0; padding: 10px 0 11px 20px; line-height: 18px; <!--padding: 5px 0 5px 20px;-->}
div.line span { color: #fff; font-weight: bold; background: #45d718 url(images/span.gif) no-repeat left top; font-size: 12px; padding: 0 2px 0 8px;}
div.line span.active { color: #fff; font-weight: bold; background: #ff8c00 url(images/span_active.gif) no-repeat left top; font-size: 12px; padding: 0 2px 0 8px;}

table.article { width: 100%; margin-top: 16px; font-size: 100%; height: 10%;}
table.article td { vertical-align: top; font-size: 12px; height: 100%; color: #000;}
table.dop { width: 100%; height: 100%; min-height: 100%; font-size: 120%;}
td.article { padding: 24px 10px 30px 44px; background: url(images/article_bg.gif) no-repeat 126px 7px; width: 192px; border-top: 6px solid #e4e4e4; border-bottom: 6px solid #e4e4e4;}
td.article a.title { font-family: Trebuchet MS; color: #26a0f1; font-size: 20px !important; }
td.article div.li { background: url(images/li.gif) no-repeat left 2px; padding-left: 11px; margin-top: 16px;}
td.advice { height: 100%; width: 47%; border-top: 6px solid #e4e4e4; border-bottom: 6px solid #e4e4e4; padding: 24px 30px 30px 10px; }
td.advice h3 { margin-left: 16px;}
td.about { height: 100%; background-color: #deedf6; width: 52%; padding: 29px 10px 29px 40px}
td.about div.more { float: right;}

table.block { font-size: 120%;}
table.block td.t { background-color: #e8f5d6;}
table.block td.l { background-color: #e8f5d6;}
table.block td.r { background-color: #e8f5d6;}
table.block td.b { background-color: #e8f5d6;}
table.block td.t_l { width: 12px; height: 14px; background-color: #e8f5d6;}
table.block td.t_r { background-color: #e8f5d6;}
table.block td.txt { padding: 5px 11px 9px 3px; color: #000;}
table.block td.b_l { width: 12px; height: 12px; padding: 0px; background: #e8f5d6 url(images/b_l.gif) no-repeat left bottom;}
table.block td.txt { background-color: #e8f5d6; font-size: 12px;}
table.block td.b { background-color: #e8f5d6; vertical-align: top; height: 12px;}
table.block td.b_l img { margin: 0px; padding: 0px;}
table.block td.b img { margin: 0px; padding: 0px;}
table.block td.b_r { width: 12px; height: 12px; padding: 0px; background: #e8f5d6 url(images/b_r.gif) no-repeat right bottom;}
table.block td.b_r img { margin: 0px; padding: 0px;}

table.bottom { background-color: #eef5f9; font-size: 11px; color: #858585; width: 100%;}
table.bottom td { padding-bottom: 17px;}
table.bottom td.copyright { width: 227px; padding: 23px 0 26px 42px; vertical-align: top;}
table.bottom td.copyright a { color: #000;}
table.bottom td.copyright p { margin-top: 24px;}
td.bottom_menu { vertical-align: top; padding-right: 11px;}
td.bottom_menu table { width: 100%; font-size: 13px; margin-bottom: 11px;}
td.bottom_menu table td { padding: 22px 10px 10px 10px; vertical-align: top; text-align: center;}
td.bottom_menu table td.left { padding-left: 0px;}
td.bottom_menu table td.active { background-color: #dee8ed; text-align: center;}
div.developer { float: right; margin-left: 6px; width: 238px;}
div.developer a { color: #000;}
div.developer p { margin: 10px 0 0 0; padding: 0px;}

table.article div.all { margin-top: 6px; background: url(images/go.gif) no-repeat right top; float: left; padding-right: 21px; font-size: 11px; height: 15px;}
table.article div.all a { color: #858585;}
td.advice div.all { margin-left: 16px;}

table.link { width: 100%; font-size: 11px; background-color: #dee7ec;}
table.link td.cell { vertical-align: top; text-align: left; padding: 24px 25px 17px 40px; }
table.link td.cell table {font-size: 11px;}
table.link td.cell a { color: #858585;}
table.link td.banner { vertical-align: top; text-align: left; padding: 25px 0 0 0;}
table.link td.banner img { margin: 0 24px 11px 0;}
div.corner { float: right;}

#news {font-size: 12px;}
table { font-size: 11px;}



table.header1 { width: 100%; font-size: 11px; color: #b6b6b6; }
table.header1 th
{
	font-weight: normal;
	background-color: #e9ebf5;
	border-right: 1px solid #fff;
	vertical-align: top;
	padding: 10px 2px 6px 2px;
	text-align: center;
	color: #0090E2;
}
table.header1 th.left { padding-left: 9px; font-size: 12px;}
table.header1 th.bron
{
	width: 10px;
	padding: 0 5px;
	vertical-align: middle;
	text-align: center;
}
table.header1 th.sub
{
	border-top: 1px solid #fff;
	padding: 7px 3px 6px 3px;
}
table.header1 tr.vip td
{
	background-color: #f4f4f3;
	border-right: 1px solid #fff;
	color: #858585;
}
table.header1 tr.vip td.price
{
	background-color: #eeeeec;
	text-align: center;
}
table.header1 tr.vip td.price2
{
	background-color: #ededed;
	text-align: center;
}
table.header1 tr.vip td.bron
{
	background-color: #dfdfdf;
	text-align: center;
	vertical-align: top;
	padding-top: 6px !important;
}
table.header1 td.bron
{
	text-align: center;
	vertical-align: top;
	padding-top: 6px !important;
}
table.header1 td
{
	background-color: #fafafa;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e6e6e5;
	border-right: 1px solid #e6e6e5;
	vertical-align: top;
	padding: 12px 4px 5px 4px;
	color: #858585;
}
table.header1 td.name
{
	padding-left: 7px;
	padding-bottom: 15px;
	text-align: left;
	color: #858585;
}
table.header1 td.zal
{
	background-color: #f4f4f3;
	color: #858585;
}
table.header1 td.center { color: #858585;}
table.header1 td.zal a { color: #a3a3a3;}

td.right_cell table.top td.top_form div.search table.w100 td.search input.button { float: left;}

/*Стилизуем кнопку как ссылку*/
.link_all_measures {
	/* Первые два свойства нужны чтобы убрать отступы в IE */
  overflow: visible;
  width: auto;
 
  /* Убираем отступы */
  margin: 0;
  padding: 0;
 
  /* Убираем все элементы оформления кнопки */
  background: none;
  border: none;
 
  /* Обычный для ссылок курсор */
  cursor: pointer;
  width:154px;
  float:right;
  text-align:right;
}
button.link_all_measures span {
  font-size:11px;
  color: #0090E2;
  text-decoration: underline;
}
#measures_list .event_block a {
	font-weight: bold;
}
#measures_list .event_block .location a {
		font-weight: normal;
}
#map table {
	width: auto;	
}
#search_filter {
	background:#efeeda;
	padding:10px 9px;
	margin:10px 0 10px 0;
	color:#000;
	width:85%;
	float:left;
}
	#search_filter h2 {
		color:#000000;
		font-family:Trebuchet MS,arial;
		font-size:20px;
		font-weight:normal;
		margin-left:0;
		margin-bottom:10px;	
	}
	#search_filter #lable_table {
		width: 97%;	
	}
	#search_filter #lable_table td {
		width: 30% !important;
		text-align: left;
	}
	#search_filter h3 {
		color:#444331;
		font-size:15px;
		font-weight:bold;
		margin-left:0;
		margin-bottom:5px;
	}
	#search_filter select {
		width:29%;
		margin:0 3% 12px 0;
		border:1px solid #c8c8c8;
	}
	#search_filter .clear.border {
		width:340px;
		margin:auto;
		background:#d6d5b9;
		border-top:1px solid #dedec6;
		visibility:visible;
		margin-bottom:12px;
	}
#search_filter .area_params {
	margin:0 10px 10px 10px;
	width:85%;
	border-collapse:collapse;
}
	#search_filter .area_params td {
		padding-bottom:6px;
		font-size:13px;
	}
	#search_filter .area_params label {
		font-size:13px;
		width:300px;
		display:block;
	}
	#search_filter .area_params input.text {
		width:28px;
		height:15px;
		border:1px solid #c7c7c7;
		margin-right:7px;
	}
	#search_filter strong {
		color:#454430;
		font-size:13px;
		display:block;
		margin-bottom:10px;
	}

.rent_params {
	width:220px;
	font-size:13px;
	margin-bottom:13px;
	border-collapse:collapse;
	margin-left:17px;
}
	.rent_params td {
		padding-bottom:3px;
	}
	.rent_params label {
		font-size:13px;
	}
	.rent_params input.text {
		width:28px;
		height:15px;
		border:1px solid #c7c7c7;
		margin-right:7px;
	}
.additional_options {
	width:100%;
	border-collapse:collapse;
	font-size:13px;
}
	.additional_options td {
		width:33%;
	}
	.additional_options tr {
		vertical-align:bottom;
	}
	#search_filter .additional_options select {
		width:90%;
	}
	
	#search_filter .standart_submit {
		width:71px;
		height:19px;
		line-height:19px;
		padding:0 0 3px 0;
		border:0;
		background:url(images/frontend/buttons.png) 0 -39px no-repeat;
		cursor:pointer;
		margin-left:-6px;
	}
	
	#search_filter .standart_submit {
		float:right;
		font-size:12px;
	}
/* огнелис */
@-moz-document url-prefix() { 
	#search_filter .standart_submit {
		padding-bottom:5px;
	}
}
.legend {
	border-collapse:collapse;
	color:#000;
	font-size:13px;
	width:auto;
	margin-left:5px;
}
	.legend td {
		padding:0 90px 10px 25px;
	}
	.legend tr {
		height:17px;
	}
	.legend .legend_parking {
		background:url(images/frontend/legend_parking.png) no-repeat;
	}
	.legend .legend_eating {
		background:url(images/frontend/legend_eating.png) no-repeat;
	}
	.legend .legend_hardware {
		background:url(images/frontend/legend_hardware.png) no-repeat;
	}
	.legend .legend_wifi {
		background:url(images/frontend/legend_wifi.png) no-repeat;
	}
	
.search_result {
	border-collapse:collapse;
	margin-bottom:40px;
}
	.search_result .header td {
		width:15px;
		background:#e9ebf5;
		color:#0090e2;
		border-right:1px solid #fff;
		border-top:1px solid #fff;
		border-bottom:1px solid #fff;
		padding:5px;
		text-align:center;
	}
	.search_result .header td a {
		color:#0090e2;
	}
	.search_result .header .category {
		width:28px;
		padding-left:0;
		padding-right:0;
		text-align:center;
	}
	.search_result .header .naim_hall {
		width:125px;
	}
	.search_result .header .place {
		width:300px;
	}
	.search_result .header .area {
		width:15px;
	}
	.search_result .header .vmest {
		width:55px;
	}
	.search_result .header .cost {
		width:110px;
	}
	.search_result td {
		color:#858585;
		border-right:1px solid #e6e6e5;
		border-bottom:1px solid #e6e6e5;
		padding:0 3px 13px 3px;
		background:#fafafa;
	}
	.search_result td.center {
		text-align:center;
	}
	.search_result td.link a {
		color:#a3a3a3;
	}
	.search_result td.place img {
		margin:6px 0 0 5px;
	}
	.search_result td a {
		color:#0090e2;
	}
	.search_result td.button {
		vertical-align:bottom;
		padding:0;
	}
	.search_result td.button a {
		padding:5px 0;
		width:100%;
		text-align:center;
		display:inline-block;
		background:#5cb537;
		border:1px solid #daecd3;
		color:#fff;
		text-decoration:none;
	}
	.search_result .header .sale {
		width:60px;
		padding:0;
		text-align:center;
	}
	table.content .content.search {padding-bottom:0;}
	
	.object .path {
		margin-bottom:25px;
	}
			
.object_info {
	margin-bottom:20px;
	width:776px;
}
	.object_info .logo {
		width:160px;
	}
	.object_info .contacts {
		font-size:12px;
		color:#000;
	}
	.object_info .contacts a {
		color:#23a8ce;
		display:inline-block;
		margin:20px 7px 15px 0;
	}
	.object_info .contacts p {
		color:#494949;
		font-size:11px;
		margin-left:0 !important;
	}
	.object_info .rating {
		color:#494949;
	}
	.object_info .rating a {
		color:#767676;
		text-decoration:none;
		font-size:19px;
		line-height:18px;
		position:relative;
	}
	
	.object_info .rating h3 {
		color:#000;
		font-size:15px;
		font-weight:normal;
		float:left;
		margin-left:0 !important;
		margin-bottom:10px;
		margin-right:5px;
	}
	.object_info .rating span {
		color:#43ae22;
		font-size:18px;
		padding:0 6px;
	}
	.object_info .rating table {
		font-size:12px;
		color:#878787;
	}
	.object_info .rating table span {
		float:left;
		width:6px;
		height:6px;
		line-height:6px;
		font-size:6px;
		margin-right:5px;
		background:#d6d6d6;
		font-weight:normal;
		padding:0;
	}
	.object_info .rating table span.green {
		background:#43ae22;
	}
.section_menu {
	background:#f3f2e1;
	float:left;
	padding:5px 9px 5px 9px;
	margin-bottom:22px;
			
}
	.section_menu li {
		color:#387ea1;
		font-weight:bold;
		float:left;
		font-size:12px;
		padding:0 !important;								
	}
	.section_menu li a {
		font-weight:normal;
		color:#387ea1;
	}
	.section_menu li span {
		font-weight:normal;
		margin-left:6px;
		margin-right:10px;
	}
	
.object_menu {
	float:left;
	margin-bottom:20px;
}
	.object_menu li {
		height:30px;
		line-height:30px;
		padding:0 !important;
		margin-right:1px;
		float:left;
		background:url(images/frontend/object_menu_current.gif) right;
		color:#fff;
		font-weight:bold;
		font-size:12px;
	}
	.object_menu li a {
		float:left;
		height:30px;
		line-height:30px;
		font-weight:normal;
		padding:0 12px;
		background:url(images/frontend/object_menu_el.gif) right;
		color:#387ea1;
		font-size:12px;
	}
	.object_menu li span {
		padding:0 12px;
	}
	.object_menu li.imp a {
		color:#fff;
		background:url(images/frontend/object_menu_important.gif) right;
	}
	
.image_container {
	float:left;
	width:235px;
	text-align:center;
	margin-right:20px;
	margin-top:6px;
}
.futures {
	float:left;
	margin-left:55px;
}
	.futures strong {
		font-size:11px;
		color:#858585 !important;
		display:block;
		margin-bottom:5px;
	}
	.futures ul {
		list-style:none;
		margin-bottom:10px;
	}
	.futures ul li {
		background:url(images/frontend/object_list.png) 0 0 no-repeat;
		padding: 0 0 0 23px !important;
		color:#494949;
	}
	
/* jCarousel */
#mycarousel {

}
.jcarousel-clip {
	width:180px;
	margin:10px 0 0 24px;
	*margin-left:-6px;
	border-top:1px solid #e3e3e3;
	height:69px;
	border-bottom:1px solid #e3e3e3;
}
	#mycarousel li {
		margin-top:10px;
		padding:0;
		padding-right:5px;
		background: none !important;						
	}
	#mycarousel img {
		cursor:pointer;
	}
.jcarousel-container {
	width:235px;
}
.jcarousel-prev {
	display:block;
	width:24px;
	height:71px;
	position:absolute;
	top:0;
	*top:10px;
	left:0;
	background:url(images/frontend/carousel.png) 0 -71px no-repeat;
	cursor:pointer;
}
.jcarousel-prev.jcarousel-prev-disabled {
	background-position:0 0;
	cursor:default;
}
.jcarousel-next { 
	display:block;
	width:24px;
	height:71px;
	position:absolute;
	top:0;
	*top:10px;
	right:7px;
	background:url(images/frontend/carousel.png) -24px -71px no-repeat;
	cursor:pointer;
}
.jcarousel-next.jcarousel-next-disabled {
	background-position:-24px 0;
	cursor:default;
}
#main_cont ul li {
	background: none;
}

#normal_image {
	cursor: pointer;	
}

#main_cont ul li span.libg {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url("http://www.findhall.ru/images/li1.gif") !important;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	font-size: 11px;
	line-height: 18px;
	list-style-type: none;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	padding-bottom: 0px;
	padding-left: 21px;
	padding-right: 0px;
	padding-top: 4px;	
}
.object .section_menu li { background: none !important; }

#comments {
	margin-top:10px;	
}
#comments h2 {
	background: none;
}
#pageNavigation {
	text-align: center;
	
}
#pageNavigation a.link07 {
	
	background:#fafafa;
	color: #858585;
	border: 1px #e6e6e5 solid;
	padding: 4px 5px;	
	margin: 0px 5px;	
	text-decoration: none;
		
	
}
#pageNavigation a.curent {
	background: #5cb537;
	
	color:white;
	}
#comment_form1 {
	width: 510px;
	margin: 0 auto;
		
	
}	

/* 26.10.10 */

.content span.address {
	margin-left:12px;
}
