@charset "UTF-8";
/* CSS Document */

/*** GALLERY ***/
ul#gallery {
	width:100%;
	overflow:hidden;
	margin:30px 0 10px 0;
}
ul#gallery li {
	margin:0 16px 16px 0;
	list-style:none;
	float:left;
}
ul#gallery li img{
	border:0;
}
ul#gallery li a{
	border:1px solid #999;
	padding:2px;	
	display:block;
}
ul#gallery li a:hover{
	border:1px solid #ff9900;
}


/****** MORE VILLE EFFETTO APRI CHIUDI******/
#more {
	margin:20px 0 10px 0;
	padding-bottom:15px;
	border-bottom:1px dotted #666;
}
#more p{
	margin-bottom:20px;
}
#more a:link,
#more a:visited,
#more a:active {
	text-decoration:none;
	color:#666666;
	display:block;
	font-size: 14px;
	text-align: left;
	line-height: 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
#more a:hover {
	color:#FF6600;
}


/*** MAPPA ***/
div#mappa {
	width:100%;
	background:url(../images/iconMap.gif) 0 10px no-repeat;
	border-bottom:1px dotted #666;
	padding-bottom:15px;
	margin-bottom:10px;
	overflow:hidden;
}
div#mappa h3{
	color:#009900;
	padding:20px 0 30px 70px;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
}

div#mappa iframe {
	float:right;
}

/*** ORARI ***/
div#orari {
	width:100%;
	background:url(../images/iconOrari.gif) 0 10px no-repeat;
	border-bottom:1px dotted #666;
	padding-bottom:15px;
	margin-bottom:10px;
}
div#orari h3{
	color:#009900;
	padding:20px 0 30px 70px;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
}

/*** PREZZI ***/
div#prezzi {
	width:100%;
	background:url(../images/iconPrezzi.gif) 0 10px no-repeat;
	border-bottom:1px dotted #666;
	padding-bottom:15px;
	margin-bottom:10px;
	overflow:hidden;
}
div#prezzi h3{
	color:#009900;
	padding:20px 0 30px 70px;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
}

/*** TOUR CROCIERE ***/
div#tour {
	width:100%;
	background:url(../images/iconTour.gif) 0 10px no-repeat;
	border-bottom:1px dotted #666;
	padding-bottom:15px;
	margin-bottom:10px;
}
div#tour h3{
	color:#009900;
	padding:20px 0 30px 70px;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
}

/*** PIATTI RISOTRANTE ***/
div#ristorante {
	width:100%;
	background:url(../images/iconPiatto.gif) 0 10px no-repeat;
	border-bottom:1px dotted #666;
	padding-bottom:15px;
	margin-bottom:10px;
}
div#ristorante h3{
	color:#009900;
	padding:20px 0 30px 70px;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
}

/*** SERVIZI ***/
div#servizi {
	width:100%;
	background:url(../images/iconServizi.gif) 0 10px no-repeat;
	border-bottom:1px dotted #666;
	padding-bottom:15px;
	margin-bottom:10px;
}
div#servizi h3{
	color:#009900;
	padding:20px 0 30px 70px;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
}

/*** CAMERE ***/
div#camere {
	width:100%;
	background:url(../images/iconCamere.gif) 0 10px no-repeat;
	border-bottom:1px dotted #666;
	padding-bottom:15px;
	margin-bottom:10px;
}
div#camere h3{
	color:#009900;
	padding:20px 0 30px 70px;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
}

/*** LISTA COME ARRIVARE ***/
ul#listaMap {
	width:100%;
	padding-bottom:15px;
	margin-bottom:10px;
	list-style:none;
}
ul#listaMap li img{
	float:left;
}
ul#listaMap li h3{
	color:#009900;
	padding:20px 0 10px 70px;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
}
ul#listaMap li{	
	border-bottom:1px dotted #666;
	padding:10px 0;
}
ul#listaMap li p{	
	padding-left:70px;
}

/*** SERVIZI ***/
div#facebook {
	width:100%;
	background:url(../images/iconFacebook.gif) 0 10px no-repeat;
	border-bottom:1px dotted #666;
	padding-bottom:15px;
	margin-bottom:10px;
}
div#facebook h3{
	color:#009900;
	padding:20px 0 30px 70px;	
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
}
