@CHARSET "ISO-8859-1";

* { margin: 0; padding: 0; }
img, fieldset { border: none; }

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color:#7F7F7F;
}

a {
color: #F60;
font-weight: bold;
}

#lang a:hover {
color: #F90;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
}

#lang {
	margin: 5px 0 0 10px;
	font-size: 11px;
	color: #666;
	height: 25px;
}

#lang ul {
	line-height: 22px;
	list-style-type: none;
}

#lang li {
	float: left;
	font-weight: bold;
}

#lang a {
	color: #666;
	text-decoration: none;
}

#header {
	margin-top: 10px;
}

#breadcrumb {
	background: url(/img/breadcrumb-bg.png) repeat-x;
	margin: 10px 0;
	height: 26px;
	font-size: 14px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	border-bottom: 1px solid #a7aaac;
}

#breadcrumb a { 
	color: #fff;
	font-weight: bold;
	text-decoration: none;	
	line-height: 26px;
}

#breadcrumb a:hover {
	text-decoration: underline;	
}

#breadcrumb ul {
	list-style-type: none;
}

#breadcrumb li {
	background: url(/img/breadcrumb-item-bg.png) repeat-x;
	float: left;
	height: 26px;
	position: relative;
	padding:0 10px 0 24px;
	border-bottom: 1px solid #666;
}

#breadcrumb li:first-child { 
	padding: 0 10px 0 10px;
	border-radius: 8px 0px 0px 0px;
	
}

#breadcrumb li:after { 
	content: url(/img/breadcrumb-spacer.png);
	position: absolute;
	right:-14px;
	top: 0;
	z-index: 2;
}

#content {
	float: left;
	width: 100%;
}

#footer {
	margin: 0 0 0 10px;
	float:left;
}


label {
	display: block;
	font-weight: bold;
}


#SearchHolder {
	width:960px;
	height:696px;
	position:relative;
	background-image:url('/img/homepage_bg.jpg');
	background-repeat:no-repeat;
	background-position:center top;
}

#SearchCarousel {
	float:left;
	width:620px;
	height:422px;
}

#SearchCarousel ul, #SearchCarousel ul li{
	width:620px;
	height:422px;
	list-style-type: none;
}

#SearchCarousel ul, #SearchCarousel ul li .promoHeroImage{
	width:620px;
	height:422px;
}



.dealsTitle  {
	width:960px;
	height:59px;
	float:left;
}

.dealsTitle h1{
	font-family: 'easyjet_rounded', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:30px;
	color:#ffffff;
	margin: 0px 0 0px 30px;
	padding-top: 15px;
}

#DealsModule {
	float:left;
	position:relative;	
	background-color:#ffffff;
	width:960px;
	height:215px;
}

#DealsModule .leftCorner{
	position:absolute;
	left:1px;
	bottom:-9px;
	z-index:100;
}

#DealsModule .rightCorner{
	position:absolute;
	right:1px;
	bottom:-9px;
	z-index:100;
}

#DealsModule .deals {
	float:left;
	margin:9px 0 0 30px;
}

#DealsModule .deals .dealsLeft,
#DealsModule .deals .dealsCentre,
#DealsModule .deals .dealsRight {
	float:left;
	width:296px;
	height:198px;
	margin-right:6px;
}

#DealsModule .deals .dealsLeft ul,
#DealsModule .deals .dealsLeft ul li,
#DealsModule .deals .dealsCentre ul,
#DealsModule .deals .dealsCentre ul li,
#DealsModule .deals .dealsRight ul li {
	width:296px;
	height:198px;
	list-style-type: none;
}


#DealsModule .deals .dealsLeft ul li a,
#DealsModule .deals .dealsCentre ul li a,
#DealsModule .deals .dealsRight ul li a{
	display:block;
}

#DealsModule .deals .dealsLeft ul li a img,
#DealsModule .deals .dealsCentre ul li a img,
#DealsModule .deals .dealsRight ul li a img{
	max-width:296px;
	max-height:198px;
}

#SearchCarouselPaging {
	position: absolute;
	bottom: 250px;
	left: 600px;
	z-index: 10;
	
}
#SearchCarouselPaging span{
	float:left;
	width:16px;
	height:16px;
	margin-right:2px;
	display:block;
	background-image:url(/img/paging_square.png);
	background-position:0 16px;
	text-indent:-99999px;
	cursor:pointer;
}

#SearchCarouselPaging span.current{

	background-position:0 0;
	
}

/*** SEARCH FORM ****/



#SearchFrom {
	float:left;
	width:300px;
	height:398px;
	background-color:#ffffff;
	background-image:url('/img/search_footer.jpg');
	background-repeat:no-repeat;
	background-position:center bottom;
	margin:24px 0 0 30px;
	
	
}

#SearchFrom .input {
	margin:28px 0 0 20px;
	*margin: 28px 0 0 10px;
	float:left;
	width: 264px;
}

#SearchFrom .input img {
	float:left;
	margin-right:25px;
}

#SearchFrom .submit {
	float: right;
	margin: 47px 18px 0 0;
	width: 264px;
}


#SearchFrom label {
	font-family: 'easyjet_rounded';
	font-weight: bold;
	font-size: 15px;
	color: #999999;
	display: block;
	margin-bottom: 5px;
}

#SearchFrom input, #SearchFrom select{
	width:252px;
	height:28px;
	border:none;
	background-color:#E5E5E5;	
}

#SearchFrom #SearchArrivalDate, #SearchFrom #SearchDepartureDate {
	width:93px;
	height:28px;
	line-height:28px;
	cursor:pointer;
	float:left;
	border:none;
	background-color:#E5E5E5;
	text-align: center;
	font-weight: bold;
}

#SearchFrom #SearchArrivalTime, #SearchFrom #SearchDepartureTime {
	width:118px;
	*width:94px;
	height:28px;
	cursor:pointer;
	float:left;
	border:none;
	background-color:#E5E5E5;
	font-weigth:normal;
}


#SearchArrivalTime_chzn.chzn-container-single .chzn-single, #SearchDepartureTime_chzn.chzn-container-single .chzn-single {
  	height: 28px;
  	width:117px !important;
  	line-height: 28px;
  	margin: 0;
	padding: 0;
	text-align: center;
	
}

#SearchArrivalTime_chzn .chzn-drop, #SearchDepartureTime_chzn .chzn-drop { 
	 width:119px !important;
	
}

#SearchFrom input:hover{
	cursor:pointer;
}

#SearchFrom input[type='submit']{
	width:117px;
	height:34px;
	background-image:url('/img/search_button.png');
	background-repeat:no-repeat;
	background-position:center top;
	text-indent:-99999px;
	/* text-transform makes text-indent work for ie7 - crazy but true*/
	text-transform: capitalize;
	cursor:pointer;
	float:right;
	border:none;
	background-color:#E5E5E5;
}

.chzn-container-single .chzn-single {
  height: 58px;
  width:254px;
  line-height: 28px;
}

.chzn-container .chzn-drop { 
	 width:264px !important;
	
}

.chzn-results {
	/*text-align:center;*/
}

/**** Providers MODULE ****/
#ProvidersModule {
	position:relative;	
	background-image:url('/img/providers_module_bg.jpg');
	
	width:960px;
	float: left;
	height:294px;
}

#ProvidersModule .leftCorner{
	position:absolute;
	left:1px;
	bottom:-9px;
	z-index:100;
}

#ProvidersModule .rightCorner{
	position:absolute;
	right:1px;
	bottom:-9px;
	z-index:100;
}

#ProvidersModule .title {
	
	background-repeat:no-repeat;
	background-position:center top;
	width:960px;
	height:61px;
	float: left;
}
#ProvidersModule .title h1{
	font-family: 'easyjet_rounded';
	font-weight:normal;
	font-size:30px;
	color:#ffffff;
	margin: 0px 0 0px 30px;
	padding-top: 15px;
}

#Providers {
	background-color:#ffffff;
	width:448px;
	height:233px;
	margin:0 0 0 0;
	float: left;
	background-color: #ffffff;
	padding-left: 30px;
}


#Providers .pods{
	float:left;
	width:224px;	
	height: 232px;
	
}

#Providers .pods img{
	max-width:210px;
	max-height:66px;
	margin: 7px 0 12px 0;
	float:left;
	
}

#Providers .pods h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;	
	display: block;
	clear: both;
	width: 215px;
}

#Providers .pods p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;	
	display: block;
	clear: both;
	width: 215px;
}

#Providers .pods p a{
	text-decoration:underline;
	color:#ed522d;
}

#ProvidersCarouselPaging {
	position: absolute;
	bottom: 10px;
	left: 46%;
	z-index: 10;
}
#ProvidersCarouselPaging span{
	float:left;
	width:11px;
	height:11px;
	margin:4px 2px 0 0;
	display:block;
	background-image:url(/img/paging_square_small.png);
	background-position:0 0;
	text-indent:-99999px;
	cursor:pointer;
}

#ProvidersCarouselPaging span.current{
	background-position:0 11px;

}

#ProvidersCarouselPaging .Providers_prev {
	float:left;
	margin-right:5px;
	cursor:pointer;
}

#ProvidersCarouselPaging .Providers_next {
	float:left;
	margin-left:3px;
	cursor:pointer;
}


#ProviderSolo {
	background-color:#ffffff;
	width:478px;
	height:233px;
	margin:0 0 0 4px;
	float: left;
	background-color: #ffffff;
	
}



#ProviderSolo ul, #ProviderSolo ul li {
	width:478px;
	height:233px;
	list-style-type: none;
}


#ProviderSolo ul li a{
	display:block;
}

#ProviderSolo ul li a img{
	max-width:478px;
	max-height:233px;
}
/**** END Providers MODULE ****/

object {z-index:-1000;}
