@charset "utf-8";
/* CSS Document */

#extras{ clear: both; margin-bottom: 25px; }
#selectList{ position: relative; }
#selectList #locationDetail {width:250px;}

#locationMap {
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 0px 0px;
	clear: both;
	width: 100%;
	height: 400px;
	border: 1px solid #6f1763;
}

#locationMap #map{ width: 100%; height: 100%; }
#locationMap #map div.infoWindowAddress{line-height:1.2em!important; color:#000000;}
.locationMapPopupTitle {
	color: #6f1763;
}
