/* Breadcrumb */
.breadCrumb {
  padding-left: 5px;
  font-size: 10pt;
  float: left;
}

.arrowbc {
  background-image: url(/cheap/themes
  /travelfusion/images/travel-guide/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, "DejaVu Sans", 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;
}

.price_age {
	font-size: 10px;
	font-style: italic;
}

.airline-logo {
	width: 18px;
	height: 18px;
}

div .airline-logo-wrapper {
	margin-right: 5px;
	height: 30px;
}

.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;
	border-top: dotted 1px #eeeeee;
}

.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: #505050;
	text-decoration: none;
	font-size: 11px;
}

.flights a:hover {
	text-decoration: underline;
	cursor: pointer;
	display: inline;  /*Required for IE6 */
}

.icon-sort {
	color: #4983CF;
	font-size: 9px;
}

.sortable {
	cursor: pointer;
	text-decoration: none;
	color: #1a5774;
}

/* For price box  -- end*/


/* CMS content  */
.cmsContent-link {
	clear: both;
	float: left;
	margin-bottom: 5px;
}

.cmsContent-imagesContainer {
	float: left;
	margin: 10px 0px;
	width: 100%;
}

.cmsContent-imagesContainer img {
	float: left;
	margin-bottom: 5px;
	width: 100%;
	height: 250px;
}

.cmsContent-imageWithLink {
	float: left;
	margin-right: 5px;
	width: 300px;
}

.box-left-corner {
	float: left;
	background: url('/cheap/themes/travelfusion/images/boxes/bg-blue-box.png');
	width: 33px; 
	height: 34px;
}

.box-center {
	float: left; 
	background: url('/cheap/themes/travelfusion/images/boxes/bg-blue-box.png') repeat 0px -36px;
	height: 34px;
}

.box-right-corner {
	float: left; 
	background: url('/cheap/themes/travelfusion/images/boxes/bg-blue-box.png') no-repeat -33px 0px;
	height: 34px;
	width: 33px;
}

.transparent-box-left-corner {
	float: left;
	background: url('/cheap/themes/travelfusion/images/boxes/bg-transparent-box.png');
	width: 33px; 
	height: 34px;
	margin-left: -1px;
	z-index: 1;
	position: relative;
}

.transparent-box-center {
	float: left; 
	background: url('/cheap/themes/travelfusion/images/boxes/bg-transparent-box.png') repeat-x 0px -36px;
}

.transparent-box-right-corner {
	float: left; 
	background: url('/cheap/themes/travelfusion/images/boxes/bg-transparent-box.png') no-repeat -33px 0px;
	height: 34px;
	width: 33px;
	margin-right: -1px;
	z-index: 2;
	position: relative;
}

.box-container {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.transparent-box-header {
	border-left: 1px solid #CBCBCB;
    border-right: 1px solid #CBCBCB;
    z-index: 0;	
}

.white-box-border {
	border-left: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	padding: 10px;
	clear: both;
}

.transparent-box-border {
	border-left: 1px solid #CBCBCB;
	border-right: 1px solid #CBCBCB;
	border-bottom: 1px solid #CBCBCB;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	clear: both;
	font-size: 0px !important;
}

.blue-box-border {
	border-left: 1px solid #97cdf3;
	border-right: 1px solid #97cdf3;
	border-bottom: 1px solid #97cdf3;
	padding: 10px;
	clear: both;
}

.blue-box-header {
	color: white !important;
	margin-top: 7px;
	margin-left: -20px;
	*position: relative;
	*height: 1%;
}

.transparent-box-header-text {
	margin-top: 7px;
	margin-left: -20px;
	margin-bottom: 10px;	
	position: relative;
	z-index: 3;
	*margin-bottom: 0px;
	*height: 1%;
	*margin-top: 10px;
}

.transparent-box-horizontal-border {
	border-bottom: 1px solid #CBCBCB;
	margin: 0px auto;
	float: left;
	margin-bottom: 10px;
}

.feeds-box {
	margin-left: 13px;
	padding-bottom: 20px;
	float: left;
}

.white-title {
	font-size: 14px !important;
	font-weight: bold;
	color: #ffffff;
}

/* tabs bottom */

.bottom-tabs { 
  padding-bottom:5px;
  padding-top: 10px;
  text-align: center;
  background: #ffffff;
}
.bottom-tabs a {
  color:#4dacef;
  padding: 5px 10px;
  text-decoration:none;
  background-color: #ffffff;
  line-height:2.2;
}
.bottom-tabs a.activeLink { 
  background-color: #4dacef;
  color: #ffffff;
  border-bottom: 0; 
  padding: 5px 10px;
}
.tabcontent { border: 1px solid #ddd; border-top: 0; border-left: 0; border-right: 0;}
.hide { display: none;}

.2co_ssort-departure {
  font-size: 11px;
  font-family: Verdana;
  color: #1a5774;		
}

.flights-background-A {
  background-color: #eeeeee;
}

.flights-background-white {
  background-color: #ffffff;
}

.italic {
  font-style: italic;
}

.fresh-price {
  color: #4dacef;
  font-weight: bold;
}
