#map{
	width: 940px; 
	height: 350px;
}

#showhidemap{
	margin-top:5px;
}

#showhidemap .filler{
	background-color:#FFFFFF;
	border:medium none;
	cursor:pointer;
	height:10px;	
}


#showhidemap div{
	cursor: pointer;
	width:151px;
	height:20px;
}

#showhidemap span{
	margin-left:24px;
	margin-top:3px;
	position:absolute;
}

#showhidemap div#hidemap {
	background: #F6AC00 url(../img/hidemap.png) no-repeat;
}

#showhidemap div#hidemap:hover {
	background: #F6AC00 url(../img/pulsante-hide-map-mo.png) no-repeat;
	color:#FFFFFF;
}

#showhidemap div#showmap {
	background: #F6AC00 url(../img/showmap.png) no-repeat;
}

#showhidemap div#showmap:hover {
	background: #F6AC00 url(../img/pulsante-show-map-mo.png) no-repeat;
	color:#FFFFFF;
}

.mapInfoPanel{
	padding-top:5px;
}

.mapInfoPanel img{
	margin-right:10px;
	width:150px;
	float:left;
}

.mapInfoPanel span{
	margin-top:5px;
}