@charset 'UTF-8';

.china_map .point {
	cursor:pointer;
	z-index:100;
}

.china_map .highz {
	z-index:200;
}

.pp {
	visibility:hidden;
	padding:20px;
	background-image:url(images/space.gif);
}

.china_map .point.top .map_pp a {
	position:static;
}

.map_pp {
	width:260px;
	color:#FFFFFF;
	position:relative;
}

.map_pp_title {
	background-color:#cc0033;
	border-radius: 3px 3px 0px 0px; 
	-moz-border-radius: 3px 3px 0px 0px; 
	-webkit-border-radius: 3px 3px 0px 0px; 
	background-image:url(images/location_icon_r.gif);
	background-position:left;
	background-repeat:no-repeat;
	padding:10px 10px 10px 30px;
	white-space:nowrap;
	font-weight:800;
	height:22px;
}

.map_pp_title a {
	color:#FFFFFF;
	background-image:none !important;
	font-size:13px;
	line-height:22px;
}

.map_pp_list {
	background-color:#333333;
	max-height:260px;
	overflow:auto;
}

.map_pp_list ul {
	padding:3px 0px 3px 0px;
}

.map_pp_list ul li {
	padding:7px 10px 7px 10px;
}

.china_map .point .map_pp_list a {
	width: auto;
	height: auto;
	background-image:none;
}

.map_pp_img {
	width:90px;
	float:left;
	padding:0px 10px 0px 0px;
}

.map_pp_img img {
	width:90px;
}

.map_pp_info {
	width:130px;
	float:left;
	text-align:left;
	font-family:'Merriweather Sans', Arial, Helvetica, sans-serif !important;
}

.map_pp_list h2 {
	font-size:13px;
	line-height:15px;
	color:#FFFFFF;
	padding:0px;
	font-weight:600;
}

.map_pp_list h2 a {
	color:#FFFFFF;
}

.map_pp_list p {
	font-size:12px;
	line-height:13px;
	padding:0px;
	font-weight: 400;
}

.pp_up {
	position:absolute;
	bottom:0px;
	left:-140px;
	z-index: 300;
}

.pp_up .map_pp {
	background-image:url(images/pp_up_bg.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:0px 0px 10px 0px;
}

.pp_down {
	position:absolute;
	top:0px;
	left:-140px;
	z-index: 300;
}

.pp_down .map_pp {
	background-image:url(images/pp_down_bg.png);
	background-repeat:no-repeat;
	background-position:top;
	padding:10px 0px 42px 0px;
}