@charset "UTF-8";
/* CSS Document */

div#googlemap {
	border: 1px solid #999;
	height: 550px;
	width: 735px;
	margin: 20px 15px 20px 30px;
}
div#googlemap div.popup {
	font-family:Arial, Helvetica, sans-serif;
	width:340px;
	padding:5px;
	padding-bottom:0;
	margin-bottom:1px;
	font-size:0.9em;
	line-height:1.25em;
}
div#googlemap div.popup h1 {
	margin:0 5px 5px 0;
	font-size:1.2em;
}
div#googlemap div.popup p {
	clear:left;
	margin-bottom:5px;
}
div#googlemap div.popup img {
	margin:0 10px 10px 0;
	border:1px solid #333;
}
div#googlemap div.popup img.propertypic {
	float:left;
	}
div#googlemap div.popup p.bedsbaths {
	clear:none;
	font-weight:bold;
}
div#googlemap div.popup p.avail {
	clear:none;
	font-style:italic;
	margin-bottom:5px;
}
div#googlemap div.popup p.price {
	font-weight:bold;
	color:#D00;
	margin-bottom:5px;
	font-size:1.1em;
}
div#googlemap div.popup p.more {
	font-weight:bold;
	float:right;
	margin-right:20px;
	
	text-transform:uppercase;
}
div#googlemap div.popup p.type {
	width:50%;
	margin-bottom:0;
	font-size:0.9em;
	font-style:italic;
	}
div#googlemap div.tooltip {
	font-family:Arial, Helvetica, sans-serif;
     background-color:#fff;
     padding:3px 5px;
     border:1px #999 solid;
	font-size:0.85em;
	color:#444;
	line-height:1.25em;
 }
