@import "http://www.webjet.com.au/site/css/global.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;
	}


/* Style online answers box to match that of search.css */
	#side-nav .online-answers-box {
	    border-bottom: 1px solid #fff;
	}

	#subnav .online-answers-box #frmOnlineAnswers {
	    display: block;
	    background: #DDDDDD;
	    width: 100%;
	    height: 40px;
	}

	#subnav .online-answers-box #frmOnlineAnswers p {
	    margin: 0;
	    padding: 0;
	}

	#subnav .online-answers-box  #frmOnlineAnswers #oa_question {
	    width: 71%;
	    margin-top: 10px;
	    margin-left: 4%;
	}

	#subnav .online-answers-box  #frmOnlineAnswers #oa_submit {
	    margin-top: 3px;
	}
	
	#subnav #frmOnlineAnswers
	{
		padding: 0px;
		margin: 0px;
	}
	
	#subnav .online-answers-box h3 {
		margin: 0px;
	}

/* Reduce top nav width to fit all on one line */

#nav UL LI A:link, #nav UL LI A:visited  {
	padding-left: 18px;
}

#nav UL LI A:link SPAN, #nav UL LI A:visited SPAN {
	padding-right: 18px;
}

/* Lower breadcrumbs so they don't hit nav in "no nav" pages */

#breadcrumbs {
	margin-top: 3px;
}

#subnavigation {
	margin-bottom: 1em;
}


.subnavigation LI, #subnavigation UL:first-child LI {
	Z-INDEX: 1;
}

.subnavigation .topclass LI, #subnavigation .topClass UL LI, .topclass{
	Z-INDEX: 999;
}