#directions
{
	min-height: 400px;
	display: none;
	font-family: Verdana, Arial, sans serif;
    font-size: 11px;
    margin: 2px auto;
    max-width: 618px;
}

#map
{
	margin-left: 3px;
}

#directions table
{
	font-family: Verdana, Arial, sans serif;
    font-size: 11px;
}
      
#drivingDirections
{
	display: block;
	width: 618px;
	margin: 10px auto;
	padding: 0px;
}

#drivingDirections .header
{
	height: 67px;
	background: url(../../images/directionHeader.png) no-repeat;
	margin: 0px;
	padding: 0px;
	display: block;
}

#drivingDirections .header .right
{
	text-align: left;
	margin-right: 10px;
}

.mapArea
{
	margin: 0px;
	padding: 0px;
	background: url(../../images/bg_588BC0.png);
	width: 618px;
	height: 518px;
	position: relative;
	padding-top: 3px;
}

#drivingDirections .footer
{
	height: 31px;
	background: url(../../images/directionFooter.png) repeat-x;
}

#drivingDirections .footer .text
{
	font-family: Arial;
	font-size: 10px;
	color: White;
	vertical-align: middle;
	line-height: 31px;
}

.dropDownTemplate
{
	float: left;
	background: transparent url(../../images/directionTemplate.png) no-repeat;
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	width: 315px;
	height: 174px;
}

.dropDownTemplate UL, .dropDownTemplate LI
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.dropDownTemplate UL
{
	margin: 10px 0px 0px 10px
}

.dropDownTemplate .left
{
	float: left;
}

.dropDownTemplate .right
{
	float: right;
	text-align: left;
}

.dropDownTemplate .right .innerText
{
	padding: 10px;
}

.dropDownTemplate .white
{
	color: White;
}

#directions
{
	position: relative;
	display: block;
}

#directionsHide
{
	display: block;
	z-index: 10000;
	position: absolute;
	margin-top: 12px;
	padding-right: 10px;
	max-width: 618px;
}

#directionsForm span
{
	font-family: Arial;
	font-size: 12px;
}

#directionsForm ul, #directionsForm li
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#directionsForm li
{
	margin-top: 5px;
}

#directionsForm .right
{
	margin-right: 10px;
}

#info
{
	text-align: left;
	width: 300px;
	display: block;
	float: left;
}

#info .text,
#info .text a,
#info .text a:hover
{
	font-family: Arial;
	color: Black;
	font-size: 11px;
}

#info .text a,
#info .text a:hover
{
	color: #008EE0;
}

#info .img
{
	float: right;
	clear: right;
}

.mapTextBox
{	
	background-color:#FFFFFF;
	border: solid 1px #000000;
	font-family: Verdana;
	font-size:12px;
}

.mapTextBox_Small
{
	background-color:#FFFFFF;
	border: solid 1px #000000;
	font-family: Verdana;
	font-size:12px;
	width: 79px;
}

.mapDropDownList
{
	background-color:#FFFFFF;
	font-family: Verdana;
	font-size:10px;
}
