/*
Title:        Styles used in Featured Holidays (marketing microsites).
Author: www.zolv.com
Notes:        Selectors are grouped by layout area. Attributes for each selector are listed alphabetically. 
*/

/* HTML DEFAULTS
---------------------------------- */
h1 {
	font-size: 16px;
	margin: 0 0 0.5em;
}

/* REDEFINE LAYOUT
---------------------------------- */
#container {
	padding-top: 10px;
	width: 554px;
}
#content {
	width: 554px;
}

/* HEADERS
---------------------------------- */
#leftCol h2 {
	background-color: #328AA7;
	border-top: 1px solid #86BFD2;
	color: #fff;
	margin: 0;
	padding: 10px;
	width: 216px; /* fix for ie6 bug */
}

/* OTHER BITS
---------------------------------- */
h2.offers_h2 {
	background-color: #AED5E1;
	color: #266B82;
	margin: 0;
	padding: 5px;
}
.departing_from {
	background-color: #AED5E1;
	font-size: 0.9em;
	padding: 5px;
}
#content p.find {
	font-weight: bold;
}
.departing_from select {
	font-size: 0.9em;
	width: 150px;
}
#Intro {
	background: #EAF4F7 url(/_Assets/_global/br_corner_10.gif) no-repeat bottom right;
	margin-bottom: 10px;
	padding: 5px 10px 10px;
}
#Intro p.Video {
	background-color: #5DAAC3;
	height: 27px;
	margin: 0;
	padding: 5px;
}
#Intro > p.Video {
	height: auto;
	min-height: 27px;
}
#Intro p.Video a {
	background: transparent url(/_Assets/Offers/btn_play.gif) no-repeat center left;
	color: #fff;
	display: block;
	height: 22px;
	padding: 5px 0 0 80px;
}
#Intro > p.Video a {
	height: auto;
	min-height: 22px;
}
/* SPECIAL OFFERS
---------------------------------- */
h2.special_offers_h2 {
	color: #FFF;
	float:left;
	margin: 0;
}

.special_offers {
	background-color: #EAF4F7;
	border: 2px solid #5DAAC3;
	margin:10px 0;
	width:550px;
}
.special_offers_title {
	background-color: #5DAAC3;
	color: #FFF;
	padding:5px;
}
.special_offers_price {
	font-size:1.2em;
	font-weight:bold;
	line-height:14px;
	text-align:right;
}

.special_offers img {
	height:104px;
	padding:10px;
	width:163px;
}

.special_offers_content {
	min-height:124px;
}
.special_offers_content p {
	padding-top:5px;
	width:380px;
}

.special_offers_left {
	float:left;
}
.special_offers_mid {
	margin-left:183px;
	width:170px;
	font-size: 90%;
}
.special_offers_mid p {
	width:170px;
}
.special_offers_mid br {
	clear:none;
}
.special_offers_right {
	float:right;
	margin-right:5px;
	margin-top:10px;
	width:175px;
}
#content .special_offers_right ul {
	background:transparent url(/_Assets/Search/bgSpecialOffers.gif) no-repeat scroll center bottom;
	height:94px;
	list-style-type:none;
	margin:0pt;
	padding:0pt;
	width:175px;
}
#content .special_offers_right p {
	font-size:0.5em;
	padding-top:10px;
	width:175px;
	margin-bottom:0;
}
.special_offers_right li {
	font-size:1.6em;
	text-align:center;
	width:175px;
}
.special_offers_right li.phone b {
	display:block;
	font-weight:normal;
	padding:10px 6px 2px;
	width:165px;
	font-size:90%;
}
.special_offers_right li a {
	display:block;
	font-size:0.5em;
	font-weight:normal;
	padding-bottom:8px;
	width:175px;	
}

/* OFFERS TABLE
---------------------------------- */
/* NB. The CSS for this offers table has been copied
from /_Assets/editorial/_Editorial.css Please check the 
destination guide offers tables if you make any changes
here */
.topdeals {
	border-spacing: 0;
	border: 2px solid #AED5E1;
	font-size: 0.9em;
	margin-bottom: 2em;
	width: 554px;
}
.offers_table caption {
	height:1em;
	left: -1000em;
	overflow: hidden;
	position: absolute;
	width: 600em;
}
.topdeals th {
	background-color: #D7EAF0;
	padding: 4px 5px;
	white-space:nowrap;
}
.topdeals th, .topdeals td {
	font-size: 0.9em;
	vertical-align:top;
}
.topdeals td {
	border-top: 1px solid #D7EAF0;
}
.topdeals .highlight td {
	background-color: #AED5E1;
}
.topdeals a, .topdeals a:visited, .topdeals a:hover {
	color: #333;
	display: block;
	height: 100%;
	padding: 4px 5px;
	text-decoration: none;
}
.topdeals td span {
	display: block;
	padding: 4px 5px;
}
.topdeals .offer_price {
	font-weight: bold;
	text-align: right;
}
.topdeals .offer_price a, .topdeals .offer_price a:visited {
	color: #3595B4;
	text-decoration: none;
}
.topdeals .offer_price a span {
	display: inline;
	font-size: 1.1em;
	text-decoration: underline;
	margin-right: 1px;
}
.topdeals .bbasis {
	text-align: center;
}
.topdeals .date {
	white-space:nowrap;
}
.topdeals .plusminus {
	color: #666;
	white-space:nowrap;
}
h2.topdeals_h2 {
	background: #AED5E1 url(/_Assets/Editorial/bg_topdealstitle.gif) no-repeat top left;
	clear: both;
	font-size: 1.3em;
	margin-bottom: 0;
	padding: 5px 7px 4px;
	position: relative;
	text-align: left;
}
.topdeals .rating {
	border: 1px solid #fff;
}

/* PAGE LOGO 
---------------------------------- */
.pagelogo {
	margin-top: 10px;
}

/* RIGHT HAND COLUMN
---------------------------------- */
#rightCol {
	position:absolute;
	right:-152px;
	top:0;
	width:122px;
}
#content {
	float: none; /* fix for ie6 - rightCol doesn't work without it */
}

/* PAGE BOTTOM
---------------------------------- */
#PageBottom {
	background: #fff url(/_Assets/Offers/PageBottom_bot.gif) no-repeat bottom left;
	font-size: 0.9em;
	margin-top: 10px;
	padding-bottom: 8px;
	width: 554px;
}
#PageBottom h2 {
	background-color: #EAF4F7;
	border: 2px solid #3595B4;
	border-bottom: 1px solid #3595B4;
	margin: 0;
	padding: 4px 7px 5px 7px;
}
#PageBottom ul {
	border-left: 2px solid #3595B4;
	border-right: 2px solid #3595B4;
	line-height: 1.5;
	list-style-image: url(/_Assets/_global/bullet.gif);
	margin: 0;
	padding: 0.7em 10px 0.5em 25px;
}
#PageBottom .top {
	font-weight: bold;
	list-style-image: url(/_Assets/Editorial/PageBottom_toplink.gif);
	margin-bottom: 0.5em;
}

/* SINGLE COLUMN STYLE
---------------------------------- */
#wrap .hide_search_form {  
	border-left: 130px solid #FFFFFF ; 
	width: 680px;
}
#wrap .hide_search_form #leftCol { 
	display: none ; 
}
#wrap .hide_search_form #rightCol { 
	right: -268px;
}
#wrap .hide_search_form #rightCol .ads { 
	position: relative; 
	top: 10px; 
	left: 0px; 
}
