.googlemap {
/*	width: 435px;  These are defaults. Most maps will override with style attribute */
	height: 300px;
	border: 1px solid #ccc;
}

#googlemap_directions {
/*	width: 435px;*/
	margin-bottom: 2em;
}

#googlemap_banner_block {
	height: 300px;
}

.mapRegion {
	float: left;
	height: 91px;
	margin-right: 1em;
	width: 65px;
}

#googlemap_directions {
	clear: both;
	margin-top: 1em;
	width: 100%;
	border-collapse: collapse;
	background: url( '../image/engine/status_wait.gif' ) no-repeat center;
	min-height: 32px;
}

#googlemap_directions > *,
/* For browsers not supporting ">" (IE6) */
#googlemap_directions .adp-summary,
#googlemap_directions table.adp-directions {
	background-color: white;
}

#googlemap_directions table.adp-directions {
	width: 100%;
}
	
#googlemap_directions table.adp-directions td {
	padding: .25em .5em;
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}

#googlemap_directions table.adp-directions td,
#googlemap_directions table.adp-placemark td {
	padding: .25em .5em;
}

#googlemap_directions table.adp-directions td.maneuverNumber {
	font-weight: bold;
	color: #666666;
	text-align: right;
}

#googlemap_directions table.adp-directions td.maneuverTime {
	white-space: nowrap;
	text-align: right;
}

#googlemap_directions table.adp-directions td.maneuverDistance {
	white-space: nowrap;
	text-align: right;
}
	
#googlemap_directions table.adp-directions td.total {
	text-align: right;
	color: #666666;
	font-weight: bold;
}

/*#googlemap_directions tr.rU {
	background: #F3F3F3;
}

#googlemap_directions tr.rT td {
	border-top: 1px solid #AAAAAA;
	border-bottom: none;
}

#googlemap_directions th {
	text-align: right;
	padding-right: .5em;
	border-bottom: 1px solid #AAAAAA;
}

#googlemap_directions th.maneuverDescription {
	text-align: left;
	padding-left: .5em;
}*/

#geocoding_error {
	color: red;
	font-family: verdana, arial, helvetica, sans-serif;
	margin-top: 20px;
	font-size: 12px;
	font-weight: bold;
	display: none;
}

#geocode_debug {
	display: none;
}

.viView .viControl.map .googlemap {
	height: 100%;
}

.viView .summary .viControl.static .googlemap {
	width: 275px;
	height: 175px;
}
