/** Tables **/
table {
	border-right:0;
	clear: both;
	color: #333;
	margin-bottom: 10px;
	width: 100%;
	border-top: 1px solid #EDE9D1;
	border-right: 1px solid #EDE9D1;
}
th {
	text-align: left;
	padding:4px;
	background-color:#D8D3B0;
	font-weight: bold;
	text-align:center;
	border-bottom: 1px solid #EDE9D1;
	border-left: 1px solid #EDE9D1;
}

th a {
	display: block;
	padding: 2px 4px;
	text-decoration: none;
}
th a.asc:after {
	content: ' ⇣';
}
th a.desc:after {
	content: ' ⇡';
}
table tr td {
	padding: 6px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #EDE9D1;
	border-left: 1px solid #EDE9D1;
}
table tr:nth-child(2n) td {
}
table .altrow td {
}
td.actions {
	text-align: center;
	white-space: nowrap;
}
table td.actions a {
	margin: 0px 6px;
	padding:2px 5px;
}

/** Forms **/
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 95%;
}
fieldset {
	border-top: 1px solid #D7D1AF;
	margin-bottom: 1em;
	padding: 15px 15px 0;
}
fieldset legend {
	color: #333;
/*	font-size: 120%;*/
	font-weight: bold;
}

fieldset fieldset {
	margin: 0;
	padding: 0;
	border:none;
}
fieldset fieldset legend {
/*	font-size: 110%;*/
	color:#322C18;
	font-weight: normal;
}
form .radio.required fieldset legend {
	font-weight:bold;
}
form .radio.required fieldset legend:after {
	content: '';
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div.input,
form div.submit
{
	clear: both;
	margin-bottom: 1em;
	padding: .5em;
	vertical-align: text-top;
}
form .input {
	color: #322C18;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: ' *';
	display:inline-block;
}
form .radio.required label:after {
	content: '';
}
form .radio.required label{
	font-weight:normal;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	text-align:center;
}
label {
	display: inline-block;
/*	font-size: 110%;*/
	margin-bottom:3px;
	margin-right:10px;
}

input, textarea {
	clear: both;
/*
	font-size: 110%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
*/
	padding: 4px;
	border: 1px solid #D7D1AF;
	background-color: #E0DBBF;
	width: 98%;
}
#booking input,  #booking textarea {
	background-color: #EDE9D1;
}

textarea{
	width:98%;
}
fieldset fieldset input, fieldset fieldset textarea {
	clear: both;
/*
	font-size: 110%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
*/
	padding: 0px;
	width:98%;
	float: none;
}

select {
	clear: both;
/*	font-size: 120%;*/
	vertical-align: text-bottom;
	border: 1px solid #D7D1AF;
	background-color: #EDE9D1;
}
select[multiple=multiple] {
	width: 100%;
	border: 1px solid #D7D1AF;
	background-color: #EDE9D1;
}
option {
/*	font-size: 120%;*/
	padding: 0 3px;
	background-color: #EDE9D1;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	border: none;
	width:auto;
	margin:5px 5px 5px 20px;
}
div.radio label {
	margin:5px 5px 5px 0;
}
input[type=submit] {
/*	font-size: 110%;*/
	cursor: pointer!important;
	cursor: hand;
	width: auto;
}
form .submit input[type=submit] {
	background:#EDE9D1;
	border-color: #D7D1AF;
	color: #333;
	font-weight:bold;
}
form .submit input[type=submit]:hover {
	background:#C9BF96;
}

input[type=submit],
div.actions ul li a,
td.actions a {
	font-weight:normal;
	padding: 4px 8px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	text-decoration:none;
	min-width: 0;
	border:1px solid #D7D1AF;
}
input[type=submit]:hover,
div.actions ul li a:hover,
td.actions a:hover {
}

/** Notices and Errors **/
div.flash {
	clear: both;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
}

div.flash_failure{
	clear: both;
	color: #900;
	font-weight: bold;
	font-style: italic;
	text-align:center;
	background-color:#C9BF96;
}
div.flash_success{
	clear: both;
	color: #060;
	font-weight: bold;
	font-style: italic;
	text-align:center;
	background-color:#C9BF96;
}

div.error-message {
	clear: both;
	color: #900;
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

html, body{
	background-color:#C9BF96;
	background-image: url(../img/bg_body.png);
	background-repeat: repeat-x;
	background-position: center top;
}

.yui-t-custom, .doc-custom {
	margin: auto;
	text-align: left;
	width: 75.0769em;
	*width: 73.2018em;
	min-width: 976px;
}

.yui-t-custom #yui-main {
	float:right;
	margin-left:-25em;
	/* IE: preserve layout at narrow widths */
}

.yui-t-custom .yui-b {
	float:left;/* leave unchanged */
	width:20.2308em;/* non-IE */
	*width:19.725em;/* IE */
	min-width:263px;
}

.yui-t-custom #yui-main .yui-b {
	margin-left:21.2308em;/* non-IE */
	*margin-left:20.7001em;/* IE */
}

#wrap {
	background-image: url(../img/bg_wrap.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#hd {
	position: relative;
	height:448px;

	background-image: url(../img/bg_hd.png);
	background-repeat: no-repeat;
	background-position: center top;
}
	#languages{
		display:block;
		position: absolute;
		right: 13px;
		top: 4px;
		color:#E0DBBF;
		font-size:10px;
	}
	
	#languages a{
		color:#E0DBBF;
		font-size:10px;
		font-weight: normal;
		text-decoration:none;
	}

	#languages a:hover, 
	body.ita #languages a.ita,
	body.eng #languages a.eng{
		text-decoration:underline;
	}
	
	#logo, #logo a{
		position:absolute;
		top: 0px;
		left: 13px;
		width: 250px;
		height: 90px;
	}
	#logo a{
		top:0;
		left:0;
		background-image: url(../img/logo.png);
		background-repeat: no-repeat;
		background-position: left top;
	}
	#logo a:hover{
		background-position: left bottom;
	}
	#logo a h1{
		text-indent:-9999px;
	}
	
	#menu, #menu ul{
		position:absolute;
		width:687px;
		height:24px;
		left: 276px;
		top: 43px;
		
		background-repeat: no-repeat;
		background-position: left top;
	}
	
	#menu ul{
		display:block;
		left:0;
		top:0;
	}

	#menu ul li, #menu ul li a {
		display:block;
		float:left;
		height:24px;
		
		background-repeat: no-repeat;
	}
	#menu ul li a{text-indent: -9999px;}
	
	body.ita #menu, body.ita #menu ul{background-image: url(../img/ita/menu.png);}
	body.ita #menu ul li, body.ita #menu ul li a {background-image: url(../img/ita/menu.png);}

	body.ita #menu ul li.rooms a {background-position: -0px top;width:62px;}
	body.ita #menu ul li.rooms a:hover{background-position: -0px bottom;}
	body.ita.rooms #menu ul li.rooms a{background-position: -0px bottom;}

	body.ita #menu ul li.restaurant a {background-position: -62px top;width:96px;}
	body.ita #menu ul li.restaurant a:hover{background-position: -62px bottom;}
	body.ita.restaurant #menu ul li.restaurant a{background-position: -62px bottom;}

	body.ita #menu ul li.services a {background-position: -158px top;width:65px;}
	body.ita #menu ul li.services a:hover{background-position: -158px bottom;}
	body.ita.services #menu ul li.services a{background-position: -158px bottom;}

	body.ita #menu ul li.sulmona a {background-position: -223px top;width:115px;}
	body.ita #menu ul li.sulmona a:hover{background-position: -223px bottom;}
	body.ita.sulmona #menu ul li.sulmona a{background-position: -223px bottom;}

	body.ita #menu ul li.pricelist a {background-position: -338px top;width:79px;}
	body.ita #menu ul li.pricelist a:hover{background-position: -338px bottom;}
	body.ita.pricelist #menu ul li.pricelist a{background-position: -338px bottom;}

	body.ita #menu ul li.bb a {background-position: -417px top;width:107px;}
	body.ita #menu ul li.bb a:hover{background-position: -417px bottom;}
	body.ita.bb #menu ul li.bb a{background-position: -417px bottom;}

	body.ita #menu ul li.where a {background-position: -524px top;width:94px;}
	body.ita #menu ul li.where a:hover{background-position: -524px bottom;}
	body.ita.where #menu ul li.where a{background-position: -524px bottom;}

	body.ita #menu ul li.offers a {background-position: -618px top;width:69px;}
	body.ita #menu ul li.offers a:hover{background-position: -618px bottom;}
	body.ita.offers #menu ul li.offers a{background-position: -618px bottom;}



	body.eng #menu, body.eng #menu ul{background-image: url(../img/eng/menu.png);}
	body.eng #menu ul li, body.eng #menu ul li a {background-image: url(../img/eng/menu.png);}
	
	body.eng #menu ul li.rooms a {background-position: -0px top;width:57px;}
	body.eng #menu ul li.rooms a:hover{background-position: -0px bottom;}
	body.eng.rooms #menu ul li.rooms a{background-position: -0px bottom;}

	body.eng #menu ul li.restaurant a {background-position: -57px top;width:102px;}
	body.eng #menu ul li.restaurant a:hover{background-position: -57px bottom;}
	body.eng.restaurant #menu ul li.restaurant a{background-position: -57px bottom;}

	body.eng #menu ul li.services a {background-position: -159px top;width:78px;}
	body.eng #menu ul li.services a:hover{background-position: -159px bottom;}
	body.eng.services #menu ul li.services a{background-position: -159px bottom;}

	body.eng #menu ul li.sulmona a {background-position: -237px top;width:104px;}
	body.eng #menu ul li.sulmona a:hover{background-position: -237px bottom;}
	body.eng.sulmona #menu ul li.sulmona a{background-position: -237px bottom;}

	body.eng #menu ul li.pricelist a {background-position: -341px top;width:81px;}
	body.eng #menu ul li.pricelist a:hover{background-position: -341px bottom;}
	body.eng.pricelist #menu ul li.pricelist a{background-position: -341px bottom;}

	body.eng #menu ul li.bb a {background-position: -422px top;width:109px;}
	body.eng #menu ul li.bb a:hover{background-position: -422px bottom;}
	body.eng.bb #menu ul li.bb a{background-position: -422px bottom;}

	body.eng #menu ul li.where a {background-position: -531px top;width:98px;}
	body.eng #menu ul li.where a:hover{background-position: -531px bottom;}
	body.eng.where #menu ul li.where a{background-position: -531px bottom;}

	body.eng #menu ul li.offers a {background-position: -629px top;width:58px;}
	body.eng #menu ul li.offers a:hover{background-position: -629px bottom;}
	body.eng.offers #menu ul li.offers a{background-position: -629px bottom;}

	
	#slideshow{
		margin: 0;
		height:323px;
		top:90px;
		left:13px;
		width:950px;
	}
	#slideshow span{
		height:323px;
		width:950px;
	}
	
	.slideshow-loader {
		height: 11px;
		left: 454px;
		position: absolute;
		top: 155px;
		width: 43px;
		z-index: 10001;
	}

	#tips{
		padding-left: 250px;
		width: 700px;
		position:absolute;
		height:35px;
		left:13px;
		top:413px;
	}
	#Offerhotel5990b{
    color: #D1C4B4;
    line-height: 35px;
	}
	#Offerhotel5990b span,
	#Offerhotel5990b select,
	#Offerhotel5990b img,
	#Offerhotel5990b input	{
		margin-left: 8px;
		border:none;
	}
	#Offerhotel5990b input{
		width: auto;
		padding:0;
	}
	#tips h2{
		position:absolute;
		display: block;
		background-attachment: scroll;
		background-repeat: no-repeat;
		background-position: center top;
		width:250px;
		height:35px;
		left:0px;
		top:0px;
	}
	#tips h2 span{
		display: none;
		visibility: hidden;
	}
	body.ita #tips h2{
		background-image: url(../img/ita/news_and_offers.png);
	}
	
	body.eng #tips h2{
		background-image: url(../img/eng/news_and_offers.png);
	}

	#tips .marquee{
		position: absolute;
		overflow: hidden;
		white-space: nowrap;
		line-height: 25px;

		width:690px;
		height:25px;
		left:250px;
		top:0px;
		padding:5px;
		overflow:hidden;
	}

	#tips .marquee .fxMarquee
	{
		/* don't change */
		font-family:Arial, Helvetica, sans-serif;
		position: absolute;
		color: #CCBFB6;
		font-size:14px;
	}
	
	#tips .marquee .fxMarquee a{
		color: #CCBFB6;
		text-decoration:none;
	}

	#tips .marquee .fxMarquee a:hover{
		color: #CCBFB6;
		text-decoration:underline;
	}


#bd {
	height: auto!important;
	height:500px;
	min-height:500px;
	
	
	background-image: url(../img/bg_bd2.png);
	background-repeat: no-repeat;
	background-position: center top;
}

/* Left banners*/
	/* FAQ */
	#faq a{
		position:relative;
		display:block;
		background-attachment: scroll;
		background-repeat: no-repeat;
		background-position: left top;
	}
	#faq a:hover{
		background-position: -250px top;
	}
	#faq a{
		text-indent:-9999px;
	}
 #faq a span{
		text-indent:-9999px;
		display: none;
		visibility:hidden;
	}
	#faq, #faq a{
		width:250px;
		height:50px;
	}
	
	#faq a{background-image: url(../img/faq_meeting.png);}
	/* Offers */
	#offers a{
		position:relative;
		display:block;
		background-attachment: scroll;
		background-repeat: no-repeat;
		background-position: left top;
	}
	#offers a:hover{
		background-position: -250px top;
	}
	#offers a{
		text-indent:-9999px;
	}
 #offers a span{
		text-indent:-9999px;
		display: none;
		visibility:hidden;
	}
	#offers, #offers a{
		width:250px;
		height:100px;
	}
	
	.ita #offers a{background-image: url(../img/ita/offerte_meeting.png);}
	.eng #offers a{background-image: url(../img/eng/offerte_meeting.png);}
	/* Events */
	#events a{
		position:relative;
		display:block;
		background-attachment: scroll;
		background-repeat: no-repeat;
		background-position: left top;
	}
	#events a:hover{
		background-position: -250px top;
	}
	#events a{
		text-indent:-9999px;
	}
 #events a span{
		text-indent:-9999px;
		display: none;
		visibility:hidden;
	}
	#events, #events a{
		width:250px;
		height:100px;
	}
	
	.ita #events a{background-image: url(../img/ita/eventi_meeting.png);}
	.eng #events a{background-image: url(../img/eng/eventi_meeting.png);}

	#booking,#discover-meeting{
		position:relative;
		display:block;
		margin-left: 13px;
	}
	
	#booking a,#gallery a, #pearleye a, #giudizi a, #newsletter a{
		position:relative;
		display:block;
		
		background-repeat: no-repeat;
		background-position: left top;
	}
	#newsletter a{
		background-position: -125px top;
	}
	
	#booking a:hover,#gallery a:hover,#pearleye a:hover, #giudizi a:hover, #newsletter a:hover{
		background-position: -250px top;
	}
	#newsletter a:hover{
		background-position: -375px top;
	}
	
	#booking h2,#gallery h2,#pearleye h2, #discover-meeting h2,
	#booking a,#gallery a,#pearleye a, #giudizi a, #newsletter a{
		text-indent:-9999px;
	}
	
	#booking .yui-u{
		text-align: right;
	}
	
	#booking .yui-u.first{
		text-align: left;
	}
	#booking h2{		
		position:relative;
		display:block;
		height:50px;
		
		background-repeat: no-repeat;
		background-position: left top;
		margin-bottom:1em;
	}
	body.ita #booking h2{background-image: url(../img/ita/prebook.png);}
	body.eng #booking h2{background-image: url(../img/eng/prebook.png);}
	
	#booking form{
		padding:0 1em;
		width:auto;
/*		border-bottom:2px solid #B5A695;*/
		margin:0;
	}
	#booking div.submit,
	#booking div.input {
		margin: 0;
		padding: 0;
		margin-bottom:1em;
	}
	#booking div.input.date label {
		width:auto;
		display:block;
	}
	
	#booking div.input.text input {
		width:auto;
		padding:2px;
	}
	#booking div.submit {
		text-align: right;
	}

	#booking label {
		margin:0;
		padding:0;
		width:100px;
	}	
	#booking div.input.text input.button.calendar{
		float: right;
		margin-right: 0;
		width: 20px;
	}
/*
	body.ita #booking a{background-image: url(../img/ita/bbooking.png);}
	body.eng #booking a{background-image: url(../img/eng/bbooking.png);}
*/
	#discover-meeting h2{		
		position:relative;
		display:block;
		height:50px;
		
		background-repeat: no-repeat;
		background-position: left top;
		margin-bottom:1em;
	}

	body.ita #discover-meeting h2{background-image: url(../img/ita/discover_meeting.png);}
	body.eng #discover-meeting h2{background-image: url(../img/eng/discover_meeting.png);}

	#gallery, #gallery a{
		width:250px;
		height:100px;
	}

	.twocols{
		display: block;
		position:relative;
		width: 250px;
		height: 50px;
	}
	#giudizi, #newsletter{
		position: absolute;
		top: 0;
		left:0;
	}
	#newsletter{
		left: 125px;
	}
	#giudizi, #giudizi a{
		width:125px;
		height:50px;
		display: block;
	}
	
	#newsletter, #newsletter a{
		display: block;
		width:125px;
		height:50px;
	}
	
	body.ita #gallery a{background-image: url(../img/ita/bgallery.png);}
	body.eng #gallery a{background-image: url(../img/eng/bgallery.png);}

	#pearleye, #pearleye a{
		width:250px;
		height:100px;
	}
	
	body.ita #pearleye a{background-image: url(../img/ita/bpearleye.png);}
	body.eng #pearleye a{background-image: url(../img/eng/bpearleye.png);}
	
	body.ita #giudizi a{background-image: url(../img/btns.png);}
	body.eng #giudizi a{background-image: url(../img/btns.png);}
	
	body.ita #newsletter a{background-image: url(../img/btns.png);}
	body.eng #newsletter a{background-image: url(../img/btns.png);}
	
	/* PAGES */
	div.pages h2{
		position:relative;
		display:block;
		height:50px;
		
		background-repeat: no-repeat;
		background-position: left top;
		margin-bottom:1em;
	}

	div.pages h2{
		text-indent: -9999px;
	}
	div.pages {
		margin:0 3em 0 1em;
	}
	
	
	/* HOME */	
	body.ita.home div.pages.home h2{background-image: url(../img/ita/welcome.png);}
	body.eng.home div.pages.home h2{background-image: url(../img/eng/welcome.png);}
	
	p.images {
		text-align:center;
	}
	div.reflect {
		float: left;
		margin: 0 4px;
	}

	/* ROOMS */	
	body.ita.rooms div.pages.rooms h2{background-image: url(../img/ita/rooms.png);}
	body.eng.rooms div.pages.rooms h2{background-image: url(../img/eng/rooms.png);}

	/* RESTAURANT */	
	body.ita.restaurant div.pages.restaurant h2{background-image: url(../img/ita/restaurant.png);}
	body.eng.restaurant div.pages.restaurant h2{background-image: url(../img/eng/restaurant.png);}

	/* SERVICES */	
	body.ita.services div.pages.services h2{background-image: url(../img/ita/services.png);}
	body.eng.services div.pages.services h2{background-image: url(../img/eng/services.png);}

	/* SULMONA */	
	body.ita.sulmona div.pages.sulmona h2{background-image: url(../img/ita/sulmona.png);}
	body.eng.sulmona div.pages.sulmona h2{background-image: url(../img/eng/sulmona.png);}
	
	
	/* BB Villa Santacroce */	
	body.ita.bb div.pages.bb h2{background-image: url(../img/ita/bb-villa-santacroce.png);}
	body.eng.bb div.pages.bb h2{background-image: url(../img/eng/bb-villa-santacroce.png);}
	/* WHERE */	
	#gmap_frame{
		position: relative;
		display: block;
		height: 360px;
		
		background-image: url(../img/gmap_frame.png);
		background-repeat: no-repeat;
		background-position: center top;
		margin-bottom:1em;
	}
	#gmap{
		position:absolute;
		top:10px;
		left:10px;
		width: 628px;
		height: 340px;
		background-color:#FFF;
	}
	
	body.ita.where div.pages.where h2{background-image: url(../img/ita/where.png);}
	body.eng.where div.pages.where h2{background-image: url(../img/eng/where.png);}
	
	/* PEARLEYE */	
	body.ita.pearleye div.pages.pearleye h2{background-image: url(../img/ita/pearleye.png);}
	body.eng.pearleye div.pages.pearleye h2{background-image: url(../img/eng/pearleye.png);}
	div.pages.pearleye a img{
		margin-left:31px;
		margin-bottom: 16px;
	}
	div.pages.pearleye a.first img{
		margin-left: 0px;
	}
	
	/* GALLERY */	
	div.pages.gallery a img{
		margin-left:31px;
		margin-bottom: 16px;
	}
	div.pages.gallery a.first img{
		margin-left: 0px;
	}
	
	body.ita.gallery div.pages.gallery h2{background-image: url(../img/ita/gallery_and_virtual_tour.png);}
	body.eng.gallery div.pages.gallery h2{background-image: url(../img/eng/gallery_and_virtual_tour.png);}

	body.gallery div.pages.gallery h3 { text-indent: -9999px;}
	body.ita.gallery div.pages.gallery div.pictures h3{
		background-image: url(../img/ita/gallery.png);
		padding-bottom:5px;
		margin-bottom: 5px;
		border-bottom: 1px solid #D7D1AF;
		background-repeat: no-repeat;
		background-position: left top;
		
		height: 24px;
	}
	body.eng.gallery div.pages.gallery div.pictures h3{
		background-image: url(../img/eng/gallery.png);
		padding-bottom:5px;
		margin-bottom: 5px;
		border-bottom: 1px solid #D7D1AF;
		background-repeat: no-repeat;
		background-position: left top;
		
		height: 24px;
	}

	body.ita.gallery div.pages.gallery div.pearleye h3{
		background-image: url(../img/ita/virtual_tour.png);
		padding-bottom:5px;
		margin-bottom: 5px;
		border-bottom: 1px solid #D7D1AF;
		background-repeat: no-repeat;
		background-position: left top;
		
		height: 24px;
	}
	body.eng.gallery div.pages.gallery div.pearleye h3{
		background-image: url(../img/eng/virtual_tour.png);
		padding-bottom:5px;
		margin-bottom: 5px;
		border-bottom: 1px solid #D7D1AF;
		background-repeat: no-repeat;
		background-position: left top;
		
		height: 24px;
	}

	/* LISTINO */
	body.ita.pricelist div.pages.pricelist h2{background-image: url(../img/ita/pricelist.png);}
	body.eng.pricelist div.pages.pricelist h2{background-image: url(../img/eng/pricelist.png);}

	div.pages.pricelist table.pricelist td.price{
		background-color:#E0DBBF;
		text-align:center;
	}
	
	/* OFFERTE */
	body.ita.offers div.pages.offers h2{background-image: url(../img/ita/offers.png);}
	body.eng.offers div.pages.offers h2{background-image: url(../img/eng/offers.png);}

	div.elements.offers div.offer {
		position:relative;
		margin-bottom: 2em;
	}
	div.elements.offers div.offer div.title {
		font-weight: bold;
		background-color:#D8D3B0;
		padding:4px;
	}
	div.elements.offers div.offer div.dates {
		position: absolute;
		top:0;
		right:0;
		font-style:italic;
		padding:4px;
	}
	div.elements.offers div.offer div.description{
		text-align:justify;
		background-color:#E0DBBF;
		padding:4px;
	}
	/* ORGANIZZA LA TUA VACANZA */
	body.ita div.contacts.add h2{background-image: url(../img/ita/organize_your_holiday.png);}
	body.eng div.contacts.add h2{background-image: url(../img/eng/organize_your_holiday.png);}

	/* ORGANIZZA LA TUA VACANZA */
	body.ita div.contacts.prebook h2{background-image: url(../img/ita/prebook2.png);}
	body.eng div.contacts.prebook h2{background-image: url(../img/eng/prebook2.png);}

	/* Texts General */
	a, p, ul, li{
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#322C18;
	}
	#bd strong{ font-weight:bold;}
	#bd em{ font-style: italic;}
	#bd ul {
		margin-left: 2em;
		margin-bottom:1em;
	}
	#bd li {
		list-style-position: outside;
		list-style-type: circle;
		margin-bottom:.5em;
	}

	a{font-weight:bold;}
	a:hover{text-decoration:none;}
	
	p{margin-bottom:1em; text-align:justify; }
	

/* FOOTER */
#footer{
	
	background-image: url(../img/bg_footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	color: #E6DFD8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 32px;
}
#footer p{
	margin:0;
	padding:0;
	text-align: center;
	color: #E6DFD8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 32px;
}
#footer p.credits{
	margin: 0 3em;
	text-align: center;
	font-size:12px;
	color:#322C18;
}

#footer a { font-weight: normal; color: #E6DFD8; font-size: 10px;}
#footer a:hover { color: #E6DFD8;}
#footer p.credits a, #footer p.credits a:hover{ font-weight:bold; color: #0B331B;}

#footer a.wallace-multimedia,
#footer a.punti-di-vista{
	text-indent: -9999px;
}
#footer a.wallace-multimedia,
#footer a.punti-di-vista{
	color: #0B331B;
	/*
	display:inline-block;
	width: 100px;
	height:32px;
	
	background-image: url(../img/wallace_multimedia_credits.png);
	background-repeat: no-repeat;
	background-position: center top;
	*/	
	vertical-align:middle;
}
#footer a.punti-di-vista {
	/*
	width: 70px;
	background-image: url(../img/punti_di_vista_credits.png);
	*/
}
#footer a.wallace-multimedia:hover,
#footer a.punti-di-vista:hover{
	/*
	background-position: center bottom;
	*/
}

input.button.calendar {
	background: url(/img/calendar/calendar-icon.gif);
}
div.calendar {
	background: url(/img/calendar/calendar.png);
}
div.calendar caption a.prev {
	background-image: url(/img/calendar/calendar-prev.gif);
}

div.calendar caption a.next {
	background-image: url(/img/calendar/calendar-next.gif);
}

div.calendar td {
	background: url(/img/calendar/calendar-td.gif);
}

div.calendar td.valid {
	background: url(/img/calendar/calendar-valid.gif);
}
div.calendar td.hilite, div.calendar td.today {
	background: url(/img/calendar/calendar-hilite.gif);
}
div.calendar td.inactive {
	background: url(/img/calendar/calendar-td.gif) 0 100%;
}
div.calendar td.active,
div.calendar td.hover {
	background: url(/img/calendar/calendar-valid.gif) 0 100%;
}

div.calendar td,
div.calendar th,
div.calendar td.valid {
	color: #322C18;
	line-height:21px;
}
div.calendar caption{
	font-weight: bold;
}
