/* Breadcrumb */
.breadCrumb {
  padding-left: 5px;
  font-size: 10pt;
  height: 40px;
}

.arrowbc {
  background-image: url(../images/arrow-bc.png);	
  background-repeat: no-repeat;
  height: 10px;
  width: 10px;
  margin-left: 5px;
  margin-top: 4px;
}

ul {
  list-style: none;
}

li {
  display: block;
  padding: 10px;
  margin: 5px;
}

ul li {
  float: left;
}

.breadCrumb a {
  color: #4eadfd;
  text-decoration: underline;
}

span.gray {
  color: #a9a9a9;
}
/* Breadcrumb */

/* style table in scroll panel */
.style-table {
	font-size: 11px; 
	border-collapse: collapse;
	width: 100%;
	clear: both;
}

.style-table tr td {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

div .tab-box {
	font-family: Verdana, Arial;
}

.cheapest-flights-box {
	padding-top: 9px;
	width: 100%;
	background-color: #f1f5f7;
}

.cheapest-flights-box title {
	color: #444C53;
	padding-bottom: 10px;
	width: 100%;
	padding-right: 11px;
	padding-left: 11px;
	font-size: 13px;
	font-weight: bold;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCD9DD;
}

.cheapest-flights-box .title h1,.cheapest-flights-box .title h2 {
	margin: 0px;
	padding-left: 11px;
	color: #444C53;
	font-size: 13px;
	font-weight: bold;
}

.cheapest-flights-box .link_container {
	color: black;
	padding-bottom: 10px;
	width: 100%;
	padding-right: 11px;
	padding-left: 11px;
	font-size: 10px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCD9DD;
}

.link_container a {
	text-decoration: underline;
	font-size: 10pt;
}

.cheapest-flights-box .description {
	color: black;
	padding-bottom: 10px;
	width: 100%;
	padding-right: 11px;
	padding-left: 11px;
	font-size: 11px;
	float: left;
}

.cheapest-flights-box .scroll_panel {
	overflow-y: scroll;
	height: 300px;
	padding-left: 8px;
}

.cheapest-flights-box .scroll_panel ul {
	display: block;
	padding: 0px;
	margin-left: 8px;
	margin-top: 0px;
	list-style:outside;
}

/* -- airport_wiki styles */
.airport_wiki {
	overflow-x: hidden;
	overflow-y: hidden;
	font-size: 10pt;
	color: #565656;
}

.airport_wiki h1 {
	color: #598A9D;
	font-size: 12pt;
	font-weight: bold;
}

.airport_wiki h2 {
	font-size: 10pt;
	color: #598A9D;
}

.airport_wiki h3 {
	font-size: 10pt;
	color: #598A9D !important;
}

.airport_wiki h4 {
	font-size: 9pt;
	color: #598A9D;
}

.airport_wiki h5 {
	font-size: 8pt;
	color: #598A9D;
}

.airport_wiki h6 {
	font-size: 7pt;
}

.airport_wiki .wikitable {
	font-size: 11px; 
	border-collapse: collapse;
	width: 100%;
	clear: both;
}

.airport_wiki ul {
	display: block;
	padding: 0px;
	margin-left: 8px;
	margin-top: 0px;
	list-style:outside;
}

.airport_wiki li {
	display: block;
	padding: 0px;
	margin: 0px;
	float: none;
}

/* airport_wiki styles -- */

.cheapest-flights-box .scroll_panel li {
	display: block;
	padding: 0px;
	margin: 0px;
	float: none;
}

.cheapest-flights-box .scroll_panel table {
	font-size: 11px;
}

div #map_canvas {
	height: 200px;
}

div .tfBox-titleText {
	font-size: 13px;
	font-weight: bold;
	color: #444C53;
}

h1,h2 {
	margin: 0px;
	color: #444C53;
	font-size: 13px;
	font-weight: bold;
}

.cheapest-flights-box .ui-tabs .ui-tabs-nav li {
	float: right;
}

.price_age {
	font-size: 10px;
	font-style: italic;
}

.airline-logo {
	width: 18px;
	height: 18px;
}

div .airline-logo-wrapper {
	margin-right: 5px;
}

.alphabet-index {
	font-weight: bold;
	font-size: 14px;
	padding-left: 4px;
}

.alphabet-index-item {
	float: left;
	width: 20px;
}

.price_age_icon {
	float: right;
}

a .plaintext {
	color: black;
}

a:hover .plaintext {
	color:#298Cb6;
}

/* For price box  --*/
.pricebox {
	font-size: 11px;
}

.header {
	width: 100%;
	height: 20px;
}

.flight {
	width: 100%;
	padding-top: 5px;
}

.single {
	height: 45px;
}
.single a{
	font-size:10px;	
}

.round {
	height: 90px;
}

.float-left {
	float: left;
}

.col-departure-date{
	width: 180px;
}

.col-airline-logo {
	width: 29px;
}

.col-airline {
	width: 110px;
}

.col-departure {
	width: 78px;
}

.col-arrival {
	width: 53px;
}

.col-price {
	width: 114px;
}

.hidden {
	display: none;
}

.flights a{
	color: black;
	text-decoration: none;
	font-size:10px;
}

.flights a:hover {
	text-decoration: underline;
	cursor: pointer;
	display: inline;  /*Required for IE6 */
}

.icon-sort {
	color: #4983CF;
	font-size: 9px;
}

.sortable {
	text-decoration: underline;
	cursor: pointer;
}

/* For price box  -- end*/
