
.svgmap{position: relative;}
.mapTip{display:none; position:absolute; padding:8px; background:#fff; border: 1px solid #aaa; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; 
-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.3);
box-shadow: 0 5px 10px rgba(0,0,0,.3);
	font-size:12px; font-family:Tahoma; color:#333;}

.mapTip .arrow,
.mapTip .arrowMask{ position: absolute; width: 0; height: 0; border-color: transparent; border-style: solid;}
.mapTip .arrow{ bottom: -7px; left: 50%; margin-left: -7px; border-width: 7px; border-top-color: #999; border-top-color: rgba(0,0,0,.25); border-bottom-width: 0;}
.mapTip .arrowMask{bottom: 1px; border-width: 6px; margin-left: -6px; border-top-color: #fff; border-bottom-width: 0;}

.mapInfo i{ display:inline-block; width:15px; height:15px; margin-top:5px; line-height:15px; font-style:normal; background:#aeaeae; color:#fff; font-size:11px; font-family: Tahoma; -webkit-border-radius:15px; border-radius:15px; text-align:center
}
.mapInfo i.active{background:#E27F21;}
.mapInfo span{ padding:0 5px 0 3px;}
.mapInfo b{ font-weight:normal; color:#2770B5}

.grabbing { cursor: url(../images/closedhand.cur), pointer !important; }


.zoomUp, 
.zoomDown{ position: absolute; z-index: 10000; right: 10px; top: 10px; width: 20px; height: 20px; line-height: 20px; border: 1px solid #ddd; background-color: #eee; border-radius: 10px 10px 0 0; text-align: center; font-size: 16px;}
.zoomUp:hover, 
.zoomDown:hover{ background-color: #ddd;}
.zoomDown{ top: 31px; border-radius: 0 0 10px 10px;}

.svgmap .back{ display: none; position: absolute; top: 0; left: 0; z-index: 10000; height: 20px; padding: 10px; font-size: 14px;}


.regionList{float:left; margin-top:15px;}
.regionList ul{float:left; width:110px; height:100%; margin-right:5px; display:inline; font-family: 黑体;}
.regionList ul li{ height:24px; margin-left:10px; padding:0 0px; border:1px solid #fff; line-height:24px;}
.regionList ul li.select{border:1px solid #D3D3D3; background:#FFF1BF}

.regionMap{float:left; margin-left:70px; display:inline;}