@charset "utf-8";
/* Reset */
/* v1.0 | 20080212 */
* {margin:0;padding:0;border:0;font-size:100%;font-family:inherit;vertical-align:baseline;background:transparent}
body{line-height:1}
table{border-collapse:collapse;border-spacing:0}

/* Inizio CSS */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	background:#FFFFFF url(/images/bg.png) repeat-x left top;
}

@font-face {
	font-family: 'FlemishScriptBTRegular';
	src: url('/fonts/flemscrn.eot');
	src: local('FlemishScript BT'), local('FlemishScriptBT-Regular'), url('/fonts/flemscrn.ttf') format('truetype');
}

.clear {
	clear:both;
	font-size:0px;
	line-height:0px;
	height:0px;
}

a,
a:hover,
a:visited { color:inherit; }

input[type=text],
select { border:1px solid #A5ACB2; background:#FFFFFF; }

#container {
	width:990px;
	margin:0px auto;
}

/*==================================================================	HEADER */

#header {
	position:relative;
	height:124px;
}

#logo {
	position:absolute;
	left:0px;
	top:10px;
}

#language {
	position:absolute;
	top:0px;
	right:0px;
	width:157px;
	height:19px;
	padding:5px;
	background:url(/images/bg_language.png) no-repeat;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:center;
}

#language a { text-decoration:none; }

#callback {
	width:405px;
	height:45px;
	position:absolute;
	top:38px;
	right:0px;
	background:url(/images/bg_callback.png) no-repeat left center;
	font-family:"Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	color:#FEFEE5;
	line-height:41px;
	padding-left:18px;
}

#callback input {
	width:90px;
	height:22px;
	line-height:22px;
	background:url("/images/bg_input.png") no-repeat scroll 0 0 transparent;
	padding-left:4px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border:none;
}

#callback a {
	background:url(/images/arrow_left_white.png) no-repeat right center;
	font-size:16px;
	text-transform:uppercase;
	text-decoration:none;
	padding:0px 12px 0px 0px;
	margin-left:5px;
	font-weight:normal;
	color:#FFFFFF;
}

#callback ul {
	background: url(/images/bg_error_callback.png) no-repeat left top;
	color:#2B2D55;
	line-height:1.2;
	font-weight:12px;
	padding:20px 15px 12px 25px;
	width:336px;
	font-family:Arial, Helvetica, sans-serif;
	display:none;
}

#callback input.error {
	background:#FFA300;
}

#menu_principale {
	position:absolute;
	left:260px;
	bottom:15px;
	list-style:none;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	height:21px;
}

#menu_principale.fra,
#menu_principale.deu { font-size:11px; }

#menu_principale li {
	display:inline-block;
	margin-right:2px;
	padding-right:5px;
	line-height:21px;
	height:21px;
}

#menu_principale .last {
	margin-right:0px;
}

#menu_principale a {
	color:#FFFFFF;
	text-decoration:none;
	text-transform:uppercase;
	padding-left:5px;
}

#menu_principale .active a,
#menu_principale a:hover,
#menu_principale li:hover a {
	color:#061159;
	background:url(/images/bg_menu_item.png) no-repeat left center;
	line-height:21px;
	height:21px;
	display:inline-block;
}

#menu_principale .active,
#menu_principale li:hover{
	background:url(/images/bg_menu_item.png) no-repeat right center;
}

/*==================================================================	FLASH */

#flash {
	height:353px;
	background:#677396;
	border:7px solid #3E6BA1;
	margin-top:10px;
}

#jesolovenezia {
	float:right;
	margin-top:-45px;
	z-index:99;
	position:relative;
}

/*==================================================================	FORM BOOKING */

#form_booking {
	margin:-360px 0px 0px 7px;
	width:244px;
	height:353px;
	position:relative;
	text-align:center;
}

#form_booking form {
	padding:10px 5px 10px 5px;
	min-height:333px;
	height:auto !important;
	height:333px;
	background:#FFFFEB url(/images/bg_form.png) no-repeat left top;
	position:absolute;
	top:0px;
	left:0px;
	-moz-box-shadow: 0px 0px 12px #000; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 12px #000; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 12px #000; /* Opera 10.5, IE 9.0 */
}

#form_booking p {
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	font-weight:normal;
	text-transform:capitalize;
	color:#FFFFFF;
	text-shadow:-1px -1px 0px rgba(0,0,0,0.5);
	margin:8px 5px 40px 5px;
}

.fields {
	text-align:left;
	float:left;
	margin-bottom:10px;
}

.fields li {
	list-style:none;
	margin-bottom:5px;
	float:left;
}

.fields li.adults {
	width:115px;
}

.fields li.children {
	width:118px;
}


.fields li.roomTitle {
	clear:both;
	float:none;
	width:auto;
	color:#342C60;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px dotted #342C60;
	margin-bottom:5px;
	padding:5px 0px 2px 15px;
}

.fields li.childAge {
	width:auto;
}

.fields label {
	font-size:12px;
	color:#342C60;
	margin-bottom:4px;
	width:70px;
	display:inline-block;
	text-align:right;
	padding-right:5px;
}

.fields input,
.fields select {
	background:#FFFFFF;
	font-size:11px;
	border:1px solid #A5ACB2;
}

.fields select {
	width:75px;
}

.fields .adults select,
.fields .children select {
	width:35px;
}


.fields .childAge select {
	width:39px;
	margin-right:0px;
}


.fields .cal input {
	width:81px;
	padding:2px;
	background:#FFFFFF url(/images/cal.gif) no-repeat scroll 69px center;
}

#form_booking a,
a.button {
	font-family:"Times New Roman", Times, serif;
	font-size:14px;
	color:#FFFFFF;
	text-shadow:1px 1px 0px rgba(0,0,0,0.5);
	cursor:pointer;
	padding:0px 0px 0px 20px;
	text-decoration:none;
	text-align:center;
	background:url(/images/button.png) no-repeat left center;
	line-height:25px;
	height:34px;
	display:inline-block;
	margin:auto;
}

#form_booking a span,
a.button span {
	background:url(/images/button.png) no-repeat right center;
	line-height:25px;
	height:34px;
	padding:0px 20px 0px 0px;
	display:inline-block;
	margin:auto;
}

#links {
	background:url(/images/sep_h.png) no-repeat top center;
	list-style:none;
	padding-top:5px;
	margin-top:10px;
}

#links li {
	background:url(/images/sep_h.png) no-repeat bottom center;
}

#links a {
	display:block;
	background:transparent url(/images/arrow_left.png) no-repeat 195px 8px;
	color:#342C60;
	text-shadow:none;
	text-align:left;
	padding:0px;
	margin:0px 15px;
}

/*==================================================================	MAIN */

#main { margin-top:17px; }

#links2 {
	float:left;
	width:270px;
	height:123px;
	list-style:none;
	padding-left:10px;
}

#links2 li {
	background:url(/images/sep_h_strong.png) no-repeat left bottom;
	padding-left:17px;
	line-height:50px;
}

#links2 a {
	background:transparent url(/images/arrow_left_white.png) no-repeat right center;
	padding-right:25px;
	font-family:"Times New Roman", Times, serif;
	font-size:19px;
	color:#FFFFFF;
	text-shadow:1px 1px 0px #342C60;
	text-decoration:none;
}

#offers {
	width:710px;
	height:108px;
	float:left;
	padding:15px 0px 0px 0px;
}

#offers .title {
	margin-bottom:5px;
}

#offers .offerTitle {
	margin-bottom:5px;
	display:block;
}

#offers p {
	margin-bottom:5px;
	line-height:1;
}

#offers ul {
	list-style:none;
	color:#FFFFFF;
	height:72px;
	overflow:hidden;
}

#offers li {
	margin-bottom:10px;
	height:72px;
}

#offers img {
	float:left;
	margin-right:10px;
	border:1px solid white;
}

.title {
	font-family:"Times New Roman", Times, serif;
	font-size:19px;
	color:#FFFFFF;
	text-shadow:1px 1px 0px #342C60;
	margin-bottom:20px;
	display:block;
}

.title.blue {
	color:#342C60;
	text-shadow:none;
}

.title.cursive, h1.title-cursive {
	color:#0B1059;
	text-shadow:0 0 1px #8F8D9D;
	font-family: 'FlemishScriptBTRegular';
	font-size:29px;
}

/*==================================================================	LEFT */

#left {
	width:270px;
	float:left;
	padding:30px 10px 0px 0px;
}

#newsletter {
	margin-top:30px;
}

#newsletter input {
	background:url(/images/bg_input.png) no-repeat;
	height:22px;
	padding-left:4px;
	line-height:22px;
	width:170px;
}

#newsletter a {
	background:url(/images/arrow_left.png) no-repeat right center;
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	text-transform:uppercase;
	text-decoration:none;
	padding:7px 12px 8px 0px;
	margin-left:5px;
}

#newsletter label.error {
	color:#DD0005;
	margin-top:10px;
	font-weight:bold;
	display:block;
}

#newsletter input.error {
	background:#FFA300;
}


#left #offers {
	width:auto;
	height:108px;
	float:none;
	padding:0px;
}

#left #offers .title {
	margin-bottom:5px;
}

#left #offers a.offerTitle {
	display:block;
	margin-bottom:5px;
	text-decoration:underline;
	line-height:1.2;
}

#left #offers p {
	margin-bottom:5px;
	line-height:1;
}

#left #offers ul {
	list-style:none;
	color:#333;
	height:82px;
	overflow:hidden;
}

#left #offers li {
	margin-bottom:10px;
	height:82px;
}


/*==================================================================	CENTER */

#center {
	width:650px;
	min-height:320px;
	height:auto !important;
	height:320px;
	float:left;
	padding:15px 30px;
	background:url(/images/sep_v.png) no-repeat left top;
}

#main.home #center {
	width:464px;
	padding:30px 0px 0px 0px;
}

.col {
	width:162px;
	padding:0px 35px;
	float:left;
	min-height:320px;
	height:auto !important;
	height:320px;
}

.col.bg {
	background:url(/images/sep_v.png) no-repeat left top;
	padding-top:30px;
	margin-top:-30px;
}

/*======================================================	CONTENT */

#galleryone {
	width:676px;
	height:123px;
	position:relative;
	overflow:hidden;
	float:right;
}

#prev,
#next {
	width:50px;
	height:90px;
	display:block;
	position:absolute;
	z-index:999;
}

#prev { left:0px; top:15px; background:url(/images/previous.png) no-repeat center center; }

#next { right:0px; top:15px;  background:url(/images/next.png) no-repeat center center; }

#mask {
	overflow:hidden;
	width:576px;
	height:90px;
	position:absolute;
	left:50px;
	top:15px;
}

#mask div {
	position:absolute;
	height:90px;
	left:0px;
	overflow:hidden;
	width:2000px;
}

#galleryone img {
	float:left;
	margin:0px 10px;
	border:2px solid #FFFFFF;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

.pages {
	list-style:none;
	padding:0px;
}

.pages li {
	margin-bottom:20px;
}

.pages strong {
	display:block;
	font-size:14px;
	margin-bottom:10px;
}

.pages img {
	float:left;
	margin:0px 15px 15px 0px;
}

#content ul {
	padding-left:15px;
	line-height:1.3;
}

#content p {
	line-height:1.5;
}

/*==================================================================	RIGHT */

#right {
	width:216px;
	min-height:320px;
	height:auto !important;
	height:320px;
	float:left;
	padding:30px 0px 0px 30px;
	background:url(/images/sep_v.png) no-repeat left top;
}

#last_review p {
	line-height:1.5;
}

/*==================================================================	METEO */

#meteo {
	margin-bottom:30px;
}

#meteo .title {
	margin-bottom:30px;
}

#meteo p {
	margin:0px;
	line-height:1;
}

#meteo .date {
	margin-bottom:3px;
}

#meteo img {
	float:left;
	margin-right:10px;
}

/*==================================================================	FOOTER */

#footer {
	background:url(/images/bg_footer.png) no-repeat center top;
	color:#37659D;
	margin-top:10px;
}

#footer_inner {
	width:970px;
	height:80px;
	margin:0px auto;
	padding:20px 10px;
}

#footer_inner p {
	float:left;
}

#footer_inner ul {
	float:right;
}

#footer_inner li {
	border-right:1px solid #6292C1;
	display:inline;
	margin-left:10px;
	padding-right:12px;
}

#footer_inner li.last {
	border-right:none;
	padding-right:0;
}

#footer_inner li a {
	color:#37659D;
	text-decoration:none;
}

/*==================================================================	GOOGLE MAP */

#txt_map {
	line-height:1.4;
}

#txt_map .title {
	color:#00609E;
	font-weight:bold;
	font-size:14px;
}

/*==================================================================================================================	PAGINA METEO */

table.meteo {
	font-size:11px;
	text-align:center;
	margin-bottom:10px;
}

table.meteo td,
table.meteo th {
	text-align:center;
	vertical-align:middle;
	padding:3px;
}

table.meteo th {
	color:#FFFFFF;
	background-color:#005C98;
	padding:4px;
	font-weight:bold;
}

table.meteo th span.title { 
	font-size:13px;
	display:block;
	border-bottom:1px solid #237AAF;
	padding-bottom:3px; }

table.meteo tr.odd { background-color:#EFFBFF; }

table.meteo tr.even { background-color:#E7F9FF; }

#contPage table.meteo img { 
	float:none; 
	margin:0px 5px 0px 0px;
	border:none;}

/*==================================================================	ELEMENTI */

h1, h2 {
	font-size:16px;
	text-transform:uppercase;
	text-shadow:1px 1px 0px rgba(255,255,255,0.5);
	margin-bottom:15px;
}

p {
	line-height:1.2;
	margin-bottom:10px;
}

.more {
	float:right;
	clear:both;
}

.nascosto { display:none; }

/*==================================================================	MAPPA */

#mapBox {
	border:1px solid #979797;
	padding:10px;
	margin:15px 0px;
	width:550px;
}

#mapBig { 
	width:550px;
	height:450px;
}

#ballon {
	width:300px;
	height:190px;
	line-height:14px;
	font-size:12px;
	background:url(/images/img_icon.jpg) no-repeat 175px top;
}

#ballon h5 { 
	padding-bottom:20px;
	font-size:15px; 
}

#ballon a { 
	color:#C74301; 
	font-size:12px;
}

#ballon a:hover { text-decoration:none; }

#ballon input.inputE {
	width:200px;
	height:14px;
	border:1px solid #979797;
	margin:25px 0px;
	float:left;
	padding:3px 0px;
}

#ballon input.inputB {
	cursor:pointer;
	border:1px solid #979797;
	text-align:center;
	height:22px;
	width:30px;
	color:#C40808;
	margin:5px;
	margin-top:25px;
	font-weight:bold;
	float:left
}

#dirContainer { width:550px; }

#dirContainer span {
	font-size:12px;
	color:#C84302;
	font-family:Arial, Helvetica, sans-serif;
}

#dirContainer table td { 
	padding:7px 0px;
	padding-left:5px;
	line-height:14px;
	vertical-align:middle;
	font-size:12px;
}

/*================================================== GUEST REVIEWS */

#guest_reviews div#average_ratings {
	padding-left:35px;
}

#guest_reviews div.rating {
	width:97px;
	height:97px;
	float:left;
	padding:0px 5px 0px 5px;
	margin:0px;
	text-align:center;
	background-color:#F2F2F2;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

#guest_reviews div.rating p.rating_img {
	position:relative;
	background:url(/images/rating_bg.png) no-repeat center 76px;
	font-size:33px;
	width:97px;
	height:78px;
	line-height:103px;
	margin:0px;
	padding-bottom:8px;
	float:none;
	margin-top:-12px;
}

#guest_reviews div.rating p.rating_img a {
	text-decoration: none;
	color:#cebca5;
}

#guest_reviews div.rating p.rating_img img {
	display:block;
	position:absolute;
	bottom:-8px;
	left:0px;	/* la freccetta si può spostare da 0px (rating 0) a 90px (rating 100)*/
}

#guest_reviews div.rating p.rating_img span {
	background:url(/images/rating_bg.png) no-repeat 0 -10px;
	height:10px;
	width:71px;
	display:block;
	position:absolute;
	left:13px;
	top:76px;
}

/*================================================== AVERAGE RATINGS */

#average_ratings #total_average_rating {
	margin-right:10px;
}

#average_ratings ul {
	float:right;
	width:498px;
	padding-top:10px
}

#average_ratings ul li {
	background:none;
	width:239px;
	height:35px;
	float:left;
	padding-right:10px;
	margin:0px;
}

#average_ratings ul li p {
	font-size:13px;
	text-align:right;
	float:left;
	width:140px;
}

#average_ratings ul div.rating {
	background:none;
	width:94px;
	height:20px;
	float:right;
	margin:2px 0px 0px 0px;
	padding:0px;
}

#average_ratings ul div.rating p.rating_img {
	position:relative;
	/*background:url(/images/rating_bg.png) no-repeat center top;*/
	font-size:13px;
	width:94px;
	height:12px;
	line-height:normal;
	margin:0px;
	padding-bottom:8px;
}

/*================================================== GUEST REVIEWS LIST */

#guest_reviews_list li {
	padding:15px;
	border-bottom:1px solid #D3D3D3;
	list-style:none;
}

#guest_reviews_list li.odd {
}

#guest_reviews_list li.even {
}

#guest_reviews_list h4 {
	border-bottom:1px solid #D3D3D3;
	font-size:13px;
	font-weight:normal;
	height:18px;
	margin-left:120px;
}

#guest_reviews_list h4 strong {
	float:left;
	font-weight:bold;
}

#guest_reviews_list h4 strong span {
	font-weight:normal;
	float:none;
	margin-left:8px;
	font-size:inherit;
	text-transform:none;
}

#guest_reviews_list h4 span {
	float:right;
	font-size:10px;
	text-transform:uppercase;
}

#guest_reviews_list p.plus,
#guest_reviews_list p.minus,
#guest_reviews_list p.hotel_manager {
	padding-left:25px;
	font-size:11px;
	line-height:1.4;
	margin:15px 0px 0px 120px;
	min-height: 27px;
	height: auto !important;
	height: 27px;

}
/*
#guest_reviews_list p.plus {
	background:url(/images/plus_small.png) no-repeat;
}

#guest_reviews_list p.minus {
	background:url(/images/minus_small.png) no-repeat;
}*/

#guest_reviews_list p.hotel_manager {
	color:#FFFFFF;	
}

#average_ratings dl {
	float:left;
	padding:10px;
	margin:0px;
	line-height:1.8;
	background-color:#F2F2F2;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	width:464px;
}

#average_ratings dl dd,
#average_ratings dl dt {
	float:left;
	width:40%;
	padding:0px;
	margin:0px;
}

#average_ratings dl dt {
	float:left;
	width:10%;
	font-weight:bold;
}

/*================================================== OFFERTE */

#content #offersList {
	padding-left:0px;
}

#offersList li {
	list-style:none;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dotted #214682;
}

#offersList .offerTitle {
	margin-bottom:10px;
	font-size:12px;
	display:inline-block;
}

#booking2 {
	background:#F6F7F8;
	padding:10px;
	border:1px solid #DEE2E6;
	width:550px;
}

#booking2 .fields {
	padding-left:0px;
}

#booking2 .fields li {
	height:21px;
}


#booking2 a.button { margin-left:75px; }