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

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 #D1C4B4;
	border-left: 1px solid #D1C4B4;
}
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 #AF9B88;
	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:#64544D;
	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: #64544D;
}
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 #AF9B88;
	background-color: #DED7C9;
	width: 98%;
}
#booking input,  #booking textarea {
	background-color: #D1C4B4;
}

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 #AF9B88;
	background-color: #D1C4B4;
}
select[multiple=multiple] {
	width: 100%;
	border: 1px solid #AF9B88;
	background-color: #D1C4B4;
}
option {
/*	font-size: 120%;*/
	padding: 0 3px;
	background-color: #D1C4B4;
}
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:#D1C4B4;
	border-color: #AF9B88;
	color: #333;
	font-weight:bold;
}
form .submit input[type=submit]:hover {
	background:#AF9B88;
}

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 #AF9B88;
}
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:#AF9B88;
}
div.flash_success{
	clear: both;
	color: #060;
	font-weight: bold;
	font-style: italic;
	text-align:center;
	background-color:#AF9B88;
}

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:#AF9B88;
	background-attachment: scroll;
	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-attachment: scroll;
	background-image: url(../img/bg_wrap.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#hd {
	position: relative;
	height: auto!important;
	height:448px;
	min-height:448px;

	background-attachment: scroll;
	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:#CDBBA9;
		font-size:10px;
	}
	
	#languages a{
		color:#CDBBA9;
		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-attachment: scroll;
		background-image: url(../img/logo.png);
		background-repeat: no-repeat;
		background-position: left top;
	}
	#logo a:hover{
		background-position: left bottom;
	}
	#logo a h1{
		display: none;
		visibility: hidden;
	}
	
	#menu, #menu ul{
		position:absolute;
		width:687px;
		height:24px;
		left: 276px;
		top: 43px;
		background-attachment: scroll;
		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-attachment: scroll;
		background-repeat: no-repeat;
	}

	
	#menu ul li a span{display: none; visibility:hidden;}

	/*body.ita #menu, body.ita #menu ul{background-image: url(../img/menu_ita.png);}*/
	/*body.ita #menu ul li,*/ body.ita #menu ul li a {background-image: url(../img/menu_ita.png);}

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

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

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

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

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

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

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

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



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

	body.eng #menu ul li.rooms a {background-position: -61px top;width:80px;}
	body.eng #menu ul li.rooms a:hover{background-position: -61px bottom;}
	body.eng.rooms #menu ul li.rooms a{background-position: -61px bottom;}

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

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

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

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

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

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

	
	#slideshow{
		height:323px;
		top:90px;
		width:950px;
		margin-top: 0px;
		margin-right: 13px;
		margin-bottom: 0px;
		margin-left: 13px;
	}
	
	.slideshow-loader {
		height: 42px;
		left: 454px;
		position: absolute;
		top: 140px;
		width: 42px;
		z-index: 10001;
	}

	#tips{
		padding-left: 250px;
		width: 700px;
		position:absolute;
		height:35px;
		left:13px;
		top:413px;
	}
	#Offerhotel5991b{
    color: #D1C4B4;
    line-height: 35px;
	}
	#Offerhotel5991b span,
	#Offerhotel5991b select,
	#Offerhotel5991b img,
	#Offerhotel5991b input	{
		margin-left: 8px;
		border:none;
	}
	#Offerhotel5991b 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-attachment: scroll;
	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_ovidius.png);}

	/* */
	#booking,#discover-ovidius{
		position:relative;
		display:block;
		margin-left: 13px;
	}

	#booking a,#gallery a,#organize a, #giudizi a, #newsletter a,
	#wellness a,#offers a,#events a{
		position:relative;
		display:block;
		background-attachment: scroll;
		background-repeat: no-repeat;
		background-position: left top;
	}
	#newsletter a{
		background-position: -125px top;
	}
	
	#booking a:hover,#gallery a:hover,#organize a:hover, #giudizi a:hover, #newsletter a:hover,
  #wellness a:hover, #offers a:hover, #events a:hover{
		background-position: -250px top;
	}
	#newsletter a:hover{
		background-position: -375px top;
	}
	
	#booking h2 span,#gallery h2 span,#organize h2 span, #discover-ovidius h2 span,
	#wellness h2 span, #offers h2 span, #events h2 span,
	#booking a,#gallery a,#organize a, #giudizi a, #newsletter a,
	#wellness a, #offers a, #events a{
		text-indent:-9999px;
	}
	#booking h2 span,#gallery h2 span,#organize h2 span, #discover-ovidius h2 span,
	#wellness h2 span, #offers h2 span, #events h2 span,
	#booking a span,#gallery a span,#organize a span, #giudizi a span, #newsletter a span,
	#wellness a span, #offers a span, #events a span{
		text-indent:-9999px;
		display: none;
		visibility:hidden;
	}
	
	#booking .yui-u{
		text-align: right;
	}
	
	#booking .yui-u.first{
		text-align: left;
	}
	#booking h2{		
		position:relative;
		display:block;
		height:50px;
		background-attachment: scroll;
		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-ovidius h2{		
		position:relative;
		display:block;
		height:50px;
		background-attachment: scroll;
		background-repeat: no-repeat;
		background-position: left top;
		margin-bottom:1em;
	}

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

	#gallery, #gallery a{
		width:250px;
		height:100px;
	}
	
	body.ita #gallery a{background-image: url(../img/ita/bgallery.png);}
	body.eng #gallery a{background-image: url(../img/eng/bgallery.png);}

	#wellness, #wellness a{
		width:250px;
		height:100px;
	}
	
	body.ita #wellness a{background-image: url(../img/ita/wellness_ovidius.png);}
	body.eng #wellness a{background-image: url(../img/eng/wellness_ovidius.png);}

	#offers, #offers a{
		width:250px;
		height:100px;
	}
	
	body.ita #offers a{background-image: url(../img/ita/offerte_ovidius.png);}
	body.eng #offers a{background-image: url(../img/eng/offerte_ovidius.png);}

	#events, #events a{
		width:250px;
		height:100px;
	}
	
	body.ita #events a{background-image: url(../img/ita/eventi_ovidius.png);}
	body.eng #events a{background-image: url(../img/eng/eventi_ovidius.png);}

	.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;
	}

	#organize, #organize a{
		width:250px;
		height:100px;
	}
	
	#giudizi, #giudizi a{
		width:125px;
		height:50px;
	}
	
	#newsletter, #newsletter a{
		width:125px;
		height:50px;
	}
	
	body.ita #organize a{background-image: url(../img/ita/borganize.png);}
	body.eng #organize a{background-image: url(../img/eng/borganize.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-attachment: scroll;
		background-repeat: no-repeat;
		background-position: left top;
		margin-bottom:1em;
	}

	div.pages h2 span{
		display:none; visibility:hidden;
	}
	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);}

	/* 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);}

	/* WHERE */	
	#gmap_frame{
		position: relative;
		display: block;
		height: 360px;
		background-attachment: scroll;
		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);}
	
	/* 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 span {display: none; visibility: hidden;}
	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 #AF9B88;
		background-repeat: no-repeat;
		background-position: left top;
		background-attachment: scroll;
		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 #AF9B88;
		background-repeat: no-repeat;
		background-position: left top;
		background-attachment: scroll;
		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 #AF9B88;
		background-repeat: no-repeat;
		background-position: left top;
		background-attachment: scroll;
		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 #AF9B88;
		background-repeat: no-repeat;
		background-position: left top;
		background-attachment: scroll;
		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:#DED7C9;
		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:#BCAE9E;
		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:#CDBBA9;
		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:#64544D;
	}
	#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-attachment: scroll;
	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:#64544D;
}

#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: #64544D;}

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: #64544D;
	line-height:21px;
}
div.calendar caption{
	font-weight: bold;
}
