.map_marker {height:100px;font-family:Arial;position:absolute;/*bottom:9px;left:-17px;*/}
.map_marker table.marker {bottom:9px;left:-16px;position:absolute;}
.map_marker table.marker td{font-size:1px;line-height:1px;}
.map_marker table.marker td.lu{height:13px;background:url('/static/map/lu.png') 100% 100% no-repeat;}
.map_marker table.marker td.u{height:13px;background:url('/static/map/u.png') 0 100% repeat-x;}
.map_marker table.marker td.ru{height:13px;background:url('/static/map/ru.png') 0 100% no-repeat;}
.map_marker table.marker td.l{background:url('/static/map/l.png') 100% 0 repeat-y;}
.map_marker table.marker td.r{background:url('/static/map/r.png') 0 0 repeat-y;}
.map_marker table.marker td.ld{height:11px;background:url('/static/map/ld.png') 100% 0 no-repeat;}
.map_marker table.marker td.d{height:11px;background:url('/static/map/d.png') 0 0 repeat-x;}
.map_marker table.marker td.rd{height:11px;background:url('/static/map/rd.png') 0 0 no-repeat;}
.map_marker table.marker td.lu div {width:11px;height:13px;}
.map_marker table.marker td.ru div {width:12px;height:13px;}
.map_marker table.marker td.d div {position:relative;}
.map_marker table.marker td.d span {
	width: 16px;
	height:21px;
	overflow:visible;
	background:url('/static/map/darrow.png') 0 0 no-repeat;
	top:-6px;
	_top:-5px;
	position:absolute;
}
.map_marker table.marker td.c{font-size:12px;line-height:12px;padding-right:5px;background:white;}
.map_canvas{height:600px;}
.map_loading
{
	display:none;
	position:absolute;
	top:280px;
	left:30%;
	width:400px;
	height:40px;
	background:#eee;
	padding:25px;
	border:#8866cc solid 1px;
	font-size:30px;
	color:#a8a8a5;
}
.map_loading img{float:left;}
.map_marker table.marker td.c table.group_marker td
{font-size:12px;line-height:12px;}
.map_marker table.marker td.c .group_marker_close
{color:red; text-decoration:none;font-size:10px;line-height:10px;}
.map_setuser
{
	display:none;
	position:absolute;
	top:30px;
	left:30%;
	width:400px;
/*	height:80px;*/
	background:#eee;
	padding:25px;
	border:#8866cc solid 1px;
	font-size:20px;
	color:#585855;
}
.map_gettag
{
	display:none;
	position:absolute;
	top:30px;
	left:30%;
	width:400px;
/*	height:80px;*/
	background:#eee;
	padding:25px;
	border:#8866cc solid 1px;
	font-size:14px;
	color:#585855;
}
.ddpoint {width:40px; height:46px; display:block;}
.mapMenu
{	padding:10px;
	border:#8866cc solid 1px;
	font-size:20px;
	color:#585855;
	background:#eee;}
.mapMenu table td a
{	color:#585855;
	text-decoration:underline;
	cursor:pointer;}
.mapMenu table td a.active
{
	color:#585855;
	text-decoration:none;
	font-weight:bold;
}