#map {
	width:730px;
	height:550px;
}
.bubble {
	width:300px;
}
.bubble h1 {
	font-weight:normal;
	margin-top:0;
	font-size:150%;
}
.bubble .thumbnail {
	width:100px;
	height:100px;
	border:1px solid #CCC;
	float:left;
	margin-right:10px;
	margin-bottom:5px;
}
.bubble .field {
	margin:2px 0;
}
.bubble .field label {
	width:100px;
	float:left;
	text-align:right;
	margin-right:10px;
}
#directionsPanel {
	min-height:502px !important;
}
#directionsPanel h1 {
	font-weight:normal;
	color:#000;
	margin:0;
	margin-top:10px;
	font-size:16px;
	font-weight:bold;
}
#directionsPanel div.address {
	font-weight:bold;
}
#directionsPanel div.distance {
	font-weight:bold;
}
directionsPanel ol {
	margin:10px 0 10px 20px;
}
#directionsPanel li {
	margin:5px 0;
}
#locationsBox h1 {
	font-weight:normal;
	font-size:14px;
	margin-top:10px;
	margin-bottom:5px;
}
#locationsBox label {
	cursor:pointer;
	display:inline;
}
#locationsBox h1 input {
	margin-bottom:2px;
}
#locationsBox ul {
	margin:0 0 10px 20px;
}
#locationsBox li {
	list-style:none;
	margin:3px 0;
}
#locationsBox a {
	color:#000;
}
#locationsBox .directionsLink {
	font-size:10px;
}
#locationsBox {
	min-height:502px !important;
}
a#back {
	color:#FFF;
	background:#948A7E url(/maps/img/back_arrow.gif) no-repeat 6px center;
	padding:2px 6px 2px 20px;
	text-decoration:none;
}
a#back:hover {
	text-decoration:underline;
}