@import "http://www.webjet.com.au/site/css/travel-guide.css";



/* Red bullets as bullet item, not image  - OVERRIDE GLOBAL */
	#main #content #sitemap UL LI {
		background-image: none;
	}
	
	#main #content #sitemap UL LI a{
		color: #000;
		font-weight: bold;
	}	
	
	#main #content #sitemap UL LI UL LI {
		/* list-style-image: url(http://www.webjet.com.au/site/images/bullet_red.gif); */
		background-image:url(http://www.webjet.com.au/site/images/bullet_red.gif);
		background-position: top left;
		background-repeat: no-repeat;		
		padding-left: 20px;
	}
	
	#main #content #sitemap UL LI UL LI a{
		color: #0000FF;
		font-weight: normal;
	}
	
/* Reduce min size of banner at top of page */
	#content #content-banner{
		min-height: 0px;
	}
	
	#navigation #subnavigation{
		
	}
	
	#breadcrumbs .mod_nav{
		margin-top: 8px;
	}


/* Fix width for online-answers-menu - OVERRIDE GLOBAL */
	#subnav .online-answers-menu, #subnav .online-answers-menu LI A{
		width: 188px;
	}
	
	#subnav .online-answers-menu LI DIV{
		width: 195px !important;
	}
    
    .travel #main #content .mod_images
	{	
		BORDER-RIGHT: #ccc 1px solid;	
		BORDER-TOP: #ccc 1px solid;	
		BACKGROUND: #eeeeee;	
		FLOAT: right;	
		MARGIN: 0px 0px 10px 10px;
		BORDER-LEFT: #ccc 1px solid;	
		BORDER-BOTTOM: #ccc 1px solid;	
		TEXT-ALIGN: center;
		
	}
	
	.travel #main #content .mod_images IMG {
		MARGIN: 2px;
        float: none;
	}
    
    
 /* Fix Float right pictures in content for FF  */
   
    
    	.travel #main #content .mod_images p {
		MARGIN: 0 0 1em;
	}

	.travel #main #content .mod_images SPAN {	
		DISPLAY: block;	
		MARGIN: 0;	
		TEXT-ALIGN: center
	}
    
	.travel #main #content-top .mod_images {
		border:0;
		background: none;
	}
	

	.imgright {
		clear: right;
	}
	
	
	.mod_images {
		clear: right;
		text-align: center;
	}

	.travel #main #content .alt.mod_images IMG {
		float: none;
		margin: 0px;
	}
	
	.travel #main #content .mod_images, .travel #main #content .mod_images IMG, 
	{
		text-align: center;
		margin: 2px;
	}
	
	/*
	BLOCK THIS OUT FOR NOW
	#content-banner {
	    display: none;
	}
	*/
	
	.travel #flag {
	    display: none;
	}

.travel #main #content .mod_nav ul {
		margin: 0.5em 0.2em;
		padding: 0.5em 0.5em;
		list-style-type:square;
		font-size: 100%;
}

.travel #main #content .mod_nav ul li  {
		margin: 0 1%;
		display: block;
		background: url(http://www.webjet.com.au/site/images/bullet_red.gif) center left no-repeat;
		padding: 0.2% 0.3% 0.4% 20px;
		font-size: 80%;
		line-height: 1.2em;
		list-style:none;
}

	.travel #main #content .mod_nav  {
		
		min-height: 70px;
		margin-bottom: 0.75em;
	}

	.travel #main #content .mod_nav ul li  {
		width: auto;
		margin: 0 1%;
		background: url(http://www.webjet.com.au/site/images/bullet_red.gif) center left no-repeat;
		padding: 0.2% 0.3% 0.4% 20px;
		float: left;
		font-size: 100%;
		line-height: 1.2em;
	}
	
	
	#sitemap #main #content #mainLeft .mod_nav ul li, #sitemap #main #content #mainRight .mod_nav ul li{
		float: none;
	
	}