div#container div.map
{
	position: relative;
}

div#container div.map.loading,
div#container div.map.waiting
{
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('/.style/standard/xhtml/ajax/loading.gif');
}

div#container div.map.loading > *,
div#container div.map.waiting > *
{
	visibility: hidden;
}

div#container div.map
{
	width: 700px;
	height: 500px;
}

div.map div.mapContainer
{
	position: relative;
	z-index: 1;
	width: 700px;
	height: 500px;
	margin-bottom: 40px;
	margin-top:11px;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('/.style/standard/xhtml/ajax/loading.gif');
}

div.map.normalMap div.info
{
	display: none;
}

div.map div.info.loading ul.geoobjects
{
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('/.style/standard/xhtml/ajax/loading.gif');
}


div.map.geolocator div.info
{
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 10px 0;
	z-index: 2;
	background-color: white;
	max-height: 457px;
}

div.map.geolocator div.info h1.heading,
div.map.geolocator div.info > span.description
{
	max-width: 213px;
}

div.map div.info div.searchTool
{
	display: none;
}

div.map.geolocator div.info h1.heading,
div.map.geolocator div.info > span.description,
div.map.geolocator div.info div.searchTool
{
	display: block;
	margin: 0;
	padding: 0 10px;
}

div.map.geolocator div.info div.searchTool
{
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding-top: 10px;
	padding-bottom: 10px;
}


div.map.geolocator div.info ul.geoobjects
{
	margin: 0;
	padding: 0;
	height: 100px;
	overflow-y: auto;
	height: 290px;
	max-width: 233px;
}

div.map.geolocator div.info ul.geoobjects > li
{
	margin: 0;
	padding: 0;
	background: 0;
}

div.map.geolocator div.info ul.geoobjects > li div.geoobject
{
	cursor: pointer;
	padding: 10px;
	border-bottom: 1px solid;
	min-height: 50px;
}

div.map.geolocator div.info ul.geoobjects > li div.geoobject h2.heading
{
	margin: 0;
	margin-bottom: 7px;
}


div.map.geolocator div.info ul.geoobjects > li div.geoobject:hover
{
	background-color: #eee;
}

div.map.geolocator div.info ul.geoobjects > li.objectsNotFound,
div.map.geolocator div.info ul.geoobjects > li.wrongRequest,
div.map.geolocator div.info ul.geoobjects > li.specify
{
	font-style: italic;
	color: #bbb;
	margin-top: 5px;
	padding: 0 10px;
	display: none;
}

div.map.geolocator div.info ul.geoobjects > li div.geoobject span.searchQuery,
div.map.geolocator div.info ul.geoobjects > li div.geoobject span.latitude,
div.map.geolocator div.info ul.geoobjects > li div.geoobject span.longitude,
ymaps.ymaps-search
{
	display: none;
}

div.ya-map
{
	width:564px;
	height:344px;
	margin-bottom: 40px;
	margin-top:11px;
	border-top:1px solid #ccc;
}

div.ya-map div.mapContainer
{
    width:564px;
    height:344px;
}

div.ya-map.loading
{   
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('/.style/standard/xhtml/ajax/loading.gif');
}

div.placemarkSet a.placemark,
div.ya-map > span
{
	display: none;
}