/* CSS Document */
body {
	background: #ecb235;
	margin: 0px;
	padding: 0px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 80%;
	color:#333333;
	}
	
#page {
	width: 600px;
	margin: 30px auto 30px auto;
	}

.header-home {
	background:url(images/header-home.png) no-repeat;
	height: 165px;
	}
.header-camere {
	background:url(images/header-camere.png) no-repeat;
	height: 165px;
	}
.header-prezzi {
	background:url(images/header-prezzi.png) no-repeat;
	height: 165px;
	}
.header-servizi {
	background:url(images/header-servizi.png) no-repeat;
	height: 165px;
	}
.header-cosedavedere {
	background:url(images/header-cosedavedere.png) no-repeat;
	height: 165px;
	}
.content {
	background: white;
	padding: 10px 10px 30px 10px;
	}
.footer {
	background:url(images/footer.png) no-repeat;
	height: 16px;
	clear: both;
	/* IE Fix */
	_margin: 0 0 20px 0;
	}
*:first-child+html  .footer {
	margin: 0 0 20px 0;
	}
	
.copyright {
	font-size: 10px;
	text-align:center;
	}
	
#baloon-box {
	position: relative;
	top: -17px;
	float: right;
	/* IE Hack */
	_top: -17px;
	}
/* IE 7 Hack */
*:first-child+html #baloon-box {
	top: -17px;
	}
.baloon {
	background: url(images/baloon.png) no-repeat;
	width: 51px;
	height: 24px;
	font-size: .8em;
	padding: 4px 0 0 4px;
	float: left;
	/* IE Hack */
	_background: url(images/baloon.gif) no-repeat;
	}
.baloon a, .baloon a:visited {
	color: white;
	text-decoration: none;
	}
.baloon a:hover {
	color: #000000;
	text-decoration: none;
	}
#menu-box {
	float: left;
	position: relative;
	left: -55px;
	width: 103px;
	}
#menu-box .menu-header {
	background: white url(images/menu-header.png) no-repeat;
	width: 103px;
	height: 8px;
	}
#menu-box .menu-content {
	background:url(images/menu-bg.png) repeat-y;
	}
#menu-box .menu-footer {
	background:url(images/menu-footer.png) no-repeat;
	width: 103px;
	height: 8px;
	}
#menu-box ul {
	margin: 0px;
	padding: 0px;
	}
#menu-box ul li {
	list-style: none;
	padding: 0 0 3px 3px;
	margin: 0px;
	}
	
#entry {
	padding: 0 0 0 100px;
	text-align: justify;
	}
h2 {
	margin: 0px;
	padding: 0 0 7px 0;
	}
	
img {
	margin: 5px;
	padding: 3px;
	border: #CCCCCC solid 1px;
	}
a, a:visited {
	text-decoration: none;
	color:#333333;
	}
a:hover {
	color:#999999;
	text-decoration: none;
	}
/* FORM */
#nome, #oggetto, #mail {
	width: 40%;
	font-size: 1.1em;
	padding: 3px 0;
	margin: 3px 0;
	border: #CCCCCC solid 1px;
	}

#nome:hover, #oggetto:hover, #mail:hover, #messaggio:hover {
	background:#FFFFCC;
	}
	
#messaggio {
	width: 80%;
	_width: 80%;
	border: #CCCCCC solid 1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	z-index: 1000;
	}
	
/* Index */

#index-page {
	width: 700px;
	margin: 30px auto 0 auto;
	padding: 0px;
	}
.logo {
	background: url(images/logo.png) no-repeat;
	width: 700px;
	height: 466px;
	}

#copy {
	font-size: 70%;
	text-align: center;
	padding: 30px 0 0 0;
	margin: 0px;
	/* IE Hack */
	_padding: 10px 0 0 0;
	}
#ul-container {
	z-index: 1000000;
	position: relative;
	top: -70px;
	}
#ul-container ul li{
	display: inline;
	margin: 0px 10px 3px 10px;
	}
	
#ul-container a {
	color:#000000;
	}

#ul-container a:hover {
	color: #333333;
	}
#ul-container a:visited {
	color:#000000;
	}
	
ul li {
	margin: 3px 0 3px 0;
	list-style:square;
	}
.ita {
	background: url(images/it.png) no-repeat left;
	padding: 0 0 0 20px;
	}
.eng {
	background: url(images/gb.png) no-repeat left;
	padding: 0 0 0 20px;
	}
.deu {
	background: url(images/be.png) no-repeat left;
	padding: 0 0 0 20px;
	}
.fra {
	background: url(images/fr.png) no-repeat left;
	padding: 0 0 0 20px;
	}
/* TABELLA */
table {
	border:#B6D5FE solid 1px;
	}
	
.tab-rows {
	marign: 5px;
	
	border-bottom: #009900 dashed 1px;
	}
	
.tab-header {
	background: #F8FAFC;
	font-size: 1.2em;
	font-weight:bold;
	padding: 5px;
	line-height: 20px;
	width: 70%;
	}
.tab-headerp {
	background: #F8FAFC;
	font-size: 1.2em;
	font-weight:bold;
	padding: 5px;
	line-height: 20px;
	width: 40%;
	}
.tab-alt {
	background:#F8FAFC;
	}

ul {
	margin: 0px;
	padding: 0 0 0 20px;
	}

h3 {
	margin: 0px;
	padding: 5px 0 7px 0;
	font-size: 1em;
	}
.toggler {
	color: #222;
}
.toggler:hover {
	background-color: #f7f7f7;
	cursor:pointer;
	}
	
.element {
	padding: 3px 0px 5px 10px;
	text-align: justify;
	}
	
#arrivo, #partenza {
	width: 90px;
	border: #CCCCCC solid 1px;
	z-index: 0;
	}
#xxx-table {
	padding: 0 0 0 45px;
	}
.mail {
	margin: 2px 0 2px 0;
	}
.mail-button {
	padding: 0 0 0 130px;
	}
#offset {
	width: 20px;
	}
#mail-info{ 
	background: #F8FAFC;
	border: #B6D5FE solid 1px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	width:80%;
	}
#invia {
	width: 100px;
	}
	
.warning{ 
	width: 80%;
	background:#fff3f3;
	border: #ffc9c9 solid 1px;
	padding: 5px 0px 5px 0px; 
	text-align: center;
	}
.dpTable_root {
	background: white;
	border: #cccccc solid 1px;
	width: 100px;
	}
.dpTitleTR {
	background-color:#CCCCCC;
	font-size: 1em;
	text-align:center;
	}
.dpTable {
	border: none;
	font-size: 12px;
	}
.dpButtonTD2, .dpButtonTD {
	padding:0px 0px 0px 0px;
	width:13px;
	}
.dpDayHighlight {
	background-color:#FFFFCC;
	}
.dpDayTD {
	background-color:#FFFFFF;
	color:#6B8EC6;
	}
.dpTD2 {
	color:#CCCCCC;
	}
.dpTD {
	background-color:#FFFFFF;
	color:#666666;
	font-weight:bold;
	}
.dpButton {
	width: 51px;
	float: right;
	}

#camera {
	width: 150px;
	}
	
#send-box {
    text-align: center;
	display: none;
    margin: 70px 0 70px 0;
}

.promo {
	position: relative;
	border: none;
	top: -60px;
	left: -250px;
}
.promoprezzi {
	width: 78%;
	border: 1px solid #519948;
	margin: 2px;
	background: #D8FFDB;
	padding: 5px;
}

.shynistat {
display:  none;
}
