/*
---------------------------------------------------------------------------------------
This style sheet contains the classes for the Google Map positioning and styling
---------------------------------------------------------------------------------------
*/

#mapContainer { border:5px solid #EFEEEB; background-color:#fafaf9; margin:0 0 0 5px; width:690px; height:500px;}
#map_canvas { width:485px; height:500px; border-right:5px solid #EFEEEB;}


.displayHomesList {float:right; padding:5px; width:185px;}
	.displayHomesList ul.markerList { padding:0 0 0 0px;}
	.displayHomesList ul.markerList li { margin:3px; padding:0 0 0 15px; background: url(../images/yellow-arrow.gif) no-repeat 0px center; list-style-image:none; list-style-position:outside; list-style-type:none;}
	.displayHomesList ul.markerList li a {cursor:pointer;}

.markerInfo { width:204px; margin:auto 0;}	
	.markerInfo img.markerThumb { border:2px solid #EFEEEB; clear:right;}
	.markerInfo h2 {margin:5px 0; font-size:1.1em;}
	.markerInfo h3 {margin:5px 0 2px 0;}
	.markerInfo p {margin:2px 0;}
