/* HoursAndDirections_MINI */
#leftCol {
	width: 250px;
	float: left;
}
#topRow {
	height: 300px;
}
#quickSearch {
	padding: 30px 0 0 45px;
}
#hoursAndDirectionsContent {
	border: 10px solid #666;
	width: 690px;
	padding: 20px;
	float: left;
}
#middleCol {
	width: 320px;
	margin-right: 40px;
	float: left;
}
#pageTitle {
	margin-bottom: 10px;
}
#rightCol {
	width: 300px;
	float: left;
}

/* Styles for the Map*/
.mapTable td {
	background: #666666;
}
#zoomPosition {
	position:relative;
	left:157px;
	width: 120px;
}
/* Styles for the Hours widget*/
hr {
	height: 1px;
	color:#ADAAAD;
}

/* Styles for the Direction widget*/
.getDirections {
	position:relative;
	left: 85px;
}
.getDirections  br {
	display: none;
}
form div.F {
	margin-top: -12px;
}
#formElement input, #formElement select {
	margin-top: 1px;
}
#googleMapWrapper #map{
	height: 245px;
}
.alignTop {
    vertical-align: top;
}

