.directions
{
	float: left;
	display: none;
	font-family: Verdana, Arial, sans serif;
    font-size: 11px;
    margin: 2px;
    position: relative;
}

.map
{
}

.directions table
{
	font-family: Verdana, Arial, sans serif;
    font-size: 11px;
}
      
#drivingDirections
{
	display: block;
	width: 475px;
	margin: 10px auto;
	padding: 0px;
	background-color: #999;
}

#drivingDirections .header
{
	float: left;
	width: 475px;
	height: 90px;
	background: white;
	margin: 0px;
	padding: 0;
	display: block;
	border:0;
}

#drivingDirections .header .right
{
	text-align: left;
}

#drivingDirections .header .left span
{
	color: #333;
	font-family: Verdana , Arial, sans serif;
	font-size: 12px;
	display: inline-block;
	padding-bottom: 5px;
}

.mapArea
{
	padding: 0px;
	width: 473px;
	height: 400px;
	margin: 0;
	position: relative;
	border: 1px solid #bdaf97;
}

#drivingDirections .footer
{
}

#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;
}


#directionsHide
{
	z-index: 10000;
	position: absolute;
	width: 100%;
}

#directionsHide img
{
	float: right;
	margin-top: 12px;
	margin-right: 10px;
	cursor: pointer;
}

#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;
}

#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: #0F6E9C;
}

#info .img
{
	float: right;
	clear: right;
}

.mapSubmit
{
	margin-top: 10px;
}

.mapSubmit:hover
{
	text-decoration: none;
}

.mapSubmit span
{
	padding: 3px 8px;
	display: inline-block;
}


#drivingDirections .left
{
    float: left;
}

#drivingDirections .right
{
    float: right;
}

#drivingDirections .clear
{
    clear: both;
}


.mapTextBox_Small
{
    width:40px;
    height:20px;
    color: #867976;
    background-color:#efeae2; 
    border:1px solid #c8b197;
}

.mapDropDownList
{
    height:20px;
    color: #867976;
    background-color:#efeae2; 
    border:1px solid #c8b197;
}

.mapTextBox
{
    height:20px;
    color: #867976;
    background-color:#efeae2; 
    border:1px solid #c8b197;
    width:170px;
    
}