BODY {
	font-family: arial, verdana;
}

H1, H2, H3, H4 {
	font-family: Georgia, Times;	
}

DIV.top H1 {
	background: url(../image/top_logoBuscaTrip.gif) no-repeat;
	width: 270px;
	height: 68px;
}

DIV.top H1 A SPAN, DIV.top H2, DIV.tools, DIV.topBar SPAN, DIV.moreOptions, DIV.hideDetails {
	Display: none;
}

DIV.topBar .cost {
	display: block;
	float: right;
	margin-right: 120px;
}

DIV.flightData {
	width: 600px;
	margin-left: 25px;
}

DIV.flightData .row {
	border-bottom: 1px solid #666;
	background: #ECECEC;
	padding: 6px;
}

DIV.flightData .header {
	border-bottom: 2px solid #666;
	background: #CCC;
}

DIV.flightData .row .departureTime {
	padding-left: 40px;
}

DIV.flightData .row .arrivalTime {
	padding-left: 62px;
}

DIV.flightData .row .stops {
	padding-left: 72px;
}

DIV.flightData .row .totalTime {
	padding-left: 105px;
}

DIV.flightData .header .airport {
	font-weight: bold;
}

DIV.flightData .header .departureTime, DIV.flightData .header .arrivalTime, DIV.flightData .header .stops, DIV.flightData .header .totalTime {
	padding-left: 50px;
	font-weight: bold;
}

DIV.buy {
	font-size: 120%;
	font-weight: bold;
	margin-top: 12px;
}

DIV.options .row DIV {
	float: left;
	margin-right: 20px;
}

DIV.options .row DIV.departure, DIV.options .row DIV.arrival {
	font-size: 90%;
} 

DIV.options H3 {
	margin: 30px 0px 0px 0px;
	border-bottom: 1px solid #666;
}

DIV.aditionalInfo {
	clear: both;
	padding-top: 18px;
	font-size: 90%;
}