﻿body
{
	padding:0px;
	margin:0px;
	font-size:12px;
	line-height:1.8;
	font-family: "Trebuchet MS", "Helvetica", "Arial",  "Verdana", "sans-serif";
}
h1{ padding:0px; margin:0px; display:block; font-size:12px;}
.wm-main
{
	width:960px; margin:0px auto;
	overflow:auto;
	background-color:#F7EED6;
	margin-bottom:10px;
}
.wm-maptitle
{
	position:absolute;
	margin-top:20px;margin-left:40px;color:#303030;font-size:20px;font-family:"Microsoft YaHei", "宋体", Arial, verdana, helvetica, sans-serif;
}
.wm-maptitle span
{
	clear:both;
	font-size:12px;
}
.wm-map
{
	background: url(../imgs/map/map.png) no-repeat left top;
	width: 688px;
	height: 609px;
	margin:0px auto;
}
.wm-map h1
{
	display: block;
	font-weight: normal;
	position: absolute;
}
.wm-mapl a
{
	background: url(../imgs/map/maph1.gif) no-repeat;
	color: #000;
	text-decoration: none;
	background-position: 0px 4px;
	padding-left: 20px;
	display:block;
}
.wm-mapl A:link,.wm-mapl A:visited
{
	background: url(../imgs/map/maph1.gif) no-repeat;
	color: #000;
	text-decoration: none;
	background-position: 0px 4px;
	padding-left: 20px;
	display:block;
}
.wm-mapl A:hover,.wm-mapl A:active
{
	padding-right: 20px;
	display: block;
	background: url(../imgs/map/maph1.gif) no-repeat;
	color: #ff0000;
	background-position:0px bottom;
	padding-left: 20px;
	cursor:pointer;
}
.wm-mapr A
{
	display: block;
	background: url(../imgs/map/maph1.gif) no-repeat;
	color: #000;
	text-decoration: none;
	padding-right: 20px;
	background-position: right 4px;
}
.wm-mapr A:link,.wm-mapr A:visited
{
	display: block;
	background: url(../imgs/map/maph1.gif) no-repeat;
	color: #000;
	text-decoration: none;
	padding-right: 20px;
	background-position: right 4px;
}
.wm-mapr A:hover,.wm-mapr A:active
{
	padding-right: 20px;
	display: block;
	background: url(../imgs/map/maph1.gif) no-repeat;
	color: #ff0000;
	padding-right: 20px;
	background-position: right bottom;
	cursor:pointer;
}
.wm-showInfoPanel
{
	position:absolute;
	display:none;
	min-width:150px;
	z-index:1;
	color:#000;
	font-weight:normal;
}
.wm-showInfoPanel div
{
	overflow:hidden;
}
.wm-showInfoPanel div.showtitle
{
	height:18px;
	background-color:#fff;
	background: url(../imgs/map/bottom.gif) no-repeat 35px 0px;
}
.wm-showInfoPanel div.showbox
{
	border:1px solid #216d97;
	position:relative;
	background-color:#fff;
	padding:0px 2px 2px 2px;
	top:-1px;
	z-index:-1;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
}
.wm-showInfoPanel div.showbox div.showpanel
{
	display:block;
}
.wm-showInfoPanel div.showbox div.hidepanel
{
	display:none;
}
.wm-showInfoPanel div.showbox div.btns div
{
	width:16px; height:16px; border:1px solid #216d97; float:left;
	text-align:center; margin-right:5px; line-height:16px;
}
.wm-showInfoPanel div.showbox div.btns div.active
{
	background-color:#216d97;
}