/*
	*** LOCATIONS MAP STYLES ************************
*/

#map_container {
	position: relative;
	width:550px;
	height: 550px;
}

.loc {
	z-index:2; 
}

.mousetrap {
	border: solid 1px #83854F; 
	font-size:10px;
	color: #47491d; 
	background-color: #fff;
	z-index:4;
	padding: 0px;
	visibility: hidden; 
	display: none;
	width: 180px;
}

.mt_toolbar {
	background-color: #83854F;
	color: white;
	padding: 2px;
	text-align: right;
	font-weight: bold;
}
	
.mt_content {
	padding: 6px;
}


