/* Map Styles */

div.map-info-box div.info-bg {
	background: transparent url(/images/map/infobox.png) no-repeat;
	padding: 0;
	margin: 0;
	height: 100%;
}

div.map-info-box div.place {
	position: absolute;
	top: 24px;
	left: 37px;
	width: 140px;
	height: 90px;
	border: 0;
	font-size: 0.9em;
}

div.map-info-box div.place a {
	color: white;
}

div.map-info-box div.place div.details div.detail-body {
    padding-top: 25px;
}
	div.map-info-box .place .detail-body .fn.org {
		display: none;
		}

div.map-info-box a#close {
	background-image: url(/images/map/close.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: right;
	width: 14px;
	height: 13px;
	display: block;
	overflow: hidden;
	text-indent: -9999px;
}

/*div.map-info-box a#close:hover {
	background-position: 0 0;
}*/

#map-control-w {
    width: 1%;
    height: 1%;
}

#map-control-w div.content {
	background: transparent none no-repeat center top;
}

#map-control {
	height: 140px;
	top: 50px;
	position: relative;
}

#map-control a, #map-control div {
	display: block;
	text-decoration: none !important;
	position: absolute;
	background-repeat: no-repeat;
}

#map-control a {
	text-indent: -9999px;
}

#map-control a:hover {
	background-position: 0 0 !important;
}

#map-control #map-up, #map-control #map-down {
	background-image: url(/images/map/control/arrow-up.png);
	width: 22px;
	height: 22px;
	top: 1;
	left: 25px;
}

#map-control #map-down {
	background-image: url(/images/map/control/arrow-down.png);
	top: 49px;
}

#map-control #map-left, #map-control #map-right {
	background-image: url(/images/map/control/arrow-left.png);
	width: 22px;
	height: 22px;
	top: 25px;
	left: 1px;
}

#map-control #map-right {
	background-image: url(/images/map/control/arrow-right.png);
	left: 49px;
}

#map-control #map-centre {
	background-image: url(/images/map/control/arrow-centre.png);
	width: 22px;
	height: 22px;
	top: 25px;
	left: 25px;
}

#zoom-control {
	position: absolute;
	width: 71px;
	top: 85px;
	left: 0px;
}

#zoom-control #zoom-in, #zoom-control #zoom-out {
	background-image: url(/images/map/control/icon-zoom-in-button.png);
	width: 20px;
	height: 20px;
	top: 0;
	left: 26px;
}

#zoom-control #zoom-out {
	background-image: url(/images/map/control/icon-zoom-out-button.png);
    top: 26px;
}

