/**** MiniBooker.css:  Styles for includes/MiniBooker.ASP
 ****
 */

.accordion_headings {
  	color: #fff;
  	font-size: 12px;
  	font-weight: bold;
  	text-align: center;
  	cursor: pointer;
  	cursor: hand;

  	height: 28px;
  	line-height: 28px;
  	background: url("/i/homepage/bkrTabMiddle.gif");

	white-space:nowrap;
}

/*.accordion_headings:hover{
 *  	#background: url("/i/homepage/bkrTabMiddleS.gif"); 
 *}
 */
.header_highlight{
  	color: #004A91;
  	background: url("/i/homepage/bkrTabMiddleS.gif");
}
.booker_container {
	display:block;
}
.tab_container * {
	margin: 0;
	padding: 0;
	display:inline;
	float:left;
}
.tab_edge_0 {
	float:left;
}
.tab_edge_1 {
	display:none;
}
.tab_edge_2 {
	display:none;
}
.tab_body {
	float:left;
}


/***************
 ****  OVERRIDES of main.css
 ****/
 
#fareCat {
  border: none;
  float: left;
  color: #666; 
  padding: 0px 0px 0px 0px;
  margin: 8px 0px 0px 0px;
  width: 205px;
  font-weight:bold;
}

#fareCat label {
	color:#4B90CD;
	font-size:11px;
	display:inline-block;
}

#fareCat input 
{
	height:11px;
	width:11px;
	margin: 6px 2px 2px 2px;
}

/*
JS Select Dropdowns
------------------------------------------*/
.selectGroup {
  padding: 0px;
  margin: 0px;
  float:left;
  }

/* This Pseudo-element doesn't work in IE; breaks tables in Safari. (TWW)
 *.selectGroup:after {
 *  content: ".";
 *  clear: both;
 *  visibility: hidden;
 *  display: block;
 *  height: 0;
 *}
 */


#lbTopL p {
	text-align:left; 
	font-size:10px; 
	line-height:12px;
}
#lbTopL h1 {
	text-align:left; 
	font-size:12px;
}
#selectObj_0 {
  float: none;
  width: 95px;
  padding: 0 10px 0 0;
}

#selectObj_0 ul {
  width: 92px;
}

#selectObj_1 {
  float: none;
  width: 95px;
  padding: 0 10px 0 0;
}

#selectObj_1 ul {
  width: 92px;
}

#selectObj_2 {
  float: none;
  width: 95px;
  margin: 0 8px 0 0;
}

#selectObj_2 ul {
  width: 92px;
}

.mac_city {
  font-weight: bold;
}