#tooltip.geographicalMapTooltip {
	position: absolute;
	z-index: 3000;
	border: 0px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	background:url(../images/hittip.gif) no-repeat center bottom;
	font-size: 11px;
	color:#ffffff;
    font-family: Arial, Helvetica, Sans-Serif;
	height:57px;
	width:164px;
	top:-144px; 
	font-weight:normal;
	line-height:14px;
	box-shadow: none;
}
#tooltip.geographicalMapTooltip h4 { 
	margin: 0 0 10px 0; 
	font-weight:bold;
	font-size: 12px;
}
#tooltip.geographicalMapTooltip div { 
	margin: 0 0 5px 0; 
	font-weight:normal;
}
#tooltip.geographicalMapTooltip span { 
	padding: 5px 0 5px 0; 
	font-weight:normal;
	font-size: 11px;
}

