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

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

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

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

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

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

#header #panel {
	display: none;
	width: 634px;
	padding: 16px 100px 12px 16px;
	position: absolute;
	bottom: 23px;
	right: 0;
	background: transparent url('/images/bg-hp-panel.png');
	background: rgba(255, 255, 255, 0.75) none;
	/*background: transparent url('/images/bg-hp-panel_b.png');
	background: rgba(0, 0, 0, 0.6) none;*/
}

#header #panel a {
	text-decoration: none;
}

#header #panel #panel-close {
	position: absolute;
	top: 8px;
	right: 8px;
	cursor: pointer;
}

#header #panel h4 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 0 .5em;
}

#header #panel h4 a {
	color: #34332f;
	color: #000;
}

#header #panel p {
	font-size: 1.3em !important;
	line-height: 1.6em;
}

#header #panel p a {
	color: #34332e;
	color: #000;
}

#header #hotel-nav {
	position: absolute;
	left: 0; top: 146px;
	width: 230px;height: 383px;/*height: 339px;*/
	background: transparent url('/images/bg-hotel-nav.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: #afafaf;
}

#header #hotel-nav ul li.active,
#header #hotel-nav ul li:hover,
#header #hotel-nav ul li.hover {
	background: transparent url('/images/bg-hotel-nav-item-active.png');
}

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

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

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

#content h1,
#content h2 {
	color: #504f48;
}

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

#content .vip-item {
	float: left;
	width: 300px;
	margin: 0 85px 30px 0;
}

#content .vip-item a {
	font-size: 1.4em;
	color: #000;
	text-decoration: none;
	font-weight: bold;
}

#content .vip-item em {
	font-size: 1.2em;
	color: #504f48;
}

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

#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 .credits a {
	color: #777;
}

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

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



/* ------- */


