﻿body 
{
    background-color: #101010;
    background-image: url("../private_images/Sfondi/sfondoBody.gif");
    background-repeat: no-repeat;
    font-family: Arial, Sans-Serif;
    font-size: 11px;
    margin: 0px;
    color: #fff;
    letter-spacing: 0px;
    line-height: 14px;
    width: 100%;
}

#container
{
    width: 815px;
    margin: 0 auto;
    color: #969696;
    position: relative;
}

#header
{
    height: 323px;
    width: 100%;
}

#content
{
    width: 100%;
    clear: both;
}

#footer
{
    
    text-align: center;
    font-size: 10px;
    clear: both;
    line-height: 12px;
    padding-top: 30px;
    letter-spacing: normal;
    color: #353535;
    margin-left:300px;
}

#lingue
{
    position:absolute;
    top:330px;
    left:555px;
}

.headSx
{
    width: 643px;
    height: 100%;
    float: left;
    background-repeat: no-repeat;
}

.headDx
{
    width: 170px;
    height: 100%;
    float: left;
}

.contentSx
{
    padding-top: 40px;
    width: 643px;
    float: left;
    background-image: url("../private_images/Sfondi/sfondoContent.gif");
    background-repeat: no-repeat;
}

.contentDx
{
    padding-top: 40px;
    width: 172px;
    float: left;
}

.riquadroArancio
{
    position: absolute;
    width: 475px;
    height: 11px;
    background-color: #d56f0c; 
    z-index: 120;
    line-height: 11px;
}

#container h1
{
    color: #d56f0c;
    font-size: 30px;
    margin: 0px;
    font-weight: 100;
    line-height: 30px;
    font-family: Trebuchet, Arial, Sans-Serif;
    letter-spacing: 0px;
}

#container h2
{
    color: #aaaaaa;
    font-size: 30px;
    margin: 0 0 20px 0;
    font-weight: 100;
    line-height: 30px;
    font-family: Trebuchet, Arial, Sans-Serif;
    letter-spacing: 0px;
}

.contentSx a:link,
.contentSx a:visited
{
    font-size: 10px;
    text-decoration: none;
    color: #e57f0c;
}

.contentSx a:hover,
.contentSx a:active
{
    color: #fff;
}

/*
Menu basso
*/

.contentDx ul
{
    font-size: 12px;
    letter-spacing: 0;
}

.contentDx li
{
    list-style-image: url("../private_images/item.gif");
}

.contentDx a:link,
.contentDx a:visited
{
    text-decoration: none;
    color: #6f6f6f;
}

.contentDx a:hover,
.contentDx a:active
{
    color: #d56f0c;
    text-decoration: underline;
}

.selezionato a:link,
.selezionato a:visited
{
    color: #d56f0c;
    text-decoration: underline;
}

/*
Menu di secondo livello
*/

.Menu_liv2
{
    margin-left: 13px;
    padding: 0;
    margin-bottom: 20px;
}

.Menu_liv2 a:link,
.Menu_liv2 a:visited
{
    text-decoration: none !important;
    color: #6f6f6f !important;
}

.Menu_liv2 a:hover,
.Menu_liv2 a:active
{
    color: #c3c3c3 !important;
    text-decoration: underline !important;
}

.Menu_liv2 .selezionato a:link,
.Menu_liv2 .selezionato a:visited
{
    color: #c3c3c3 !important;
    text-decoration: underline !important;
}

/*
Menu alto
*/

.headDx ul
{
    font-size: 10px;
    letter-spacing: 0;
    line-height: 15px;
}

.headDx li
{
    list-style-image: url("../private_images/item.gif");
}

.headDx a:link,
.headDx a:visited
{
    text-decoration: none;
    color: #6f6f6f;
}

.headDx a:hover,
.headDx a:active
{
    color: #d56f0c;
    text-decoration: underline;
}

/*
Gallery
*/

.gallery
{
    padding-top: 25px;
}

.Miniatura
{
    position: relative;
    float: left;
    margin: 0 5px 15px 0;
}

.selezioneImg
{
    position: absolute;
    background-color: #d56f0c;
    width: 60px;
    height: 12px;
    top: 65px;
    left: 0px;
    display: none
}

/*
Fumetto della home
*/
.contentFumetto
{
    position: relative;
}

.fumetto
{
    height: 205px;
    width: 157px;
    position: absolute;
    /*background-image: url("../private_images/Sfondi/fumetto.gif");
    background-repeat: no-repeat;*/
    top: -147px;
    left: 445px;
}

.internoFumetto
{
    margin: 27px;
    font-size: 10px;
    letter-spacing: 0;
    line-height: 12px;
    color: #fff;
    position: absolute;
    z-index: 33;
}

.imgFumetto
{  
    height: 205px;
    width: 157px;
    position: absolute;
    z-index: 20;
    top: -0px;
    left: 0px;
}

.titoloFumetto
{
    font-size: 10px;
    margin: 0;
    color: #c2810e;
}

/*
Testo delle pagine
*/
.internoPagine
{
    margin-left: 30px;
    margin-right: 30px;
    line-height:14px;
}

/*
Form e note informative
*/

.form
{
    width: 600px;
    line-height: 25px;
}

.form td
{
    vertical-align: top;
}

.form textarea
{
    width: 300px;
    height: 120px;
    
    font-size: 12px;
    margin-top: 3px;
    font-family: Arial, Sans-Serif;
    background-color: #000000;
    color:#FFFFFF;
    border:1px solid #4b4a4a;
}

.form input
{
    width: 300px;
    height: 16px;
    font-size: 12px;
    background-color: #000000;
    color:#FFFFFF;
    border:1px solid #4b4a4a;
}

.Informativa
{
    line-height: 25px;
}

.Informativa textarea
{
    width: 450px;
    height: 100px;
    background-color: #000000;
    color:#FFFFFF;
    border:1px solid #4b4a4a;
    overflow-x:hidden;
}

.Informativa a:link,
.Informativa a:visited
{
    background-color: #c96a0c;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    margin-left: 360px;
}

/*
Tabella Pacchetti
*/
.tabPacchetti
{
    width: 100%;
    font-size: 12px;
    margin: 25px 0 25px 0;
    color: #fff;
}

.tabPacchetti td
{
    border-bottom: solid 1px #b7b7b7;
    padding: 15px 0 15px 0;
}

.tabPacchetti h3
{
    font-size: 14px;
    color: #c96a0c;
    margin: 0;
    padding: 0;
}

.tabPacchetti span
{
    padding: 0 2px 0 2px;
    background-color: #c96a0c;
    font-size: 16px;
}

.tabPacchetti div
{
    margin-bottom: 3px;
}

.last td
{
    border-bottom-style: none !important;
}

/*
Inizio lightbox==========
*/
#lightbox{
	position: absolute;
	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(../private_images/lightbox/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(../private_images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../private_images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: hidden;
	width: 100%	
	}

#imageData{	padding:0 10px; color: #666;}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: both; 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;
	}
	
.filtro_png
{
    behavior: url(../scripts/iepngfix.htc); 
}

/*
Fine lightbox==========
*/

/*
Stili rotator
*/

.radr_clipRegion
{
    background-color: #101010 !important;
}

/*
logo savoia
*/
.logo h1
{
	padding:0;
	margin:0;
	font-size:1px;
}

.logo span
{
	display:none;
}

.logo img
{
    border: 0;
}

.logo
{
    margin: 3px 0 0 30px;
}

/*
Tabelle
*/
.tabella table
{
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    border-collapse: collapse;
    width: 100% !important;
    margin: 0 auto;
}

.tabella tr td
{
   border-top: solid 1px #000;
   border-bottom: solid 1px #000;
   vertical-align: top;
}

.vocePrezzo
{
    color: #7c4818;
    font-size: 12px;
    font-weight: 700;
}

/*Mappa di google*/

#map_canvas
{
    margin-top: 20px;
}

.testoPosizionamento
{
    display: none;
}

.campo_form540basso 
{
    width:250px;
    margin-bottom:15px;
}

#ctl00_ContentPlaceHolder1_Camere1_chbNota 
{
    width:50px;
}

.btnVediTutteLeOfferte 
{
    font-size:15px !important;
    background-color: #D56F0C;
    padding: 5px;
    
}


.btnVediTutteLeOfferte  a:link,
.btnVediTutteLeOfferte  a:visited
{
    text-decoration: none;
    color: #FFF !important;
}


.btnVediTutteLeOfferte  a:hover,
.btnVediTutteLeOfferte  a:active
{
    color: #000;
}
