/* $Id: specialOffer.css,v 1.17 2010/06/02 09:22:58 toby.f Exp $ */

/* Page Specific -> Special Offers Landing Page
-----------------------------------------------------------------------------*/

/* rating colors */
.rating{
	color: #D9D9D9;
	font-size: 58px;
	margin: 5px 0;
	line-height: 30px;
}
.rating span{
	color: #5d5d5d;
	display: inline;
	font-size: 58px;

}
/* Specific Offers
------------------------*/
/* layoutFull */
.offerLarge {
	border-top: 5px solid #000;
	width: 531px;
	overflow: hidden;
	padding-bottom: 25px;
}
.offerLarge img{
	float: left;
	margin-right: 10px;
}
.offerLarge .fullDetails{
	width: 339px;
	float: right;
}

.offerLarge .fullDetails .offerTitleBlock{
	float: left;
	width: 190px;
}
.offerLarge .fullDetails .offerTitleBlock p{
	color: #000;
	font-size: 28px;
	margin: 10px 0;
}
.offerLarge .fullDetails .offerTitleBlock p span{
	display: block;
	font-size: 16px;
}
.offerLarge .fullDetails .offerTitleBlock p.rating{
	color: #D9D9D9;
	margin: 5px 0;
	font-size: 58px;
	line-height: 30px;
}
.offerLarge .fullDetails .offerTitleBlock p.rating span{
	display: inline;
	font-size: 58px;
}
.offerLarge .fullDetails .pricePanel{
	width: 139px;
	float: right;
}
.offerLarge .fullDetails .pricePanel .valueAdded{
	background: #F1F1F1;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-top: none;
	padding: 5px;
}
.offerLarge .fullDetails .pricePanel .valueAdded p{
	color: #000;
	font-size: 18px;
	margin: 0px 0px 10px 0px;
	text-transform: uppercase;
	text-align: center;
}
.offerLarge .fullDetails .pricePanel .valueAdded ul,
.offerLarge .fullDetails .pricePanel .valueAdded li{
	list-style: none;
	text-align: right;
	text-transform: uppercase;
	color: #2B912B;
	margin: 0;
	padding: 0;
}
.offerLarge .fullDetails .pricePanel .valueAdded li{
	padding-bottom: 5px;
	font-weight: bold;
	font-size: 12px;
}
.offerLarge .fullDetails .pricePanel p.priceBlock{
	background: #000;
	color: #fff;
	font-size: 26px;
	margin: 0;
	padding: 13px 8px 5px 10px
}
.offerLarge .fullDetails .pricePanel p.priceBlock span{
	font-size: 10px;
}
.offerLarge .fullDetails .pricePanel p.priceBlock span.termsText{
	display: block;
}
.offerLarge .fullDetails .pricePanel a.interstitial-link{
	background: url(../images/specialOffers/elements/viewHotelBtn.gif) no-repeat;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 26px;
}
.offerLarge span.callToBook{
	background: url(../images/specialOffers/elements/callToBook.gif) no-repeat;
	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 65px;
}
/* layoutBasic */
ul#offersBasic,
ul#offersBasic li{

	list-style: none;
	margin: 0;
	padding: 0;
}
ul#offersBasic{
	margin-left: -15px;
}
ul#offersBasic li{
	border-top: 6px solid #000;
	float:left;
	width: 162px;
	margin-left: 15px;
	margin-bottom: 20px;
}
ul#offersBasic li a {
	background: url(../images/specialOffers/elements/basicButton.gif) no-repeat bottom left;
	color: #000;
	display:block;
	text-decoration:none;
	padding-bottom: 26px;
	width: 162px;
}
ul#offersBasic li a:hover {
	background-color: #FFFFE1;
}
ul#offersBasic li a strong{
	font-size: 18px;
	display:block;
	margin-bottom: 10px;
}
ul#offersBasic li a i {
	display:block;
	font-style: normal;
}
ul#offersBasic li a i.date {
	font-weight: bold;
	margin-bottom: 10px;
}
ul#offersBasic li a i em{
	font-style: normal;
	color: #74736F;
}
ul#offersBasic li a span.cellBody{
	display: block;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 10px;
}
ul#offersBasic li a span.priceBlock{
	background:#000000 none repeat scroll 0 0;
	color:#FFFFFF;
	display: block;
	font-size: 12px;
	margin:0;
	padding:13px 8px 5px 10px;
	text-align: right;
}
ul#offersBasic li a span.priceBlock em{
	font-size: 26px;
	font-style: normal;
}
/* layout Multicentres */
.fullDetails .offerTitleBlock ul.depDtls {list-style: none; margin: 0; padding: 0;}
.mcDetails dt {float:left;font-size: 30px; color: #999999;}
.mcDetails dd {color:#707070; margin-bottom: 9px; margin-left: 35px;}
.offerLarge .mcDetails dd p {margin-top: 0;}
.offerLarge .mcDetails dd p.country{font-size: 18px; margin: 0;}
.offerLarge .fullDetails .mcDetails dd p.rating {height: 13px; overflow: hidden; padding-top:4px; font-size: 50px;}
.offerLarge .fullDetails .mcDetails dd p.rating span{font-size: 50px;}
.depDtls li {padding: 1px;}