

#column1 {
	display: none;
}

#main {
	float: none;
	width: 1000px;
}

td#from {
	padding: 20px 0px 20px 18px;
}

table.directions {
	height: 30px;
	clear: both;
	width: 996px;
	background: url(bg/h1.jpg) repeat-x top;
}

ul#addressSelect {
	width: 230px;
	margin: 0px 10px 0px 10px;
	padding: 0px 0px 0px 0px;
	z-index: 500;
	position: absolute;
	top: 49px;
	left: 10px;
	position: absolute;
	display: block;
}

.addressLine {
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 17px;
	list-style-type: none;
	display: block;
	color: black;
	background-color: white;
	cursor: pointer;
}

.addressLineSelected {
	margin: 0px 0px 0px 0px;
	padding: 3px 0px 3px 17px;
	list-style-type: none;
	display: block;
	color: black;
	background-color: #87cc2d;
	cursor: pointer;
}

input#address {
	width: 195px;
	height: 19px;
	padding: 5px 10px 0px 25px;
	border: 0px;
	font: 12px Arial, sans-serif;
	color: #747474;
	background: #000 url(images/gmap/img_bg_search.jpg) no-repeat left top;
	overflow: hidden;
}

input#findButton {
	margin: 0px 0px 0px 15px;
	padding: 0px;
	width: 189px;
	height: 35px;
	font: 12px/30px Arial, sans-serif;
	text-align: center;
	border: 0px;
	background: url(bg/buttonLarge.jpg) no-repeat center top;
	cursor: pointer;
	color: #fff;
}



#directionsContainer {
	position: relative;
}

#mapcontainer {
	clear: both;
	width: 660px;
	float: left;
	position: relative;
}

#dircontainer {
	padding: 0px 0px 0px 0px;
	width: 316px;
	float: right;
}

#dir {
	width: 280px;
	height: 400px;
	float: left;
	overflow: hidden;
}

#dirscrollbar {
	height: 400px;
	width: 26px;
	float: left;
	position: relative;
}

#dirscroll {
	height: 348px;
	width: 26px;
	float: left;
	position: relative;
	background: url(/user_data/css/images/gmap/img_scrollbar_track.jpg) top center repeat-y transparent;
}

#dirthumb {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 26px;
	height: 80px;
	background: url(/user_data/css/images/gmap/img_scrollbar_slider.png) top center no-repeat transparent;
	cursor: n-resize;
}


#dirscrollup {
	cursor: pointer;
	height: 26px;
	width: 26px;
	background: url(/user_data/css/images/gmap/img_btn_scrollup.png) top center no-repeat transparent;
}

#dirscrolldown {
	cursor: pointer;
	height: 26px;
	width: 26px;
	background: url(/user_data/css/images/gmap/img_btn_scrolldown.png) top center no-repeat transparent;
}


#dirsteps {
	color: #fff;
}

#dirsteps tr {
	cursor: pointer;
	background: url(bg/h1.jpg) repeat-x left top;
}

#dirsteps td {
	padding: 8px;
	vertical-align: top;
}

#dirsteps td.dirstepidx {
	color: #87cc2d;
}


#reallyWindow {
	width: 200px;
	height: 180px;
}

#reallyWindow_contents {
	width: 200px;
	color: white;
	background-color: #000;
}

#reallyWindow_contents h1 {
	color: #87cc2d;
	padding-top: 0px;
}

#reallyWindow_beak {
	width: 19px;
	height: 10px;
	background: url(/user_data/css/images/gmap/img_arrow.png) top left no-repeat transparent;
}
  


#reallyWindow_close{
	width: 24px;
	height: 24px;
	background: url(images/gmap/img_btn_close.png) top left no-repeat transparent;
	cursor: pointer;
}


#reallyWindow_tl {
	width: 12px;
	height: 13px;
	background: url('images/gmap/img_bgcorner_topleft.png') top left no-repeat transparent;
}


#reallyWindow_tr {
	width: 12px;
	height: 13px;
	background: url('images/gmap/img_bgcorner_topright.png') top left no-repeat transparent;
}



#reallyWindow_bl {
	width: 12px;
	height: 13px;
	background: url('images/gmap/img_bgcorner_bottomleft.png') bottom left no-repeat transparent;
}


#reallyWindow_br {
	width: 12px;
	height: 13px;
	background: url('images/gmap/img_bgcorner_bottomright.png') bottom left no-repeat transparent;
}


#reallyWindow_t, #reallyWindow_b {
	background-color: #000;
	width: 200px;
	height: 13px;
}

#reallyWindow_l, #reallyWindow_r {
	background-color: #000;
	width: 12px;
}
