.directions
{
    float: left;
    min-height: 100px;
    display: none;
    font-family: Verdana, Arial, sans serif;
    font-size: 11px;
    margin: 2px;
}

.map
{
    margin-left: 3px;
}

.directions table
{
    font-family: Verdana, Arial, sans serif;
    font-size: 11px;
}
      
#drivingDirections
{
    display: block;
    width: 560px;
    margin: 10px auto;
    padding: 0px;
    background-color: #775155;
}

#drivingDirections .legend {
    background-color: #E6D5BB;
    height: 25px;
    margin: 5px;
    padding-top: 5px;
}

#drivingDirections .header
{
    float: left;
    width: 540px;
    height: 60px;
    background: url('images/bg-header.gif') repeat-x bottom;
    margin: 5px;
    padding: 10px 0px 0px 10px;
    display: block;
    color:#fff;
}

* html #drivingDirections .header
{
    float: none;
    margin-top: 0;
    padding: 20px 0 20px 0;
}

#drivingDirections .header .right
{
    text-align: left;
}

#drivingDirections .header .left span
{
    clear: none;
    color: #fff;
    font-family: Verdana , Arial, sans serif;
    font-size: 11px;
    display: inline-block;
    padding-bottom: 5px;
}

.mapArea
{
    clear:both;
    padding: 0;
    width: 556px;
    height: 456px;
    margin: 2px;
    position: relative;
}

* html .mapArea
{
    width: 556px !important;
    margin: 2px;
    padding:0;   }


#drivingDirections .footer
{
    height: 71px;
}

#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;
    width:550px;
}

#directionsHide
{
	z-index: 10000;
	position: absolute;
	width: 100%;
}

#directionsHide img
{
	float: right;
	margin-top: 12px;
	margin-right: 10px;
	cursor: pointer;
}

.form
{
	margin: 0;
	padding: 0;
}

#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;
}

#drivingDirections #toAddressCol {
	margin-left: 10px;
	padding: 0;
	width: 230px;
}


#drivingDirections #fromAddressCol {
	margin-left: 10px;
	padding: 0;
	width: 180px;
}


#drivingDirections #submitCol {
	float: right;
	margin: 0;
	padding-right: 20px;
	padding-top: 18px;
}

#info
{
	text-align: left;
	width: 300px;
	display: block;
	float: left;
	line-height:13px;
}

#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: #333;
}

#info .img
{
	float: right;
	clear: right;
}

#info img.right
{
	border:2px solid #C09756;
	margin-right:20px;
}

.mapSubmit
{
	color: #FFF;
	text-decoration: none;
	border: 1px solid #333;
	border-width: 0px 1px 1px 0px;
	background-color: #999;
	display:inline-block;
	cursor: pointer;
	text-decoration: none;
}

.mapSubmit:hover
{
	text-decoration: none;
}

.mapSubmit span
{
    padding: 3px 8px;
    display: inline-block;
}


#drivingDirections .left
{
    float: left;
    padding:0;
}

#drivingDirections .right
{
    display: block !important;
    float: right;
}

#drivingDirections .clear
{
    clear: both;
}

.mapTextBox
{
    border: 1px solid black;
    color: black;
    font-size: 11px;
    width: 120px;
}

.mapTextBox_Small
{
    border: 1px solid black;
    color: black;
    font-size: 11px;
    width: 30px;
}

.mapDropDownList
{
    border: 1px solid black;
}

.SubmitButton
{
    background:#775155 none repeat scroll 0 0;
    border-color:#8c8f8a;
    border-style:solid;
    border-width:1px;
    color: white;
    display:inline-block;
    font-size:11px;
    margin-left:10px;
    padding:3px 8px 4px;
    text-decoration:none;
}

.lineBreak
{
    margin:5px 0;
}

/*  Map Print  */

.mapPrint
{
    border:1px solid #DDDDDD;
    clear:none;
    color:#4C4D51;
    display:block;
    float:right;
    margin-left:5px;
    padding:5px 7px;
}
