/*
03/09/2009
Baglioni - screen hotel stylesheet
author: Alessandro Chinazzo
*/

body {
	background: #c8c9bd url('/images/bg-striped.relais.png') repeat-x 0 0;
}

/* ------ Layout ------ */

#footer {
	color: #777;
	background-color: #d9d9d1;
}

/* -------------------- */

/* ------ Header ------ */

#header #hotel-nav {
	position: absolute;
	left: 0; top: 181px;
	width: 230px;height: 449px;
	background: transparent url('/images/bg-hotel-nav.relais.png');
}

#header #hotel-nav ul {
	margin: 10px 0 0;
	text-align: center;
	font-size: 1.1em;
}

#header #hotel-nav ul a {
	display: block;
	padding: 5px 0;
	text-decoration: none;
	color: #4c4c4c;
}

#header #hotel-nav ul li.active,
#header #hotel-nav ul li:hover,
#header #hotel-nav ul li.hover {
	background-color: #fff;
}

#header #hotel-nav ul li.active a,
#header #hotel-nav ul li:hover a,
#header #hotel-nav ul li.hover a {
	color: #000;
}

#header #booking div {
	background: transparent url('/images/bg-booking.relais.png') repeat 0 0;
}

#header #booking label {
	color: #fff;
}

/* -------------------- */

/* ------ Content ------ */

#content h1,
#content h2 {
	color: #364862;
}

#content #left-col h1 {
	font-size: 2.6em;
	padding: 0;
	margin: 0 0 15px;
	font-weight: normal;
	border-bottom: 1px dotted #7f6e5b;
}

#content .item-focus {
	float: none;
	width: 225px;
	margin: 0 0 10px;
}

#content .item-focus img {
	float: left;
	margin-right: 8px;
}

#content .item-focus h3 {
	font-size: 1.4em;
	margin: 0 0 .4em;
}

#content .item-focus h3 a {
	color: #864602;
	text-decoration: none;
}

#content .item-focus p {
	font-size: 1.1em;
	color: #4f4f4f;
	line-height: 1.1em;
	margin: 0;
}

.offer-type {
	position: relative; 
	margin-right: 25px;
	width: 351px;
	height: 353px;
	float: left; 
}

.offer-type .launch {
	background: transparent url('/images/bg-offers-category.png');
	width: 331px;
	height: 53px;
	position: absolute;
	top: 0; left: 0;
	padding: 10px;
}

.offer-type .launch h3 {
	font-size: 1.6em;
	margin: 0 0 5px;
}

.offer-type .launch h3 a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.offer-type .launch p {
	padding: 0 60px 0 0;
	font-size: 1.2em;
	color: #a0a0a0 !important;
	line-height: 1.1666em !important;
	margin: 0 !important;
}

.offer-type .launch img {
	position: absolute;
	right: 10px; bottom: 10px;
}

#content #left-col .search-box {
	border: 1px solid #e4e4de;
	font-size: 1.2em;
	padding: 15px;
}

#newsletter-box a {
	border: 1px solid #e4e4de;
	color: #464646;
	display: block;
	font-size: 1.2em;
	margin: 20px 0 0;
	padding: 15px;
	text-decoration: none;
	background: transparent url('/images/ico-arrow.png') no-repeat 95% 50%;
}

#content #left-col .search-box button {
	font-size: 1.2em;
	background-color: transparent;
	border: none;
	padding: 0;
}

#search-meeting button {
	font-size: 1.2em;
	background-color: transparent;
	border: none;
	margin: 20px 0 0;
	padding: 0;
}

#search-meeting a.button {
	font-size: 1.2em;
	background-color: transparent;
	border: none;
	margin: 20px 0 0;
	padding: 0;
	text-decoration: none;
	color: #000;
}

#content .form button {
	font-size: 1.4em;
	background-color: transparent;
	border: none;
	margin: 5px 0 0;
	padding: 0;
	font-weight: bold;
}

#main-col .relais-block {
	width: 230px;
	float: left;
	border: 1px solid #f4f4f2;
	background-color: #dedfd7;
	margin: 0 15px 20px 0;
}

#main-col .relais-block img {
	display: block;
}

#main-col .relais-block h2 {
	float: none;
	padding: 12px 12px 0 12px;
	margin: 0;
	font-size: 1.6em;
	border: none;
	color: #393833;
	line-height: 1.2em;
}

#main-col .relais-block h2 a {
	display: block;
	text-decoration: none;
	color: #393833;
}

#main-col .relais-block .sorgente {
	padding: 12px 12px 10px;
}

#main-col .relais-block .sorgente p {
	padding: 8px 0 5px;
	margin: 0;
}

#content #sub-nav {
	margin: 35px 0 40px;
	padding: 0;
	border-top: 1px solid #e4e4de;
	list-style: none;
}

#content #sub-nav li {
	padding: 1px 0 0 0;
	border-bottom: 1px solid #e4e4de;
}

#content #sub-nav li a {
	text-decoration: none;
	color: #4c4c4c;
	padding: 0 0 0 4px;
	display: block;
}

#content #sub-nav li.active a,
#content #sub-nav li a:hover {
	color: #000;
}

#content #sub-nav li ul {
	display: none;
	list-style: none;
	margin: 0; padding: 7px 0 20px;
	border-top: 1px solid #e4e4de;
}

#content #sub-nav li ul li {
	margin: 0; padding: 0;
	border: none;
}

#content #sub-nav li.active ul li a {
	display: block;
	color: #4c4c4c;
}

#content #sub-nav li.active ul li.active a,
#content #sub-nav li.active ul li a:hover {
	color: #000;
}

#content #sub-nav li.active ul {
	display: block;
}

#content #main-col #main-sub-nav {
	list-style: none;
	margin: 0 0 1.5em; padding: 0;
}

#content #main-col #main-sub-nav li a {
	padding: 0 0 0 20px;
	background: transparent url('/images/bg-main-sub-nav-item.png') no-repeat 0 2px;
	text-decoration: none;
}

#pricespot {
	margin: 0 0 25px;
}

#pricespot #info {
	width: 206px;
	padding: 10px;
	background: transparent url('/images/bg-pricespot.png');
	background: rgba(0, 0, 0, 0.5) none;
	position: absolute; 
	bottom: 0; 
	color: #fff;
}

#pricespot a {
	color: #fff;
	font-size: 1.2em;
}

#pricespot span {
	display: block;
}

#pricespot #pricespot-title {
	color: #c37508;
	font-weight: bold;
	font-size: 1.2em;
	margin: 0 0 12px;
}

#pricespot #pricespot-text {
	font-size: 1.5em;
	margin: 0 0 5px;
	line-height: 1.2em;
}

#pricespot #pricespot-price {
	font-size: 2.5em;
	margin: 0 0 10px;
}

#pricespot #pricespot-dates-label {
	margin: 0 0 7px;
	font-size: 1.2em;
}

/* -------------------- */

/* ------ Footer ------ */

#footer a {
	color: #777;
}

/* ------------------- */

/* ------ Utils ------ */



/* ------- */


