@CHARSET "UTF-8";
/*景点天气右边内容 start*/
.right-box{
	background: url(../../images/travel/travelmap.png) top center no-repeat;
	width: 1010px;
	height: 700px;
}
.right-box-zengcheng{

	width: 1010px;
	height: 300px;
}
.right-box-zengcheng td{
	text-align:center;	
}
.right-box-panyu{
	background: url(../../images/travel/panyubg.png) top center no-repeat;
	width: 1010px;
	height: 700px;
}

.right-box-huangpu{
	width: 1010px;
	height: 700px;
	position: relative;
}

#allPlace span{
	width: 11px;
	height: 15px;
	position: absolute;
	cursor: pointer;
}
.levelred{
	background: url(../../images/travel/level-red.png) top center no-repeat;
}
.levelgreen{
	background: url(../../images/travel/level-green.png) top center no-repeat;
}
#popDIV{
	position: absolute;
	display: none;
}
#popDIV table td{
	border: 1px solid #2BA1E5;
	text-align: center;
	border-top: 0px;
	height: 26px;
	margin: 0px;
	padding: 0px;
}
#popDIV table th{
	border: 1px solid #2BA1E5;
	width: 218px;
	height: 30px;
	background-color: #82CDF8;
	text-align: center;
}
#addrRain,#addrFrecat2{
	border:0px;
}
/*显示数据后面的图片*/
#imgDIV{
	position: absolute;
	z-index: 4;
	width:220px;
	height:180px;
	/* background: url(../../images/travel/baomoyuan1.png) 0px 0px no-repeat; */
	opacity: 0.3;
    filter: alpha(opacity=30);
    top: 30px;
}
#bgcolor{
	position: absolute;
	z-index: 3;
	width:220px;
	height:263px;
	background-color: #FFF;
}
#showTable{
	position:absolute;
	z-index: 5;
	width: 220px;
}
/*关闭窗口按钮*/
#divClose{
	top:0px;
	right:0px;
	position: absolute;
	cursor: pointer;
	width:15px;
	height: 15px;
	font-size: 12px;
	font-weight: normal;
	border-left: 1px solid #2BA1E5;
	border-bottom: 1px solid #2BA1E5;
	text-align: center;
}
/*鼠标移动到景点上面的时候显示景点名称*/
#addrNameDIV{
	position: absolute;
	display: none;
	border:1px solid #ccc;
	border-radius:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #FFFFFD;
	padding:1px 5px;
}
#ForecastTime1,#ForecastTime2,#ForecastTime3{
	margin-top:2px;
}
#ForecastTemp1,#ForecastTemp2,#ForecastTemp3{
	margin-bottom:4px;
}
#addrAlarm img{
	margin: 0px;
	padding: 0px;
	display:inline-block;
	vertical-align:middle;
}
/*说明*/
#radomeDIV{
	position: absolute;
	left: 572px;
	top: 50px;
	width:415px;
}
#radomeDIV-panyu{
	position: absolute;
	left: 10px;
	bottom: 50px;
	width:1000px;
}
/*景点天气右边内容 end*/

