.fare_list {
	border: 1px solid #dbeffe;
	clear: left;
	width: 100%;
}

.fare_list a {
}

.fare_list tr {
	border-top: 1px solid #dbeffe;
	cursor: pointer;
}

.fare_list tr.headings {
	cursor: auto;
}

.fare_list th {
	border-bottom: 1px solid #dbeffe;
}

.fare_list th span {
	float: left;
	margin: 0 0 0 5px;
}


.fare_list th.col1 img {
	margin-top: -1px;
	margin-left: -1px;
	float: left;
}

.fare_list th.col3 img {
	margin-right: -1px;
	margin-top: -1px;
	float: right;
}

.top_fares_list {
	border: 0;
	border-bottom: solid 1px #dbeffe;
}

.top_fares_list tr {
	cursor: pointer;
}

.top_fares_list tr.headings {
	cursor: auto;
}

.fare_list th a {
	text-decoration: none;
}

.top_fares_list th a {
	color: #216ace;
	font-size: .857em;/*12px*/
}

.fare_list td {
	font-size: 1em;
	padding: 12px 12px 12px 12px;
}

.pre_hide {
	display: none;
}

.fare_list .fare_list_expanded td {
	padding: 0;
}

.fare_list tr.ads td {
	padding: 0px;
}

.fare_list tr.headings th {
	background-color: #f5fbff;
}

.top_fares_list tr.headings th {
	background-color: #fff;
}

.fare_list_expanded {
	background-color: #f5fbff;
}


.fare_list_expanded .fare_information_table td {
	font-size: 11px;
}

h2.fare_list_header {
	font-size: 14px;
}


.fare_list_expanded .information {
	padding-right: 0;
	border-right: dotted 1px #bbb;
}

.fare_list .fare_details .flex_options {
	font-size: 11px;
}

.fare_list .fare_details .taxnotice,
.fare_list .fare_details #bbsearch,
.fare_list .fare_details .flex_search {
	padding-left: 10px;
}

.fare_list td.fare_details {
	padding: 5px 15px;
}

.fare_list td.fare_details td {
	border: none;
}

.fare_list tr.even td {
	background-color: #f5fbff;
}

.fare_list tr.odd td {
	background-color: #e7f4fd;
}

.fare_list td {
	border-right: 1px solid #dbeffe;
}

.fare_list td.price {
	border-left: 1px solid #dbeffe;
	padding-right: 8px;
	vertical-align: middle;
	width: 15%;
}

.fare_list td.ad {
	padding: 0;
	border-left: 1px solid #dbeffe;
}

.fare_list td.ad .dart_ad {
	
}


.fare_list td.price a {
	text-decoration: underline;
	font-size: 1.214em; /*17px*/
	font-weight: bold;
}

.fare_list td.price .flight_type {
	color: #216ace;
	font-size: 0.706em; /*17px -> 12px*/
	text-decoration: none;
}

.fare_list td.arrivalcity,
.fare_list td.departurecity {
	width: 30%;
	font-size: .786em; /*11px*/
}

.fare_list td.arrivalcity a, 
.fare_list td.departurecity a {
	font-weight: normal;
	text-decoration: none;
}

.fare_list td.departurecity a:hover,
.fare_list td.arrivalcity a:hover {
	text-decoration: underline;
}

.fare_list td.location {
	border-right: 1px solid #dbeffe;
	width: 26%;
	font-size: .786em; /*11px*/
	vertical-align: middle;
}

.fare_list td.details span.details{
	width: 44%;
	font-size: .8em;
	line-height: 19px; /* px not em since it needs to match beacon height */
}

.top_fares_list td.details {
	font-size: 1em;
	width: 21%;
}

.fare_list td.details a {
	white-space: nowrap;
	font-size: .786em; /*11px*/
	font-weight: bold;
	color: #216ace;
}

.fare_list td.details a span.double_arrow {
	text-decoration: none;
}

.fare_list .trigger {
	float: left;
	height: 25px;
	padding: 5px;
	width: 25px;
}

.fare_list_link {
	text-decoration:underline;
	color:#216ace;
	font-weight: bold;
	font-size: 9px;
}