#search-box,
#search-banners,
#search-links,
#search-disclaimer {
    min-height: 35px;
}

#subnavigation ul:first-child, #subnavigation ul.subnavigation {
    width: 82%;
}

#content {
    padding-top: 0 !important;
    padding-right: 0 !important;
    margin-top: -5px;
    width: 79.3%;
}

#content h1 {
    color: #dc140a;
    font-size: 140%;
    margin-bottom: 3px;
    /* the next two rules are for the benefit of IE6 */
    position: relative;
    z-index: 2;
}

#search-side {
		float: right;
		height: 100%;
		padding: 0;
		width: 165px;
        margin: -41px 0px 15px 5px;
        padding: 5px;
        background: #fff;
        position: relative;
        z-index: 2;
}

/* flight search form */

#content .flight-search-main {
    width: 450px;
    font-size: 110%;
    float: left;
    margin-bottom: 0.4em;
}

#content .flight-search-main th {
    vertical-align: top;
    padding-right: 15px;
    padding-top: 7px;
}

#content .flight-search-main table table th {
    text-align: right;
}

#content .flight-search-main td {
    padding: 4px 2px;
    vertical-align: top;
}

#content .flight-search-main td#row-select {
    width: 40%;
}

#content .flight-search-main label {
    margin-right: 8px;
    font-weight: normal !important;
}

#content .flight-search-main label.accessible {
    display: none;
}

#content .flight-search-main select {
    font-size: 90%;
    padding: 2px 3px;
}

#content .flight-search-main select#CityFrom,
#content .flight-search-main select#TravelClass {
    width: 160px;
}

#content .flight-search-main input {
    padding: 2px 3px;
    font-size: 90%;    
}

#content .flight-search-main #CityTo {
   width: 150px; 
}    

#content .flight-search-main a#link_city_list {
    display: block;
    font-size: 85%;
    color: #666;
    float: right;
    text-align: center;
    line-height: 1.2;
    position: relative;
    top: -3px;
    left: -3px;
}

#content .flight-search-main span#CityToExample {
    display: block;
    font-size: 85%;
    color: #666;
    padding-top: 3px;
}

#content .flight-search-main #search_button {
    float: right;
}

#content .flight-search-main #change_booking_link {
    text-decoration: underline;
    color: #0000FF;
    display: block;
    font-size: 120%;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 50%;
}

#content .flight-search-main #change_booking_link:hover {
    text-decoration: none;
    color: #0000FF;
}

/* dealfinder drop down menus */
#content .dealfinder-menu {
    width: 280px;
    padding-left: 15px;
    font-size: 110%;
    float: right;
    margin-top: -22px;
}

#content .dealfinder-menu h2 {
    color: #4a7c9d;
    font-size: 110%;
    margin: 2px 0 4px 0;
    /* the next two rules are for the benefit of IE6 */
    position: relative;
    z-index: 2;
}

#content .dealfinder-menu h3 {
    color: #fff;
    background: #4e91be url(/site/images/mdf_gradient.jpg) 0 50% repeat-x;
    font-size: 90%;
    padding: 5px 8px;
    margin: 0;
}

#content .dealfinder-menu .panel {
    border: 1px solid #4e91be;
    margin-bottom: 6px;
    background: #eef1f6;
    height: 86px;
}

#content .dealfinder-menu .panel.city {
    background-image: url(/site/images/mdf_thumb.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
}

#content .dealfinder-menu .panel.region {
    background-image: url(/site/images/mdf_map.gif);
    background-repeat: no-repeat;
    background-position: bottom right;
}

#content .dealfinder-menu .panel p {
    margin: 6px 0 0;
    padding: 5px 8px 0;
    font-size: 95%;
    margin-right: 90px;
}

#content .dealfinder-menu .panel select {
    width: 150px;
    font-size: 95%;
    margin: 0;
    padding: 3px 2px;
}

#content .dealfinder-menu .panel img.right {
    display: block;
    margin: 4px 5px 2px;
    float: right;
    border: 0;
}

.clear {
    clear: both;
}

/* divider at bottom of search area */
div.divider {
    clear: both;
    height: 2px;
    margin-bottom: 5px;
}

div.divider hr {
    display: none;
}    

/* banner section */

#search-banners * {
    display: inline;
    float: none;
    text-align: center;
}

#search-banners {
    height: 89px;
    overflow: hidden;
    width: 55%;
    margin-left: 20px;
    text-align: center;
    margin-bottom: 1em;
}
#search-banners .mod_banner {
    margin-right: 4px;
}

#search-banners .mod_banner a {
    text-decoration: none;
}

/* RSS Ticker
----------------------------------------------------------------------------- */
#search-scroll {
    width: 280px;
    float: right;
}

#search-scroll .mod_rss_ticker h3 {
    color: #fff;
    background: #4e91be url(/site/images/mdf_gradient.jpg) 0 50% repeat-x;
    font-size: 100%;
    padding: 5px 8px;
    margin: 0;
}
    
#search-scroll .mod_rss_ticker #title{
	display: none;
}

#search-scroll .mod_rss_ticker div#scroller {
	width: 278px;
	height: 270px;
    margin-top: 0;
    border: 1px solid #4E91BE;
    background: #EEF1F6;
}

#search-scroll .mod_rss_ticker #pscroller1{
    position: relative;
    top: 0;
    width: 248px;
    height: 251px;
    overflow: hidden;
}    

#search-scroll .mod_rss_ticker .tickerline {
    width: 270px;
}

#search-scroll .mod_rss_ticker .rssclass a {
    color: #666666;
    font-size: 90%;
}

#search-scroll .mod_rss_ticker .rssclass a:active {
    color: #333;
}

/* Link Matrix */
#search-links {
    width: 55%;
    margin-left: 20px;    
}

#link-matrix table {
    width: 430px;
    margin: 12px 12px 12px 3px;
}

#link-matrix table td {
    width: 33.3%;
    text-align: center;
    padding-bottom: 15px;
    line-height: 1.2;
    font-size: 90%;
}

#link-matrix table td a img {
    text-decoration: none;
    display: block;
    margin: auto;
    margin-bottom: 4px;
}

/* search disclaimer */
#search-disclaimer {
    padding: 0 0 0 15px;
}

#search-disclaimer .mod_images,
#search-disclaimer .mod_banner {
    margin-right: 15px;
    float: left;
}

#search-disclaimer .mod_content {
    width: 560px;
    padding-top: 0;
    margin: auto;
}

#search-disclaimer .mod_content p {
    text-align: center;
    font-size: 93%;
}

/* profile links */
#search-profile {
    border-top: 1px solid red;
    margin-top: 20px;
    padding-top: 7px;
    clear: both;
}

#search-profile h3 {
    color: #DC140A;
    font-size: 140%;
}

#search-profile .links {
    width: 49%;
    float: left;
}

#search-profile .links ul {
    height: 50px;
}

#search-profile ul li {
    display: inline;
}

#search-profile ul li a {
    display: block;
    width: 100px;
    text-indent: -5000px;
    float: left;
    margin-right: 15px;
}

#search-profile ul li a.profile {
    background: transparent url(/site/images/linkbuttons/personaldetails.gif) top left no-repeat;
    width: 92px;
    height: 31px;
}

#search-profile ul li a.creditcard {
    background: transparent url(/site/images/linkbuttons/CreditCards.gif) top left no-repeat;
    width: 103px;
    height: 32px;
}

#search-profile ul li a.bookings {
    background: transparent url(/site/images/linkbuttons/mybookings.gif) top left no-repeat;
    width: 105px;
    height: 32px;
}

#search-profile ul li a.flights {
    background: transparent url(/site/images/linkbuttons/flights.gif) top left no-repeat;
    width: 72px;
    height: 32px;
}

#search-profile ul li a.hotels {
    background: transparent url(/site/images/linkbuttons/hotels.gif) top left no-repeat;
    width: 72px;
    height: 32px;
}

#search-profile ul li a.cars {
    background: transparent url(/site/images/linkbuttons/cars.gif) top left no-repeat;
    width: 60px;
    height: 32px;
}

#search-profile ul li a.login {
    background: transparent url(/site/images/linkbuttons/login.gif) top left no-repeat;
    width: 71px;
    height: 31px;
}

/* right column styles */
#search-side .mod_images {
    margin-bottom: 15px;
}

#search-side h3 {
    background-color: #c5c6c8;
    font-size: 110%;
    padding: 6px 0 6px 20px;
    margin-bottom: 0;
}

#search-side h3.hover {
    background: #AFAFAF;
}

#search-side .online-answers-box {
    border-bottom: 1px solid #fff;
    margin-bottom: 4px;
}

#search-side .online-answers-box #frmOnlineAnswers {
    display: block;
    background: #DDDDDD;
    width: 100%;
    height: 40px;
}

#search-side .online-answers-box #frmOnlineAnswers p {
    margin: 0;
    padding: 0;
}

#search-side .online-answers-box  #frmOnlineAnswers #oa_question {
    width: 71%;
    margin-top: 10px;
    margin-left: 4%;
}

#search-side .online-answers-box  #frmOnlineAnswers #oa_submit {
    margin-top: 3px;
}

#search-side .mod_linklist {
    width: 165px;
    border-bottom: 1px solid #fff;
}

#search-side .mod_linklist ul {
    margin: 0;
}

#search-side .mod_linklist li {
    display: inline;
}

#search-side #helpful-links.mod_linklist li a {
    display: block;
    background: #DDDDDD;
    padding: 4px 6px;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    color: #000;
    font-size: 110%;
    font-weight: normal;
}

#search-side #helpful-links.mod_linklist li a:hover {
    background: #eeeeee;
}

#search-side .mod_linklist li a {
    display: block;
    background: #c5c6c8;
    padding: 9px 0 7px 20px;
    border-bottom: 1px solid #fff;
    text-decoration: none;
    color: #000;
    font-size: 110%;
    font-weight: bold;
}

#search-side .mod_linklist li a:hover {
    background: #AFAFAF;
}

#search-side #external-links.mod_linklist {
    margin-top: 3px;
}



#search-side #external-links.mod_linklist a, #search-side #assistance-links.mod_linklist a, #search-side #contactus-links.mod_linklist a  {
    background: #c5c6c8 url(/site/images/linkbuttons/square-right.gif) top left no-repeat;
}

#search-side #external-links.mod_linklist a:hover, #search-side #assistance-links.mod_linklist a:hover, #search-side #contactus-links.mod_linklist a:hover {
    background: #AFAFAF url(/site/images/linkbuttons/square-right-over.gif) top left no-repeat;
}

/* popout calendar styling */
#content .flight-search-main td.cal div {
    width: 180px;
}

#content .flight-search-main td {
    height: 10px !important;
}

#content .flight-search-main td a#depart_nextMonth,
#content .flight-search-main td a#depart_previousMonth,
#content .flight-search-main td a.Webjet_Calendar_DayUnavailable {
    color: #000;
}

.Webjet_Calendar_WeekDay
{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

.Webjet_Calendar_Month
{
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    text-align: center;
    background-color: Silver;
}

.Webjet_Calendar_Day, .Webjet_Calendar_Day:link, .Webjet_Calendar_Day:visited
{
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
}

.Webjet_Calendar_DaySelected, .Webjet_Calendar_DaySelected:link, .Webjet_Calendar_DaySelected:visited
{
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}


.Webjet_Calendar_Available, .Webjet_Calendar_Available:link, .Webjet_Calendar_Available:visited
{
	background-color :Green;
}

.Webjet_Calendar_Unavailable, .Webjet_Calendar_Unavailable:link, .Webjet_Calendar_Unavailable:visited
{
	background-color :Red;
}

.Webjet_Calendar_Clear, .Webjet_Calendar_Clear:link, .Webjet_Calendar_Clear:visited
{
	background-color :White;
}

.Webjet_Calendar_AvailableSelected, .Webjet_Calendar_AvailableSelected:link, .Webjet_Calendar_AvailableSelected:visited
{
	background-color :Green;
}

.Webjet_Calendar_UnavailableSelected, .Webjet_Calendar_UnavailableSelected:link, .Webjet_Calendar_UnavailableSelected:visited
{
	background-color :Red;
}

.Webjet_Calendar_ClearSelected, .Webjet_Calendar_ClearSelected:link, .Webjet_Calendar_ClearSelected:visited
{
	background-color :Black;
}

#search-side H3 {	
	PADDING-LEFT: 17px;
}


#search-profile {
    display: none;
    border: none;    
}

/* Correct spacing for side banners */

	#search-side .mod_banner{
		margin-bottom: 10px;
		margin-top: 10px;
	}


/* Center images in side menu if in content */

	#search-side .mod_content div p{
		width: 164px;
		text-align:center;
	}
	
/* Update side menu so that my-account has light grey background */
	
	#search-side #my-account.mod_linklist li a {
	    display: block;
	    background: #DDDDDD;
	    padding: 4px 6px;
	    border-bottom: 1px solid #fff;
	    text-decoration: none;
	    color: #000;
	    font-size: 110%;
	    font-weight: normal;
	}

	#search-side #my-account.mod_linklist li a:hover {
	    background: #eeeeee;
	}

/* Fix width problem */
	#content {
		width: 780px;
	}


/* Clean up LHS Banner image */

	.mod_images img {
		border:2px solid #AFAFAF;
		margin:0;
	}

	#search-side .mod_images {
	    margin-bottom: 4px;
	}


/* Reduce size on search banner */

	#search-box, #search-banners, #search-links, #search-disclaimer {
		min-height:0px;
		height: auto;
	}


/* Increase size of promo box text */

	.mod_content, .mod_promobox {
		font-size: 110%;
		color: #000;
	}


/* Reduce height above profile box */

	#search-profile {
		margin-top: 0px;
	}

/*  Set up 2 cols for top conversion features*/

	#searchBox{
		width: 100%;
		height:auto;
	}

	#searchLeft {
		width: 63%;
		float: left;
		padding-right: 5px;
	}

	#searchRight {
		width: 35%;
		float: right;
	}

/* Set up 2 cols for promo boxes */

	#bottomBox{
		width: 788px; /* Absolute so as not to break in some browsers */
		height:auto;
		overflow:hidden;
		position: relative;
		margin-left: -8px;
		clear: left;
	}

	#bottomLeft {
		width: 322px;
		float: left;
		background:#DDDDDD none repeat scroll 0 0;
	}
	
	#bottomLeft a, #bottomRight a{
		text-decoration: none;
	}

	#bottomLeft h3,
	#bottomRight h3 {
		font-size: 120%;
		margin-top: 10px;
	}

	#bottomRight {
		width: 402px;
		margin-left: 2px;
		float: left;
		background:#DDDDDD none repeat scroll 0 0;
	}

	#bottomLeft .mod_content .mod_promobox a,
	#bottomRight .mod_content .mod_promobox a {
		color: #000;
	}

	#bottomLeft .mod_content .mod_promobox a:hover,
	#bottomRight .mod_content .mod_promobox a:hover {
		color: #006;
	}

	#bottomLeft .mod_content .mod_promobox h2,
	#bottomRight .mod_content .mod_promobox h2 {
		color: #000;
		text-align: center;
	}

	#bottomLeft .mod_content .mod_promobox h3,
	#bottomRight .mod_content .mod_promobox h3 {
		color: #000;
		margin-bottom: 2px;
	}

	#bottomLeft .mod_content .mod_promobox h4,
	#bottomRight .mod_content .mod_promobox h4 {
		margin: 2px 0;
		padding-top: 4px;
		font-size: 1.1em;
	}

	#bottomLeft .mod_content .mod_promobox p,
	#bottomRight .mod_content .mod_promobox p {
		line-height: 110%;
		margin-bottom: 5px;
	}

	#bottomLeft .mod_content td,
	#bottomRight .mod_content td {
		padding: 0 5px 10px 0;
	}

	#bottomLeft .mod_content img,
	#bottomRight .mod_content img {
		float: left;
		clear:left;
		margin: 4px;
	}

	#bottomLeft .mod_content div,
	#bottomRight .mod_content div {
		clear:left;
		margin-top: 10px;
	}

	#bottomRight .mod_promobox *, #bottomLeft .mod_promobox * {
	margin:0;
	padding:0;
	}
	#bottomRight .mod_promobox, #bottomLeft .mod_promobox {
	clear:left;
	margin:10px 0 0;
	padding-right:0.2em;
	}
	#bottomRight .mod_promobox h2 a, #bottomLeft .mod_promobox h2 a {
	color:#000000;
	font-size:0.7em;
	text-decoration: none;
	margin:0;
	padding:0;
	}
	#bottomRight .mod_promobox h2 a:hover, #bottomLeft .mod_promobox h2 a:hover {
	color:#DE140B;
	text-decoration: underline;
	}
	#bottomRight .mod_promobox img, #bottomLeft .mod_promobox img {
	float:left;
	margin:0 0.8em 1em 0;
	}
	
	/* Fix bottom height problem */
	#bottomLeft, #bottomRight{
		padding: 15px;
		padding-bottom: 30000px;
		margin-bottom: -29985px;
	}
	
	#search-disclaimer .mod_content p {
		font-size: 100%;
	}