/* CSS Document */

body {margin:0; padding:0; background: url(img/bg.gif) no-repeat #86ac3a top; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#646466;}
.clear {clear:both;}
ul li {list-style:none; margin:0; padding:0;}
ul li img {margin:0; padding:0;}
a {color:#fff; text-decoration:none;}
a:hover {color:#fff; text-decoration:underline;}
a.grigio {color:#666; text-decoration:underline;}
a.grigio:hover {color:#666; text-decoration:underline;}
#container {margin:31px auto; width:874px; height:574px;}
#left {width:220px; float:left;}
#logo {margin:51px 0 0 62px; background:#fff;}
#menu {margin:28px 0 0 72px; padding:0;}
#alberghi {
	margin:25px 0 0 -2px;
	padding:0;
	width:63px;
	position: relative;
}
#right {
	float:right;
	width:651px;
	height:535px;
}
#header {width:601px; height:31px; background:url(img/bg_header.gif) no-repeat; padding:20px 25px 0 25px;}
#lingua {float:left; color:#fff;}
#menu_alto{float:right; color:#fff;}
#flash {height:232px;}
#contenuti_home {
	width:651px;
	padding:15px 0 0px 0;
}
#content_left {float:left; width:396px; padding:0 20px 0 25px;}
#content_right {float:right; width:185px; padding:0 25px 0 0;}
#footer {
	color:#fff;
	margin:5px 0 0 0;
	text-align:left;
	padding: 10px 0 0 0;
}
#content_left.mappa {float:left; width:201px; padding:0 20px 0 25px;}
#content_right.mappa {float:right; width:380px; padding:0 25px 0 0;}


/*pag interne*/

#contenuti_interno {
	margin:0;
	width:600px;
	padding:0 25px 0 25px;
}
#foto {height:232px; background:#fff;}
#foto.territorio {height:172px; background:#fff;}
#foto.appartamenti {height:180px; background:#fff;}
h1 {font-size:10px; text-transform:uppercase; color:#375f26; margin:0; padding:0;}
#contenuti_home.stretto {width:651px; padding:15px 0 0 0; margin:0;}
#content_left.listino {float:left; width:346px; margin:0; padding:0 15px 0 20px;}
#content_right.listino {float:right; width:235px; padding:0 20px 0 0;}

/*listino */
table.listino td { text-align: center; }
tr.riga_uno {background-color: #CFFF9F; height:15px;}
tr.riga_due {background-color:#fff; height:15px;}


/* lightbox*/

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(img/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(img/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(img/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}

