.locationmap-mapcontainer {
	background-image: url(map-bg.png);
	background-repeat: repeat-x;
	background-color: #e4e4e4;
	padding: 4px;
}

.locationmap-map {
	position: relative;
	z-index: 0;
	border: 1px solid #ffffff;
}

.locationmap-category {
	clear: both;
	margin: 0.5em 0 3em 0;
}

.locationmap-category h3 {
	font-size: 14px;
	font-weight: bold;
	float: left;
	width: 220px;
}

.locationmap-category h3 img {
	margin: 0 3px;
	vertical-align: -2px;
}

.locationmap-locationlist {
	float: left;
	line-height: 20px;
	width: 315px;
}

.locationmap-locationlist a {
	color: #303030 !important;
}

.locationmap-locationlist a:hover,
.locationmap-locationlist a.active {
	color: #569B4B !important;
	text-decoration: none !important;
}

.locationmap-location {
	white-space: nowrap;
}

.locationmap-location .separator {
	margin-left: 15px;
	margin-right: 15px;
}

.locationmap-locationlist .last .separator {
	display: none;
}

.locationmap-tooltip {
	z-index: 2;
	height: 300px;
}

.locationmap-tooltip table {
	position: absolute;
	z-index: 1;
	bottom: 0px;
}

.locationmap-tooltip table table {
	position: static;
}

.locationmap-tooltiptitle {
	font-size: 11px;
	font-weight: bold;
	margin: 0 10px;
}

.locationmap-tooltiptext {
	font-size: 10px;
	white-space: nowrap;
	margin: 10px;
}
