/* 
 * Tiger Airways CSS 
 */
 
 
body {
	font: 11px "Tahoma","Arial Bold","Lucida Grande",Arial, Helvetica,Verdana, sans-serif;
	color: #000;
}

 
/* Menuboard */
#menuboard {
	margin: 0;
	padding: 0;
	width: 640px;
}




#latestdeals {
	float: left;
	list-style: none;
	height: 30px;
	width: 641px;
	margin-left: 0px;
	padding: 0;
    font: 12px "Tahoma","Arial Bold","Lucida Grande",Arial, Helvetica,Verdana, sans-serif;
	
	margin-bottom : 0px;
    
}


#latestdeals li#ld-deals{
	float: left;
	margin: 0;
	padding: 0;
	padding: 8px 5px 9px 5px;
	background: url(../img/menuboard/latestdeals_bg.gif) repeat-x;
	color:#FFF;
}

#latestdeals li#ld-deals a {
	float: left;
	margin: 0;
	padding: 0;
	/*background: url(../img/menuboard/li_background_start.gif) no-repeat left top;*/
	
	color:#FFF;

}

#latestdeals li#ld-deals a,#latestdeals_single li#ld-deals a {
	display: block;
	color:#FFF;
	font-weight:bold;
	
	/* NEW!! background: url(../img/menuboard/latest_deals_tab_new.jpg) no-repeat left top;*/
}

#latestdeals li#ld-deals a span{
	display: none;
}


#latestdeals li#ld-melbourne,
#latestdeals li#ld-adelaide,
#latestdeals li#ld-act,
#latestdeals li#ld-nt,
#latestdeals li#ld-qld,
#latestdeals li#ld-sa,
#latestdeals li#ld-tas,
#latestdeals li#ld-vic,
#latestdeals li#ld-wa ,
#latestdeals li#ld-nsw {
	float: left;
	margin-top: 1px;
	padding: 7px 0px 2px 0px;
	background: url(../img/menuboard/li_background.gif) repeat left top;
}

#li-bg a:link{
padding: 2px 5px 2px 5px;
/*background: url(../img/menuboard/li_background.gif) repeat left top;	*/
}

#li-bg a:hover{
/*padding: 2px 5px 2px 5px;*/
/*background: url(../img/menuboard/li_background_over.gif) no-repeat left top;*/
background-color: #666;	
}


#latestdeals li#ld-melbourne a,
#latestdeals li#ld-adelaide a{
	text-decoration: none;
	color: #FFFFFF;
  padding: 7px 5px 8px 5px;
}


#latestdeals li#ld-act a,
#latestdeals li#ld-nt a,
#latestdeals li#ld-qld a,
#latestdeals li#ld-sa a,
#latestdeals li#ld-tas a,
#latestdeals li#ld-vic a,
#latestdeals li#ld-wa a,
#latestdeals li#ld-nsw a {
	text-decoration: none;
	color: #000;
  padding: 7px 5px 8px 5px;
}


#latestdeals li#ld-melbourne a:focus,
#latestdeals li#ld-adelaide a:focus,
#latestdeals li#ld-act a:focus,
#latestdeals li#ld-nt a:focus,
#latestdeals li#ld-qld a:focus,
#latestdeals li#ld-sa a:focus,
#latestdeals li#ld-tas a:focus,
#latestdeals li#ld-vic a:focus,
#latestdeals li#ld-wa a:focus,
#latestdeals li#ld-nsw a:focus {
background-color: #333 ;
padding: 7px 5px 8px 5px;
color: #F90;
}

#latestdeals li#ld-melbourne a:hover,
#latestdeals li#ld-adelaide a:hover{
	color: #F69C29;
  background-color: #666;
	padding: 7px 5px 8px 5px;
}


#latestdeals li#ld-act a:hover,
#latestdeals li#ld-nt a:hover,
#latestdeals li#ld-qld a:hover,
#latestdeals li#ld-sa a:hover,
#latestdeals li#ld-tas a:hover,
#latestdeals li#ld-vic a:hover,
#latestdeals li#ld-wa a:hover,
#latestdeals li#ld-nsw a:hover {
	color: #FFFFFF;
	
	background-color: #666;
	padding: 7px 5px 8px 5px;
}


#latestdeals li#ld-blank {
float: left;
	background-color: #fff;
	margin-top: 1px;
	padding: 1px 0 2px 156px;
	width: 377px; 
}

#latestdeals li#ld-right-image {
	float: right;
	margin-top: -18px;
	width: 5px;
	height: 40px;
	
}

#latestdeals li#ld-left-corner {
	background: url(../img/menuboard/latestdeals_left.gif) no-repeat;
	width:7px;
	height:30px;
	float: left;
}

#latestdeals li#ld-right-corner {
	background: url(../img/menuboard/latestdeals_right.gif) no-repeat;
	width:7px;
	height:30px;
	float: left;
}


#latestdeals .default {
  color:#FFFFFF;
}

#latestdeals .active {
	background-color: #e1e1e1;
}

#latestdeals .divider1 {
	width: 1px;
	height: 29px;
	margin-top: 0px;
	float: left;
	/*background: url(../img/common/divider2a.gif) no-repeat;*/
	background-color: #808080;
}

#latestdeals .divider2 {
	width: 1px;
	height: 17px;
	margin-top: 1px;
	float: left;
	background: url(../img/common/divider2.gif) no-repeat;
}

#latestdeals .base {
  
 
}

/*
#latestdeals .active {
	background-color: #e1e1e1;
}
*/
#faretable {
	float: left;
	/*width: 640px;*/
	margin: 0;
	padding: 0;
  	border-left: #F69C29 thin solid;
	border-right: #F69C29 thin solid;
	border-bottom: #F69C29 thin solid;
  	border-top: #F69C29 thin solid;
  	font: 12px "Tahoma","Arial Bold","Lucida Grande",Arial, Helvetica,Verdana, sans-serif;
}

#faretable table {
	margin: 3px 3px 0 3px;
	padding: 0;
	width: 625px;
	margin-left: auto;
	margin-right: auto;	
}

#faretable td {
	padding: 8px 0 0 3px;
}

#faretable td.origin-hdr {
	padding: 0 0 0 10px;
	height: 17px;
	background-color: #fff;
}

#faretable td.fare-hdr {
	padding: 0 0 0 3px;
	height: 19px;
	
}

#faretable td .fare-hdr-bold {
	font-weight: bold;
}

#faretable td.divider {
	height: 1px;
	
}

#faretable img {
	display: block;
	margin-left: auto;
	margin-right: auto;		
}

#nopromo {
	margin: 0 0 0 10px;
	padding: 0;	
}

.caret {
	color: #f48f19;
	font-weight: normal;
}

.price_shoutout {
	text-align: right;
}
	
.price_shoutout .text {
	color: #F00;
	font-size: 11px;
}

.price_shoutout .price {
	font-size: 10px;
	color: #F00;
	font-style: normal;
	font-weight: bold;
}

.price_shoutout .price a{
	font-size: 10px;
	color: #f00;
	font-style: normal;
	font-weight: bold;
}

.tnc {
	font-size: 10px;
	color: #666;;
}

#menuboard-close {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	width: 640px;
	height: 5px;
}

/* Start of Celeb Menuboard Style */

#menuboard-celeb {
	width: 454px;
	float: left;
}

#menuboard-celeb img {
	float: left;
	display: block;
}

#details-bar {
	width: 435px;
	height: 28px;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	padding-right: 15px;
	padding-top: 15px;
	margin-bottom: 2px;
	float: left;
	background-image: url(../img/common/black_bar.jpg);
}

#details-bar a {
	color: #FFFFFF;
	text-decoration: none;
}

#details-bar a:hover {
	text-decoration: underline;
}

/* End of Celeb Menuboard Style */
