/**** style/list.css ****/

#structure {
	zoom: 1;
	position: relative;
	overflow: hidden;
	background: url(/img/_temp/sidebar_bg.gif) repeat-y top left;
}
#structure.listOfFavourites {
	background: none;
	padding: 0 400px 0 0;
}
	

h1 {
	color: #909090;
	font-size: 16px;
	margin: 10px 0;
	padding: 0px;
	
}


#map {
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 40%;
	zoom: 1;
	z-index: 10;
	height: 480px;
}
	#mapWrapper {
		margin: 0 0 0 10px;
		height: 100%;
		overflow: hidden;
	}
	
	.map-enlarged #map {
		position: relative;
		margin: 0 0 0 197px;
		width: auto;
	}
	.map-enlarged #mapWrapper {
		margin: 0;
	}

#wrapper {
	position: relative;
	margin: 0px 40% 0 197px;
	zoom: 1;
	overflow: hidden;
	height: 100%;
	z-index: 1;
}
	.map-enlarged #wrapper {
		margin-top: 10px;
		margin-right: 355px;
	}
	.listOfFavourites #wrapper {
		float: left;
		margin: 0;
		width: 100%;
	}
	#structure.kp #wrapper {
		margin-right: 280px;
	}
	
	#offers {
		overflow: hidden;
		margin: 0px 0 0 0;
		zoom: 1;
	}
	
#rightColumn {
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	margin: 0;
	padding: 0;
	height: 100%;
	height: expression(document.getElementById("structure").clientHeight);
	zoom: 1;
	overflow: hidden;
}
	
	.listOfFavourites #rightColumn {
		display: inline;
		float: right;
		position: relative;
		width: 400px;
		margin: 0 -400px 0 0;
		height: auto;
		
		
	}

	.map-enlarged #rightColumn {
		width: 355px;
	}
	
	#structure.kp #rightColumn {
		width: 280px;
	}

#rightColumnWrapper {
	margin: 0 0 0 10px;
	height: 100%;
	overflow: hidden;
	background-color: #EDEDED;
	position: relative;
}
		


#objects {
	list-style: none;
	margin: 2px 0 10px 0;
	padding: 0;
}

	.items li {
		overflow: visible;
		padding: 0;
		margin: 0;
		border-bottom: 1px solid #C1D1E7;
		zoom: 1;
		cursor: pointer;
		vertical-align: top;
	}
	.items li.active {
		background: #BBD9EA;
	}
	
	.items li a.blockLink {
		display: block;
		margin: 0;
		padding: 0 8px 6px;
		text-decoration: none;
		overflow: hidden;
		zoom: 1;
	}
	.items li a.blockLink:hover {
		background: #C8E0F3;
	}
	#unmappedObjects .items li a.blockLink:hover {
		background: none;
	}
		.items li a.blockLink .innerBlock1 {
			padding: 110px 0 0 0;
			position: relative;
		}
		.items li a.blockLink .innerBlock2 {
			margin: -110px 0 0 0;
			position: relative;
		}
	
	.items li .photo {
		width: 125px;
		display: inline;
		position: absolute;
		left: 0px;
		top: 12px;
	}
	
	.items li .photo img, .items li .photo a {
		display: block;
	}
	
	.items li .info {
		margin: 0px 0 0 130px;
		overflow: hidden;
		color: #959494;
	}
	
		.info span.price {
			float: right;
			font-weight: bold;
			padding: 0;
			margin: 0 0 0 7px;
			display: block;
		}
			.info span.price span {
				color: #3381AC;
				padding: 1px 5px;
				margin: 0;
				font-size: 13px;
				display: block;
			}
			#unmappedObjects .info span.price span {
				font-size: 14px;
			}
			
			
		.blockLink .hiddenContacts {
			display: none;
		}
			.blockLink .hiddenContacts span {
				padding: 0 5px 0 0;
				color: #008080;
			}
		
		.info .address {
			color: #367BA3;
			font-size: 13px;
			font-weight: bold;
			padding: 0;
			margin: 0;
			text-decoration:none;
		}
		
		#unmappedObjects .info .address {
			font-size: 12px;
		}

		.info span.numberOfRooms, .info span.metroStation, .info span.dateCreated {
			margin: 0;
			padding: 0 15px 0 20px;
			font-size: 12px;
			font-weight: normal;
		}
		.info span.numberOfRooms {
			background: url(/img/search/house_bg.gif) no-repeat scroll top left;
		}
		.info span.metroStation {
			background: url(/img/search/metro_bg.gif) no-repeat scroll top left;
		}
		.info span.lavatory {
			margin-right: 5px;
		}
		.info span.numberOfBedrooms {
			margin-right: 5px;
		}
		.info span.dateCreated {
			background: url(/img/_temp/date_created_bg.gif) no-repeat scroll -3px 0;
			padding: 3px 0 0 19px;
		}
		.info p.commonInfo {
			padding: 3px 0;
			margin:0;
			clear: both;
		}
		.popup-content .info p.commonInfo {
			clear: none;
			zoom: 1;
		}
			.info p.commonInfo span {
				margin-right: 4px;
				font-weight: bold;
			}
			.info p.commonInfo.mapLocation span {
				display: block;
			}
		.info p.description {
			margin: 7px 0;
			padding: 0;
		}
		.info p.clearDescription {
			margin: 7px 0;
			padding: 0;
			height: 23px;
		}
		.info span.source {
			float: right;
			color: #65A7CD;
			text-decoration: underline;
			text-align: right;
			line-height: 19px;
			display: block;
			padding: 0 0 0 29px;
		}
		.info span.source.noLink {
			text-decoration: none;
			color: #959494;
		}
			.info span.source img {
				display: inline;
				margin: 0 5px 0 0;
			}
			.info span.source.owner {
				background: url(/img/_temp/source_type_icon.gif) -10px -19px no-repeat;
				text-decoration: none;
			}
			.info span.source.agent {
				background: url(/img/_temp/source_type_icon.gif) -40px -41px no-repeat;
				text-decoration: none;
			}
		.info span.addToFavourite, .info span.upwards {
			float: left;
			display: block;
			width: 20px;
			height: 20px;
			margin: 0px 3px 0 0;
			font-color: #FFF;
			cursor: pointer;
			cursor: hand;
			background-repeat: no-repeat;
		}
		
		.info span.addToFavourite {
			background-image: url(/img/_temp/fav_stars.gif);
			background-position: -3px -20px;
		}
		.info span.favourite {
			background-position: -3px 0;
		}
		.info span.upwards {
			background: url(/img/search/upwards.gif) no-repeat scroll 0px 3px;
		}
		
		.info img.addToFav {
			display: inline;
			vertical-align: bottom;
		}			
		
						

#sidebar {
	display:inline;
	float:left;
	margin: 0px -187px 0 0px;
	padding-bottom: 130px;
	width: 187px;
	color: #525252;
	position: relative;
	background: #E9E9E9;
}

	#sidebar .topLeft,
	#sidebar .topRight {
		background-image: url(/img/_temp/main_page_content_rounded_corners.gif);
	}

	#sidebar #topSubmit {
		margin: 10px 6px;
		padding: 0 0 0 0;
	}
	
	#bottomSubmit {
		position: absolute;
		bottom: 0;
		padding: 0 0 10px 0;
		width: 187px;
	}
		#bottomSubmitWrapper {
			padding: 5px;
		}
	
		#bottomSubmit .bottomLeft,
		#bottomSubmit .bottomRight {
			background-image: url(/img/_temp/main_page_content_rounded_corners.gif);
		}
	
		#topSubmit p,
		#bottomSubmit p {
			font-size: 12px;
			color: #737373;
			margin: 0 1px;
			padding: 0;
		}
		#bottomSubmit p {
			margin: 0 0 5px 0;
		}
		
		#topSubmit .pseudoSubmit,
		#bottomSubmit .pseudoSubmit {
			font-size: 15px;
			color: white;
			cursor: hand;
			cursor: pointer;
			padding-top: 0px;
			vertical-align: middle;
			font-weight: normal;
			background: url(/img/_temp/sidebar_submit_orange.gif) no-repeat;
			width: 173px;
			height: 23px;
			border: 0px;
			text-align:center;
		}
		
		#sidebar p.numberOfFoundObjects,
		#bottomSubmit p.numberOfFoundObjects {
			font-size: 24px;
		}
	
		.dateCreatedRange ul {
			zoom: 1;
		}
			.dateCreatedRange ul li {
				float: left;
				margin: 0 0 2px 0;
			}
				.dateCreatedRange ul li input {
					margin:0 0 0 4px;
					vertical-align:middle;
				}
			
		
		
		
		.dateCreatedRange .no-matter {
			padding: 8px 6px 3px 7px;
			margin: 0;
		}
		
		.dateCreatedRange .no-matter a {
			color: #525252;
		}
		
		.dateCreatedRange .no-matter a.selected {
			background: #8B8B8B;
			color: #FFF;
			text-decoration: none;
			padding: 0 6px 3px 6px;
		}
	
	
	

.search-opt {
}

.search-opt .summary {
	margin: 15px 10px 0 10px;
}

.search-opt .summary p {
	font-size: 92%;
	line-height: 1;
	margin: 0 0 7px 0;
}

.search-opt .summary p strong {
	font-size: 130%;
}

.search-opt .summary input {
	margin: 0 0 7px 0;
}

.search-opt ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}

.search-opt ul li.tab {
	margin: 0 0 1px 0;
	padding: 0;
	min-height:24px;
	height:auto !important;
	height:24px;
	zoom: 1;
	vertical-align: top;
}

#sidebar h3 {
	overflow: hidden;
	color: #12498c;
	font: normal 100% "tahoma", "verdana", "arial", sans-serif;
	margin: 0 0 0 0;
	line-height: 24px;
	background: url(/img/_temp/sidebar_filter_tab_bg.gif) repeat-x;
	zoom: 1;
}
	#sidebar h3.closed {
		background: url(/img/_temp/sidebar_filter_closed_tab_bg.gif) repeat-x;
	}

#sidebar h3 span {
	display: block;
	width: 100%;
	height: 100%;
}

.search-opt ul li.location p {
	padding: 0;
	margin: 0;
}
.search-opt ul li.location strong {
	margin: 5px 0;
}

#sidebar h3.closed span a {
	color: #525252
}
#sidebar h3 span a {
	color: #FFFFFF;
	display: block;
	text-decoration: none;
	height: 100%;
	padding: 0 0 0 30px;
	zoom: 1;
}

#sidebar h3 span a {
	background: url("/img/_temp/sidebar_arrows.gif") no-repeat;
	background-position: 0 -3px;
}

#sidebar #subscription h3 a {
	background: none;
}

#sidebar h3.closed span a {
	background-position: -21px -27px;
}

#sidebar #popup_regions {
	margin-bottom: 10px;
}

.search-opt ul li.realtyType  fieldset {
	margin: 10px 0 10px 15px;
}
.search-opt ul li fieldset, fieldset.subscription {
	margin: 10px;
}
	fieldset.subscription label {
		margin-bottom: 10px;
		display: block;
	}
	fieldset.subscription input.email {
		margin-bottom: 10px	;
		padding: 0;
		width: 100%;
		border: 1px solid #BEBEBE;
		color: #828282;
	}
	fieldset.subscription input.submit {
		background:transparent url(/img/_temp/sidebar_subscription_submit.gif) no-repeat scroll left top;
		border:0 none;
		color:#FFFFFF;
		height:24px;
		margin:0;
		padding:0;
		width:105px;
	}
	.search-opt ul li.priceRange fieldset {
		margin: 0 0 10px 0;
	}
	.search-opt ul li.numberOfRooms fieldset {
		margin: 10px 0 10px 0;
	}
	
	.search-opt ul li.location .switcher li {
		margin: 3px 0;
	}
	.search-opt ul li.location .switcher li a.selected {
		margin: 0;
		padding: 3px;
	}
	

	#currency-switcher li {
		float: left;
		margin:  0 0 0 3px;
	}
	#currency-switcher li a {
		color: #525252;
		font-size: 11px;
		text-decoration: none;
		padding: 20px 0 0 0;
		display: block;
		background-position: -42px 0;
		background-repeat:no-repeat;
		border: none;	
	}
	#currency-switcher li a.dashed {
		margin: 0;
	}
		
		#currency-switcher li.ruble a {
			background-image: url(/img/_temp/sidebar_ruble.gif);
		}
		#currency-switcher li.euro a {
			background-image: url(/img/_temp/sidebar_euro.gif);
		}
		#currency-switcher li.pound a {
			background-image: url(/img/_temp/sidebar_pound.gif);
		}
		#currency-switcher li.dollar a {
			background-image: url(/img/_temp/sidebar_dollar.gif);
		}
		#currency-switcher li.rand a {
			background-image: url(/img/_temp/sidebar_rand.gif);
		}
		#currency-switcher li.zloty a {
			background-image: url(/img/_temp/sidebar_zloty.gif);
		}
		#currency-switcher li a.selected, #currency-switcher li a:hover {
			background-position: 0 0;
			background-color: transparent;
			color: #EDBB35;
		}
		#currency-switcher li a span {
			display: inline-block;
		}






.search-opt ul li fieldset input.text {
	margin: 12px 0 5px 0;
	width: 150px;
	border: 1px solid #b2b2b2;
	color: #525252;
}
			.search-opt ul li.mkadDistance  fieldset input.text {
				width: 35px;
				margin: 12px 10px 5px 10px;
			}

.search-opt ul li h4 {
	font-size: 100%;
	font-weight: normal;
	margin: 12px 0 5px 0;
}
	.search-opt ul li.numberOfRooms  h4,
	.search-opt ul li.priceRange  h4{
		margin-bottom: 0px;
		font-weight: bold;
		padding: 3px 10px;
	}

.location a {
	padding: 3px 0 0 6px;
	display:block;
	height: 21px;
	color: #8B8B8B;
}

.search-opt ul li .grey {
	color: #707172;
}

.excludePriceless input{
	float:left;
	height:15px;
	margin:0 -15px 0 0;
	width:15px;
}
.excludePriceless label {
	float:left;
	margin:6px 0 0 4px;
}


.search-opt .switcher {
	overflow: hidden;
	width: 100%;
	margin-bottom: 7px;
}


	.search-opt .numberOfRooms .switcher,
	.search-opt .priceRange .switcher {
		margin-bottom: 0px;
	}
	

.search-opt .switcher li {
	float: left;
	margin: 0;
	padding:7px 0;
}
	
	
	.priceRange #rentType li {
		margin-left: 10px;
	}
	.search-opt .priceRange .switcher li {
		margin-left: 2px;
	}
	.search-opt .numberOfRooms .switcher li {
		margin: 0 0 0 10px;
	}
	.search-opt .realtyType .switcher li,
	.search-opt .searchThru .switcher li {
		float: none;
		padding: 3px 0;
	}

.search-opt .switcher li a.dashed {
	margin: 0 6px;
}

.search-opt .switcher li a.selected {
	color: #fff;
	background: #EDBB35;
	text-decoration: none;
	padding: 1px 6px 3px 6px;
	cursor: default;
}


.search-opt div.not-matter {
	margin: 3px 6px 10px 0;
	padding: 0 0 3px 0;
}
	.search-opt .priceRange div.not-matter {
		padding: 0 10px 3px 10px;
	}

.search-opt div.not-matter a {
	color: #525252;
}
.search-opt div.not-matter a:hover {
	color: #FFF;
}

.search-opt div.not-matter a.selected {
	color: #fff;
	background: #EDBB35;
	text-decoration: none;
	padding: 0 6px 3px 6px;
}


.search-opt ul.limits {
	margin-bottom: 0px;
} 
	.search-opt .priceRange ul.limits {
		padding: 10px 10px 0 10px;
	}

.search-opt ul.limits li {
	margin-bottom: 5px;
}

.search-opt ul.limits li a {
	color: #525252;
}

.search-opt div.limits {
	overflow: hidden;
	width: 100%;
}
	.search-opt .priceRange div.limits {
		padding: 0 10px;
		width: auto;
		padding: 0 0 0 10px;
	}
	.search-opt .priceRange .excludePriceless {
		padding: 0 0 0 10px;
	}
		.search-opt .priceRange .excludePriceless input {
			margin: 7px 3px 0 0;
		}
		.search-opt .priceRange .excludePriceless input {
			margin: 7px 3px 0 0;
			vertical-align: bottom;
		}

.search-opt div.limits input {
	float: left;
	color: #808080;
	width: 52px;
	margin: 0 2px;
	border:1px solid #B2B2B2;
}

.search-opt div.limits input.selected {
	color: #000;
}

.search-opt div.limits span {
	float: left;
	margin: 3px 0 0 0;
}


.search-opt ul.variations {
	overflow: hidden;
	width: 100%;
}
	.search-opt .numberOfRooms  ul.variations {
		padding: 0 10px;
	}

.search-opt ul.variations li {
	clear: both;
	margin: 0;
}

.search-opt ul.variations li input {
	float: left;
	width: 15px;
	height: 15px;
	margin: 0 -15px 0 0;
}

.search-opt ul.variations li label {
	float: left;
	margin: 0 0 4px 19px;
}



#structure.noMap #rightColumnWrapper .whiteSpace {
	display: none;
}

#rightColumnWrapper .whiteSpace {
	background: #FFF;
	height: 10px;
	margin: 480px 0 0 0;
}

#structure.listOfFavourites #rightColumnWrapper .whiteSpace {
	display: none;
}

#rightColumnWrapper .specialOffers {
	overflow: hidden;
	position: relative;
	zoom: 1;
}

#rightColumnWrapper .topLeft,
#rightColumnWrapper .topRight,
#rightColumnWrapper .bottomLeft,
#rightColumnWrapper .bottomRight {
	background-image: url(/img/_temp/main_page_content_rounded_corners.gif);
}




#objectsCounterBG {
	top: 200px;
	left: 125px;
	z-index: 99;
	position: absolute;
	padding: 0;
	margin: 0;
	width: 159px;
	height: 117px;
	background: url(/img/_temp/sidebar_obj_counter_bg.png) 0 0 no-repeat;
	filter: expression(fixPNG(this));
}
#objectsCounter {
	top: 200px;
	left: 125px;
	z-index: 100;
	position: absolute;
	padding: 0;
	margin: 0;
	width: 159px;
	height: 117px;
}

		#objectsCounter .closeButton {
			width: 16px;
			height: 16px;
			background: url(/img/_temp/sidebar_obj_counter_close.gif) 0 0 no-repeat;
			position: absolute;
			top: 22px;
			right: 17px;
			display: block;
			cursor: pointer;
			cursor: hand;
		}
		
		#objectsCounter .refreshObjects {
			font-size: 13px;
			color: #5F9EC2;
			text-decoration: underline;
			padding: 0;
			margin: 0 0 0 60px;
			position: relative;
		}
		
		#objectsCounter .numberOfObjects {
			font-size: 20px;
			color: #5D9DC1;
			padding: 0;
			margin: 0 0 0 60px;
		}
		
		#objectsCounter h3 {
			font-size: 12px;
			font-weight: normal;
			color: #727272;
			padding: 0;
			margin: 25px 0 0 60px;
		}
		#objectsCounter h3.offers {
			margin-top: 0;
		}
		


#gmap {
	position: relative;
}

#gmap .map-api {
	position: relative;
	width: 100%;
	height: 445px;
}

#gmap .map-api span span {
	display: none;
}
	
#gmap #enlargeControls {
	background-color:#ECECEC;
	overflow:hidden;
	padding:9px;
	position:relative;
	z-index:10;
	zoom: 1;
} 

	#enlargeControls .topLeft,
	#enlargeControls .topRight {
		background-image: url(/img/_temp/main_page_content_rounded_corners.gif);
	}
	
	#enlargeControls a.enlarge {
		background: url(/img/_temp/enlarge_gmap.gif) top left no-repeat;
		width: 18px;
		height: 18px;
		display: block;
		text-decoration: none;
		float: left;
	}
	
	#enlargeControls h3 {
		float: right;
		margin: 0;
		padding: 0;
		color: #6E6C6C;
		font-family: Trebuchet MS;
		font-size: 12px;
		line-height: 17px;
	}
		#enlargeControls h3 a {
			color: #DE9D00;
		}
	
	#unmappedObjects ul {
		padding: 0;
		margin: 0;
		list-style: none;
		overflow: hidden;
	}
	#unmappedObjectsPanel p {
		padding: 0;
		margin: 0;
		font-size: 11px;
		color: #737373;
	}
		#unmappedObjectsPanel p a {
			padding: 0;
			margin: 0 0 0 5px;
			color: #3A7897;
		}
	
	#enlargeControls a.toggle {
		background: url(/img/search/close-map.gif) top left no-repeat;
	}
	
#loadingScreen {
	position: absolute;
	top: 40px;
	width: 100%;
	opacity:0.7; -moz-opacity:0.7; -khtml-opacity:0.7; filter:alpha(opacity=70);
	z-index: 100;
	display: none;
}
	#loadingScreen .loadingScreenWrapper {
		position: relative;
		text-align: center;
		overflow: hidden;
	}
	#loadingScreen .loadingScreenMessage {
		background:#26739B none repeat scroll 0 0;
		border: 5px solid #FFFFFF;
		margin: 130px auto 0;
		text-align:left;
		width:250px;
	}
	#loadingScreen p {
	color:#FFFFFF;
	font-size:22px;
	font-weight:bold;
	margin:0;
	padding:5px;
	text-align:center;
	}

#gmap .mapDescriptionContainer {
	background-color: white;
	margin: 0px;
	padding: 2px;
	background: #4F95BA;
	opacity:0.9; -moz-opacity:0.9; -khtml-opacity:0.9; filter:alpha(opacity=90);
	position: absolute;
	bottom: 0;
	width: 100%;
	zoom: 1;
	z-index: 1101;
}

.mapDescriptionContainer h3 {
	color: #778FB3;
	font-size: 16px;
	margin: 0;
	padding: 5px;
}
.mapDescriptionContainer h3.loading {
	background: url(/img/search/ajax-loader.gif) no-repeat 160px 7px;
}
#gmap .map-descr {
	overflow: hidden;
	list-style: none;
	color: #778FB3;
	margin: 1px;
	padding: 0;
	zoom: 1;
}
				#gmap .map-descr li {
					float: left;
					zoom: 1;
					margin: 1px 1px 0 0;
				}
				
					#gmap .map-descr li a {
						display: block;
						width: 29px;
						height: 28px;
						text-indent: -99999px;
						background-position: 0 -29px;
					}
					#gmap .map-descr li a.active {
						background-position: 0 0px;
					}
					
					

#unmappedObjects {
	overflow: hidden;
	width: 500px;
	background: #FFF;
	border:4px solid #26739B;
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-bottomright:6px;
	-moz-border-radius-topleft:6px;
	-moz-border-radius-topright:6px;
	position: absolute;
	top: 100px;
	right: 50px;
	z-index: 555;
	display: none;
}
	#unmappedObjects p.navigator {
		padding: 5px 15px;
		margin: 0;
		text-align: center;
		background: #D7D7D7;
		color: #737373;
		font-weight: bold;
		cursor: move;
		position: relative;
		overflow: hidden;
	}
		.navigator .control {
			margin: 0;
			padding: 0 3px;
			border: 1px solid;
			cursor: hand;
			cursor: pointer;
		}
			.navigator .control.hover {
				background: #ECECEC 
			}
		.navigator i {
			font-style: normal;
			margin: 0 5px;
		}
		
		.navigator .close {
			position: absolute;
			top: 5px;
			right: 5px;
			width: 15px;
			height: 14px;
			background: url(/img/unmapped_obj_close.gif) no-repeat top left;
			cursor: hand;
			cursor: pointer;
			text-decoration: none;
		}
					


#mapControls {
	position: absolute;
	top: 50px;
	left: 10px;
	z-index: 10;
	margin: 0 0 0 0;
}
	#mapControls #zoomControl {
		float: left;
		background-image: url(/img/_temp/zoom_control_bg.gif);
		position: relative;
		width: 46px;
		height: 44px;
	}
		#zoomControl area {
			cursor: hand;
			cursor: pointer;
		}
		#zoomControl img {
			border: 0px;
			cursor: hand;
			cursor: pointer;
		}
		#zoomControl .control {
			position: absolute;
			text-indent: -99999px;
			cursor: hand;
			cursor: pointer;
			width: 10px;
			height: 10px;
		}
			#zoomControl .top {
				left:18px;
				top:2px;
			}
			#zoomControl .left {
				left:2px;
				top:17px;
			}
			#zoomControl .right {
				left:35px;
				top:17px;
			}
			#zoomControl .down {
				left:18px;
				top:33px;
			}
			#zoomControl .center {
				left:18px;
				top:17px;
			}
		
	#mapControls #sliderControl {
		float: left;
		margin: 12px 0 0 10px;
		padding: 0;
		position: relative;
	}
		#mapControls #sliderControl .zoomOut {
			background: url("/img/_temp/zoom_out.gif") no-repeat;
			background-position: -25px 0;
			width: 20px;
			height: 24px;
			cursor: pointer;
			text-indent: -9999px;
			float: left;
		}
		#mapControls #sliderControl .zoomIn {
			background: url("/img/_temp/zoom_in.gif") no-repeat;
			background-position: -31px 0;
			width: 20px;
			height: 24px;
			cursor: pointer;
			text-indent: -9999px;
			float: left;
		}
		#mapControls #sliderControl .sliderBar {
			background: url("/img/_temp/slider_bar.gif") no-repeat;
			width: 250px;
			height: 24px;
			cursor: pointer;
			text-indent: -9999px;
			float: left;
		}
		#mapControls #sliderControl .slider {
			background: url("/img/_temp/slider.gif") no-repeat;
			position: absolute;
			top: 0px;
			left: 162px;
			width: 8px;
			height: 24px;
			text-indent: -9999px;
			float: left;
		}
		

#utilityBar {
	margin: 8px 0;
	}
	#utilityBar .upper {
		background: #B2B2B2;
		}
		#utilityBar .upper #searchTitle {
			color: #FFF;
			margin: 0;
			padding: 0;
			}
			#utilityBar .upper #searchTitle a {
				color: #FFF;
				}
			#utilityBar .upper #searchTitle h1 {
				display: inline;
				}

	#utilityBar #printPage {
		float: right;
		color: #FFF;
		text-decoration: underline;
		padding: 0 0 0 13px;
		background: url(/img/_temp/print_icon.gif) no-repeat 0px 6px;
	}
	#utilityBar #printPage:hover {
		text-decoration: none;
	}


.tooltip {
	position: absolute;
	z-index: 100;
	top: 0;
	display: inline;
	margin: 0;
	padding: 5px;
	color: #FFF;
	font-size: 11px;
	border: 1px solid #FFF;
	background: #4F95BA;
	opacity:0.9; -moz-opacity:0.9; -khtml-opacity:0.9; filter:alpha(opacity=90);
}



#searchResultsAdvObjects {
	padding: 7px 9px;
	overflow: hidden;
	zoom: 1;
}

	#searchResultsAdvObjects .advOffer {
		float: none;
		width: auto;
	}


#searchResultsListAdvOffer {
	padding: 7px 9px;
	overflow: hidden;
	zoom: 1;
	background: #AACEEC;
}

	#searchResultsListAdvOffer .advOffer {
		float: none;
		width: auto;
	}
	
	#searchResultsListAdvOffer .advOffer .desc p {
		color: #FFF;
	}
	#searchResultsListAdvOffer .advOffer .desc p.phone {
		color: #FFF;
	}


.yandexAdv {
	margin: 10px;
}


h3.catalogue {
	margin:10px;
}

