@import "http://www.webjet.com.au/site/css/search.css";

/* 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;
	}

/* Extend flight search and take away Search Left */


	
	#searchRight, #search-disclaimer, #search-profile{
		display: none;
	}
	
/* Bring main content down */

	#main {
		margin-top: 20px;
	}
	
	#search-side{
		margin-top: -20px;	
	}
/* Fix width problem */
	#content {
		width: 79.1%;
	}


/* Clean up LHS Banner image */

	.mod_images img {
		border:2px solid #AFAFAF;
		margin:0;
	}

	#search-side .mod_images {
	    margin-bottom: 4px;
	}
    
    #search-side .mod_banner {
	    margin: 15px 0;
	}


/* Reduce size on search banner */

	#search-box, #search-banners, #search-links, #search-disclaimer {
		min-height:0px;
		height: auto;
	}
    
    #search-box {
        float: left;
    }


/* 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 promo boxes */

	#bottomBox{
		width: 100%;
		height:auto;
		overflow:hidden;
		clear: left;
	}

	#bottomLeft {
		width: 49%;
		padding: 5px;
		float: left;
		background:#DDDDDD none repeat scroll 0 0;
	}

	#bottomLeft h3,
	#bottomRight h3 {
		font-size: 120%;
	}

	#bottomRight {
		width: 48%;
		padding: 5px;
		float: right;
		background:#DDDDDD none repeat scroll 0 0;
	}

	#bottomLeft .mod_content a,
	#bottomRight .mod_content a {
		color: #000;
	}

	#bottomLeft .mod_content a:hover,
	#bottomRight .mod_content a:hover {
		color: #006;
	}

	#bottomLeft .mod_content h2,
	#bottomRight .mod_content h2 {
		color: #000;
		text-align: center;
	}

	#bottomLeft .mod_content h3,
	#bottomRight .mod_content h3 {
		color: #000;
		margin-bottom: 2px;
	}

	#bottomLeft .mod_content h4,
	#bottomRight .mod_content h4 {
		margin: 2px 0;
		padding-top: 4px;
		font-size: 1.1em;
	}

	#bottomLeft .mod_content p,
	#bottomRight .mod_content 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-bottom: 30000px;
		margin-bottom: -29996px;
	}
