
	
	.infowindow {
	    margin: 7px 0 0 15px; 
	    width: 175px;
	}
	
	#map {
	    width: 550px; 
	    height: 480px; 
	    background-color: black; 
	    float: right;
	}
	
	#sidebar {
	    display: none;
	    background-color: #eef;
		width: auto; 
	    height: 450px; 
	    padding: 0 5px 0 5px;
	    overflow: auto; 
	    text-align: right;
	}
	
	div.markerTooltip, div.markerDetail {
		color: black;
		font-size: 0.8em;
		font-family: Vandara;
		background-color: white;
		white-space: nowrap;
		margin: 0;
		padding: 2px 3px;
		border: 1px solid black;
	}
