/* button 3 */
.popWin {
	line-height:1em;
	text-decoration:none;
	position:relative;
	height:80px;
	}

.popWin:hover {
	text-indent:0;
	}
/* popwindow */
.hintsB {
	display:none;
	}
.popWin:hover .hintsB {
	display:block;
	position:absolute;
	top:-83px!important;
	top:-65px;
	z-index:9999;
	left:16px;
	padding:6px 0 0 2px;
	width:390px;
	color:#326324;
	font-weight:normal;
	}
@media all and (min-width: 0px){ .popWin:hover .hintsB {top:auto;left:auto;} }
.popWin:hover .hintsB .mapMain{
	line-height:18px;
	padding-left:-1px; 
	margin-left:-1px;
	border:2px solid #FEC11F;
	width:362px; height:260px;  background-color:#FFF; 
	border-left:none;
	font-size:12px!important;
	float:right;
	}


/*not for ie 6.0*/
html>body .popWin:hover .hintsB .tipsArrow {
	background:url(../images/tips_arrow.png) 0 0 no-repeat;
	width:27px;
	height:262px;
	float:left;
	z-index:99999;
	}
/*for ie 6.0*/
* html .popWin:hover .hintsB .tipsArrow {
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="images/tips_arrow.png");background:none;
	width:27px;
	height:262px;
	float:left;
	z-index:99999;
	}
.popWin:hover a{ position:relative;}/*~{=b>v~}IE~{OBA4=SJ'P'5DNJLb~}*/	
	
	
	
	
	
	
.hintsBLast {
	display:none;
	}	
.popWin:hover .hintsBLast {
	display:block;
	position:absolute;
	top:-15em;
	z-index:9999;
	left:50px;
	padding:6px 0 0 2px;
	width:380px;
	color:#326324;
	font-weight:normal;
	}
@media all and (min-width: 0px){ .popWin:hover .hintsBLast {top:auto;left:auto;} }
.popWin:hover .hintsBLast .mapMain{
	line-height:18px;
	padding-left:-1px; 
	margin-left:-1px;
	border:1px solid #F90;
	width:362px; height:260px;  background-color:#FFF; 
	border-left:none;
	font-size:12px!important;
	float:right;
	}

.popWin:hover .hintsBLast .tipsArrow {
	background:url(../images/tips_arrow2.gif) 0 0 no-repeat;
	width:17px;
	height:262px;
	float:left;
	z-index:99999;
	}	