
.markerDetail {background-color: #8d0000;} 
div.markerTooltip, div.markerDetail {color: #212121;background-color: #fff;font-weight:bold;white-space: nowrap;margin: 2px;padding: 2px 4px;border: 3px solid #5f6165;font-size:12px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius:5px;
	text-transform: capitalize;
}

/* main map detail info */
#mmd{
	width:180px;
	
	text-transform:none;
	opacity:.9;
	position: absolute;
	bottom: 1px;
	left: -120px;
}

#mmd h4 {
	text-align: center;
	border-bottom: 1px solid #5f6165;
	padding-bottom:2px;
}

#mmd ul {
	padding-top:3px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	
	font-weight: normal;
	font-style: normal;
	
	font-size: 1em;
	line-height: 1.6em;
	padding-bottom:5px;
	margin-left:6px;
	margin-right:6px;
	
}


#mmd ul li.last {
	border-top: 1px solid #5f6165;
	margin-top:5px;
	text-align:center;
	font-size: .9em;
}


#mmd ul li.last a {
	position:relative;
    background-color: #333;
	color:#fff;
	border-radius: 0px;	
	outline:none;
    background-repeat: no-repeat;
	border-style: none;
	border-width: 0px;
	padding: 1px 2px 2px;
}
#mmd ul li.last a:hover {
	border-radius: 0px;	
	outline:none;
    background-color: #999;
    background-repeat: no-repeat;
	border-style: none;
	border-width: 0px;
	zoom:0;
	text-decoration:underline;
}
