@charset "utf-8";
.clear{
	clear:both;
}
.pointsofinterest {
	margin: 0 0 0 0px;
	color: #ffffff;
	overflow: hidden;
}

.pointsofinterest h3 {
	margin: 0px;
	text-transform: uppercase;
	padding: 0px;
}

.pointsofinterest img {
	position: absolute;
	z-index: 1;
	margin: 0px;
}

.pointsofinterest ul,.pointsofinterest li {
	margin: 0px;
	padding: 0px;
	position: absolute;
}

.pointsofinterest ul li {
	list-style-type: none;
}

.x,.y {
	display: none;
}

.poi_content {
	background-color: #CCCCCC;
	width:259px;	
}
.poi_content2 {
	width:240px;
}
.poi_points  li {
	width: 10px;
	height: 10px;
	z-index: 1000;
	cursor: pointer;
	background: url(/img/spacer.png);
}

.poi_contents li {
	border-right:1px solid #999999;
	border-left:1px solid #999999;
	background-color: #ee618f;
	z-index: 1001;
	background: #CCCCCC;
	display: none;
	width: 251px;
	padding: 8px 9px 7px 9px;

}

.arrow_left {
	display: block;
	position: absolute;
	z-index: 1001;
	height: 15px;
	width: 12px;
	background: url(/temas/principal/imgs/mapa/balaoSeta.png);
	margin-left: -22px;
	border-right:1px solid #CCCCCC;
}

.poi_close {
	position: absolute;
	margin-left: 235px;
	margin-top: 0px;
	display: block;
	width: 15px;
	height: 15px;
	background: url(/temas/principal/imgs/mapa/close.png);
	cursor: pointer;
}
/** Aqui o nifty corrners **/
.poi_nifty_top {
	position: absolute;
	width: 269px;
	margin-left: -10px;
	margin-right: -5px;
	margin-top: -16px;
	display: block;
	background: #CCCCCC;
	background-repeat: no-repeat;
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;

}
.poi_nifty_down {
	position: absolute;
	width:269px;
	height: 18px;
	margin-top: 0;
	margin-left: -10px;
	margin-right: -5px;
	display: block;
	background: #CCCCCC;
	background-repeat: no-repeat;
	box-shadow: 0px 0px 0px 0px #666;
	-webkit-box-shadow: 0px 0px 0px 0px #666;
	border-bottom:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
}