/* CSS Document */

html{
	background-image:url(../img/rip_html.jpg);
	background-repeat:repeat;
	padding-top:5px;
	padding-bottom:5px;
}

body{
	margin: auto;
	text-align:center;
	width:760px;
	
}

a{
	font-family:Dauphin, "Times New Roman", Times, serif;
	text-decoration:none;
	color:#730a0a;
}

a:hover{
	text-decoration:underline;
	color:#730a0a;
}

/*********************INIZIO ID**************************/
#container{
	margin: auto;
	width:760px;
	text-align:center;
	background-image:url(../img/sfondo.jpg);
	background-repeat:repeat-y;
}

#header{
	background-image:url(../img/sfondo_header.jpg);
	float:left;
	width:760px;
	text-align:center;
}

#content{
	float:left;
}

#footer{
	background-color:#e3d0a5;
	font-weight:bold;
	clear:both;
	padding-bottom: 5px;
	padding-top: 12px;
	/*background-image: url(../img/footer.png);
	background-repeat: no-repeat;
	background-position:center;*/
}

#foto{
	/*background-image:url(../img/bg_foto_max.png);*/
	float:left;
	width:760px;
	height:250px;
}

#entra {
	float: left;
	padding-top: 30px;
	padding-left: 70px;
	width:670px;
}

#entra a{
	text-decoration:none;
	color:#000000;
	font-family:Dauphin, Times New Roman, Times, serif;
	font-size:12px;
	font-weight:900;
}


#footer_scritta {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	font-weight: 500;
	text-decoration:none;
	padding-top: 5px;
}

#footer_scritta a{
	font-family:"Times New Roman", Times, serif;
	color:#730a0a;
	text-decoration:none;
}

#footer_scritta a:hover{
	text-decoration:underline;
}

#row_up {
	float: left;
	height: 190px;
	width: 760px;
}

#row_down {
	float: left;
	width: 760px;
}

#percorso {
	font-family: Dauphin, "Times New Roman", Times, serif;
	float: left;
	width:100%;
	padding-bottom: 7px;
}

/*#percorso a{
	text-decoration:none;
	color:#730a0a;
}

#percorso a:hover{
	text-decoration:underline;
	color:#730a0a;
}*/


#col_sx {
	float: left;
	width: 115px;
	color:#730a0a;
	font-family: Dauphin, "Times New Roman", Times, serif;
	padding-top:5px;
}

#col_sx a:hover{
	font-weight:bolder;
}

#col_cx {
	float: left;
	text-align: left;
	padding-bottom:40px;
	padding-left: 5px;
	width:500px;
}

#col_dx {
	float: left;
	width: 135px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:5px;
	color: #6f110f;
}

#menu{
	padding-top:3px;
	padding-bottom:3px;
	height:145px;
}

#menu a:hover{
	font-weight:bolder;
}

#head_menu {
	font-family: Dauphin, "Times New Roman", Times, serif;
	text-align: center;
}

#foto_cx {
	float: left;
	width: 505px;
	text-align:center;
}




#price_descr_under{
	font-style:italic;	 
	text-align:justify;
	width:503px;
}

#text_cx {
	font-family: "Times New Roman", Times, serif;
	font-size:16px;
	float: left;
	padding-top:15px;
	padding-bottom:5px;
	text-align:justify;
	font-style:italic;
	width:503px;
}

#text_cxp{
	font-family: "Times New Roman", Times, serif;
	text-align:center; 
	width:505px; 
	float:left; 
	font-size:11px; 
	font-style:normal;
	padding-top:15px;
	padding-bottom:5px;
}


#form{
	float:left;
	width:495px;
	padding-top:7px; 
	font-family:'Times New Roman', Times, serif;
	font-size:12px;
	padding-bottom: 7px;
}


#sltRoom {
	width: 480px;
}

#text_cx ul {
	list-style-image: url(../img/indicator.png);
}


#raggiungi{
	float:left; 
	padding-top:10px;
	text-align:justify;
}
/*******************************************************************************************************************/
/***************************INIZIO parte x l'effetto FULLSCREEN delle immagini**************************************/
/*******************************************************************************************************************/
#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(../images/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(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/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;
	}
#topbar
{text-align:center;
}	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

	img {
		border: 0;
	}

	
	#sidebar{ 
		position:fixed; 
		top: 38px; 
		left:30px;	
		width: 235px; 
	}
	
.thumbnail{
		height: 128px; 
		width: 128px;
		text-align: center;
		padding:8px;
	
		border: 1px solid #404040;
		float: left;
		margin-right: 15px;
		margin-bottom: 15px;
}

.thumbnail_text{	
/*color:#FF6600;*/
font-family:Verdana, Arial, Helvetica, sans-serif; 
line-height: 20px; 
text-decoration: none;
height: auto; 
width: 90px;
text-align: center;
padding:3px;
/*background-color: #CCCCCC;*/
border: 1px solid #404040;
float: left;
margin-right: 3px;
margin-bottom: 10px;
overflow: hidden; 
font-size: 11px;
}
/*******************************************************************************************************************/
/*****************************FINE parte x l'effetto FULLSCREEN delle immagini**************************************/
/*******************************************************************************************************************/


/***************INIZIO CLASSI*******************/

.foto_ups {
	float: left;
	height: 190px;
	width: 380px;
	/*background-color: #CCCCCC;*/
}

.foto_ico{
	float:left;
	padding:3px;
	width:90px;
	height:76px;
	border: 1px solid #404040;
	margin-left: 3px;
	margin-bottom:5px;
}

.foto_ico_big{
	float:left;
	padding:2px;
	width:158px;
	height:120px;
	margin-left:2px;
	border: 1px solid #404040;
}

.text_cx{
	float:left;
	text-align:justify;
	width:365px;
	padding-left:5px;
	padding-right:5px;
}

.row_name{
	float:left;
	width:475px;
	padding-left:5px;
	text-align:left;
	color:#730a0a;
	font-family: Dauphin, "Times New Roman", Times, serif;
	padding-bottom: 3px;
	;
}

.row{
	float:left;
	padding-bottom:10px;
}

.price_head_text{
	font-family:'Times New Roman', Times, serif;
	font-weight:bolder;
	color:#730a0a;
	padding-bottom:3px;
	padding-top:3px;
}

.price_descr{
	float:left;
	text-align:justify;
	text-indent:inherit;
	width:398px;
	padding-left:5px;
}

.stagione  a{ 
	position:relative; /*questa Ë fondamentale*/
    z-index:24; 
	font-family:"Times New Roman", Times, serif;
	text-decoration:none;
	color:#730a0a;
}

.stagione a:hover{
	z-index: 25;
	color:#710a0b;
	text-decoration:underline;
}

.stagione a span{
	display: none;
	text-decoration:none;
}

.stagione a:hover span{ /*lo span verrý mostrato solo sullo stato :hover */
	display: block;
	position:absolute;
    top: 7px; 
	left: 107px; 
	width: 80px;
    border: 1px solid black; 
	background-image:url(../img/sfondo.jpg); 
	color:#000000;
    font-size: 12px;
	text-align: center;
}


.titoli_off{
	color:#730a0a;
	font-family:Dauphin, "Times New Roman", Times, serif;
	font-size:14px;
	text-decoration:none;
	text-align:left;
}

.texti{
	float:left;
	font-size:13px;
	text-align:justify;
	margin-top:7px;
	width:503px;
}

