@charset "utf-8";
/*简单查询样式*/
/*内容容器*/
#m-wrap{width: 980px;background: #ffffff; padding-bottom: 10px;}
#main-container{width: 980px;margin: 0 auto;}
/*左边内容*/
#main-container .main-left{ width: 258px; height: 708px;border: 1px solid #e3e3e3; overflow: auto;}
#main-container .ztree-container{padding-top: 10px;}
/*右边内容*/
#main-container .main-right{ width: 708px; height: 708px; border: 1px solid #e3e3e3;position: relative;z-index: 2;}
#mapDiv {
	top:56px;position:absolute;width:708px; height:652px;z-index:3;
}
.mapTitle {
	position:absolute;top:61px;left:0;z-index:4;height:26px;width:500px;
}
.mapTitle li {
	padding:0 10px;
	border:1px solid #f43e87;
	float:left;
	height:24px;
	line-height:22px;
	display:inline;
	margin-left:6px;
	color: #fff;
	cursor:pointer;
	background: #f25896;
	border-radius: 3px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), 0 1px 3px rgba(0,0,0,0.2);
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f573a8), color-stop(100%, #f43e87)), #f25896;
	background: -webkit-linear-gradient(#f573a8 20%, #f43e87), #f25896;
	background: -moz-linear-gradient(#f573a8 20%, #f43e87), #f25896;
	background: -o-linear-gradient(#f573a8 20%, #f43e87), #f25896;
	background: linear-gradient(#f573a8 20%, #f43e87), #f25896;
	text-shadow: 0 1px 1px rgba(0,0,0,0.4);
	font-family:"Microsoft YaHei",Helvetica,sans-serif;
}
.mapTitle li:hover {
	background: #f25896
}
.mapTitle li:active {
	background: #f25896;
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.2)
}