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

PAGE LAYOUT

**********************************************/
#left_col, .main_col {
	margin-top: 30px !important;
}
#left_col {	
	float: left !important; 
	clear: none !important;
	width: 0px; 
	padding-right: 7px;
	padding-left: 40px;
	background: none;
}
.main_col { /* margins create col on right side only */ 
	margin: 0; 
	display: inline-block;
	padding: 0 0px 0 5px; 
	float: left;
	margin: 0 auto;
	padding-left: 150px;
	width: auto;
} 


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

MAIN COLUMN - CONTENT

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

.main_col ul {
	margin-top: 5px;
}
.main_col p {
	margin: 3px 0 20px 0;
}


#sitemap-footer {
	margin-top: 0px;
}
ul.conditions {
	display: block;
	width: 100%;
	clear: both;
	padding-top: 30px;
}
ul.conditions li {
	list-style-type: none;	
	margin-left: 10px;
	font-size: 11px;
}

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

MAIN COLUMN - SEARCH FORM

**********************************************/
.main_col { 
	padding-right: 0px !important;
}
#search {
	background: url("../images/design_elements/nav_menu_border_bottom.gif") bottom repeat-x !important;
	margin-top: 0px;
	padding: 0px 0 17px 0px;
	position: relative;
	width: 665px;
	padding-left: 23px;
}
#search form {
	margin: -20px 0 0 20px;
	background: url("../images/search-bg.jpg") bottom right no-repeat;	
	border: 1px solid #FFF;
	z-index: -1 !important;
}
#search .free-fares-banner {
	margin: 0px 30px 20px 30px;
	position: relative;
	top: -15px;
}
#search > h2 {
	z-index: 1 !important;
	font-size: 24px !important;
	margin-bottom: 5px !important;
	color: #0b606a;
	position: relative;
}
#search > h1 {
	font-weight: normal;
	font-size: 16px;
	margin: -8px 0 10px 8px;
	line-height: 120%;
	color: #000;
	position: relative;
	top: -7px;
	left: 50px;
}
#lowest-price {
	color: #d2260b;
	font-size: 118%;
}
div#oneway_or_return {
	margin-top: 0 !important;
	left: 0 !Important;
}
.iata-accreditation {
	margin-top: 15px;
	float: right;
	margin-left: 80px;
}
div#affiliations {
	position: relative;
	left: -25px;
	margin: 10px 0 20px 0;
}
#search_button_row.formRow {
	width: 100%;
	margin: 3px 0 0 0;
	padding-top: 10px !important;
	float: none !important;
}
#search_button_row h2 {
	float: left;
	clear: none;
	display: inline-block;
	clear: none;
	line-height: 26px;
	font-size: 15px;
	width: 40%;	
	margin-right: 60px;
	text-align: right;
}
.search-button-container {
	float: right;
	clear: none;
	width: 30%;
	text-align: left;
}
#search_button_row button {
	border: 0;	
	background: url("../images/button6-left.gif") no-repeat left 1px; /* This 1px drops background down inline with the span but there has to be an IE-compatible way to do this... sigh. Look at later.*/
	padding: 0 !important;
	display: inline-block; 
	height: 28px;
	color: #fefff5;
	cursor: pointer;
	margin: 0 !important;
	margin-left: 300px !important;
}
#search_button_row button span {
	background: url("../images/button6-right.gif") no-repeat top right;
	padding: 0 18px 0 7px; /* must have 11px on right; everything else is filler */
	margin-left: 11px;
	height: 28px;
	display: inline-block;
	white-space: nowrap;
	line-height: 26px;
}
.airline-slider {
	width: 297px;
	height: 90px;
	overflow: hidden;
	position: relative;
	float: left !important;
	text-align: center !important;
}
.airline-slider h2 {
	font-size: 13px;
	color: #567F82 !important;
	border-top: 1px solid #9CB4B7;
	padding: 0 2em;
	margin: auto;
	margin-top: 5px;
	display: inline;
	line-height: 150%;
	padding-top: 0 !important;
}
.airline-slider h2#book-online-now {
	border-top: 0 !Important;
	font-size: 13px !important;

	margin-top: 0 !Important;
	line-height: 100%;

}
.airline-slider .row-o-logos {
	width: 295px;
	vertical-align: baseline;
	height: 50px !important;
	margin-bottom: 4px;
}
.airline-slider .row-o-logos img {
	float: left;
	clear: none;
	height: 35px !important;
	max-height: 35px !important;}
#currency.formRow {
	width: 100%;
	padding-top: 10px !important;
}


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

DESTINATION / ORIGIN INFO

This section reuses .featured_destination styles set up 
for index page. On landing pages, featured_destinations
section contains info on the city pair searched.

**********************************************/
#featured_destinations {
	width: 550px;
	padding: 40px 40px 0 0;
	background: none !important;
}
#featured_destinations h3 { /* just wasn't quite big enough */
	size: 120%;
}
#featured_destinations div.going_to, #featured_destinations div.coming_from { 
	width: 630px !important;
	margin-left: 10px;
	margin-bottom: 15px;
}
#featured_destinations div.coming_from { /* origin column is less wide than destination one */
	width: 630px !important;
}

body.landing-page .row-o-logos {
	position: relative !Important;
}