/* -------------------------------------------------------------------- */
                          /* !*** GENERAL STYLES *** */
/* -------------------------------------------------------------------- */


body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background: url(bg.gif) repeat-x top left #F0F0F0;
	margin: 0;
	padding: 0;
	}

a:link {
	text-decoration:none;
	}

a:visited {
	text-decoration:none;
	}

a:hover {
	text-decoration:underline;
	color:#f00;
	}
	
h1,h2,h3,h4,p,ul,li{
	margin: 0;
	padding: 0;
	}
	
img {
	border: none;
	}

.clear {
	clear: both;
	line-height: 0;
	}

/* -------------------------------------------------------------------- */
                          /* !*** CONTAINERS *** */
/* -------------------------------------------------------------------- */



#container {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	text-align:left;
	background: url(logo.gif) no-repeat top left;
	}

#header {
	background: url(strapline.gif) no-repeat 176px 0px;
	height: 50px;
	clear: both;
	}

#title_bar {
	clear: both;
	height: 69px;
	margin: 0;
	padding: 0;
	overflow: hidden;
/* 	border: 1px solid; */
	}
	
#arb_bar {
	clear: both;
	height: 41px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: url(bg_arblinks.gif) repeat-x;
/* 	border: 1px solid; */
	}
	
#promo_bar {
	clear: both;
	height: 299px;
	_height: 300px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: url(bg_wizard_home.jpg) no-repeat bottom right;
	}
	
#body {
	float: left;
	clear: both;
	margin: 0;
	padding: 0;
	width: 960px;
	border-bottom: 1px solid #ddd4d4;
	}

#body.cols2 {
	background: url(body_2col.gif) repeat-y top left;
	}

#body.cols2guide {
	background: url(body_2col_guide.gif) repeat-y top left;
	}

#body.cols3 {
	background: url(body_3col.gif) repeat-y top left;
	}

#content {
	float: left;
	margin: 0 1px;
	background: url(content_shade.gif) repeat-x top left;
	}

#content.cols2 {
	padding: 20px 30px 10px 30px;
	width: 735px;
	}

#content.cols2guide {
	padding: 20px 25px 10px 30px;
	width: 612px;
	float: right;
	}

#content.cols2deals {
	padding: 20px 25px 10px 30px;
	width: 612px;
	float: left;
	}

#content.cols3 {
	padding: 20px 20px 10px 20px;
	width: 465px;
	}

#basicGuide {
	margin: 40px;
	}

#left {
	width: 289px;
	margin-left: 1px;
	float: left;
/* 	background: url(side_shade.gif) repeat-x top; */
	}

#right {
	width: 162px;
	margin-right: 1px;
	float: left;
	background: url(side_shade.gif) repeat-x top left;
	}
	
#bottom {
	clear: both;
	height: 30px;
	}

#bottom.cols2 {
	background: url(bottom_2col.gif) no-repeat top left;
	}
	
#bottom.cols3 {
	background: url(bottom_3col.gif) no-repeat top left;
	}
	
#footer {
	padding-top: 50px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size:12px;
	color:#4D3D3D;
	clear: both;
	background: transparent url(footer.gif) repeat-x bottom left;
	}

#footer a {
	color:#4D3D3D;
	}

#footer a:hover {
	color: #D21F1F;
	text-decoration: none;
	}

#socialLinks {
	margin-left: 290px;
	font-weight: bold;
	}

#socialLinks img {
	margin-left: 8px;
	border: none;
}

img.socialIcon {
	width: 30px;
	}


/* -------------------------------------------------------------------- */
                       /* !*** NAVIGATION *** */
/* -------------------------------------------------------------------- */


ul#navigation {
	float: right;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 38px;
	overflow: hidden;
	}
	
ul#navigation li {
	display: list-item;
	float: left;
	margin: 0;
	margin-top: 1px;
	padding: 9px 25px 10px 25px;
	}
	
ul#navigation li.selected {
	background: url(topNavBGHover.gif) repeat-x top left #7AA0D3;
	border-left: 1px solid #23476A;
	border-right: 1px solid #23476A;
	}
	
ul#navigation a {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	}
	
ul#navigation li.selected a {
	color: #fff;
	}
	
ul#navigation a:hover,
ul#navigation li.selected a:hover {
	color: #fc0;
	text-decoration: none;
	}
	
/* -------------------------------------------------------------------- */
                       /* !*** BOTTOM NAVIGATIONA *** */
/* -------------------------------------------------------------------- */

ul#bottomNav, ul#bottomNavDestinations, ul#bottomNavTop20 {
	list-style-type: none;
	}

li.bottomNavHeading {
	clear: both;
	padding-top: 20px;
	}

ul#bottomNav a {
	color: #999;
	text-decoration: none;
	display: block;
	}
	
ul#bottomNav a:hover {
	color: #0F6ED7;
	}
	
ul#bottomNavDestinations li, ul#bottomNavTop20 li {
	float: left;
	width: 150px;
	margin: 0;
	padding: 0;
	}

ul#bottomNavTop20 li {
	width: 300px;
	}


/* -------------------------------------------------------------------- */
                       /* !*** A LINKS *** */
/* -------------------------------------------------------------------- */


ul#arb_links {
	list-style: none;
	}
	
ul#arb_links li {
	display: list-item;
	float: left;
	margin: 0;
	padding: 0;
	}
	
ul#arb_links li.divider {
	width: 1px;
	height: 40px;
	padding: 0;
	margin: 0;
	background: #ddd4d4;
	border-right: 1px solid #fff;
	}
	
ul#arb_links li a {
	width: 140px;
	display: block;
	padding: 7px 5px 5px 45px;
	line-height: 13px;
	color: #245399;
	background: no-repeat 5px 4px;
	}
	
ul#arb_links li a:hover {
	color: #d21f1f;
	text-decoration: none;
	}
	
ul#arb_links li a#accommodation {
	padding-left: 44px;
	background-image: url(icn_arb_accommodation.gif);
	}
	
ul#arb_links li a#flights {
	padding-left: 44px;
	background-image: url(icn_arb_flights.gif);
	}
	
ul#arb_links li a#holidays {
	background-image: url(icn_arb_holidays.gif);
	}
	
ul#arb_links li a#carhire {
	background-image: url(icn_arb_carhire.gif);
	}
	
ul#arb_links li a#insurance {
	background-image: url(icn_arb_insurance.gif);
	}
	



/* -------------------------------------------------------------------- */
                       /* !*** A  SIDE LINKS *** */
/* -------------------------------------------------------------------- */

a.side_arb_button {
	display: block;
	width: 130px;
	margin-top: 1px;
	padding: 10px 15px 65px 15px;
	font-size: 18px;
	background: no-repeat bottom left #fff;
	border: 1px solid;
/* 	cursor: hand !important; */
	}

a.side_arb_button#arbSideCar_Hire,
a.side_arb_button#arbSideAirport_Parking, 
a.side_arb_button#arbSideAccommodation {
	color: #008acf;
	background-image: url(btn_side_arb_car.gif);
	border-color: #9bbde0;
	}
	
a.side_arb_button#arbSideAccommodation {
	background-image: url(btn_side_arb_hotels.gif);
	}


a.side_arb_button#arbSideCar_Hire:hover,
a.side_arb_button#arbSideAirport_Parking:hover,
a.side_arb_button#arbSideAccommodation:hover {
	border-color: #1782ed;
	}

a.side_arb_button#arbSideFlights {
	color: #5cb800;
	background-image: url(btn_side_arb_flights.gif);
	border-color: #bee09b;
	}

a.side_arb_button#arbSideFlights:hover {
	border-color: #59b200;
	}

a.side_arb_button#arbSideHolidays {
	color: #b85600;
	background-image: url(btn_side_arb_holidays.gif);
	border-color: #e0bb9b;
	}

a.side_arb_button#arbSideHolidays:hover {
	border-color: #af5200;
	}

a.side_arb_button#arbSideTravel_Insurance {
	color: #cf2200;
	background-image: url(btn_side_arb_insurance.gif);
	border-color: #e0a69b;
	}

a.side_arb_button#arbSideTravel_Insurance:hover {
	border-color: #b31e00;
	}

a.side_arb_button:hover {
	text-decoration: none;
	}




/* -------------------------------------------------------------------- */
                       /* !***   TITLE BAR   *** */
/* -------------------------------------------------------------------- */



#title_bar h1 {
	font-size:30px;
	font-weight: normal;
	color: #fff;
	margin-top: 15px;
	margin-left: 180px;
	padding: 0;
	float: left;
	}

#title_bar p {
	font-size: 13px;
	color: #fff;
/* 	text-shadow: 1px 1px 2px #036; */
/* 	margin-top: 12px; */
	margin-left: 180px;
	padding-top: 12px;
	}

#title_bar img {
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}

#title_bar em {
	font-size: 15px;
}

/* -------------------------------------------------------------------- */
                   /* !***   WIZARD QUESTIONS   *** */
/* -------------------------------------------------------------------- */



.wizard_question {
	float: left;
	margin-top: 20px;
	padding-bottom: 15px;
	font-size: 11px;
	background: url(question_footer.gif) no-repeat bottom right;
	}

.wizard_question .heading {
	width: 238px;
	float: left;
	}

.wizard_question .questions {
	width: 720px;
	float: left;
	background: #fff;
	border: 1px solid #DDD4D4;
	border-bottom: none;
	}

.wizard_question h2 {
	font-size:20px;
	font-weight: normal;
	color: #D21F1F;
	background: url(question_header.gif);
	height: 39px;
	margin: 0;
	padding: 16px 0px 0px 40px;
	}

.wizard_question p {
	margin: 0;
	margin-left: 14px;
	padding: 10px 20px 20px 26px;
	background: url(question_description.gif) no-repeat bottom left #DBD6D6;
	}

.wizard_question dl {
	margin: 10px 10px 0px 10px;
	padding: 0px 0px 8px 28px;
	float: left;
	}

.wizard_question dt {
	margin: 0;
	padding: 5px 0px 5px 0;
	clear: left;
	font-weight: bold;
	}

.wizard_question dd {
	margin: 0;
	padding: 5px 0 5px 0;
	float: left;
	width: 165px;
	}

.wizard_question input {
	margin: 0;
	padding: 0;
	float: left;
	}
	
.wizard_question label {
	margin: 0;
	margin-left: 5px;
	padding: 0;
	float: left;
	width: 140px;
	}

.wizard_question label.hide {
	display: none;
	}

.wizard_question dl.q11 {
	width: 312px;
	background: url(q11_bg.gif) no-repeat top left;
	}

.wizard_question dl.q12 {
	width: 312px;
	background: url(q11_bg.gif) no-repeat top left;
	}

.wizard_question dl.q13 {
	clear: both;
	width: 312px;
	background: url(q11_bg.gif) no-repeat top left;
	}

.wizard_question dl.q14 {
	width: 312px;
	background: url(q11_bg.gif) no-repeat top left;
	}

.wizard_question dl.q21 {
	background: url(q11_bg.gif) no-repeat top left;
	}

.wizard_question dl.q22 {
	background: url(q11_bg.gif) no-repeat top left;
	}

.wizard_question dl.q31 {
	background: url(q11_bg.gif) no-repeat top left;
	}

.wizard_question dl.q12 dd {
	width: 100px;
	}
	
.wizard_question dl.q12 label {
	width: 70px;
	}

.wizard_button_bar {
	float: left;
	position: relative;
	left: 420px;
	clear: both;
/* 	text-align: center; */
	padding: 40px 0px;
	}

.wizard_button_bar input {
	margin-right: 20px;
	}

/* -------------------------------------------------------------------- */
                     /* !***   WIZARD SUMMARY   *** */
/* -------------------------------------------------------------------- */



#wizard_summary {
	background: #8eb2e2 url(side_shade_blue.gif) repeat-x top left;
	border-bottom: 1px solid #7A9ABB;
	padding: 6px 12px;
	color: #fff;
	font-size: 12px;
/* 	font-weight: bold; */
	}

#wizard_summary h3 {
	font-size: 14px;
	padding-bottom: 3px;
	}

#wizard_summary ul {
	margin-left: 15px;
	margin-top: 5px;
	list-style-type: square;
	}

#wizard_summary li {
	padding: 2px 0;
	}

#wizard_summary a.button {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	padding: 5px;
	margin-top: 5px;
	background: #5581c3;
	}

#wizard_summary a.button:hover {
	text-decoration: none;
	background: #F60;
	}



/* -------------------------------------------------------------------- */
                     /* !***   DESTINATION QUICK FACTS   *** */
/* -------------------------------------------------------------------- */



#quick_facts {
	width: 138px;
	background: url(side_shade_blue.gif) repeat-x top left #8eb2e2;
	border-bottom: 1px solid #7A9ABB;
	padding: 6px 12px;
	color: #fff;
	font-size: 12px;
/* 	font-weight: bold; */
	}

#quick_facts h3 {
	font-size: 14px;
	padding-bottom: 3px;
	}

#quick_facts ul {
	margin-left: 15px;
	margin-top: 5px;
	list-style-type: square;
	}

#quick_facts li {
	padding: 2px 0;
	}

#quick_facts a.button {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	color: #fff;
	padding: 5px;
	margin-top: 5px;
	background: #709CD0;
	}

#quick_facts a.button:hover {
	text-decoration: none;
	background: #F60;
	}

#quickFacts h3 {
	background: url(side_shade_blue.gif) repeat-x top left #8eb2e2;
	border-bottom: 1px solid #7A9ABB;
	padding: 6px;
	color: #fff;
	font-size: 12px;
/* 	font-weight: bold; */
	}

#quickFacts dl {
	margin: 6px;
	}

#quickFacts dt {
	color: #336b90;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	margin-top: 5px;
	}

#quickFacts dd {
	font-size: 11px;
	margin: 0;
	padding: 0;
	}

/* -------------------------------------------------------------------- */
                   /* !***   RESULTS STYLES   *** */
/* -------------------------------------------------------------------- */


ul.destination_list{
	margin: 0;
	padding: 0;
	display:block;
	text-decoration:none;
	font-weight:normal;
	cursor:pointer;
	font-size: 11px;
	}
	
.destination_list li {
	list-style: none;
	padding:0;
	margin: 0;
	clear: both;
/*	height: 124px; */
	}

.destination_list li.divider {
	height: 40px;
	}

.destination_list a {
	color:#000;
	display:block;
	margin:0;
	padding: 0;
	}

.destination_list a:hover {
	text-decoration: none;
	color:#333;
	}

.destination_list span {
	display:block;
	}

.destination_list span.bullet {
	margin-left: 0;
	background-image: url(star_list.gif);
	background-repeat: no-repeat;
	background-position-y: 2px;
	width:22px;
	height:27px;
	}
	
span.image {
	float: right;
	border: 1px solid #ACA8A8;
	padding: 3px;
	background: #fff;
	margin-left: 10px;
	}

span.image img {
	border: none;
	}

span.title {
	font-size:22px;
	color: #D21F1F;
	border-bottom: 1px solid #E1D6D6;
	padding-bottom: 3px;
	padding-left: 30px;
	background: url(star_list.gif) no-repeat 0px 2px;
	}

span.description {
	padding: 8px 0;
/*	height: 55px; */
	}

span.highlights {
	padding: 5px 10px;
	background: #E4E0E0;
	}

span.highlights dt{
		clear: left;
}

span.highlights dd{
		float: left;
}

/* -------------------------------------------------------------------- */
                   /* !***   GUIDE PAGE STYLES   *** */
/* -------------------------------------------------------------------- */


#content h1 {
	font-size: 24px;
	font-weight: normal;
	color: #0F6ED7;
	margin: 14px 0;
}

#content h2, 
#right h2 {
	font-size: 20px;
	font-weight: normal;
	color: #0F6ED7;
	margin: 14px 0;
}

#content h3 {
	font-size: 16px;
	font-weight: normal;
	color: #0F6ED7;
	margin: 10px 0;
	}

#content div.ratingNav img
{
}

#content p {
	margin-top: 10px;
	/*line-height: 16px;*/
}
	
#content img.image {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

#content img.holidayPackagesImage {
	float: left;
	margin: 15px 10px 30px 0;
}

#content dt {
	margin-top: 10px;
	font-weight: bold;
}

#content li {
	margin-top: 10px; 
	margin-left: 10px;
}
	
#content img.main_image {
	margin-bottom: 16px;
	border: none;
}
	
#content div.divider {
	margin: 30px 0;
	border-bottom: 1px solid #E3D9D9;
}
	


/* -------------------------------------------------------------------- */
           /* !***   DESTINATION SUMMARY & OVERVIEW   *** */
/* -------------------------------------------------------------------- */



	
div.guideNavigation {
	float: left;
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(guideNavCellBG.gif) repeat-y top left;
	}

div.guideNavigation h3 {
	background: url(guideNavBG.gif) repeat-x top left #709BD0;
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	border-bottom: 1px solid #A5C5E9;
	}

div.guideNavigation h3.expand {
	background: url(guideNavExpandBG.gif) repeat-x top left #FF7800;
	border-bottom: 1px solid #E8C4A5;
	}

div.guideNavigation h3 a {
	display: block;
	margin: 0;
	padding: 10px 12px;  
	font-size: 15px;
	font-weight: normal;
	color: #fff;
/*	background: url(guideNavBullet.gif) no-repeat 240px 0px; */
	background: url(clickhere_guideNavBullet.gif) no-repeat 220px 7px;
	}
	
div.guideNavigation h3.expand a {
	background-image: url(clickhere_guideNavExpandBullet.gif);
	}
	
div.guideNavigation h3 a:hover {
	color: #fff;
	text-decoration: none;
	background-image: url(clickhere_guideNavBulletHover.gif);
	cursor: pointer;
	}
	
div.guideNavigation h3.expand a:hover {
	background-image: url(clickhere_guideNavExpandBulletHover.gif);
	}
	
div.guideNavigation div {
/* 	float: left; */
/* 	border: 1px solid; */
	}	
	
div.guideNavigation ul{
	float: left;
	list-style: none;
	border-bottom: 1px solid #DFD5D5;
/* 	margin-left: 10px; */
/* 	padding-left: 2px; */
	}

div.guideNavigation li{
	display: list-item;
	float: left;
	margin: 0;
	padding: 0px;
	width: 144px;
	font-size: 12px;
	}

div.guideNavigation li.divider{
	margin: 0;
	padding: 0;
	width: 289px;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	background: #DFD5D5;
	}

div.guideNavigation li a, div.guideNavigation li span.blankNav {
	display: block;
/* 	position: relative; */
	padding: 8px 0px;
	padding-left: 26px;
	padding-right: 5px;
	color: #6E3808;
	background: url(guideNavCellBullet.gif) no-repeat 10px 10px;
	}
	
div.guideNavigation li a:hover {
	color: #ff7800;
	text-decoration: none;
	background: url(guideNavCellBulletHover.gif) no-repeat 10px 10px;
	}

span.ratingNav {
	display: block; 
/*	position: relative; */
	margin: 0;
	margin-top: 3px;
	margin-bottom: -5px;
	margin-left: -1px;
	padding: 0; 
	width: 114px;
	height: 12px;
	font-size: 1px;
	line-height: 1px;
	background: url(star-matrix-small.gif) no-repeat 0px 0px; 
/*	cursor: pointer;  do we need this? */
	}
	
div.guideNavigation li span.starNav1 {
	background-position: 0 -12px;
	}
	
div.guideNavigation li span.starNav2 {
	background-position: 0 -24px;
	}
	
div.guideNavigation li span.starNav3 {
	background-position: 0 -36px;
	}
	
div.guideNavigation li span.starNav4 {
	background-position: 0 -48px;
	}
	
div.guideNavigation li span.starNav5 {
	background-position: 0 -60px;
	}
	
div.guideNavigation li span.starNav6 {
	background-position: 0 -72px;
	}
	
div.guideNavigation li span.starNav7 {
	background-position: 0 -84px;
	}
	
div.guideNavigation li span.starNav8 {
	background-position: 0 -96px;
	}
	
div.guideNavigation li span.starNav9 {
	background-position: 0 -108px;
	}
	
div.guideNavigation li span.starNav10 {
	background-position: 0 -120px;
	}
	
#left a.button {
	float: left;
	clear: both;
	width: 270px;
	display: block;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	padding: 10px 0;
	margin: 10px 10px 0px 10px;
	background: #f60;
	}

#left a.button:hover {
	text-decoration: none;
	background: #c00;
	}

.error {
	color: #f00;
	font-weight: bold;
	}
	
div.guideNavigationImage {
	width: 289px;
	height: 143px;
	overflow:hidden;
	position: relative;
	}

div.guideNavigationImage img {
	width: 289px;
	position: relative;
	top: -22px; 
	left: 0px; 
	}

div.guideNavigationText {
	margin: 5px 10px;
	}

h3.sideBasic {
    background-color: #FF7800;
    margin: 0;
    padding: 5px;
    font-size: 15px;
    font-weight: normal; 
    color: #fff;
    border-bottom: 1px solid #E8C4A5;
    }


/* -------------------------------------------------------------------- */
           /* !***   A RESULTS   *** */
/* -------------------------------------------------------------------- */

span.extraDealsTitle {
	color: #999;
    font-size: 17px;
	font-weight: bold;
	margin-left: 92px;
	}

.pagesIntro {
	font-weight: bold;
	}

.pagesOuterBox h1, .pagesOuterBox h2, .pagesOuterBox h3, .pagesOuterBox h4 {
    font-weight:normal;
	}

ol.pagesOuterBox {
    display:block;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
    float: left;
    clear: both;
    }

ol.pagesOuterBox li {
    display: block;
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
    margin-top: 4px !important;
    float: left;
    clear: left;
	}


ol.pagesOuterBox li a {
    color:#00f;
    display:block;
    margin: 0px;
    padding: 10px;
    text-decoration:none;
    float: left;
    position: relative;
    clear: left;
    width: 440px;
    border: 3px solid transparent;
/*    background: #fff url(resultsBG.gif) repeat-x bottom left;
    border: 3px solid #ddd4d4; */
	}

ol.pagesOuterBox li a:hover {
/*     color: #fff !important; */
    text-decoration:none;
/*     background: #ebe4e4; */
    border: 3px solid #c00;
	}

ol.pagesOuterBox li a.pagesLink {
	width: 660px;
	}

ol.pagesOuterBox li a.dealsLink {
	width: 600px;
    padding: 3px;
	}

ol.pagesOuterBox li a.dealsLink {
	border: 0;
	}

ol.pagesOuterBox li a.dealsLink:hover {
    background: none;
	background-color: #fdf7df; 
	color: #ff7800;
	}

ol.pagesOuterBox li a.dealsLinkBottom {
	width: 600px;
	border: 0;
    background: none;
	}

ol.pagesOuterBox li a.dealsLinkBottom:hover {
	background-color: #fdf7df;
	}

ol.pagesOuterBox li a:hover .pagesTitle,
ol.pagesOuterBox li a:hover .pagesText,
ol.pagesOuterBox li a:hover .pagesRef {
/*     color: #fff; */
	}



ol.pagesOuterBox span {
    display:block;
	}

ol.pagesOuterBox span.numbers {
    margin-left: 0;
    float:left;
    height:37px;
	}

ol.pagesOuterBox .pagesImage {
    float: left;
    position: absolute;
	}

ol.pagesOuterBox .pagesNumber {
    float: left;
    position: absolute;
    margin-left: 80px;
    font-family: Verdana;
    font-weight: bold;
    padding: 0px 15px;
    width: 40px;
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    color: #cceaf9;
	}

ol.pagesOuterBox span#number1.pagesNumber {
    font-size: 55px;
    line-height: 55px;
    color: #78c7ef;
	}

ol.pagesOuterBox span#number2.pagesNumber {
    font-size: 50px;
    line-height: 50px;
    color: #9ad5f3;
	}

ol.pagesOuterBox span#number3.pagesNumber {
    font-size: 45px;
    line-height: 45px;
    color: #bce3f7;
	}

ol.pagesOuterBox span#number4.pagesNumber {
    font-size: 40px;
    line-height: 40px;
    color: #cceaf9;
	}

ol.pagesOuterBox .pagesTitle,
ol.pagesOuterBox .pagesText,
ol.pagesOuterBox .pagesRef {
    padding-left: 90px;
	}

ol.pagesOuterBox .bottomDeals {
    padding-left: 20px;
	}

ol.pagesOuterBox .pagesTitle {
    font-size: 17px;
    text-decoration: underline;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 5px;
	}

ol.pagesOuterBox .pagesTitle b {
/*     font-weight: normal; */
	}

ol.pagesOuterBox .pagesText {
    color:#000;
    font-size: 13px;
    font-weight:normal;
    text-decoration:none;
	}

ol.pagesOuterBox .pagesRef {
	color: #7AC142;
    font-size: 13px;
    font-weight: bold;
    text-decoration:none;
    font-style:italic;
    margin-top: 2px;
	}

ol.pagesOuterBox .pagesMore {
    font-size: 12px;
    font-weight:bold;
    text-decoration:none;
    float: right;
    padding-right: 10px;
    padding-left: 20px;
    margin-top: -20px;
    background: url(result_btn_more.gif) no-repeat top left;
	}

ol.pagesDealsBottom, ol.basicDealsSide {
	padding: 0;
	margin: 20px 0;
	margin-top: 30px;
    list-style: none;
	font-size: 13px;
	background: url(s-l.gif) no-repeat top right;
	}
	
ol.basicDealsSide {
	margin-top: 4px;
	padding-top: 10px;
	}

ol.pagesDealsBottom li, ol.basicDealsSide li {
	clear: both;
	padding: 0;
	margin: 0;
	padding-top: 5px;
	border-bottom: 1px solid #ccc;
	}

ol.pagesDealsBottom li {
/* 	height: 85px; */
	padding-bottom: 5px;
	}

ol.basicDealsSide li {
	padding: 10px;
	}

ol.pagesDealsBottom .pagesImage, ol.basicDealsSide .pagesImage {
	display: block;
    float: left;
	margin-right: 10px;
	}

ol.pagesDealsBottom a.pagesTitle, ol.basicDealsSide a.pagesTitle {
	color: #00f;
    font-size:16px;
    line-height:20px;
    text-decoration:underline;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 5px;
    }

ol.basicDealsSide a.pagesTitle {
	font-size: 14px;
	line-height: 16px;
	}

ol.pagesDealsBottom a.pagesRef, ol.basicDealsSide a.pagesRef {
	color: #7AC142;
	font-size: 12px;
    font-weight:bold;
    text-decoration:none;
    font-style:italic;
    margin-top: 2px;
    }

ol.pagesDealsBottom a:hover, ol.basicDealsSide a:hover {
	text-decoration: underline;
	}

.rightPagesTitle {
	font-weight:bold;
	color:#c00;
	font-size:16px;
}

.rightPagesDesc {
	font-size:14px;
	padding-top: 5px;
	display: block;
}

.rightPagesRef {
	color:#000;
	font-size:10px;
	padding-top: 7px;
	display: block;
}

#rightPagesHeadline, #pagesHeadline {
	background: url(s-l.gif) no-repeat right;
	padding-top: 4px;
	height: 10px;
	}

#rightPagesHeadline {
	background-color: #fff;
	}

#rightPagesBody {
	width: 162px;
	overflow: hidden;
	}

.rightColBanner {
	text-align:center; 
	padding-top:10px;
	}

#leftPagesBody {
	width: 289px;
	overflow: hidden;
	}

#leftPagesBody a {
    display: block;
    margin-top: 1px;
    padding: 10px 15px 65px 15px;
    font-size: 18px;
    color: #5cb800;
    background: url(btn_side_basic.gif) no-repeat bottom left #fff;
    border: 1px solid #bee09b;
    }


#sitemap h2 {
	clear: both;
	padding:0;
	margin:0;
	font-size:15px;
	}

#sitemap ul {
	float: left;
	margin: 0;
	margin-bottom: 12px;
	padding: 0;
	list-style-type: none;
	}

#sitemap li {
	float: left;
	margin: 0;
	padding: 0;
	width: 230px;
	font-size:12px;
	}

#sitemap a {
	color: #999;
	}

img.banner120 {
	border: none;
	margin: 8px 0 0 15px;
	}
	

.galleryLandscape, .galleryPortrait {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding: 0; 
}

.galleryLandscape {
  height: 235px; 
  width: 475px;
}

.galleryPortrait {
  height: 390px; 
  width: 235px;
  float: left;
  margin-right: 8px;
}

.galleryContentLandscape, .galleryContentPortrait {
	overflow: hidden;
	position: relative; 
}

.galleryContentLandscape {
	width: 475px; 
	height: 235px;
}

.galleryContentPortrait {
	width: 235px; 
	height: 375px;
}

.imgLandscape {
	position: absolute; 
	top: -40px; 
	left: 0px; 
}

.imgPortrait {
	position: absolute; 
	top: 0px; 
	left: 0px;

}


.galleryScreenLandscape {
	position: absolute;
	opacity: 0.5; 
	filter: alpha(opacity=50); 
	top: 176.25px; 
	left: 0px; 
	height: 58.75px; 
	width: 475px;
	background-color: #222;	
} 

.galleryScreenPortrait {
	position: absolute;
	opacity: 0.5; 
	filter: alpha(opacity=50); 
	top: 316.25px; 
	left: 0px; 
	height: 58.75px; 
	width: 235px;
	background-color: #222;
} 

.galleryBarLandscape {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0 0px; 
	top: 173px; 
	height: 45px; 
	width: 475px; 
	display: block;
}

.galleryBarPortrait {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0 0px; 
	top: 313px; 
	height: 45px; 
	width: 235px; 
	display: block;
}

.galleryBarLandscape li, .galleryBarPortrait li {
  position: relative;
  margin: 0 0px 0px 0;  
  padding: 0;
  overflow: hidden;
  float: left;
  list-style: none;
  border:1px solid #fff;
	width: 60px; 
	height: 45px;
}

img.galleryThumbs {
		margin-top: -20px;
		border: none;
}
/* -------------------------------------------------------------------- */
                          /* !*** HORIZONTAL BOOKING FORM *** */
/* -------------------------------------------------------------------- */




.booking_horzontal {
	width: 729px;
	height: 132px;
	margin-left: 5px;
	margin-bottom: 30px;
	background: url(form_booking_horiz_bg.gif) no-repeat;
	}
	
.booking_horzontal .heading {
	height: 60px;
	padding-top: 8px;
	padding-left: 110px;
	margin-left: 10px;
	background: url(form_booking_horiz_title_bg.gif) no-repeat 0 10px;
	}
	
.booking_horzontal h2 {
	font-size: 26px;
	font-weight: normal;
	color: #bf0a0a;
	margin: 0 !important;
	}
	
.booking_horzontal p {
	font-weight: normal;
	color: #977e44;
	margin: 0 !important;
	}
	
.booking_horzontal form {
	float: left;
	clear: left;
	margin: 0;
	padding: 0;
	padding: 15px;
	}
	
.booking_horzontal select {
	float: left;
	width: 180px;
	margin-right: 8px;
	margin-top: 5px;
	}
	
.booking_horzontal input {
	float: left;
	margin-left: 5px;
	}
	
.selectOptionCountry {
	font-weight: bold;
	}

.selectOptionRegion {
	margin-left: 7px;
	}

.selectOptionCity {
	margin-left: 14px;

	}

/* -------------------------------------------------------------------- */
                          /* !*** VERTICAL BOOKING FORM *** */
/* -------------------------------------------------------------------- */


.booking_vertical {
	width: 162px;
	background: url(form_booking_vert_body.gif) repeat-y;
	}
	
.booking_vertical-outer {
	background: url(form_booking_vert_header.gif) no-repeat top;
	}
	
.booking_vertical-inner {
	padding: 0 8px 46px 8px;
	background: url(form_booking_vert_footer.gif) no-repeat bottom;
	}
	
.booking_vertical h3 {
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	margin: 0 !important;
	padding: 14px 10px;
	border-bottom: 1px solid #ab2e00;
	}
	
.booking_vertical h3 strong {
	font-size: 24px;
	}
	
.booking_vertical p {
	font-size: 12px;
	color: #fff;
	margin: 0 !important;
	padding: 14px 10px;
	border-top: 1px solid #f45921;
	}
	
.booking_vertical form {
	margin: 0;
	padding: 0;
	text-align: center;
	}
	
.booking_vertical select {
	width: 138px;
	margin-top: 5px;
	margin-bottom: 15px;
	}
	

/* -------------------------------------------------------------------- */
                          /* !*** NEWS *** */
/* -------------------------------------------------------------------- */

#sideNews {
	margin: 0 10px;
	color: #999;
	}

#sideNews h4 {
	color: #666;
	margin-top: 12px;
	}

#sideNews a {
	color: #999;
	}

span.pubblishedDate {
	font-size: 10px;
	}

#pageNews {
	margin-top :30px;
	}

#pageNews h4 {
	color: #666;
	margin-top: 12px;
	}

#pageNews p {
	margin: 0;
	}

/* -------------------------------------------------------------------- */
                          /* !*** OFFER BANNERS *** */
/* -------------------------------------------------------------------- */




/* -------------------------------------------------------------------- */
                          /* !*** OFFER BANNERS *** */
/* -------------------------------------------------------------------- */


a.offer-banner {
	display: block;
	width: 729px;
	color: #d51f1f;
	}

.offer-banner-header {
	display: block;
	width: 729px;
	height: 10px;
	font-size: 1px;
	line-height: 1px;
	background: url(offer_banner_horiz_header.png) no-repeat;
	}

.offer-banner-body-large, .offer-banner-body-small  {
	display: block;
	width: 709px;
	padding: 0 10px;
	text-align: center;
	font-size: 36px;
	font-weight: normal;
	background: url(offer_banner_horiz_body.png) repeat-y;
	}

.offer-banner-body-small {
	font-size: 28px;
	}

.offer-banner-footer {
	display: block;
	width: 729px;
	height: 65px;
	background: url(offer_banner_horiz_footer-flights.png) no-repeat top;
	}

.offer-banner-footer {
	display: block;
	width: 729px;
	height: 65px;
	}

#offer-banner-Flights .offer-banner-footer {
	background: url(offer_banner_horiz_footer-flights.png) no-repeat top;
	}

#offer-banner-Accommodation .offer-banner-footer {
	background: url(offer_banner_horiz_footer-hotels.png) no-repeat top;
	}

#offer-banner-Holidays .offer-banner-footer {
	background: url(offer_banner_horiz_footer-holidays.png) no-repeat top;
	}

#offer-banner-Airport_Parking .offer-banner-footer {
	background: url(offer_banner_horiz_body-parking.png) no-repeat top;
	}

#offer-banner-Car_Hire .offer-banner-footer {
	background: url(offer_banner_horiz_body-carhire.png) no-repeat top;
	}

.bannerHeading {
	color: #808080;
	font-weight: bold;
	font-size: 28px;
	display: block;
	margin-top: 20px;
	margin-bottom: 0px;
	}
	
.bannerDestination {
	color: #336b90;
	font-weight: bold;
	}
	

a.offer-banner:hover {
	color: #f00;
	text-decoration: none;
	cursor: hand;
	}

a.type1-banner {
	display: block;
	width: 675px;
	height: 115px;
	margin-top: 10px;
	font-family: arial, helvetica, sans-serif;
	}

a.type1-banner:hover {
	text-decoration: none;
	}
	
span.type1-bannerDestination {
	display: block;
	width: 180px;
	margin-top: 8px;
	margin-left: 90px;
	text-align: right;
	float: left;
	color: #fff;
	font-size: 32px;
	font-family: MyriadPro-LightIt, MyriadPro, arial, helvetica, sans-serif;
	}	
	
span.type1-bannerText {
	display: block;
	width: 335px;
	margin-top: 8px;
	margin-left: 30px;
	float: left;
	color: #fff;
	font-size: 20px;
	}	

span.type1-bannerText .bannerDestination {
	color: #fff;
	}
	
.topDealsIntro {
	font-size: 22px;
	color: #666;
	}
	
#content h2.pageSubHeading {
	font-family: arial, helvetica, sans-serif;
	color: #808080;
	font-weight: bold;
	font-size: x-large;
	margin: 20px 0;
	}



