/* CSS Document */

ol.googleMapDirectionsList {
	color: #7B000E;
	font-weight: bold;
}


ol.googleMapDirectionsList li {
	padding-bottom: 5px;
	font-weight: normal;	
}

ol.googleMapDirectionsList li.last {
	padding-bottom: 0px;
	font-weight: normal;	
}

span.googleMapDirectionsDetail {
	color: #666666;
	display: block;	
}

span.googleMapDirectionsDescription {
	color: #333333;
}

span.googleMapDirectionsDescription b {
	color: #7B000E;
}

div.google_impnote {
	display: block;
	font-style:italic;
	padding-left: 5px;
}