
.FLY_LON_FLIGHT
{
	border-bottom: none;
}

.FLY_LON
{
	padding: 10px 35px 5px;
	margin: 10px 0;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	background: #ffffff;
}

.FLY_LON_DEPARTURE_INFO
{
	margin: -5px -10px;
	padding-bottom: 10px;
}

.FLY_LON_WAY_DEPARTURE_IMG
{
	display: inline-block;
	vertical-align: middle;
	margin: 5px 10px;
}

.FLY_LON_WAY_DEPARTURE_TEXT
{
	font-size: 15px;
	font-weight: bold;
	color: #073C57;
	display: inline-block;
	vertical-align: middle;
	margin: 5px 10px;
}

.FLY_LON_WAY_NO
{
	display: inline-block;
	vertical-align: middle;
	margin: 5px 10px;
}

.FLY_LON_WAY_FROM, .FLY_LON_WAY_TO
{
	display: inline-block;
	vertical-align: middle;
	margin: 5px 10px;
}

.FLY_LON_WAY_FROM b, .FLY_LON_WAY_TO b
{
	color: #F9C702;
}

.FLY_LON_WAY_DURATION
{
	display: inline-block;
	vertical-align: middle;
	margin: 5px 10px;
}

.FLY_LON_WAY_NO
{
	display: inline-block;
	vertical-align: middle;
	margin: 5px 10px;
}

.FLY_LON_WAY_AIRLINE
{
	display: inline-block;
	vertical-align: middle;
	margin: 5px 10px;
}

.FLY_LON_ROUTE_FLIGHTS
{
	padding: 10px 25px;
	display: table;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.FLY_LON_ROUTE_FLIGHT
{
	display: table-row;
}

.FLY_LON_ROUTE_FLIGHT_INNER
{
	margin: 0 -10px;
	width: 100%;
	box-sizing: border-box;
	position: relative;
}

.FLY_LON_ROUTE_FLIGHT_AIRLINE
{
	display: table-cell;
	vertical-align: middle;
	padding: 4px 5px;
	background: url("../gfx/line.gif") repeat-x top center;
}

.FLY_LON_ROUTE_FLIGHT_NR
{
	display: table-cell;
	vertical-align: middle;
	padding: 4px 5px;
	background: url("../gfx/line.gif") repeat-x top center, url("../gfx/line_2.gif") repeat-y right center;
}

.FLY_LON_ROUTE_FLIGHT_FROM
{
	display: table-cell;
	vertical-align: middle;
	padding: 4px 5px;
	background: url("../gfx/line.gif") repeat-x top center, url("../gfx/line_2.gif") repeat-y right center;
}

.FLY_LON_ROUTE_FLIGHT_TO
{
	display: table-cell;
	vertical-align: middle;
	padding: 4px 5px;
	background: url("../gfx/line.gif") repeat-x top center, url("../gfx/line_2.gif") repeat-y right center;
}

.FLY_LON_ROUTE_FLIGHT_ITERATION
{
	display: table-cell;
	vertical-align: middle;
	padding: 4px 5px;
	background: url("../gfx/line.gif") repeat-x top center, url("../gfx/line_2.gif") repeat-y right center;
}

.FLY_LON_ROUTE_FLIGHT:first-child .FLY_LON_ROUTE_FLIGHT_ITERATION, 
.FLY_LON_ROUTE_FLIGHT:first-child .FLY_LON_ROUTE_FLIGHT_TO, 
.FLY_LON_ROUTE_FLIGHT:first-child .FLY_LON_ROUTE_FLIGHT_FROM,
.FLY_LON_ROUTE_FLIGHT:first-child .FLY_LON_ROUTE_FLIGHT_NR
{
	background: none, url("../gfx/line_2.gif") repeat-y right center;
}

.FLY_LON_ROUTE_FLIGHT:first-child .FLY_LON_ROUTE_FLIGHT_AIRLINE
{
	background: none; 
}

.FLY_LON_WAY_RETURN
{
	padding-top: 10px;
}

.FLY_LON_PRICE
{
	background: #25546b;
	text-align: left;
	font-size: 18px;
	color: #ffffff;
	padding: 5px 35px 5px;
	margin: 0 -35px -25px;
}
.FLY_LON_PRICE:after
{
	clear: both;
	display: block;
	content: "";
}

.FLY_LON_PRICE_LEFT
{
	float: left;
	width: 50%;
}

.FLY_LON_PRICE_RIGHT
{
	float: left;
	width: 50%;
	text-align: right;
}
