#content div#directions {
	background: url('/img/directionsBG.gif') no-repeat 0 0;
	height: 703px;
	border: none;
	overflow: hidden;
}

#content div.top,
#content div.bottom { display: none; }

div#content div#dirForm {
	height: 71px;
}

div#content div#dirForm,
div#content div#dirForm form,
div#content div#dirForm form ul {
	float: left;
	clear: both;
	width: 705px;
	display: inline-block;
}	.ie6 div#content div#dirForm,
	.ie6 div#content div#dirForm form,
	.ie6 div#content div#dirForm form ul {
		display: inline;
	}


#filter {
	padding: 0px 0 1px 21px;
	margin: 0;
}	.ie6 #filter {
		padding-bottom: 4px;
	}

#example {
	height: 16px;
	padding: 19px 0pt 0pt 22px;
	color: #fff;
	font-style: italic;
	font-size: 10px;
	line-height: 1.1em;
	display: block;
}	.ie6 #example {
		font-style: normal;
	}

#filter li {
	list-style-type: none;
	float: left;
	margin-right: 4px;
	height: 28px;
	display: block;
	position: relative;
}	.ie6 #filter li {
		zoom: 1;
		display: inline;
	}

#filter li a { display: block; text-indent: -9999px; width: 100%; height: 100%; }

#from { width: 335px; margin: 3px 4px 0 0; }
#fromAddress { width: 330px; }
li#getDir { width: 117px; background: url('/img/directionsGet.gif') no-repeat 0 0; }
li#reverseDir { width: 145px; background: url('/img/directionsReverse.gif') no-repeat 0 0; }

#list {
	margin-left: 9px;
	width: 323px;
	height: 609px;
	overflow: auto;
	overflow-x: hidden;
	float: left;
	display: none;
}

#list.list {
	display: block;
}	.ie6 #list.list {
		display: inline;
	}

#map {
	/*background: url('/img/directionsTricky.gif') no-repeat 0 0;*/
	width: 689px;
	height: 619px;
	float: left;
	border: 1px solid #20acc0;
	border-top-width: 0;
	margin: 0 7px;
}	.ie6 #map {
		display: inline;
	}

#map p {
	margin-top: 0.5em;
	margin-bottom: 0;
}

#map.list { width: 352px; margin-left: 0px; border-left-width: 3px; }

	#info {
		display: block;
		position: absolute;
		left: -9999px;
	}

		#pano {
			width:400px;
			height:250px;
		}
