@CHARSET "UTF-8";

/*
#locations {
	background-color: #dee3a5;
	border: 1px solid #bfc952;
	padding: 6px;
	margin-right: -14px;
}
*/
#locationsMap {
}

#locationMapWrapper { 
	position: relative;
}

.location, .location_big {
	position: absolute;
}

.location a, .location a:LINK, .location a:ACTIVE, .location a:HOVER, .location a:VISITED,
.location_big a, .location_big a:LINK, .location_big a:ACTIVE, .location_big a:HOVER, .location_big a:VISITED{
	font-size: 10px;
	cursor: pointer;
	text-decoration: none;
	color: #444444;
	display: block;
	padding-left: 9px;
}

.location a img,
.location_big a img{
	position: absolute;
	top:0;
	left:0;
}

.location a.grey, .location a.grey:LINK, .location a.grey:ACTIVE, .location a.grey:HOVER, .location a.grey:VISITED,
.location_big a.grey, .location_big a.grey:LINK, .location_big a.grey:ACTIVE, .location_big a.grey:HOVER, .location_big a.grey:VISITED{
	color:grey;
	cursor:default;
}	

#currentLocation a, #currentLocation a:LINK, #currentLocation a:ACTIVE, #currentLocation a:HOVER, #currentLocation a:VISITED {
	color: #e16a73;	
	text-decoration: none;
}

#currentLocation {
}

.location .additions {
	display: none;
	visibility: hidden;
}
.additions dl { }
.additions dl dt { font-weight: bold; border-bottom: 1px solid #96C131; }
.additions dl dd { padding: 2px 5px; margin: 0;}
#locations .detail-view {
	display: block;
	color: #a1af00;
	font-size: 11px;
	background: #f8f9ec url('../../assets/common/icn-arrow-hdl.png') scroll no-repeat 15px center;
	margin:7px -7px -7px;
	padding:3px 9px 3px 36px;
}

#cluetip-inner {}
#cluetip-inner dl { margin: 3px 0px;}
#cluetip-inner dt { font-weight: bold; border-bottom: 1px solid #96C131; color: #a1af00; }
#cluetip-inner dt a { display:block; background: url('../../assets/common/icn_arrow_hdl.png') scroll no-repeat 0px center transparent; padding: 3px 0px 1px 20px; color: #a1af00; }
#cluetip-inner dd { margin: 0 0 0 20px; }
#cluetip-inner dd dd { margin: 0 0 0 0px; }
#cluetip-inner dd p {}
