@charset "iso-8859-1";
/* CSS Document */

#logo {
	overflow:hidden;
	margin-bottom:40px;
	float:none;
}

#bookingTabs {
	position:relative;
}
#bookingTabs ul {
	list-style:none;
	margin:0;
	padding:0;
	overflow:hidden;
	margin-bottom:-1px;
}
#bookingTabs ul li {
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
}
#bookingTabs ul li a {
	display:block;
	float:left;
	padding:5px 10px;
	border:1px solid #C2B59B;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px; 
	color:#C2B59B;
}
#bookingTabs ul li a.current {
	display:block;
	float:left;
	padding:5px 10px;
	border:1px solid #008AD0;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px; 
	color:#008AD0;
	border-bottom:1px solid #FFFFFF;
	position:relative;
}
.bookingPane {
	padding:10px;
}
.bookingResearched {
	font-size:12px;
	margin-bottom:30px;
}
.bookingResearched span {
	font-size:18px;
	color:#008AD0;
}
.bookingSearchItem {
	margin-bottom:20px;
}
.bookingSearchItemTitle {
	background:#008AD0;
    padding:5px 10px;
	margin-bottom:4px;
	overflow:hidden;
}
.bookingSearchItemTitle label a{
    color: #FFFFFF;
    display: block;
    float: left;
	font-size:18px;
}
.bookingSearchItemSubtitle {
	color:#008AD0;
	font-size:12px;
	margin-bottom:4px;
	float:right;
}
.bookingSearchRating {
	float:left;
	margin-bottom:4px;
}
.bookingSearchRating span{
	float:left;
}
.bookingSearchSolutions {
	font-size:11px;
	clear:both;
}
.bookingSearchSolutions th {
	background:#C2B59B;
	padding:3px;
	color:#FFFFFF;
}
.bookingSearchSolutions td {
	padding:3px;
	border-bottom:1px solid #C2B59B;
}
#bookingBook h3 {
	background:#008AD0;
    padding:5px 10px;
	margin-bottom:4px;
	overflow:hidden;
	color: #FFFFFF;
	font-size:18px;
}
#bookingBookdata {
	font-size:12px;
}
#bookingBookdata .etichetta {
	float: left;
    width: 30%;
	font-weight:bold;
}
#bookingBookdata .valore {
	float:left;
	width:69%
}
#bookingBookdata .bookingBookdataPrice .etichetta {
	float: left;
    width: 50%;
}
#bookingBookdata .bookingBookdataPrice .valore {
	text-align:right;
	width: 49%;
}
.sconto {
	color:#F30;
}
.totale {
	font-weight:bold;
	font-size:16px;
}
.bookingBookdataPrice {	
	font-size:14px;
	padding:10px 0;
	margin:10px 0;
	border-top:1px solid #C2B59B;
	border-bottom:1px solid #C2B59B;
}
.starRating-5B {
    background: url("http://www.we-love-italy.it/img/stars.png") no-repeat scroll 0 -55px transparent;
    height: 11px;
    width: 61px;
}
.starRating-4B {
    background: url("http://www.we-love-italy.it/img/stars.png") no-repeat scroll 0 -66px transparent;
    height: 11px;
    width: 50px;
}
.starRating-3B {
    background: url("http://www.we-love-italy.it/img/stars.png") no-repeat scroll 0 -77px transparent;
    height: 11px;
    width: 40px;
}
.starRating-5A span, .starRating-4A span, .starRating-3A span, .starRating-2A span, .starRating-1A span, .starRating-5B span, .starRating-4B span, .starRating-3B span, .starRating-2B span, .starRating-1B span {
    display: none;
}
.button {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #89816F;
    color: #008AD0;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
	text-transform:uppercase;
}
.invisibleInput {
	width:30px;
	border:none;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#574a31;
}

#bookingSearch td {
	padding:3px;
	border-bottom:1px solid #e7e1d4;
}
#bookingSearch td td{
	padding:0;
	border-bottom:none;
}

a.inactive {
	visibility:hidden;
}
#bookingaddressform input[type=text],#bookingaddressform select,#bookingaddressform textarea {
	width:350px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#574a31;
}

.space1px {
	margin:3px 0;
	border-bottom:1px solid #e7e1d4;
	clear: both;
    height: 1px;
    overflow: hidden;
}
.submit {
	clear:both;
	margin:20px 0;
	text-align:right;
}
.labelForm {
    float: left;
    width: 30%;
}
.dutyElem {
    color: #CC3300;
}
.info {
	font-style:italic;
	font-size:10px;
}

