/* General Elements START*/
body
{
	font-family: verdana;
	font-size: 11px;
	padding: 0px 0px 0px 0px;
	color: #000;
	margin: 0;
	text-align: left;
	background: white url("/images/home/main_bg.png") repeat-y center;
}

h2
{
	color: #015DAA;
	font-size: 18px;
	font-weight: normal;
}

h3
{
	font-size:1.2em;
}

p.debug_errors
{
	margin: 0px;
	padding: 0px;
}
span.asterix
{
	font-weight: normal; 
	font-size: 11px; 
	padding-left: 3px;
	color: red;
}

td.table_header
{
	font-size: 18px; 
	color: #FFFFFF;
	padding: 5px 0px 5px 10px; 
	background-color: #005DAA;
}

/* Stop the Comodo logo breaking the background in IE */
html
{
	overflow-y: scroll;
}
img
{
	border: 0;
}
a
{
	color: #006DD6;
	text-decoration: none;
}
a:active
{
	outline: none;
}
a:hover
{
	color: #32BF00;
}
table
{
	border-collapse: collapse;
}
td, th
{
	vertical-align: top;
}
th
{
	text-align: left;
}

hr
{
	border: 1px solid #E4EBF3;
	margin: 2em 0;
}

.container
{
}

/* Page head */
.heading
{
	width: 870px; 
	background-color: black;
	position: relative;
}
.more_info
{
	cursor: pointer;
}
#top_banner
{
	width: 870px;
	height: 91px;
	background: #0D4AA3 url('/images/header/header_bg.jpg') no-repeat;
	position: relative;
}

#top_banner h1
{
	position: absolute;
	left: 130px;
	top: 15px;
	color: white;
	margin: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 18pt;
}

#top_banner .menu
{
	position: absolute;
	left: 110px;
	bottom: 0;
}
#top_banner .flags
{
	bottom: 2px;
	left: 800px;
	position: absolute;
}
#top_banner .menu ul, #crumb_bar ul
{
	list-style: none;
	margin: 0;
	padding: 0;
}

#top_banner .menu ul li
{
	float: left;
	background: #c0c0c0 url(/images/header/tab_off.png) repeat-x;
	margin-left: 3px;
	height: 25px;
	padding: 0;
}
#top_banner .menu ul li:hover
{
	float: left;
	background: #c0c0c0 url(/images/header/tab_on.png) repeat-x;
	margin-left: 3px;
	height: 25px;
	padding: 0;
}
#top_banner .menu ul li#my_booking_head_tab
{
	width: 104px;
	background: #FF8600 url(/images/header/booking_btn.png) repeat-x;
	margin-left: 20px;
}

#top_banner .menu ul li a
{
	padding: 0 12px;
	line-height: 25px;
	white-space: nowrap;
	color: white;
	font-size: 14px;
}
#top_banner .menu ul li#my_booking_head_tab a
{
	padding: 0 6px;
}

#top_banner .menu ul li a:hover
{
	color: #064396;
}

#crumb_bar
{
	height: 25px;
	background: #606060 url('/images/header/crumb_bar_bg.png') repeat-x;
	color: white;
	line-height: 25px;
}

#crumb_bar ul
{
	margin-left: 1em;
}

#crumb_bar ul li
{
	float: left;
	height: 25px;
}

#crumb_bar ul li a
{
	color: white;
}

#crumb_bar ul li img
{
	padding: 0 1em;
}

.heading #pai
{
	position: absolute;
	top: 40px;
	right: 10px;
	width: 170px;
	height: 50px;
	
	background: transparent url('/images/header/euro.png') no-repeat 20px 6px;
	color: white;
	cursor: pointer;
	text-align: right;
	font-size: 12px;
	line-height: 20px;
	font-family: arial, verdana, sans-serif;
	padding-top: 5px;
}

.heading #pai a
{
	color: white;
	text-decoration: underline;
}

/* page body */

.page_body
{
	width: 870px;
	background-color: #FFFFFF;
	text-align: left;
	border-top: 1px solid black; /* Prevent margin collapsing without forcing an obvious border */
}

/* footer */
.footer
{
	width: 870px;
	background-color: #FFFFFF;
	line-height: 20px;
}

/* quickquote */
table.quicksearch
{
	background-color: #ffc835;
	margin-top: 0px;
	border: 0px solid #ffa735;
	
}

table.quicksearch ul.search_type
{
	padding: 0px;
	margin: 10px 0px 0px 3px;
}

table.quicksearch ul.search_type li
{
	list-style-type: none; 
	padding: 0px; 
	margin-left: 7px;
	margin-top: 0px; 
	display: inline; 
	overflow: hidden;
	float: left; 
	width: 88px;
	height: 39px;
	text-align: center;
}

table.quicksearch ul.search_type li a 
{
	font-size: 11px;
	padding-right: 8px;
}

table.quicksearch ul.search_type a
{
	width: 81px;
	height: 21px;
	display: block;
	font-family: tahoma;
	line-height: 14px;
	text-align: center;
	padding-top: 5px;
}
table.quicksearch ul.search_type a.quicksearch_tab
{
	background: url('/images/search/off_2.gif') no-repeat;
	width: 88px;
	height: 39px;
	color: #000000;
}	

table.quicksearch ul.search_type a.quicksearch_tab:hover
{
	background: url('/images/search/active_2.gif') no-repeat;
	color: #FFFFFF;
} 

table.quicksearch ul.search_type a.quicksearch_tab_selected
{
	background: url('/images/search/active_2.gif') no-repeat;
	width: 88px;
	height: 39px;
	color: #FFFFFF;
}

table.quicksearch ul.search_type a.quicksearch_tab_selected:hover
{
	background: url('/images/search/active_2.gif') no-repeat;
	color: #FFFFFF;
} 

table.quicksearch table.search_form
{
	color: #593D00;	
	font-size: 10px;
}

table.quicksearch table.search_form th
{
	width: 72px;
	height: 24px;
	padding: 0px;
	padding-left: 2px;
	font-weight: normal;
}	

table.quicksearch table.search_form td
{
	text-align: left;
}

table.quicksearch table.search_form select#srhfrm_departure_airport_combined,
table.quicksearch table.search_form select#srhfrm_destination_airport_group,
table.quicksearch table.search_form select#srhfrm_destination_airport,
table.quicksearch table.search_form select#srhfrm_resort, 
table.quicksearch table.search_form select#srhfrm_accomm,
table.quicksearch table.search_form select#srhfrm_rating,
table.quicksearch table.search_form select#srhfrm_board_basis,
table.quicksearch table.search_form select#srhfrm_resort_dd_1
{
	width: 200px;
	
}

table.quicksearch table.search_form select#srhfrm_departure_date
{
	width: 160px;
	
}

table.quicksearch table.search_form #srhfrm_return_text
{
	background-color: #D2D2D2;
	color: #000000;
}

table.quicksearch table.search_form #srhfrm_duration
{
	width: 40px;
}

.srhfrm_text_narrow
{
	width: 25px;
}

/* home page */
#splash
{
	width: 870px;
	height: 237px;
	position: relative;
}

#splash .splash_image
{
	position: absolute;
	top: 0;
	left: 0;
}

#splash #overlay
{
	position: absolute;
	height: 85px;
	width: 100%;
	left: 0;
	bottom: 0;
	
	opacity: .70;
	filter: alpha(opacity=70);
	background-color: #000;
	z-index: 10;
}

.splash_image div.content
{
	position: absolute;
	margin-top: -62px;
	width: 730px;
	float: left;
	color: white;
	text-align: left;
	font-family: georgia;
	z-index: 20;
	margin-left: 20px;
}

#splash div.content p
{
	color: white;
	font-size: 14px;
	margin-top: 0;
}

#splash div.content a
{
	color: #FFCB0E;
	text-decoration: underline;
}

#splash div#next_slide
{
	position: absolute;
	width: 42px;
	height: 38px;
	left: 450px;
	top: 180px;
	
	z-index: 20;
	background: transparent url('/images/home/arrow_transparent.gif') no-repeat center;
	cursor: pointer;
}

/* Small slides on the homepage */

#small_slide
{
	position: relative;
	width: 566px;
	height: 298px;
	overflow: hidden;
	background: #0068AF url('/images/home/pahome_bluebg.gif') no-repeat;
}

#small_slide .small_slide_image
{
	position: absolute;
	top: 0;
	left: 0;
}

#small_slide #overlay
{
	position: absolute;
	height: 85px;
	width: 100%;
	left: 0;
	bottom: 0;
	
	opacity: .70;
	filter: alpha(opacity=70);
	background-color: #000;
	z-index: 10;
}

.small_slide_image div.content
{
	position: absolute;
	top: 162px;
	left: 20px;
	width: 430px;
	
	color: white;
	text-align: left;
	font-family: georgia;
	z-index: 20;
}
.small_slide_image 
{
	/* Work around to prevent jQuery Cycle setting a fixed
	   background colour in IE (should be alpha transparent) */
	background:none !important;
}
#small_slide div.content p
{
	color: white;
	font-size: 14px;
	margin-top: 0;
}

#small_slide div.content a
{
	color: #FFCB0E;
	text-decoration: underline;
}

#small_slide div#next_slide
{
	position: absolute;
	width: 42px;
	height: 38px;
	left: 450px;
	top: 180px;
	
	z-index: 20;
	background: transparent url('/images/home/arrow_transparent.gif') no-repeat center;
	cursor: pointer;
}



#home_body
{
	background-color: white;
}

#home_single_column
{
	width: 795px;
	padding: 0 0 0 25px;
	float: left;
}

#left_column
{
	width: 541px;
	margin-left: 25px;
	float: left;
}

#home_left_column
{
	width: 566px;
	float: left;
}

#home_right_column
{
	width: 304px;
	float: right;
	
	z-index: 100;
	overflow: visible;
}

form#email
{
	position: relative;
	margin: 0;
	height: 120px;
	width: 325px;
	
	background: #ffc835 url('/images/home/subscribe_bg.gif') no-repeat;
	padding: 15px 0 0;
	border: 0px solid #ffa735;
}

form#email p
{
	margin: 0 0 0 55px;
}

form#email input#email_address
{
	position: absolute;
	height: 34px;
	width: 210px;
	left: 15px;
	top: 55px;
	
	border: 1px solid #999999;
	font-size: 22px;
	line-height: 36px;
	color: #084294;
	font-weight: normal;
	padding-left: 5px;
}

form#email #email_submit
{
	position: absolute;
	left: 245px;
	top: 55px;
}

div#homepage_video
{
	text-align: center;
	margin-top: 1em;
	/*margin-left: -1px;*/
	color: white;
}

div#homepage_video div#video_navigation
{
	background: #014596 url('/images/home/tv_bg.png') repeat-x top left;
	height: 143px;
}

div#homepage_video div#video_navigation h3
{
	font-size: 16px;
}

div#homepage_video div#video_navigation img
{
	width: 77px;
	height: 57px;
	margin: 10px 6px 10px 0;
}

div #homepage_video div#video_navigation p
{
	margin: 0;
}

div#homepage_video div#video_navigation a.video_link img
{
	border: 2px solid white;
}

div#homepage_video div#video_navigation a.video_link:hover img
{
	border: 2px solid #FFBA02;
}

div #homepage_video div#video_navigation p a:hover
{
	color: #FFBA02 !important;
}

div.featured_hotels
{
	
}

div.featured_hotels .hotel_image
{
	 border: 1px solid #005DAA; 
	 padding: 2px; 
	 border-bottom: 1px; 
	 width: 220px; 
	 margin: 10px 5px 0px 5px;
}

div.featured_hotels .hotel_title
{
	border: 1px solid #005DAA; 
	padding: 2px; 
	border-top: 0px; 
	width: 220px; 
	margin: 0px 5px 0px 5px;
	text-align: left;
}

div.featured_hotels .hotel_name
{
	background: url('/images/home/featured_hotels.jpg') no-repeat; 
	width: 220px; 
	height: 26px; 
	color: #FFFFFF; 
	font-size: 12px; 
	padding-left: 0px; 
	line-height: 26px;
}

div.featured_hotels .hotel_description
{
	border: 0px; 
	width: 220px; 
	margin: 3px 2px 8px 8px;
	text-align: left;
}
 
/* searchresults */
div.search_form_refine_container
{
	background-color: #ffc835; 
	padding: 5px; 
	color: #000000;
	text-align: left;
}

div.featured_hotels .hotel_name strong
{
	padding-left: 3px;
}
div.my_booking
{
	width: 830px;
	margin: 0 20px; 
}
div.my_booking th
{
	vertical-align: middle;
}
div.my_booking td, 
div.my_booking th
{
	padding: 2px;
}
table.results,
table.search_form_refine,
table.my_booking
{
	border: 1px solid #005AAD;
	width: 100%;
	margin-bottom: 20px;
}
table.search_form_refine,
table.my_booking
{
	margin-bottom: 8px;
	margin-top: 1px;
}
table.results th,
table.search_form_refine th,
table.my_booking thead th
{
	background: #005AAD;
	color: white;
	text-align: left;
	height: 29px;
	padding: 0px;
	padding-left: 4px;
}

table.my_booking_summary thead th,
table.my_booking_costs thead th,
table.my_booking_flight thead th
{
	background: #005AAD url(/images/general/background_colours.png) no-repeat scroll 330px 0 !important;
}
table.my_booking_passengers thead th,
table.my_booking_api thead th,
table.my_booking_extra thead th
{
	background: #005AAD url(/images/general/background_colours.png) no-repeat scroll 750px 0 !important;
}
table.my_booking tbody th
{
	width: 150px;
	padding-left: 10px;
}
.my_booking hr
{
	border: 0;
	margin: 0;
	border-top: 1px solid #005AAD;
}
.my_booking_api td
{
	padding: 2px;
}
.my_booking_api strong
{
	color: red;
}
.my_booking_api_colhead
{
	font-weight: bold;
	padding-bottom: 3px;
}
td.my_booking_api_nationality
{
	width: 210px;
	padding-right: 20px;
}
.my_booking_api_nationality select
{
	width: 210px;
}
td.my_booking_api_save
{
	padding-right: 20px;
	padding-bottom: 5px;
	text-align: right;
}

div.booking_error,
div.error
{
	border: 1px solid #005AAD;
	background-color: #FFC835;
	color: #000000;
	text-align: left;
	padding: 0.5em;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
}

div.search_form_refine_container table.search_form_refine td
{
	padding: 4px;
}

div.search_form_refine_container table.search_form_refine td a
{
	color: #FFFFFF; 
	text-decoration: underline;
}

#nores_banner
{
	width: 870px;
	height: 60px;
	background-color: #0D4AA3;
	float: left;
}

#nores_banner p
{
	margin: 0;
	padding-left: 20px;
	color: white;
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
}

#nores_banner strong
{
	color: #FFCB0E;
}

div.nores
{
}

div.nores h2
{
	margin: 1em 0;
	color: #ee0000;
	font-weight: bold;
	font-size: 16px;
}

div.nores ol li
{
	font-size: 12px;
	margin-bottom: 1em;
}

div.nores div.hint
{
	background-color: #E4EBF3;
	font-size: 16px;
	padding: 5px;
	margin: 1em 0;
}

div.nores div.hint strong
{
	color: #ee0000;
	font-weight: bold;
}

div.nores div.hint a
{
	font-weight: bold;
	text-decoration: underline;
	color: black;
}

table.results
{
	width: 800px;
	margin-left: 35px;
	text-align: left;
	border: 1px solid #005AAD;
}

table.results td, 
table.results th
{
	padding: 5px;
}
table.flight_results_times td
{
	padding: 0px;
}

table.results tbody tr.row_alt
{
	background-color: #EBEBED;
}


div.homeoffer div
{
	border-left:1px dashed gray;
}

div.homeoffer div.homeoffer_col0
{
	border-left:0px dashed gray;
}

div.search_form_refine_container table.refine_search td
{
	padding: 4px;
}

div.search_form_refine_container table.refine_search td a
{
	color: #FFFFFF; 
	text-decoration: underline;	
}

div.searchresult_basket_container
{
	width: 800px;
	margin: 1em 0 2em 35px;
	text-align: left;
}

div.searchresult_basket_container table.searchresult_basket
{
	border: 1px solid #005DAA;
	width: 100%;
	
}

div.searchresult_basket_container table.searchresult_basket > tbody > tr > td
{
	border: 1px solid #005DAA;
	
}	

div.searchresult_basket_container table.searchresult_basket table.basket_details
{
	margin-top: 10px;
	margin-bottom: 10px;	
	width: 90%;
	
}

div.searchresult_basket_container table.searchresult_basket table.basket_details td
{
	border: 0px;	
	padding-left: 5px;
	padding-top: 2px;
	
}

table.searchresult_basket table.price_breakdown 
{
	width: 90%;
	margin: 10px 0px 10px 0px;
}

table.searchresult_basket table.price_breakdown td
{
	padding-left: 5px;
}

.price_breakdown_total
{
	font-weight: bold; 
	font-size: 14px;
	height: 26px;
	border-top:1px dotted #000000 !important;
	vertical-align: middle;
}

table.searchresult_basket table.price_breakdown td.price_breakdown_label
{
	width: 70%; 
	height: 16px; 
	border-bottom: 0;
}

table.searchresult_basket table.price_breakdown td.price_breakdown_price
{
	width: 20%; 
	height: 16px; 
	border-bottom: 0;
}

table.searchresult_basket table.price_breakdown td.price_breakdown_dash
{
	border-bottom: 1px dashed black;
	height: 6px;
}

div.accomm_results_container
{
	width: 800px;
	margin-left: 35px;
}

div.accomm_results_container table.accomm_results
{
	width: 100%;
	margin: 0px 0px 10px 0px;
}

table.results table.accomm_results_rooms td
{
	padding: 2px 5px 2px 5px;	
}

/* Hotels */

div.mainlanding
{
	padding-right: 20px;	
	text-align: left;
}
div.roomtypebox 
{
	margin: 5px 10px 15px 0px;
	width: 300px;
	background-color: #F1F2E0;	
	border: 1px solid #C8C9CB;
	overflow: hidden;
}
div.monthprice
{
	float: left;
	padding: 0px 3px;	
	margin-bottom: 5px;
	text-align: center;
	margin-right: 3px;
	width: 50px;
}

div.roomtypedescription
{
	padding: 0px 3px;
	margin-bottom: 5px; 	
}

div.roomtypedescription span
{
	color: #337895;
	font-weight: bold;
	clear: left;	
}
p.roomtypehead strong
{
	font-size: 11px;
}
p.roomtypehead
{
	font-size: 11px;
	margin-top: 0px;
	padding: 3px;
	background-color: #E8E9EB;
}

.imageselector .image_num
{
	background-color: #AFDDF5;
	padding: 3px; 
	margin: 1px;
	cursor: pointer;
	cursor: hand;
}
.imageselector .image_num:hover
{
	background-color: #cfddf2;
}
.imageselector .image_num_active
{
	background-color: #015DAA !important;
	color: #fff;
	font-weight: bold;
}

/* contact us */
div.wide_page p, div.wide_page h2
{
}

div#contact_us
{
	margin: 0;
	padding: 10px;
}

/* site map */
div#site_map div
{
	width: 350px;
	height: 120px;
	float: left;
	margin: 2em;
}

/* booking */
div.basketwrapper
{
	width: 800px;
	margin: 1em 0 0 35px;
}

div.basketwrapper table.searchresult_basket
{
	border: 1px solid #005DAA;
	width: 100%;
	text-align: left;
	
}

div.basketwrapper table.searchresult_basket > thead > tr > td, 
div.basketwrapper table.searchresult_basket > tbody > tr > td
{
	border: 1px solid #005DAA;
}	

div.basketwrapper table.searchresult_basket table.basket_details td
{
	border: 0px;
	padding: 2px 5px 2px 5px;
	 
}	

div.basketwrapper table.searchresult_basket table.basket_details td.basket_icon_col
{
	width: 50px;
	text-align: center; 
	vertical-align: top;
}

div.basketwrapper table.searchresult_basket table.basket_details td.basket_label_col
{
	width: 100px;
}	

div.basketwrapper table.searchresult_basket table.basket_details td.basket_value_col
{
	width: 180px;
	font-weight: bold;
}	
 
div.basketwrapper table.searchresult_basket table.basket_details td.basket_pic_col
{
	width: 50px;
	text-align: center; 
	vertical-align: middle;
}

div.basketwrapper table.searchresult_basket table.price_breakdown td
{
	border: 0px;
	padding: 2px 5px 2px 5px;
	vertical-align: middle;
}

div.basketwrapper table.searchresult_basket table.price_breakdown th
{
	font-weight: normal;
	width: 70%;
	vertical-align:middle;
}

div.basketwrapper table.searchresult_basket table.price_totals
{
	
	border-top: 1px dashed #CCCCCC;
	margin-top: 20px;
}

div.basketwrapper table.searchresult_basket table.price_totals .price_breakdown_total
{
	font-size: 14px;
	font-weight: bold;
}

div.booking_details
{
	width: 800px;
	margin-left: 35px;
	text-align: left;
}

div.booking_details div.tickets_header
{
	color: #005DAA;
	font-size: 16px;
	font-weight: bold;
	width: 100%;
	text-align: left;
}

div.booking_details div.tickets
{
	border: 1px solid #005DAA;
	width: 100%;
	margin-bottom: 20px;
}

div.booking_details table.tickets_table
{
	width: 100%;
	border: 0px;	
	margin: 10px 0px;
}

div.booking_details table.tickets_table td
{
	padding: 1px;
}

div.booking_details table.booking_form
{
	width: 100%;	
}

div.booking_details table.booking_form select.title
{
	width: 70px;	
}

div.booking_details table.booking_form input.firstname
{
	width: 150px;	
}

div.booking_details table.booking_form input.surname
{
	width: 150px;	
}

div.booking_details table.booking_form input.dob_dd
{
	width: 40px;	
}

div.booking_details table.booking_form input.dob_mm
{
	width: 40px;	
}

div.booking_details table.booking_form input.dob_yyyy
{
	width: 60px;	
}

/* booking payment */
div.booking_payment
{
	width: 800px;
	margin-left: 35px;
	text-align: left;
	margin-top: 20px;
}

div.booking_payment div.booking_payment_outer div.cardholder th.secthead
{
	color: #125B90;
}

div.booking_payment div.booking_payment_outer div.cardholder th.leftpayment
{
	width: 240px;
}

div.booking_payment div.booking_payment_outer div.cardholder td.instructions
{
	padding: 0px 0px 5px 5px; 
	color: #125B90;
}

/* booking confirm */
div.booking_confirm_container
{
	border: 1px solid #DADADA; 	
	border-bottom: 0px;
	width: 800px;
	padding-top: 15px;	
	margin: auto;
}

div.booking_confirm_container div.booking_confirm
{
	border: 1px solid #005DAA; 	
	width: 768px;
	padding: 1px;
	margin: auto;
}

div.booking_confirm_container div.booking_confirm div.header
{
	background-color: #005DAA; 
	color: #FFFFFF; 
	font-weight: bold; 
	height: 30px; 
	line-height: 28px; 
	text-align: left;
}

div.booking_confirm_container div.booking_confirm div.booking_confirm_summary
{
	padding: 10px;
	text-align: left;
	font-weight: normal;
}

div.booking_confirm_container div.booking_confirm div.booking_confirm_summary table.summary
{
	color: #000000;
	margin-top: 10px;
}

div.booking_confirm_container div.booking_confirm div.booking_confirm_summary table.summary td
{
	vertical-align: middle;
}

div.booking_confirm_container div.booking_confirm div.booking_confirm_summary div.summary_note
{
	padding: 4px;
}

div.booking_confirm_container div.booking_confirm div.booking_confirm_summary table.pdetails td
{
	padding: 2px 0px 2px 5px;
	vertical-align: middle;	
}



/* tickets */

div.tickets_container
{
	width: 768px; 
	table-layout: fixed; 
	border: 1px solid #DADADA; 
	padding: 15px; 
	margin-bottom: 0px; 
	height: 470px; 
	text-align: left;
}

div.tickets_container div.tickets
{
	padding: 1px;  
	border: 1px solid #005DAA;
}

div.tickets_container div.tickets table.tickets_table
{
	font-size: 12px; 
	font-weight: bold; 
	font-family: verdana;	
}

div.tickets_container div.tickets table.tickets_table td.table_header
{
	padding: 5px 0px 5px 10px; 
	background-color: #005DAA; 
	color: #FFFFFF; 
	font-size: 16px;
}

div.tickets_container div.tickets table.tickets_table td.tickets_item
{
	 padding: 3px;
	 line-height: 25px;
}

div.tickets_container div.tickets table.tickets_table td.tickets_duration
{
	width: 230px; 
	border-right: 1px solid #005DAA;
} 

div.tickets_container div.tickets table.tickets_table td.tickets_adult
{
	width: 100px; 
	text-align: center; 
	border-right: 1px solid #005DAA;
}

div.tickets_container div.tickets table.tickets_table td.tickets_junior
{
	width: 120px;
	text-align: center;
}

/* Errors */
div.booking_error
{
	border: 3px solid #FF0000;
	margin: 20px;
	font-weight: bold;
	color: #000000;
}

/* Statuses */
div.status
{
	border: 3px solid #f00;
	margin: 10px 0;
	font-weight: bold;
	color: #000;
	background-color: #FFC835;
	padding: 0.5em;
}

a.static_item
{
	font-size: 13px; 
	font-weight: bold;
	color: #0158A7;
}
a.static_item:hover
{
	text-decoration: underline;
}

/* Terms */

div.wide_page 
{
	text-align: left;
	padding: 20px 40px 30px 40px;	
}

/* Email confirmation */
table.passenger_details {width: 100%; text-align: left; font-family: Arial, Helvetic, sans-serif; font-size: 15px; border: 1px solid #000;}
table.passenger_details td{border: 1px solid red;}


/*
* New hotel landing page styles
************************************************************/
abbr
{
	border: none;
	text-decoration: none;
}

div#hotel_header
{
	width: 490px;
	overflow: hidden;
	text-align: left;
}

h1
{
	text-align: left;
	font-weight: normal;
	color: #015DAA;
	font-size: 26px;
}
div#hotel_header h1
{
	float: left;
	width: 478px;
}

div#hotel_header h1 img
{
	margin: 0 0 0 20px;
	display: inline;
}

div#offer_box
{
	width: 411px;
	padding: 10px 0;
	background: #dae8f5 no-repeat top left;
	margin: 10px 0 0 0;
	text-align: left;
	position: relative;
}

p.sub_header_para
{
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #015DAA;
	margin: 0;
}

div#offer_box p.star_burst
{
	text-indent: -9999em;
	height: 105px;
	width: 105px;
	overflow: hidden;
	background: transparent url('/images/hotel/star_burst.png') no-repeat 5px 5px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}

div#offer_includes_box
{
	background: transparent url('/images/hotel/includes_bg.png') no-repeat top left;
	width: 391px;
	padding: 30px 10px 10px 10px;
	margin: 130px 0 0 0;
	text-align: left;
}

div#offer_includes_box p
{
	line-height: 18px;
	color: #000;
	padding: 0;
	margin: 0;
}

div#offer_includes_box h3
{
	font-size: 22px;
	color: #015DAA;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

div#offer_includes_box ol
{
	list-style-type: none;
	margin: 0;
	padding: 10px 0 20px 0;
}

div#offer_includes_box ol li
{
	display: inline;
}

div#hotel_details
{
	text-align: left;
	width: 431px;
}

div#hotel_details h3.hotel_header
{
	font-size: 22px;
	color: #015DAA;
	font-weight: normal;
	padding: 30px 0 10px 0;
	margin: 0;
	width: 431px;
}

div#hotel_details p
{
	margin: 0;
	padding: 0;
	line-height: 18px;
}

div#hotel_details h4
{
	font-size: 14px;
	color: #000;
}

div#hotel_details h5
{
	font-size: 12px;
	color: #000;
}

div#hotel_details ul li
{
	padding: 0 0 6px 0;
}

div#image_wrapper
{
	background: #FFF;
	width: 100%;
	padding: 15px 0 0 0;
}

div#image_wrapper img
{
	margin: 0 0 15px;
}

/*
* New guide summary page / guide page styles
************************************************************/
div.guide_summary
{
	overflow: hidden;
	width: 780px;
	background: #FFF url('/images/general/dashed_bg.gif') repeat-x top left;
	padding: 20px 0 0 0;
	margin: 20px 0 0 0;
	line-height: 18px;
	text-align:left;
}
div.first
{
	background: #FFF;
}
div.guide_summary img
{
	width: 120px;
	border: 1px solid #CCC;
	padding: 2px;
	float: left;
	margin: 0 20px 0 0;
	display: inline;
}
div.guide_summary h3
{
	color: #015DAA;
	font-size: 26px;
	font-weight: normal;
	margin: 0;
	padding: 0 0 10px 0;
}
div#right_guide
{
}
div#right_guide ul
{
	list-style-type: none;
	padding: 10px 0;
	margin: 0;
	overflow: hidden;
}
div#right_guide ul li
{
	float: left;
	width: 131px;
}
div#right_guide ul li.search_link a
{
	text-indent: -9999em;
	float: left;
	width: 127px;
	height: 25px;
	overflow: hidden;
	background: #FFF url('/images/guides/booking_button.png') no-repeat;
	background-position: 0 0;
}
div#right_guide ul li.search_link a:hover
{
	background-position: -127px 0;
}
div#right_guide ul li.print_link a
{
	float: right;
	text-align: right;
	padding: 5px 0 5px 22px;
	background: #FFF url('/images/guides/print_icon.png') no-repeat left center;
}
div#right_guide img
{
	margin: 7px 0;
}
div#right_guide h5, td#offer_landing_search h5
{
	font-size: 12px;
	padding: 15px 0 5px 0;
	margin: 0;
	width: auto;
	color: #C1A457;
	font-family: Arial, sans-serif;
}
div#right_guide h5 span, td#offer_landing_search h5 span
{
	padding: 0 24px 0 0;
}
div#right_guide h5#car span, td#offer_landing_search h5#car span
{
	background: #FFF url('/images/guides/car_icon.png') no-repeat right center;
}
div#right_guide h5#weather span, td#offer_landing_search h5#weather span
{
	background: #FFF url('/images/guides/weather_icon.png') no-repeat right center;
}
div#right_guide h5#beach span, td#offer_landing_search h5#beach span
{
	background: #FFF url('/images/guides/beach_icon.png') no-repeat right center;
}
div#right_guide p, td#offer_landing_search p
{
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-family: Arial, sans-serif;
}
div#left_guide
{
	padding: 0 0 0 25px;
	width: 453px;
	text-align: left;
	float: left;
}
div#left_guide h1
{
	color: #0B6B8E;
	font-size: 36px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	padding: 15px 0 10px 0;
	margin: 0;
}
div#left_guide p
{
	font-size: 11px;
	line-height: 18px;
	text-align: left;
	margin: 0;
	padding: 0 0 15px 0;
}
div#left_guide h3
{
	padding: 10px 0 10px 20px;
	margin: 0;
	color: #076EC3;
	font-size: 14px;
	font-family: Arial, sans-serif;
}
div#left_guide h3.hotels
{
	background: #FFF url('/images/guides/hotels_icon.gif') no-repeat left center;
}
div#left_guide h3.images
{
	background: #FFF url('/images/guides/images_icon.gif') no-repeat left center;
}
div#left_guide img.thumb
{
	width: 108px;
	height: 74px;
	margin: 0;
}
div#left_guide h2
{
	padding: 20px 0 10px 0;
	margin: 0;
	color: #000;
	font-size: 18px;
	font-family: Arial, sans-serif;
}

div#left_guide p a
{
	font-size: 1.2em;
}

div#left_guide ol
{
	list-style-type: none;
	padding: 0;
	margin: 0;
	overflow: hidden;
	width: 450px;
	border: 1px solid #B9B29D;
	background: #F8F8F8;
	padding: 0 0 5px 5px;
}
div#left_guide ol li
{
	float: left;
	border: 1px solid #B9B29D;
	width: 208px;
	margin: 5px 5px 0 0;
	display: inline;
	padding: 5px;
	background: #EAEAEA;
}
div#left_guide ol li p
{
	width: 124px;
	float: left;
	font-family: Arial, sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
div#left_guide ol li p.left
{
	width: 124px;
	text-align: left;
}
div#left_guide ol li p.right
{
	width: 68px;
	text-align: right;
	background: #EAEAEA url('/images/guides/offer_arrow.gif') no-repeat center right;
	padding: 0 15px 0 0;
}
div#left_guide ol li p.right span
{
	color: #6B6B6B;
	font-size: 10px;
	font-weight: bold;
}
div#left_guide ol li p.right strong
{
	font-size: 22px;
	color: #4d94cf;
	font-family: Verdana, Arial, sans-serif;
}
div#left_guide ol li p.right strong a
{
	color: #4d94cf;
}

div#guides_images
{
	margin: auto;
}

/*
* theme park page styles
************************************************************/
div#left_theme_park_info, div#left_aquatic_park_info
{
	width: 478px;
	margin: 0;
	padding: 0 0 10px 0;
	text-align: left;
}
div#left_theme_park_info h1, div#left_theme_park_info h2
{
	color: #0B6B8E;
	font-size: 36px;
	font-family: Arial, sans-serif;
	font-weight: normal;
	padding: 15px 0 10px 0;
	margin: 0;
}
div#left_theme_park_info p
{
	margin: 0;
	padding: 0 0 10px 0;
	line-height: 18px;
}
div#left_theme_park_info div#park_categories,
div#left_theme_park_info div#park_categories_small
{
	width: 479px;
	overflow: hidden;
	background: #FFF url('/images/general/dashed_bg.gif') repeat-x top left;
	padding: 10px 0 0 0;
	margin: 10px 0 0 0;
}
div#left_theme_park_info div#park_categories img,
div#left_beach_club_info div#park_categories img
{
	width: 190px;
	padding: 2px;
	margin: 20px 0 0 0;
	border: 1px solid #CCC;
	float: left;
	clear: left;
}
div#left_theme_park_info div#park_categories p,
div#left_beach_club_info div#park_categories div.park_category
{
	width: 263px;
	padding: 0 0 0 20px;
	margin: 20px 0 0 0;
	float: left;
}
div#left_theme_park_info div#park_categories_small img
{
	width: 93px;
	padding: 2px;
	margin: 20px 0 0 0;
	border: 1px solid #CCC;
	float: left;
	clear: left;
}
div#left_theme_park_info div#park_categories_small p
{
	width: 360px;
	padding: 0 0 0 20px;
	margin: 20px 0 0 0;
	float: left;
}
div#right_static_info
{
	padding: 15px 0 0 0;
	text-align: left;
}
div#right_static_info h6
{
	position: absolute;
	height: 1px;
	width: 1px;
	overflow: hidden;
	top: -9999em;
}
div#right_static_info ol
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin: 0 0 20px 0;
	float: right;
}
div#right_static_info ol#nav_links
{
	background: #202020;
	padding: 15px 0;
	margin: 0 0 2em;
	width: 100%;
}
div#right_static_info ol#nav_links li
{
	padding: 0;
	margin: 0;
}
div#right_static_info ol#nav_links li a
{
	display: block;
	color: #FFF;
	background: #202020 url('/images/general/nav_on_arrow.gif') no-repeat 8% 50%; 
	padding: 8px 15px 8px 35px;
}
div#right_static_info ol#nav_links li a:hover
{
	background-color: #383838;
}
div#right_static_info ol#nav_links li a.active
{
	font-weight: bold;
	color: #FFCC08;
}
div#right_static_info ol li#porta_tv a
{
	width: 236px;
	height: 249px;
	display: block;
	text-decoration: none;
	text-indent: -9999em;
	overflow: hidden;
	background: #FFF url('/images/general/porta_tv.jpg') no-repeat top left;
	margin: 10px 0 0 0;
}
div#right_static_info ol li#porta_hotels a
{
	width: 236px;
	height: 254px;
	display: block;
	text-decoration: none;
	text-indent: -9999em;
	overflow: hidden;
	margin: 10px 0 0 0;
	background: #FFF url('/images/general/porta_hotels.jpg') no-repeat top left;
}

div#left_aquatic_park_info h1, div#left_beach_club_info h1, div.golf h1
{
	color: #FF7216;
	font-family: "Palatino Linotype";
	font-size: 24px;
	font-weight: normal;
}

div#left_aquatic_park_info p, div#left_beach_club_info p
{
	font-size: 12px;
	line-height: 16px;
}

div#aquatic_park_rides
{
	height: 320px;
	position: relative;
}

div#aquatic_park_rides div.ride_slide
{
	background-color: #272727;
	font-family: verdana, arial, sans-serif;
	width: 465px;
	height: 320px;
}

div#aquatic_park_rides div.ride_slide img
{
	
}

div#aquatic_park_rides div.ride_slide h2
{
	color: #FFBD28;
	font-family: "Palatino Linotype";
	font-size: 18px;
	padding: 5px;
	margin: 0;
}

div#aquatic_park_rides div.ride_slide p
{
	color: white;
	font-size: 12px;
	padding: 5px;
	margin: 5px 0 0;
}

div#aquatic_park_rides div#ride_slide_pager, div#guide_slide_pager
{
	position: absolute;
	top: 0;
	left: 0;
	width: 464px;
	height: 25px;
	background-color: #272727;
	z-index: 20;
	display: none;
	line-height: 25px;
}

div#guide_slides
{
	height: 240px;
	position: relative;
	width: 452px;
}

div#guide_slide_pager
{
	width: 258px !important;
	margin-left: 97px
}

div#aquatic_park_rides div#ride_slide_pager div, div#guide_slide_pager div
{
	width: 25%;
	color: white;
	text-align: center;
	float: left;
	cursor: pointer;
}

div #aquatic_park_rides #ride_slides
{
	margin-left: auto;	
}

div#aquatic_park_rides div#ride_slide_pager
{
	margin-left: 13px;
}

div#left_beach_club_info
{
}

div#left_beach_club_info h2
{
	font-size: 12px;
}

div.golf
{
	padding-top: 1em;
	font-size: 12px;
	line-height: 14px;
}

div.golf div.highlight
{
	background-color: #E4F5FF;
	padding: 1em;
}

/* new hotel boxes on homepage */

div.home_hotel
{
	float: left;
	display: inline;
	width: 226px;
	margin: 10px 15px 0 0;
}

div.home_hotel div.hotel_details
{
	float: left;
	display: inline;
	border: 1px solid #005DAA;
	padding: 2px;
	width: 220px;
	margin: 0;
}

div.home_hotel div.hotel_details h3
{
	background: #015DAA url('/images/home/featured_hotels.jpg') no-repeat top left;
	height: auto;
	line-height: 26px;
	width: 212px;
	padding: 0 4px;
	color: #FFF;
	margin: 2px 0 0 0;
	text-align: left;
}

div.home_hotel p
{
	clear: left;
	float: left;
	width: 210px;
	padding: 4px 8px;
	margin: 0;
	text-align: left;
}

div.home_hotel strong a
{
	text-decoration: underline;
	color: black;
}

/* Offer landing page */

div#offer_banner
{
	height: 241px;
	width: 831px;
	margin: 0 0 2em 20px;
	background-color: white;
}

	div#offer_banner h2, div#offer_banner p
	{
		margin: 0 10px 0 535px;
		color: white;
		text-align: left;
	}
	
	div#offer_banner h2
	{
		padding-top: 2em;
		font-size: 22px;
	}
	
	div#offer_banner p
	{
		padding-top: 1em;
		font-size: 14px;
		line-height: 20px;
	}
	
	div#offer_banner a
	{
		color: #FFC83D;
		text-decoration: underline;
	}

div.landing_offer
{
	border: 1px solid #BBD9F3;
	width: 500px;
	background: #E4F2FF url('/images/home/offer_page/offer_bg.png') repeat-x top left;
	margin-bottom: 1em;
	min-height: 300px;
}

	div.landing_offer div.offer_intro
	{
		width: 240px;
		float: left;
	}
	
		div.landing_offer div.offer_intro p
		{
			font-size: 16px;
			text-align: center;
			margin-top: 1em;
		}
		
		div.landing_offer div.offer_intro a
		{
			text-decoration: underline;
			font-size: 14px;
		}
	
	div.landing_offer div.offer_details
	{
		width: 260px;
		float: left;
		color: #015DAA;
	}
	
		div.offer_details h2
		{
			font-size: 22px;
			font-weight: normal;
			margin-top: 0.5em;
		}
		
		div.offer_details p
		{
			margin: 0 0.5em 0 0;
			color: #015DAA;
		}
		
		div.offer_details div.search_pointer
		{
			width: 250px;
			height: 100px;
			
			background: transparent url('/images/home/offer_page/search_pointer.gif') no-repeat center right;
		}
		
			div.offer_details div.search_pointer p
			{
				padding-top: 20px;
				padding-right: 45px;
				font-size: 18px;
				font-weight: bold;
				line-height: 22px;
			}
			
			div.offer_details div.search_pointer p strong
			{
				font-size: 20px;
			}
	
div.halloween
{
	background: black url('/images/home/offer_page/halloween/offer_bg.png') no-repeat left top;
	color: #cacaca;
	font: normal 12px verdana, sans-serif;
}
	
	div.halloween img
	{
		margin: 10px;
		border: 1px solid black;
	}
	
	div.halloween h1
	{
		color: yellow;
		font-size: 12px;
		padding: 10px 10px 0;
		line-height: 1.5em;
		margin-bottom: 0;
	}
	
	div.halloween p
	{
		padding: 10px;
		line-height: 1.3em;
	}
	
	div.halloween .highlight
	{
		color: #ff8600;
		font-weight: bold;
		text-decoration: underline;
	}
	
td#offer_landing_search h5, td#offer_landing_search p
{
	text-align: left;
}

/***********/

table
{
	border-collapse: collapse;
}

table.transfer_form tbody th
{
	color: #0193E8;
	font-size: 17px;
}
table.transfer_form .required
{
	color: red;
}

.transfer_selection_image 
{
	width: 60px; 
	padding-left: 5px; 
	padding-bottom: 2px;
	vertical-align: top;
}
.transfer_selection_image img 
{
	border: 1px solid #CCCCCC;
}
.transfer_selection_route,
.extras_details_table
{
	width: 440px;
	vertical-align: top;
}
.extras_selected_row .extras_details_checkbox,
.extras_selected_row .extras_details_price
{
	background-color: #015DAA;
	color: #fff;
}

.extras_paxnames_box_htx
{
	padding-bottom: 15px;
}
div.extras_paxnames_options_popupbox
{
	width: 80%;
	padding-top: 5px;
	border: 1px solid #015DAA;
	text-align: left;
	position: relative;
	top: -30px;
	margin-bottom: -16px; /* To counteract the negative top */
	z-index: 1;
	background-color: #EBEBED;
	margin-left: auto;
	margin-right: auto;
}

/* BEGIN Slimbox styles */

#lbOverlay {
	position: absolute;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(/images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	top: 0;
	width: 100px;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink {
	background: transparent url(/images/general/prevlabel1.gif) no-repeat top right;
}

#lbNextLink {
	right: 0;
}

#lbNextLink {
	background: transparent url(/images/general/nextlabel1.gif) no-repeat top left;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: center;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	width: 66px;
	height: 22px;
	background: transparent url(/images/general/closelabel1.gif) no-repeat top left;
	margin: 10px auto 0 auto;
	clear: both;
	text-align: center;
}

#lbCaption, #lbNumber {
	text-align: center;
	display: block;
	width: 50px;
}

#lbCaption {
	font-weight: bold;
}
div#left_button_wrapper
{
	margin-left:-10px;
	width: 40px;
	float: left;
}
div#lbNumber
{
	width: 100%;
	margin: 0 -35px;
	float: left;
}
div#right_button_wrapper
{
	margin-left:-8px;
	width: 40px;
	float: left;
}
#inside_Bottom
{
	float: left;
}

div.useful_links
{
	width: 870px;
	padding: 1em 0;
	background-color: white;
	float:left;
	border-top: 1px dashed gray;
}

div.useful_links div#hotels
{
	margin-left: 25px;
}

div.useful_links div#hotels,
div.useful_links div#guides
{
	width: 25%;
	float: left;
	text-align: left;
	color: #0153AA;
}

div.useful_links div#hotels h3,
div.useful_links div#guides h3
{
	margin-top:0px;
}

div.useful_links div#hotels ul,
div.useful_links div#guides ul
{
	list-style-type: square;
}

div.useful_links div#hotels .home_hotel,
div.useful_links div#guides .home_guide
{
	color: black;
	cursor: pointer;
}

div.useful_links img
{
	margin-right: 25px;
}

img.lightboxporta
{
	width: 108px;
	height: 74px;
}

.extras_paxnames_box
{
	border: 1px solid #005DAA;
	text-align: left;
	padding: 5px;
	margin-bottom: 14px;
	border-collapse: collapse;
	background-position: 8px 5px;
	background-repeat: no-repeat;
}
.extras_paxnames_box_rck_ti
{
	background-image: url('/images/basket/rock_insurance.gif');
}
.extras_paxnames_box_rck_sfc
{
	background-image: url('/images/basket/supplier_failure.jpg');
}
.extras_paxnames_box_flight_options
{
	background-image: url('/images/results/basket_plane_icon.gif');
	min-height: 50px;
}
.extras_paxnames_table
{
	width: 100%;
}
.extras_details_no_results
{
	font-size: 12px; 
	font-weight: bold; 
	padding: 8px; 
	text-align: center;
}
.extras_paxnames_box_rck .extras_paxnames_table,
.extras_paxnames_box_flight_options .extras_paxnames_table
{
/*	margin-left: 60px;*/
}
.extras_paxnames_table>tbody>tr>td
{
	padding: 5px;
}
.extras_details_main_col
{
	padding-left: 60px !important;
	vertical-align: top;
}
.extras_paxnames_box_htx .extras_details_main_col
{
	padding-left: 5px !important;
}
.extras_details_icon
{
	width: 50px;
}
.extras_details_table table
{
	width: 80%;
}
.extras_details_checkbox
{
	width: 30px;
	vertical-align: top;
}
.extras_details_price
{
	width: 110px;
	vertical-align: top;
}
.extras_paxnames_title
{
	margin: 5px 0; 
	/*background-image: url('/images/results/arrow_green.gif'); 
	background-position: left middle; 
	background-repeat: no-repeat;*/
	vertical-align: middle;
	padding: 7px 0px 7px 0px;
}




table.basket2
{
	border: 1px solid #005DAA;
}
table.basket2 thead
{
	background-color: #EBEBED;
}
table.basket2 table.price_breakdown, 
table.basket table.price_breakdown
{
	width: 240px;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px;
	margin-right: 10px;
}

table.basket2 td
{
	text-align: left;
}
table.basket2 table td
{
	padding: 3px;
}
table.basket2 table.price_breakdown tr
{
	border-bottom: 0;
}

table.basket2 table.price_breakdown td, 
table.basket2 table.price_breakdown th,
table.basket table.price_breakdown td, 
table.basket table.price_breakdown th
{
	padding: 1px;
}

table.basket2 table.price_breakdown .price_breakdown_label, table.basket table.price_breakdown .price_breakdown_label
{
	font-weight: normal; 
	text-align: left;
	width: 160px;
}
table.basket2 table.price_breakdown .price_breakdown_price, table.basket table.price_breakdown .price_breakdown_price
{
	white-space: nowrap; 
	width: 60px; 
	text-align: right;
}
table.basket2 table.price_breakdown .price_breakdown_quantity, table.basket table.price_breakdown .price_breakdown_quantity
{
	width: 20px;
}
table.basket2 table.price_breakdown .price_breakdown_total, table.basket table.price_breakdown .price_breakdown_total
{
	border-top: 1px dotted #000000; 
}

table.basket1 .basket_icon_col, table.basket2 .basket_icon_col
{
	width: 60px;
	text-align: center;
	vertical-align: top;
	padding-top: 6px;
}
table.basket2 .basket_label_col
{
	width: 100px;
}
table.basket2 .basket_value_col
{
}
table.basket2 .basket_image_col
{
	width: 100px; 
	text-align: right; 
	vertical-align: top;
}

table.basket2 .basket_price_col, table.basket .basket_price_col
{
	width: 250px;
	border-left: 1px solid #005DAA;
	vertical-align: top;
}

table.basket2 td.propertyname span
{
	padding-left: 5px;	
}

table.basket2 td.propertyname span img
{
	position: relative;
	top: 3px;
	left: 0px;
}

/* Headings on shortlist summary basket */
table.basket2 td.basketicon
{
	width: 20px; 
	height: 22px; 
	vertical-align: bottom;
	padding: 0 0 3px 7px;	
}

table.basket2 td.basketheader
{
	width: 470px; 
	height: 22px; 
	vertical-align: middle; 
	padding: 0 0 4px 0;
	border-bottom: 1px solid #000;
}

 td.basketheader span,
 th.basketheader span
{
	color: #2868A1;
	font-weight: bold;	
}

table.basket2 td.priceheader
{
	width: 240px; 
	height: 22px; 
	vertical-align: bottom; 
	padding: 0 0 4px 0; 
	border-left: #005DAA 1px solid;
}

table.basket2 td.priceheadershortlist
{
	width: 260px;	
	height: 22px; 
	vertical-align: bottom; 
	padding: 0 0 4px 0; 
	border-left: #005DAA 1px solid;
}

table.basket2 td.priceheader span, table.basket2 td.priceheadershortlist span
{
	padding: 0 0 0 10px;color: #2868A1;font-weight: bold;	
}

table.basket2 td.priceprint
{
	width: 20px;
	text-align: left;	
}

.results_flights_departure_airport,
.results_flights_arrival_airport {
	color: #015DAA;
	font-weight: bold;
	vertical-align: top !important;
}
.results_flights_departure_date,
.results_flights_arrival_date
{
	text-align: right !important;
	font-weight: bold;
}
.results_flights_operator
{
	vertical-align: middle;
	width: 75px;
}
.results_flights_price
{
	vertical-align: middle;
	width: 80px;
	text-align: right;
	font-size: 17px;
	line-height: 17px;
}
.results_flights_select
{
	vertical-align: middle;
	width: 67px;
}
.results_flights_returning
{
	text-align: right;
	font-style: italic;
}
.results_flights_none_exact
{
	color: #FF8504;
	padding: 10px;
	font-size: 14px;
	font-weight: bold;
}
.results_flights_depvariance_title
{
	background-color: #AFDDF5;
}
.results_flights_dates_head
{
	text-align: right !important;
}
.results_flights_airline_head
{
	text-align: center !important;
}
.results_flights_select_head
{
	background: #005AAD url(/images/general/background_colours.png) no-repeat scroll 100px 0 !important;
	color: white;
}
.results_flights_depvariance_title th
{
	background: #005AAD url(/images/general/background_colours.png) no-repeat scroll 730px 0 !important;
}
.results_title
{
	margin-left: 35px;
}
div.home_intro
{
	width: 770px;
	height: 197px;
	overflow: hidden;
	background: #F6DE9E url(/images/home/intro_bg.jpg) no-repeat;
	padding: 0 50px;
	font-size: 20px;
	line-height: 30px;
	color: #4D2605;
	font-family: georgia, sans-serif;
}
div.home_intro table td
{
	height: 197px;
	vertical-align: middle;
}

/**************************************************
****************** PROMOTIONS
*/

h1#promotion_heading
{
	font-size:30px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height:30px;
}
p#promotion_subheading
{
	color: #5b5c5c; 
	font-style: italic; 
	font-size: 14px;
	margin:0 0 24px 0;
}

div#promotion_header
{
	background: url(/images/promo/index/palogo_bg.png) no-repeat;
	padding: 25px 25px 18px 25px;
}

div.promotion_intro
{
	width: 783px;
	height: 79px;
	overflow: hidden;
	background: url(/images/promo/index/intro_bg.png) no-repeat;
	padding: 30px 13px 60px 23px;
	font-size: 20px;
	line-height: 25px;
	font-family: georgia, serif; 
	font-weight:normal; 
	font-size:18px; 
	line-height:26px; 
	color: #472501;
}
div.promotion_full
{
	margin: 0 0 25px 25px;
	border: 1px solid #A7A7A7;
	padding: 25px 20px 25px 25px;
	position:relative;
	line-height: 20px;
}

div.promotion_full div.promotion_full_left
{
	position: relative;
	float: left;
	width: 370px;
	clear:left;
}
div.promotion_full div.promotion_full_right
{
	float: right;
	width: 380px;
	position:relative;
	clear: right;
}

div.outter_promotion_half
{
	width: 400px;
	margin: 5px 0 25px 25px;
	float: left;
}
div.floating_banner_half,
div.floating_banner_full
{
	background:url("/images/home/trans_ribbon.png") no-repeat scroll left top transparent;
	float: right;
	position:absolute;
	z-index: 99;
	height:77px;
	width:133px;
}
div.floating_banner_half
{
	position: absolute;
	top: -5px;
	right: -5px;
}
div.floating_banner_full
{
	right: 0;
	top: 0;
}

div.floating_button
{
	float:right;
	margin:-51px 15px 0 0;
	position:relative;
	width:127px;
	z-index:99;
}

div.floating_prices
{
	float:left;
	margin:-86px 0 0 -7px;
}

div.floating_prices_full
{
	right: 8px;
	bottom: 8px;
}
div.floating_prices,
div.floating_prices_full
{
	position:absolute;
	width:97px;
	z-index:99;
	height: 99px;
	background: url("/images/home/sticker.png") no-repeat;
}


div.floating_prices span, div.floating_prices_full span 
{
	color: #cd0100;	
	margin: 35px 0 0 16px;
	font-size: 28px;
	font-weight: bold;
	float: left;
}

div.floating_prices_full span 
{
	margin: 40px 0 0 16px;
}

div.promotion_half
{
	width: 392px;
	height: 223px;
	padding: 0;
	background: #fff url("/images/promo/promobox_bg.jpg") repeat-x 1px 1px;
	border: 1px solid #A7A7A7;
	position: relative;
}
div.promotion_half h2 
{
	margin:27px 0 0 23px; 
	color: #fff;	
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
div.promotion_half span
{
	font-size: 12px;
	font-weight: bold;
}

div.floating_image_full
{
	float: right;
	z-index:99;
	margin: 5px 5px 0 0;
}

div.floating_image_full img, div.promotion_half img
{
	border: #fff 5px solid;
}

div.promotion_half img
{
	margin: 11px;
}

div.promotion_full
{
	width: 770px;
	height: 192px;
	background: #fff url("/images/promo/promobox_bg.jpg") repeat-x 1px 1px;
}
div.promotion_full p
{
	font-family: georgia, serif;
	color: #002250;
	font-size:14px;
}

div.promotion_full h2 
{
	color: #034695;
	font-weight: bold;
	margin: 5px 0 0;
	padding:0;
	line-height:15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:25px;
}	

h1.promotion_title
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 25px 25px 25px; 
	position:absolute;
}

div.promotion_content
{
	margin: 50px 25px 25px; 
	width: 515px; 
	font-size: 12px;
	line-height: 20px;
}

div.promotion_half_text
{
	width: 354px; 
	height: 21px; 
	background-color: #064396; 
	position: absolute; 
	left: 16px;
	top: 21px;
	padding: 3px 0;
	color: #fff;
}

div.promotion_half_text h2
{
	display:inline;
	margin:0;
	padding: 0 5px 0 13px;
	vertical-align: middle;
}

div.promotion_half_text span
{
	vertical-align: middle;
}

div.promotion_gallery
{ 
	margin: 25px; 
	padding: 22px; 
	width: 753px; 
	height: 153px;
	border: 1px solid grey; 
	clear: both;
}
div.promotion_gallery img
{
	margin-left: 15px;
	border: 1px solid #6d6f6e;	
}

a.show_more_information
{
	font-size: 20px;
	display: block;
	background:url(/images/promo/generic/show_icon.png) no-repeat;
	height: 25px;
	padding-left: 30px;
	cursor: pointer;
}

a.hide_more_information
{
	background-image: url(/images/promo/generic/hide_icon.png);
}

.hidden
{
	display: none;
}

div.home_plain_intro,
#hotel_tabs,
#home_news
{
	padding: 0 25px; 
	font-size: 12px; 
	line-height: 18px;
	color: #333333;
}

#hotel_tabs_lower_bar
{
	background-color: #074aa1; 
	height: 3px;
}

/*
* jQuery UI CSS Framework
* Copyright (c) 2009 AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT (MIT-LICENSE.txt) and GPL (GPL-LICENSE.txt) licenses.
*/

.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute; left: -99999999px; }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }
.ui-state-disabled { cursor: default !important; }
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-tabs li { height: 28px; }

.ui-state-default { background: #e1e1e1 url(/images/home/hotel_taboff.png); }
.ui-state-hover, .ui-state-focus .ui-icon { background: #ccc url(/images/home/hotel_taboff.png); }
.ui-state-active {background: url(/images/home/hotel_tabon.png); font-weight: bold; }

.ui-state-default a { color: #ffdcb3; }
.ui-state-hover a, .ui-state-focus a { color: #fff;  }
.ui-state-active a { color: #ffc835; }

.ui-tabs li { cursor: pointer; }
li.ui-state-active { cursor: default; margin: 0 .2em -1px 0 !important; }

.ui-tabs { padding: .2em; zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; height: 28px;}
.ui-tabs .ui-tabs-nav li { position: relative; float: left; border-bottom-width: 0 !important; margin: 0 3px 1px 0; padding: 0; }
.ui-tabs .ui-tabs-nav li a { float: left; text-decoration: none; padding: 10px 8px 6px 8px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom: 0px; border-bottom-width: 0; }
.ui-tabs .ui-tabs-panel { padding: 15px; border: 1px solid #a7a7a7; background: url(/images/home/hotel_bg.png) no-repeat;  display: block;  }
.ui-tabs .ui-tabs-hide { display: none !important; }

.booking_confirm
{
	border: 1px solid #015DAA;
	margin: 10px;
	padding: 10px;
}
.booking_confirm h1
{
	background: #015DAA;
	color: #FAE800;
	padding: 5px;
	margin: -5px;
	font-weight: bold;
	font-size: 16px;
	font-family: Palatino Linotype;
}
.booking_confirm h3
{
	color: #015DAA;
	font-size: 14px;
}