* {margin: 0px; padding: 0px;}
/* commented backslash hack v2 \*/
html, body {height:100%}
/* end hack */

body {
	background: #ececec url(/images/bg.jpg) left top repeat-x;
	/*behavior: url("../css/csshover.htc");*/
	}

img {
	border: none;
	}

#wrap {
	background: url(/images/bg_right.gif) right top repeat-y;
	margin-bottom: -40px;
	min-height: 100%;
	min-width: 1000px;
	}

#head {
	background: url(/images/head.gif) top repeat-x;
	height: 211px;
	position: relative;
	text-align: center;
	z-index: 3;
	}

#siteTitle {
	background: url(/images/site_title.gif) left top no-repeat;
	float: left;
	height: 39px;
	line-height: 30px;
	padding-left: 75px;
	}

#siteNavigation {
	background: url(/images/site_navigation.gif) right bottom no-repeat;
	float: right;
	line-height: 10px;
	height: 20px;
	//height: 22px;
	padding-top: 19px;
	//padding-top: 17px;
	text-align: right;
	width: 197px;
	}

#siteNavigation a {
	margin-right: 9px;
	}

#logoBox {
	background: url(/images/head_left.gif) left top no-repeat;
	clear: both;
	float: left;
	height: 130px;
	text-align: left;
	width: 50%;
	}

#logoLink {
	left: 28px;
	position: relative;
	top: 24px;
	}

#calendar {
	background: url(/images/head_right.gif) right top no-repeat;
	float: right;
	height: 111px;
	padding-top: 19px;
	text-align: right;
	width: 49%;
	}

#clockBox {
	float: right;
	height: 97px;
	padding: 0px 2px 5px;
	width: 97px;
	}

#date {
	float: right;
	text-align: center;
	width: 85px;
	}

#date .month {
	padding-bottom: 4px;
	}

#headBanner {
	height: 120px;
	left: 50%;
	position: absolute;
	top: 43px;
	width: 1px;
	z-index: 10;
	}

#headBannerContent {
	height: 120px;
	left: -302px;
	position: absolute;
	text-align: center;
	top: 0px;
	width: 600px;
	}

#topMenuBox {
	background: url(/images/top_menu.gif) left 28px repeat-x;
	clear: both;
	height: 41px;
	position: relative;
	text-align: center;
	z-index: 2;
	}

#topMenuBox .align_center {
	background: url(/images/bg_left.gif) left repeat-y;
	z-index: 10;
	}

.align_center {
	position: relative;
	width: 100%;
	}

.align_center:after {
	content: '';
	display: block;
	clear: both;
	}

.align_center_to_left {	
	position: relative;
	right: 50%;
	float: right;
	}

.align_center_to_right {	
	position: relative;
	z-index: 1;
	right: -50%;
	}

#topMenu ul {
	list-type-style: none;
	position: relative; 10;
	}

#topMenu ul li {
	display: block;
	float: left;
	padding: 0px 1px;
	position: relative;
	z-index: 1;
	}

#topMenu a, #topMenu span {
	background: url(/images/top_menu_el.gif) left top repeat-x;
	display: block;
	float: left;
	height: 41px;
	line-height: 41px;
	padding: 0px 17px;
	position: relative;
	}

#topMenu .elLeft, #topMenu .elRight {
	height: 41px;
	position: absolute;
	top: 0px;
	width: 2px;
	z-index: 4px;
	}

#topMenu .elLeft {
	background: url(/images/top_menu_el_left.gif);
	left: 0px;
	}

#topMenu .elRight {
	background: url(/images/top_menu_el_right.gif);
	right: 0px;
	}

#topMenu .dropDown {
	display: none;
	left: 6px;
	position: absolute;
	top: 33px;
	z-index: 10000;
	}

#topMenu ul li:hover .dropDown {
	/*display: block;*/
	}

.dropDown a {
	line-height: normal;
	}

#topMenuLeft, #topMenuRight {
	height: 41px;
	position: absolute;
	top: 0px;
	width: 69px;
	z-index: 1;
	}

#topMenuRight {
	width: 198px;
	}

#topMenuLeft {
	background: url(/images/top_menu_left.gif);
	left: 0px;
	}

#topMenuRight {
	background: url(/images/top_menu_right.gif);
	right: 0px;
	}

.dropDownTop {
	background: url(/images/drop_top.png);
	height: 2px;
	overflow: hidden;
	width: 184px;
	}

#topMenu ul li .dropDown ul {
	background: url(/images/drop.png);
	float: none;
	list-style-type: none;
	padding: 0px 3px 0px 2px;
	text-align: left;
	width: 179px;
	}

#topMenu ul li .dropDown ul * {
	float: none !important;
	}

#topMenu ul li .dropDown ul li {
	background: #fff url(/images/sub_menu.gif) bottom repeat-x;
	border-bottom: 1px solid #d1d1d1;
	padding: 0px;
	}

#topMenu ul li .dropDown ul a, #topMenu ul li .dropDown ul span {	
	background: none;
	border: 1px solid #fff;
	display: block;
	height: auto;
	line-height: normal;
	padding: 2px 10px 2px 15px;
	}

#topMenu ul li .dropDown ul a:hover, #topMenu ul li .dropDown ul a.active, #topMenu ul li .dropDown ul span {
	background: url(/images/drop_arrows.gif) 0px 7px no-repeat;
	//background: url(/images/drop_arrows.gif) 1px 9px no-repeat;
	}

.dropDownBottom {
	background: url(/images/drop_bottom.png);
	height: 3px;
	overflow: hidden;
	width: 184px;
	}

#menuDash {
	background: url(/images/ddash.gif);
	height: 5px;
	left: 0px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 10;
	}

#contentBox {
	background: url(/images/bg_left.gif) left repeat-y;
	}

.pageMetro {
	text-align: center;
	}

#leftCol {	
	float: left;
	padding: 8px 5px 120px 0px;
	position: relative;
	width: 188px;
	z-index: 1;
	}

.colTitle {
	background: url(/images/col_title.gif) left bottom repeat-x;
	height: 23px;
	line-height: 23px;
	text-align: center;
	}

#loginForm {
	margin: 10px 0px 3px;
	}

#loginForm .inputText {
	width: 99px;	
	}

#loginForm td {
	padding: 0px 8px;
	}

#leftCol .buttons {
	margin-left: 10px;
	}

#leftCol .banner {
	margin: 14px 0px 10px 0px;
	padding: 0px 6px 0px 10px;
	}

.leftMenu {
	list-style-type: none;
	position: relative;
	}

.leftMenu li div {
	background: #fff url(/images/sub_menu.gif) left bottom repeat-x;
	border: 1px solid #d2d2d2;
	margin-top: -1px;
	}

.leftMenu li a, .leftMenu li span {
	border: 1px solid #fff;
	display: block;
	padding: 2px 15px 3px 9px;
	}

.leftMenu li a.active, .leftMenu li span {
	background: url(/images/left_menu_arrows.gif) left 7px no-repeat;
	//background-position: 1px 7px;
	}

.leftMenu ul {
	background-color: #fafafa;
	list-style-type: none;
	padding: 8px 19px 8px 13px;
	}

.leftMenu ul li {
	border: none;
	margin-bottom: 4px;
	}

.leftMenu ul li a, .leftMenu ul li span {
	background: url(/images/left_menu_sub.gif) left 5px no-repeat;
	border: none;
	padding: 0px 0px 0px 8px;
	}

.leftMenu ul li a:hover, .leftMenu ul li a.active, .leftMenu ul li span {
	background: url(/images/left_menu_sub_a.gif) left 5px no-repeat;
	}

.leftMenu ul ul {
	background: url(/images/dash_v.gif) left top repeat-y;
	padding: 0px;
	padding-left: 1px;
	}

.leftMenu ul ul li {	
	background: #fafafa
	}

.leftMenu ul ul li.last {
	background: #fafafa url(/images/menu_last.gif) left top no-repeat;
	margin-left: -1px;
	}

.leftMenu ul ul li a, .leftMenu ul ul li span {
	background: url(/images/menu_el_dash.gif) left 7px no-repeat;
	padding: 0px;
	padding-left: 19px;
	}

.leftMenu ul ul li.last a, .leftMenu ul ul li.last span {
	padding-left: 20px;
	}

.leftMenu ul ul li a:hover {
	background: url(/images/menu_el_dash.gif) left 7px no-repeat;
	}

#rightCol {
	float: right;
	padding: 7px 0px 0px 13px;
	position: relative;
	width: 183px;
	z-index: 1;
	}

#rightCol .banner {
	margin-bottom: 10px;
	}

.bText {
	margin-right: 5px;
	padding: 0px 5px 0px 2px;
	}

.bannerTop {
	background: url(/images/banner_top.png);
	height: 3px;
	margin: 0px -5px 0px -2px;
	overflow: hidden;
	}

.bannerBottom {
	background: url(/images/banner_bottom.png);
	height: 5px;
	margin: 0px -5px 0px -2px;
	overflow: hidden;
	}

.bannerContent {
	background: url(/images/t_banner.gif);
	margin: 0px -5px 0px -2px;	
	padding: 1px 4px 0px 2px;
	}

.bannerGradient {
	background: #ebebeb url(/images/banner_text.gif) left top repeat-x;
	padding: 5px 7px;
	}

.bannerTitle {
	margin-bottom: 3px;
	}

#centerCol {	
	margin: 0px 198px 0px 193px;
	padding: 0 12px;
	}


.pageMetro #centerCol {
	margin: 0px;
	}

#content {
	background: #ececec url(/images/bg.jpg) left -211px repeat-x;
	float: left;
	padding-bottom: 90px;	
	position: relative;
	width: 100%;
	z-index: 1;
	}

#topLine {
	background: url(/images/top_line.gif);
	height: 31px;
	margin: 0 -12px;
	position: relative;
	}

#pageNavigation {	
	padding: 13px 3px 0px;
	}

#pageNavigation .navSep {
	margin: 0px 10px;
	}

.pageMetro #content {
	padding-bottom: 80px;
	}

.pageMetro #topLine {
	text-align: center;
	}

.pageMetro #pageNavigation {
	margin: 0px auto;
	text-align: left;
	width: 724px;
	}

#topLine table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	}

#topLine table td {
	padding-top: 10px;
	}

#rentTitle {
	padding-right: 80px;
	text-align: right;
	}

#saleTitle {
	padding-left: 75px;
	text-align: left;
	}

#flat_rent, #flat_sale, #cottage_rent, #cottage_sale, #office_rent, #office_sale, #shop_rent, #shop_sale, #store_rent, #store_sale {
	display: block;
	height: 25px;
	padding-right: 18px;
	padding-top: 60px;
	text-align: right;
	width: 249px;
	}

#flat_rent {
	background: url(/images/flat_rent.jpg);
	}

#flat_rent:hover {
	background: url(/images/flat_rent_a.jpg) 1px 1px no-repeat;
	}

#flat_sale {
	background: url(/images/flat_sale.jpg);
	}

#flat_sale:hover {
	background: url(/images/flat_sale_a.jpg) 1px 1px no-repeat;
	}

#cottage_rent {
	background: url(/images/cottage_rent.jpg);
	}

#cottage_rent:hover {
	background: url(/images/cottage_rent_a.jpg) 1px 1px no-repeat;
	}

#cottage_sale {
	background: url(/images/cottage_sale.jpg);
	}

#cottage_sale:hover {
	background: url(/images/cottage_sale_a.jpg) 1px 1px no-repeat;
	}

#office_rent {
	background: url(/images/office_rent.jpg);
	}

#office_rent:hover {
	background: url(/images/office_rent_a.jpg) 1px 1px no-repeat;
	}

#office_sale {
	background: url(/images/office_sale.jpg);
	}

#office_sale:hover {
	background: url(/images/office_sale_a.jpg) 1px 1px no-repeat;
	}

#shop_rent {
	background: url(/images/shop_rent.jpg);
	}

#shop_rent:hover {
	background: url(/images/shop_rent_a.jpg) 1px 1px no-repeat;
	}

#shop_sale {
	background: url(/images/shop_sale.jpg);
	}

#shop_sale:hover {
	background: url(/images/shop_sale_a.jpg) 1px 1px no-repeat;
	}

#store_rent {
	background: url(/images/store_rent.jpg);
	}

#store_rent:hover {
	background: url(/images/store_rent_a.jpg) 1px 1px no-repeat;
	}

#store_sale {
	background: url(/images/store_sale.jpg);
	}

#store_sale:hover {
	background: url(/images/store_sale_a.jpg) 1px 1px no-repeat;
	}

#mainCatalog {
	text-align: center;
	}

#mainCatalog table {
	border-collapse: collapse;
	table-layout: fixed;
	margin: 15px auto 0px;
	width: 578px;
	}

#mainCatalog table td {
	padding: 0px 11px 7px;
	}

#textContent {
	overflow:hidden;
	padding-left: 1px;
	//padding-left: 0;
	position: relative;
	width: 100%;
	text-align:justify
	}

#textContent .buttons li {
	padding: 0px;
	}

.pageMetro #textContent {
	margin: 0px auto;
	padding: 0px 12px;
	position: relative;
	text-align: left;
	width: 976px;
	}

#metroDirections {
	background: url(/images/metro_napr.png) left top no-repeat;
	height: 559px;
	margin-top: 15px;
	position: relative;
	width: 596px;
	z-index: 1;
	}

#metroDirections .linkBox {
	background: url(/images/direction_bg.png);
	border: 1px solid #d1d1d1;
	display: block;	
	position: absolute;
	z-index: 3;
	}

#metroDirections .linkBox a {
	background: url(/images/direct_ico.gif) 6px 3px no-repeat;
	line-height: 18px;
	padding: 0px 5px 0px 21px;
	position: relative;
	}

#metroDirections .linkBox a.active, #metroDirections .linkBox a.active:hover {
	background: url(/images/direct_ico_active.gif) 6px 4px no-repeat;
	}

#linkBox1 {
	left: 300px;
	top: 31px;
	}

#linkBox2 {
	left: 327px;
	top: 63px;
	}

#linkBox3 {
	left: 370px;
	top: 109px;
	}

#linkBox4 {
	left: 425px;
	top: 198px;
	}

#linkBox5 {
	left: 490px;
	top: 322px;
	}

#linkBox6 {
	left: 470px;
	top: 395px;
	}

#linkBox7 {
	left: 300px;
	top: 466px;
	}

#linkBox8 {
	left: 160px;
	top: 436px;
	}

#linkBox9 {
	left: 160px;
	top: 362px;
	}

#linkBox10 {
	left: 89px;
	top: 331px;
	}

#linkBox11 {
	left: 18px;
	top: 301px;
	}

#linkBox12 {
	left: 3px;
	top: 266px;
	}

#linkBox13 {
	left: 3px;
	top: 233px;
	}

#linkBox14 {
	left: 3px;
	top: 199px;
	}

#linkBox15 {
	left: 6px;
	top: 158px;
	}

#linkBox16 {
	left: 81px;
	top: 79px;
	}

#linkBox17 {
	left: 128px;
	top: 54px;
	}

#linkBox18 {
	left: 170px;
	top: 28px;
	}

#linkBox19 {
	left: 358px;
	top: 87px;
	}

#linkBox20 {
	left: 470px;
	top: 361px;
	}

#linkBox21 {
	left: 447px;
	top: 433px;
	}

#linkBox22 {
	left: 242px;
	top: 335px;
	}

#linkBox23 {
	left: 162px;
	top: 302px;
	}

#linkBox24 {
	left: 130px;
	top: 266px;
	}

#linkBox25 {
	left: 6px;
	top: 130px;
	}

#linkBox26 {
	left: 6px;
	top: 103px;
	}

#metroDirections div {
	display: none;
	}

#metroDirections div.active {
	display: block;
	}

#directLine1 {
	background: url(/images/directions/dir_line1.png);
	height: 184px;
	left: 288px;
	position: absolute;
	top: 32px;
	width: 42px;
	z-index: 1;
	}

#directLine2 {
	background: url(/images/directions/dir_line2.png);
	height: 149px;
	left: 297px;
	position: absolute;
	top: 70px;
	width: 73px;
	z-index: 1;
	}

#directLine3 {
	background: url(/images/directions/dir_line3.png);
	height: 118px;
	left: 302px;
	position: absolute;
	top: 104px;
	width: 72px;
	z-index: 1;
	}

#directLine4 {
	background: url(/images/directions/dir_line4.png);
	height: 29px;
	left: 320px;
	position: absolute;
	top: 217px;
	width: 132px;
	z-index: 1;
	}

#directLine5 {
	background: url(/images/directions/dir_line5.png);
	height: 94px;
	left: 318px;
	position: absolute;
	top: 261px;
	width: 254px;
	z-index: 1;
	}

#directLine6 {
	background: url(/images/directions/dir_line21.png);	
	height: 148px;
	left: 318px;
	position: absolute;
	top: 263px;
	width: 194px;
	z-index: 1;
	}

#directLine7 {
	background: url(/images/directions/dir_line7.png);
	height: 178px;
	left: 295px;
	position: absolute;
	top: 287px;
	width: 60px;
	z-index: 1;
	}

#directLine8 {
	background: url(/images/directions/dir_line8.png);
	height: 151px;
	left: 268px;
	position: absolute;
	top: 288px;
	width: 24px;
	z-index: 1;
	}

#directLine9 {
	background: url(/images/directions/dir_line9.png);
	height: 78px;
	left: 212px;
	position: absolute;
	top: 282px;
	width: 63px;
	z-index: 1;
	}

#directLine10 {
	background: url(/images/directions/dir_line10.png);
	height: 73px;
	left: 180px;
	position: absolute;
	top: 274px;
	width: 89px;
	z-index: 1;
	}

#directLine11 {
	background: url(/images/directions/dir_line11.png);
	height: 52px;
	left: 24px;
	position: absolute;
	top: 258px;
	width: 236px;
	z-index: 1;
	}

#directLine12 {
	background: url(/images/directions/dir_line12.png);
	height: 33px;
	left: 30px;
	position: absolute;
	top: 251px;
	width: 228px;
	z-index: 1;
	}

#directLine13 {
	background: url(/images/directions/dir_line13.png);
	height: 24px;
	left: 29px;
	position: absolute;
	top: 238px;
	width: 229px;
	z-index: 1;
	}

#directLine14 {
	background: url(/images/directions/dir_line14.png);
	height: 41px;
	left: 13px;
	position: absolute;
	top: 210px;
	width: 244px;
	z-index: 1;
	}

#directLine15 {
	background: url(/images/directions/dir_line15.png);
	height: 70px;
	left: 27px;
	position: absolute;
	top: 177px;
	width: 231px;
	z-index: 1;
	}

#directLine16 {
	background: url(/images/directions/dir_line16.png);
	height: 124px;
	left: 169px;
	position: absolute;
	top: 98px;
	width: 102px;
	z-index: 1;
	}

#directLine17 {
	background: url(/images/directions/dir_line17.png);
	height: 126px;
	left: 223px;
	position: absolute;
	top: 92px;
	width: 55px;
	z-index: 1;
	}

#directLine18 {
	background: url(/images/directions/dir_line18.png);
	height: 159px;
	left: 238px;
	position: absolute;
	top: 57px;
	width: 46px;
	z-index: 1;
	}

#directLine19 {
	background: url(/images/directions/dir_line19.png);
	height: 128px;
	left: 301px;
	position: absolute;
	top: 92px;
	width: 67px;
	z-index: 1;
	}

#directLine20 {
	background: url(/images/directions/dir_line20.png);
	height: 123px;
	left: 318px;
	position: absolute;
	top: 263px;
	width: 232px;
	z-index: 1;
	}

#directLine21 {
	background: url(/images/directions/dir_line6.png);
	height: 181px;
	left: 318px;
	position: absolute;
	top: 268px;
	width: 176px;
	z-index: 1;
	}

#directLine22 {
	background: url(/images/directions/dir_line22.png);
	height: 65px;
	left: 261px;
	position: absolute;
	top: 288px;
	width: 23px;
	z-index: 1;
	}

#directLine23 {
	background: url(/images/directions/dir_line23.png);
	height: 32px;
	left: 215px;
	position: absolute;
	top: 269px;
	width: 50px;
	z-index: 1;
	}

#directLine24 {
	background: url(/images/directions/dir_line24.png);
	height: 25px;
	left: 195px;
	position: absolute;
	top: 266px;
	width: 68px;
	z-index: 1;
	}

#directLine25 {
	background: url(/images/directions/dir_line25.png);
	height: 94px;
	left: 45px;
	position: absolute;
	top: 142px;
	width: 215px;
	z-index: 1;
	}

#directLine26 {
	background: url(/images/directions/dir_line26.png);
	height: 129px;
	left: 60px;
	position: absolute;
	top: 100px;
	width: 204px;
	z-index: 1;
	}

#metroTable {
	border-collapse: collapse;
	width: 100%;
	}

#metroTable td {
	padding-bottom: 20px;
	vertical-align: top;
	}

#metroTable table td {
	padding-bottom: 0px;
	}

#metroMapBlock {
	background: url(/images/bg_right.gif) 615px repeat-y;
	width: 620px;
	}

.state {
	padding-top: 45px;
	text-align: right;
	}

.state a {
	background: url(/images/state_off.gif) right center no-repeat;
	display: block;
	float: right;	
	height: 35px;
	line-height: 32px;
	padding-right: 40px;
	position: relative;
	right: 25px;
	}

#metroSearch, #hide_block {
	text-align: center;
	}

#metroSearch h3, #hide_block h3 {
	margin-bottom: 0px;
	margin-top: 3px;
	}

#metroSearch table, #hide_block table {
	margin-top: 11px;
	width: 100%;
	}

#metroSearch table tr.sep, #hide_block table tr.sep {
	background: url(/images/dash_h.gif) top repeat-x;
	}

#metroSearch table tr.sep td, #hide_block table tr.sep td {
	height: 1px;
	overflow: hidden;
	padding: 0px;
	}

#metroSearch table td, #hide_block table td {
	line-height: 140%;
	padding: 6px 0px 3px 12px;
	text-align: left;
	}

#metroSearch table td img, #hide_block table td img {
	vertical-align: middle;
	}

#metroSearch table td span, #hide_block table td span {
	margin-right: 7px;
	}

#metroSearch input, #hide_block input {
	margin-bottom: 0px !important;
	}

td.metroTitle {
	padding-bottom: 0px !important;
	}

td.tdBorder {
	background: url(/images/dash_v_d.gif) right top repeat-y;
	}

.state a.state_on {
	background: url(/images/state_on.gif) right center no-repeat;
	}

#searchBtnBox {
	background: url(/images/search_box.gif) left top repeat-x;
	margin-top: 30px;
	padding: 14px 3px 0px;
	}

.searchBtn {
	background: url(/images/search_big_btn.jpg);
	display: block;
	height: 52px;
	margin: 11px auto 0px;
	padding-right: 38px;
	padding-top: 33px;
	position: relative;
	text-align: right;
	width: 228px;
	}

.searchBtn:hover {
	background: url(/images/search_big_btn_a.jpg) 1px 1px no-repeat;
	height: 51px;
	padding-top: 34px;
	}

.searchBtn span {
	position: absolute;
	right: 39px;
	top: 32px;
	}

.searchBtn:hover span {
	top: 33px;
	}

.note {
	text-align: left;
	}

#searchBox {
	margin: 0px auto;
	padding-top: 30px;
	text-align: left;
	width: 400px;
	}

#searchBox .buttons, #searchBox .buttons li, #searchBox .buttons li a {
	display: block;
	float: right;
	margin: 0px;
	padding: 0px !important;
	width: 75px;
	text-align: center;
	}

#searchBox input, #searchBox ul {
	float: left;
	height: 20px;
	margin-top: 1px;
	vertical-align: middle;
	width: 290px;
	}

.noRightCol {
	background: none !important;
	}

.objectsListNavigationBox {
	padding-top: 7px;
	}

.objectsQuantity {
	float: right;
	width: 170px;
	}

.objectsQuantity select {
	width: 43px;
	}

.objectsListNavigation {
	margin: 0px 43px;
	text-align: center;
	}

.objectsListNavigation img {
	vertical-align: middle;
	}

.ol_previous {
	background: url(/images/objlist_l.gif) left 5px no-repeat;
	margin-right: 6px;
	padding-left: 8px;
	}

.ol_next {
	background: url(/images/objlist_r.gif) right 5px no-repeat;
	margin-left: 6px;
	padding-right: 8px;
	}

.objectsList {
	border-collapse: collapse;
	margin-top: 7px;
	padding: 2px 0;
	width: 99.6%;
	table-layout:fixed;
	}

.objectsList th, .objectsList td {
	border: 1px solid #c5c5c5;
	vertical-align: middle;
	}

.objectsList th {
	background-color: #dedede;
	padding: 2px 5px;
	vertical-align: middle;
	}

.objectsList td {
	padding: 4px 7px 6px;
	text-align:left;
	}

.objectsList td.roomNumber {
	padding-top: 19px;
	text-align: center;
	}

.objectsList td.centerTd {
	white-space: nowrap;
	text-align: center;
	}

.objectsList td.noWrap {
	white-space: nowrap;
	}

#objectWrap {
	position: relative;
	width: 667px;
	}

.objectDesc {
	border-collapse: collapse;
	line-height: 130%;
	margin-bottom: 10px;
	margin-top: 6px;
	width: 100%;
	}

.objectDesc td {
	border: 1px solid #a7a7a7;
	padding: 9px;
	text-align: left;
	vertical-align: top;
	}

.objectDesc td.objectDescTitle {
	width: 110px;
	}

.printBtn {
	display: inline;
	position: absolute;
	right: 0px;
	top: 10px;
	width: auto;
	}

.printBtn li {
	padding: 0px !important;
	}

.printBtn li a {
	margin: 0px;
	}

.objTop {
	background: url(/images/obj_top.gif);
	height: 2px;
	overflow: hidden;
	}

.objBg .objectsListNavigation {
	margin: 0px;
	padding: 7px 26px 6px;
	}

.objBg .ol_previous {
	float: left;
	}

.objBg .ol_next {
	float: right;
	}

.objBg {
	background: url(/images/obj_bg.gif);
	padding-bottom: 4px;
	}

.objBottom {
	background: url(/images/obj_bottom.gif);
	height: 3px;
	overflow: hidden;
	}

.objPicTop {
	background: url(/images/obj_pic_top.gif);
	height: 3px;
	margin: 0px 7px 0px 5px;
	overflow: hidden;
	}

.objPicBg {
	background: url(/images/obj_pic_bg.gif);
	margin: 0px 7px 0px 5px;
	padding: 5px 7px 10px;
	}

.objPicBottom {
	background: url(/images/obj_pic_bottom.gif);
	height: 3px;
	margin: 0px 7px 0px 5px;
	overflow: hidden;
	}

.objPicDash {
	background: url(/images/obj_pic_dash.gif) left top no-repeat;
	margin-top: 2px;
	padding-top: 4px;
	text-align: center;
	}

.objGalleryNav {
	margin-top: -1px;
	}

.objGalleryNav a, .objGalleryNav span {
	background: url(/images/obj_num.png);
	border-left: 1px solid #d1d1d1;
	border-right: 1px solid #d1d1d1;
	float: left;
	height: 29px;
	line-height: 29px;
	margin-right: -1px;
	position: relative;
	text-align: center;
	width: 31px;
	}

.objGalleryNav a:hover {
	background: url(/images/obj_num_h.png);
	}

.objGalleryNav a.active, .objGalleryNav span {
	background: url(/images/obj_num_a.png);
	border: none;
	height: 32px;
	margin-bottom: -3px;
	margin-left: 1px;
	width: 32px;
	}

.objGalleryWrap {
	padding: 18px 18px 0px 18px;
	}

.galleryPhotoPart {
	background: #e9e9e9;
	border-bottom: 1px solid #b1b1b1;
	border-left: 1px solid #f3f3f3;
	border-top: 1px solid #f3f3f3;
	border-right: 1px solid #b1b1b1;
	display: table;
	height: 149px;
	float: left;
	overflow: hidden;
	position: relative;
	width: 149px;
	z-index: 2;
	//margin-bottom: -18px;
	}

.galleryPhotoPart:hover {
	background: #ccc;
	}

.galleryPhotoPart img {
	display: block;
	}

.galleryPhotoWrap {
	border: 1px solid #fff;
	position: relative;
	right: -50%;
	z-index: 1;
	}

.galleryElement .alignCenter {
	padding: 0px 15px;
	position: relative;
	z-index: 2;
	}

#clearfooter {
	clear: both;
	height: 40px;
	}

.pageMetro #clearfooter {
	height: 1px !important;
	overflow: hidden;
	}

#footer {
	background: url(/images/footer.gif) right;
	clear: both;
	height: 40px;
	min-width: 1000px;
	position: relative;
	width: 100%;
	z-index: 1;
	}

#rusoft {
	background: url(/images/rusoft.gif) 166px 6px no-repeat;
	float: right;
	height: 37px;
	padding: 3px 34px 0px 6px;
	text-align: right;
	width: 150px;
	}

#footerMenu {
	margin: 0px 195px 0px 205px;
	padding-top: 9px;
	position: relative;
	text-align: center;
	z-index: 4;
	}

#footerMenu a, #footerMenu span {
	margin: 0px 20px;
	}

#footerPic {
	background: url(/images/footer_pic.png) left top no-repeat;
	height: 145px;
	left: 0px;
	position: absolute;
	top: -105px;
	width: 230px;
	z-index: 2;
	}

#bannerBottomBox {
	height: 82px;
	position: absolute;
	top: -82px;
	width: 100%;
	z-index: 3;
	}

#bannerBottom {
	background: url(/images/bbanner_bg.gif) left top repeat-x;
	margin: 0px 199px;
	padding-top: 14px;
	text-align: center;
	z-index: 3;
	}

#textContent .siteMap {
	margin-left: 15px;
	margin-top: 20px;
	}

#textContent .siteMap li {
	background: none;
	padding: 0px;
	}

#textContent .siteMap ul {
	background: url(/images/map_ul.gif) left top repeat-y;
	margin: 5px 0px;
	padding: 0px;
	}

#textContent .siteMap ul ul {
	background: url(/images/map_ul.gif) left top repeat-y;
	}

#textContent .siteMap ul li {
	background: url(/images/map_li.gif) left 11px no-repeat;
	line-height: normal;
	padding-left: 23px;
	}

#textContent .siteMap a {
	background: url(/images/map_el.gif) left 5px no-repeat;
	padding: 0px 0px 0px 25px;
	}

#copy {
	bottom: 7px;
	left: 94px;
	position: absolute;
	}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top:-1px;
	}

.inputText {
	border: 1px solid #c5c5c5;
	}

.dash_h {
	background: url(/images/dash_h.gif) left top repeat-x;
	height: 1px;
	margin: 7px 0px;
	overflow: hidden;
	}

#search_form {
	margin-bottom: 0 !important;
	}

/* BUTTONS */

.buttons {
	list-style-type: none;
	}

.buttons:after, .buttons ul:after {
	content: '';
	display: block;
	clear: left;
	}

.buttons li {
	background: none !important;
	display: inline;
	}

.buttons a {
	background: url(/images/button.png);
	display: block;
	float: left;
	height: 26px;
	line-height: 26px;
	margin-right: 5px;
	padding: 0px 15px !important;
	position: relative;
	}

.button_l, .button_r {
	height: 26px;
	position: absolute;
	top: 0px;
	}

.button_l {
	background: url(/images/button_l.png);
	left: -1px;
	width: 3px;
	}

.button_r {
	background: url(/images/button_r.png);
	right: -2px;
	width: 4px;
	}

.buttons a:hover {
	background: url(/images/button_a.png);
	left: 1px;
	top: 1px;
	}

.buttons a:hover .button_l {
	background: url(/images/button_l_a.png);
	}

.buttons a:hover .button_r {
	background: url(/images/button_r_a.png);
	}

/* TEXT STYLES */

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 5px;
	padding-top: 15px;
	}

#textContent table {
	position: relative;
	}

#textContent p {
	margin-bottom: 4px;
	}

#textContent ul, #textContent ol {
	line-height: 140%;
	margin: 3px 0px 7px;
	}

#textContent ul {
	list-style-type: none;
	position: relative;
	}

#textContent ol {
	margin-left: 25px;
	}

#textContent ol ol ol {
	list-style-type: lower-alpha;
	}

#textContent ul li {
	background: url(/images/li1.gif) left 5px no-repeat;
	list-style-type: none;
	padding-left: 15px;
	}

#textContent ul ul {
	margin-left: 15px;
	}

#textContent ul ul li {
	background: url(/images/li2.gif) left 5px no-repeat;
	}

#textContent ul ul ul li {
	background: url(/images/li3.gif) left 5px no-repeat;
	}

#textContent form {
	margin: 8px 0px 14px;
	}

#textContent form input, #textContent form textarea {
	margin-bottom: 6px;
	}

.floatLeft {
	float: left;
	margin-right: 14px;
	}

.floatRight {
	float: right;
	margin-left: 14px;
	}

.alignCenter {
	text-align: center;
	}

.quote {
	width: 286px;
	}

.quoteTop {
	background: url(/images/quote_top.png);
	height: 17px;
	overflow: hidden;
	}

.quoteContent {
	background: url(/images/quote.png);
	padding: 0px 20px 4px 25px;
	}

.quoteBottom {
	background: url(/images/quote_bottom.png);
	height: 17px;
	overflow: hidden;
	}

.quoteContent * {
	position: relative;
	}

.picDescription {
	background: url(/images/pic_dash.gif) left bottom repeat-y;
	border-collapse: collapse;
	width: 1px;
	}

.picDescription td {
	background: url(/images/pic_dash_h.gif) left bottom repeat-x;
	padding: 5px 10px;
	text-align: left;
	}

.picDescription .picCell {
	padding: 0px;
	}

.StyledTable {
	border-collapse: collapse;
	margin-bottom: 20px;
	margin-top: 6px;
	}

.StyledTable th, .StyledTable .StyledTableFirstRow td {
	background-color: #dedede;
	border: 1px solid #c5c5c5;
	padding: 7px 7px 5px;
	vertical-align: top;
	}

.StyledTable td {
	background-color: #fff;
	border: 1px solid #c5c5c5;
	padding: 7px 7px 5px;
	vertical-align: top;
	}

.StyledTable .StyledTableodd td {
	
	}

.StyledTable .StyledTableeven td {
	
	}

.doc {
	line-height: 15px;
	}

.doc img {
	vertical-align: bottom;
	}

.doc a {
	margin-right: 5px;
	}

@media print {
	#head, #leftCol, #topLine, .buttons, .objBg .align_center, .objPicTop, #clearfooter, .clear, #footer { display: none }
	#centerCol, #content { float: none !important; margin: 0 !important; padding: 0 !important; }
	.objGalleryWrap { padding: 0 !important }
	table { width: 92% !important }
	table td { border: 1px solid #000 !important; padding: 2pt !important; width: auto !important; }
	#textContent { overflow: visible !important; }
	}

.hiddenPic {display:none;}

/* Сообщение об ошибке */
.blockMessage {
    position:absolute;
    left:40%;
    top:40%;
	width:305px;
	padding:0;
	z-index:10000;
	cursor:move;
	zoom:1;
}

.blockMessage .shadowInner {
background:#ccc;
position:relative;
margin:2px 0 0 2px;
cursor:move;
}

.blockMessage div.inner {
	border:1px solid #a30000;
	margin:0;
	padding:0;
	width:301px;
	background: #ececec; /*url(../images/warning.gif) no-repeat 10px 20px;*/
	/*min-height:55px;*/
	left:-2px;
	top:-2px;
	position:relative;
	zoom:1;
}

.blockMessage .alert {
background:url(../images/warning.gif) no-repeat 10px 50%;
/*min-height:30px;*/
padding-top:8px;
}

.blockMessage div#blockMessage_text {
	font-size:12px;
	color:#000;
	margin:3px 10px 0 10px;
	padding-left: 40px;
	
	text-align: center;
}
.blockMessage div#blockMessage_text p, .blockMessage div#blockMessage_text ul.empty{
    /*text-align: center;*/
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.blockMessage div#blockMessage_text ul.empty {
    list-style-position: outside;
    list-style-type: none;
}
.blockMessage div#blockMessage_text ul.empty li{
    background: url(../images/left_menu_sub.gif) no-repeat left 5px;
    padding-left: 10px;
}
.blockMessage div#blockMessage_text .buttons {
    margin-bottom: 10px;
    padding-bottom: 0;//padding-bottom: 10px;
    text-align: left;
}
.blockMessage .titleDrop {
    font-size:12px;
	color:white;
	margin: 0 10px 0 10px;
	font-weight: bold;
}
.blockMessage span.red {
	background:#a30000;
	border-bottom:1px solid #fff;
    height:16px;
	display:block;
}
.blockMessage .close {
    margin:1px;
	padding:0;
	border:none;
	cursor:pointer;
}

#blockMessage_text .buttons a {
margin:10px 10px 0 0;
}

#blockMessage_text .buttons a:hover {
	background: url(/images/button_a2.gif);
	left: 1px;
	top: 1px;
	}

#blockMessage_text .buttons a:hover .button_l {
	background: url(/images/button_l_a2.gif);
	}

#blockMessage_text .buttons a:hover .button_r {
	background: url(/images/button_r_a2.gif);
	}
	
	
/* select */

.comboboxDropDownContainer {
height: 228px;
overflow-y: scroll;
}

.comboboxDropDownContainer li {
list-style-image: none;
list-style-position : inherit;
list-style-type: none;
margin-left: 0;
padding: 2px 0 2px 7px !important;
background: none !important;
}

.comboboxDropDownContainer ul {
padding-bottom: 0;
}

.comboboxContainer {
margin:0  6px 5px 0;
text-align:left;
float:left;
position: relative;
z-index:100;
zoom:1;
}

.comboboxValueContainer {
background: url(/images/select_drop_br_l.gif) left top no-repeat;
width:358px;
_width:auto;
height:21px;
}

.comboboxValueContainer.blue {
background: none;
}

.comboboxValueContent {
white-space:nowrap;
overflow:hidden;
padding:5px 0 4px 8px;
color:#463225;
}

.comboboxDropDownContainer {
border-right: solid 1px #000;
border-bottom: solid 1px #000;
border-left: solid 1px #aaa;
border-top: solid 1px #aaa;
background: #fff;
overflow-x: hidden;
overflow-y:auto;
padding:0;
left:0px !important;
top:20px !important;
max-height:200px;
height:auto !important;
_height:150px !important;
z-index:2000 !important;
zoom:1;
}

.comboboxDropDownButton {
width: 18px;
height: 21px;
background-image: url(/images/select_drop_br_r.gif);
}

.comboboxDropDownButton.blue {
background-image: url(/images/select_drop_br_r_a.gif);
}

.comboboxGroupItemHeader {
display: block;
background: #99cccc;
color: #000;
font-family: Impact;
}

.comboboxGroupItemContainer {
/*padding-left: 10px;*/
}

li.comboboxItemHover {
cursor: pointer;
color: #a30000;
text-decoration: underline;
}

@-moz-document url-prefix() {
.selectTop {
position:relative;
top:-12px;
}
}

.selectTop {
//position:relative;
//top:-12px;
}
/* /select */	

#mainprod {
left:200px;
padding:80px 0 0;
position:absolute;
right:200px;
text-align:justify;
top:840px;
width:865px;}
#mainprod p{
text-align:justify}
.zagolovok {
font-weight:bold;}
.live {float:right;}