
/* Location info window
=======================*/

#locationWindow {
	width: 440px;
	height: 180px;
}

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

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

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

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


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


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


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



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


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


#locationWindow_t, #locationWindow_b {
	width: 440px;
	height: 13px;
}

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

#locationWindow_b {
	background: url('../gmap/img_bgcorner_bottom.png') top left repeat-x transparent;
}
	
	
#locationWindow_l, #locationWindow_r {
	background-color: #000;
	width: 12px;
}

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

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

