#map {
	position:absolute;
	z-index:1;
}
#maphint {
	position:relative;
	top:-65px;
	left:-10px;
	width:260px;
	font-size:8px;
	color:black;
	z-index:1000000;
}

#mod_map {
	position:relative;
	
	top:0;
	width:580px;
	height:490px;
	z-index:100;
	
	
}
.map_hotspot {
	position:absolute;
	
	width:10px;
	height:20px;
	
	overflow:hidden;
	z-index:100000;
	
}
.tool-tip {
	padding:5px;
	width:200px;
	background:#474747;
	border-bottom:3px solid #006699;
	z-index:100000;
	
}

.tool-text { color:white; }

.toolTipImg {
	position:relative;
	z-index:100000;
	width:133px;
	
}

.toolTipImg .tip {
	background:url('../images/tooltip.gif') top left no-repeat;
	padding:1px;
	-moz-opacity:0.85;
	opacity:0.85;
	filter: alpha(opacity=85);
	height:auto;

}
 
.toolTipImg .tip-title {
	color: #fff;
	font-weight:bold;
	padding-top: 10px;
	margin-left:5px;
	margin-right:5px;
	padding-bottom:2px;
	border-bottom:1px dotted white;
}
 
.toolTipImg .tip-text {
	color: #fff;
	padding: 5px;
}

