.primaryMap input {
	float:					left;
}

.zoomControls {
    width:                  70px;
    float:                  left;
}

  .zoomControls img
, .zoomControls input {
    float:                  left;
}

* html .primaryMap input {
	margin-left:			-3px;
}

  * html .zoomControls
, * html .zoomControls img
, * html .zoomControls input {
	margin-right:			-3px;
}

.zoomControlLabel {
    width:                  70px;
    height:                 19px;
}

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

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

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

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

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

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

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

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



/* Directions */
#mapAddressBlock {
	margin:					0em auto;
	width:					65%;
}

#mapAddressBlock h2 {
	margin-bottom:			.25em;
}
