
#column2 {
	display: none;
}
#column1 {
	float: left;
	width: 222px;
}
#main {
	float: right;
	width: 670px;
}
td#from {
	padding: 10px 0px 10px 18px;
}
table.directions {
	height: 30px;
	margin-bottom: 7px;
}
ul#addressSelect {
	width: 270px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 6px 0px;
	z-index: 500;
	position: absolute;
	top: 38px;
	left: 20px;
	display: block;
	background: url(bg/img_bg_addresslist.png) no-repeat bottom;
}

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

.addressLineSelected {
	margin: 0px 12px 0px 7px;
	padding: 3px 0px 3px 8px;
	list-style-type: none;
	display: block;
	color: #fff;
	background: url(bg/img_bg_search_selected.jpg) #000 repeat-x top left;
	cursor: pointer;
}

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

input#findButton {
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 2px 0px;
	border: 1px #c2c2c2 solid;
	border-top: 1px #dadada solid;
	height: 24px;
	width: 100px;
	font: bold 11px/18px Arial, sans-serif;
	text-align: center;
	background: url(bg/bgFindButton.jpg) repeat-x left bottom;
	cursor: pointer;
	color: #000;

}



#directionsContainer {
	position: relative;
}

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

#dir {
	width: 205px;
	padding: 0 5px;
	height: 400px;
	float: left;
	overflow: auto;
}

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

#dirsummary {
	padding: 5px;
}

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

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


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

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


#dir div {
	border-bottom: 1px #D2CCCE solid;
}

#dir td div {
	border: 0 !important;
}

#dirsteps {
	color: #000;
	font-size: 11px;
}

#dir tr {
	cursor: pointer;
}

#dir td {
	padding: 5px;
	vertical-align: top;
	margin: 0;
	background: url(/style/bg/bgDirstep.jpg) repeat-x bottom left;
}

#dir td.dirstepidx {
	color: #000;
}


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

#reallyWindow_contents {
	width: 200px;
	color: #000000;
	background: url(images/gmap/img_window_bg.jpg) top left repeat-x #e3e3e3;
	height: 80px;
	overflow: auto;
}

html>body #reallyWindow_contents {
	height: auto;
	min-height: 80px;
}

#reallyWindow_contents h1 {
	color: #000;
	font-size: 14px;
	padding-top: 0px;
}

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


#reallyWindow_close{
	width: 21px;
	height: 21px;
	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 {
	width: 200px;
	height: 13px;
}

#reallyWindow_t {
	background: url('images/gmap/img_bgcorner_top.png') top left no-repeat transparent;
}

#reallyWindow_b {
	background: url('images/gmap/img_bgcorner_bottom.png') top left no-repeat transparent;
}
	
	
#reallyWindow_l, #reallyWindow_r {
	background-color: #000;
	width: 12px;
}

#reallyWindow_l {
	background: url('images/gmap/img_bgcorner_left.png') top left no-repeat transparent;
}

#reallyWindow_r {
	background: url('images/gmap/img_bgcorner_right.png') top right no-repeat transparent;
}

