/* POPUP DESTINAZIONI 

#popup_destinazioni {
	display:none;
	position:absolute;
	background-color:#FFFFFF;
	left:20px;
	top:420px;
	z-index:10000;
}

#popup_destinazioni.open{
  display:block;
}

.chiudi_popup {
	border-bottom:2px solid #ffb027;
	width:600px;
	text-align:right;
}

.box_tag_cloud_popup {
	border:3px solid #cccccc;
	width:600px;
	margin:5px;
	padding:5px;
	float:left;
}

.area_tag_cloud_popup {
	border:0px solid #000000;
	margin-right:10px;
	width:140px;
	float:left;
}

.titolo_tag_cloud_popup {
	font-size:11pt;
	border-bottom:1px solid #cccccc;
	width:140px;
	margin-bottom:10px;
	float:left;
	margin-top:5px;
}

.area_tag_cloud_popup p {
	padding:0px;
	margin-bottom:10px;
	color:#0066cc;
	clear:both;
	font-size:8pt;
}

.area_tag_cloud_popup a {
	color:#0066cc;
	font-size:8pt;
}

.area_tag_cloud_popup a:link {
	color:#0066cc;
	font-size:8pt;
}

.area_tag_cloud_popup a:hover {
	color:#0066cc;
	font-size:8pt;
}
*/
/* POPUP DESTINAZIONI */

#popup_destinazioni {
	display:none;
	position:absolute;
	left:20px;
	top:300px;
	z-index:10000;

}

#popup_destinazioni.open{
  display:block;
}
div.OpenPopUp { background: url(../images/bg-openPopupDestinazioni.png) no-repeat bottom left; height: 11px; width: 610px;}
div.ClosePopUp { background: url(../images/bg-closPopupDestinazioni.png) no-repeat top left; height: 11px; width: 610px;}
.chiudi_popup {
	border-bottom:2px solid #ffb027;
	width:598px;
	text-align:right;
	background: #f5f5f5;
}
.chiudi_popup a:link, .chiudi_popup a:active, .chiudi_popup a:visited, .chiudi_popup a:hover { 
	color:#401505;
	font-size:8pt;
	text-decoration: none;}
.box_tag_cloud_popup {
	border-left:1px solid #616161; border-right:1px solid #616161;
	width:598px;
	margin:0px;
	padding:5px;
	overflow: hidden;
	background-color:#f5f5f5;
}

.area_tag_cloud_popup {
	border:0px solid #000000;
	margin-right:10px;
	width:130px;
	float:left;
	overflow: hidden;
}

.titolo_tag_cloud_popup {
	font-size:11px; font-weight: bold; padding: 1px;
	border-bottom:1px solid #401505;
	width:140px;
	margin-bottom:10px;
	float:left;
	margin-top:5px;
	background: #f4b728;
	color: #fff;
	text-transform: uppercase;
}

.area_tag_cloud_popup p {
	padding:0px;
	margin-bottom:10px;
	color:#401505;
	clear:both;
	font-size:8pt;
}

.area_tag_cloud_popup a {
	color:#401505;
	font-size:8pt;
	text-decoration: none;
}

.area_tag_cloud_popup a:link {
	color:#401505;
	font-size:8pt;
	text-decoration: none;
}

.area_tag_cloud_popup a:hover {
	color:#401505;
	font-size:8pt;
	text-decoration: none;
}