@charset "utf-8";
/* CSS Document */

.travelFlightsDestination{
background:url(/~/media/Travel/flights/bg_destination.ashx) no-repeat;
width:140px;
height:61px;
font-size:13px;
color:#ffffff;
font-weight:bold;
vertical-align:middle;
border-bottom:5px solid #ffd300;
}
a.travelFlightsLink {color:#ffffff; text-decoration:none;}


.travelFlightsPrice{
background:url(/~/media/Travel/flights/bg_price.ashx) no-repeat;
width:77px;
height:61px;
font-size:18px;
vertical-align:middle;
text-align:center;
border-bottom:5px solid #ffd300;
letter-spacing:-1px;
}

.travelFlightsPadding{
width:10px;
background:url(/~/media/Travel/flights/bg_destination.ashx) no-repeat;
border-bottom:5px solid #ffd300;
}

.travelFlightsSeperator{
width:14px;
border-bottom:5px solid #ffd300;
}
