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

#googlemap_directions {
	width: 435px;
}

#googlemap_banner_block {
	height: 300px;
}

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

#google_directions {
	clear: both;
	margin-top: 1em;
	width: 100%;
	border-collapse: collapse;
}
	
#google_directions td {
	padding: .25em .5em;
	vertical-align: top;
	border-bottom: 1px solid #DDDDDD;
}

#google_directions td.maneuverNumber {
	font-weight: bold;
	color: #666666;
	text-align: right;
}

#google_directions td.maneuverTime {
	white-space: nowrap;
	text-align: right;
}

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

#google_directions tr.rU {
	background: #F3F3F3;
}

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

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

#google_directions th.maneuverDescription {
	text-align: left;
	padding-left: .5em;
}
