.available {  }
.unvailable { color: #ccc !important; }
/**
Information
==================
**/
#contentHolder h1, h2, h3 {
	text-align: left;
}

#widgets {
	position: absolute;
	top: 570px;
	right: 10px;
	height: 600px;
	width: 265px;
	z-index: 3;
}
#information {
	position: absolute;
	top: 320px;
	left: 130px;
	width: 640px;
	text-align: left;
	z-index:1;
}
#information h1 {
	margin: 0;
	padding: 0;
	float: left;
}
#about {
	width: 255px;
	float: right;
/*	margin-right: 10px; */
}
#news {
	width: 255px;
	float: right;	
	padding-top: 825px;
}
#bookmarks {
	clear: both;
	width: 250px;
	position: absolute;
	top: 280px;
	right: 0px;			
}
#bookmarks ul {
	margin: 5px 0;
}
#bookmarks li {
	float: left;
	margin: 0 2px;
}
#weather {
	clear: both;
	width: 245px;
	position: absolute;
	top: 325px;
	right: 0px;	
}
#map{
	margin: 15px 0 0 0;	
	clear: both;
	width: 245px;
	height: 245px;
	border: 2px solid #0089d4;
	position: absolute;
	top: 0px;
	right: 0px;
	
}
/**
Flight information
==================
**/

#flightlist h1 {
    padding: 0;
    margin-bottom: 10px;
}

#flightlist h2 {
    padding: 0;	
}
#flightlist h3 {
	font-weight: bold !important;
	padding: 10px 0;
	font-size: 1.2em;
}

#flightlist {
	text-align: left; width: 375px;
	float: left;
/*	padding-top: 30px;*/
	z-index: 4;
	position: relative;		
}

.flight {
	clear: both;
}
.dateHeader {
	float: left;
	width: 150px;
	padding: 0 !important;
}
.datePrice {
	float: left;
	text-align: right;	
	width: 130px;	
	padding: 0 !important;	
}
.flight div {
	float: left;
	padding: 4px 4px;
	border-bottom: 1px solid #efefef;
	background: #fff;
}
.day {
	width: 25px;
	text-align: left;
	padding: 4px 0 !important;
}
.date {
	width: 70px;
	text-align: right;
}
.time {
	width: 30px;
}
.price {
	width: 70px;
	padding: 4px 0 !important;
	text-align: right;
	font-weight: bold;	
}
.oldprice {
	width: 70px;
	padding: 4px 0 !important;	
	text-align: right;
	font-weight: bold;	
	text-decoration: line-through;
	color: #a1a1a1;
}
.check {
	width: 90px;
	padding: 4px 0 !important;
	text-align: right;	
}
.more {
	padding: 4px 0px;	
}

/**
Left Bar
==================
**/
#leftbar {	
	float: left;
	width: 110px;
	margin-right: 10px;
}
#leftbar h2 {
	text-align: left;
	font-size: 1em;
	margin: 0;
	padding: 5px 10px 5px 10px;
}
.sideitem {
	border: 1px solid #0089d4;
	border-bottom: 8px solid #0089d4 !important;
	margin-bottom: 10px;
	padding: 5px 0;	
}
.sideitem ul {
	padding-top: 0px !important;
}
.sideitemheader {
	background: #f6fbff;
	border-top: 1px solid #0089d4;
	border-left: 1px solid #0089d4;		
	border-right: 1px solid #0089d4;		
}
.sideitem h2 {
	color: #000;
}


#paxLayer {
	margin-left: 12px;
	width: 250px;
	display: none;
	background: #FFF799;
	border: 1px solid #008FDE;
	z-index: 100;
	position: absolute;
	}
#closeBox{
	margin-left:60px;
}
#paxLayerForm fieldset {
  margin-bottom: 10px;
}
#paxLayerForm legend {
  padding: 0 2px;
  font-weight: bold;
}
#paxLayerForm label {
  display: inline-block;
  line-height: 1.8;
  vertical-align: top;
}
#paxLayerForm fieldset ul {
  margin: 5px 0 0 0;
  padding: 0;
}
#paxLayerForm fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
#paxLayerForm em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
#paxLayerForm label {
  width: 110px; /* Width of labels */
}
#paxLayerForm label span{
	font-size: 0.8em;
}
#paxLayerForm button{
	float:right;
	margin: 0 5px 5px 0;
	cursor: pointer;
	background: 0 0 no-repeat;
	border: none;
}


#TOSflights {
	width: 100%; 
	text-align: center;
}
#TOSflights p {
	font-weight: bold;
	font-size: 1.1em;
}
.loader {
	margin: 30px 0;
}

/**
Popups
==================
**/
#infoAirportPopup {
	position: absolute;
	display: none;
	border: 2px solid #0089d4;
	background: #fff;
	width: 190px;
	height: 100px;
	padding: 3px;
	z-index: 99;	
}
#infoMonthPopup {
	position: absolute;	
	display: none;	
	border: 2px solid #0089d4;
	background: #fff;	
	width: 190px;
	height: 100px;
	padding: 3px;		
	z-index: 99;
}
