/* Google maps css */

.googlemap
{
	border: 1px solid #aaa;
}

#map_wrapper
{
	position: relative;
}

#map_wrapper #loading
{
	position: absolute;
	top: 185px;
	left: 207px;
	width: 200px;
	background: #fff url('/images/indicator.gif') no-repeat 10px 10px;
	border: 1px solid #aaa;
	z-index: 10000;
	padding: 10px 0px 8px 33px;
}

#map_wrapper #message
{
	position: absolute;
	z-index: 10000;
	top: 150px;
	left: 132px;
	width: 400px;
	height: 100px;
}

.googlemaps_header
{
	margin: 0px 0px 10px 0px; 
	height: 40px;
	font-size: 26px; 
	color: #555; 
	font-weight: normal; 
	line-height: 40px; 
	vertical-align: center;
}

.title
{
	float: left;
}

.length
{
	float: right;
	color: #888;
}

.map_info
{
	float: left;
	font-size: 13px;
	color: #888;
	background: url('/images/title-divider.png') no-repeat 0px 3px;
	padding-left: 15px;
	margin-left: 15px;
	padding-top: 2px;
	height: 40px;
	
}

.googlemaps_infowindow h3
{
	font-size: 16px; 
	color: #555; 
	font-weight: normal;
	margin: 0px 0px 5px;		
}

.googlemaps_infowindow p
{
	margin: 0px 0px 5px;
}

.googlemaps_infowindow a
{
	display: inline-block;
	padding: 3px 10px;
	background: url('/images/button_bg.jpg') repeat-x center;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #a0dbfb;
}

.googlemaps_infowindow a:hover
{
	background: url('/images/button_bg_hover.jpg') repeat-x center;
	text-decoration: none;
	color: #fff;
}

#length_wrapper
{
	position: absolute;
	z-index: 10000;
	right: 24px;
	bottom: 24px;
	background-color: #fff;
	border: 2px solid #888;
	border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px;
	font-size: 12px;
	padding: 7px;
	color: #666;
	width: 100px;
	text-align: right;
}

#length_wrapper div
{
	margin-top: 2px;
	font-size: 22px;
	color: #888;
}
