@charset "utf-8";
/* CSS Document */

#destination{
	font-style:italic;
	text-align:center;
	font-weight:bold;
	font-size:1.8em;
	line-height:1.2em;
	color:#1ff;
}
#search .infoBox{
	margin-left:20px;
}
#searchResult{
	padding-top:5px;
}
.resultBox{
	position:relative;
	margin:0 20px 10px;
	padding:10px 0 0;
	border:dotted #D9DAD4;
	border-width:1px 0;
	background:#466786;
	color:#DBE4F3;
}
.odd{
	background:#2C4764;
}
.departureDate{
	font-weight:bold;
	font-size:1.3em;
	color:#fff;
}
.tripInfos span{
	font-weight:bold;
	color:#AFBEDB;
	text-transform:uppercase;
}
.tripInfos{
	display:block;
	width:350px;
}
.tripPrices{
	color:#D9E5F3;
	float:left;
	clear:right;
	position:absolute;
	top:10px;
	left:335px;
}
.tripPrices span{
	font-weight:bold;
	font-size:1.5em;
	line-height:1em;
	color:#fff;
}
.resultBox .buttons{
	position:relative;
	margin:15px 0 10px 20px;
}
.infoBtn{
	background:url(../images/smallBarLeft.png) top left no-repeat;
	height:20px;
	width:5px;
	padding-bottom:10px;
}
.infoBtn a{
	display:block;
	height:20px;
	width:124px;
	background:url(../images/smallBarRight.png) 4px 0px no-repeat;
	padding:2px 0 0 12px;
}
.searchMoreBtn{
	position:absolute;
	top:0px;
	left:150px;
	height:50px;
	width:5px;
	background:url(../images/48hLeft.png) top left no-repeat;
}
.searchMoreBtn a{
	display:block;
	height:50px;
	width:125px;
	background:url(../images/48hRight.png) 4px 0px no-repeat;
	padding:7px 0 0 20px;
}
.reservationBtn{
	position:absolute;
	top:0px;
	left:300px;
	height:50px;
	width:5px;
	background:url(../images/48hLeft.png) top left no-repeat;
}
.reservationBtn a{
	display:block;
	height:50px;
	width:125px;
	background:url(../images/48hRight.png) 4px 0px no-repeat;
	padding:7px 0 0 20px;
}
.prevLnk, .nextLnk{
	display:block;
	width:75px;
}
.prevLnk{
	float:left;
	clear:left;
}
.nextLnk{
	float:right;
	clear:right;
	text-align:right;
}
.pagesLnk{
	display:block;
	width:260px;
	float:left;
	text-align:center;
}
.pageResult{
	display:block;
	background:url(../images/titleBgLeft.png);
}
/* accordion (extended itinerary)*/
.accordion {
	position:relative;
	color:#2C4764;
	border-bottom:solid 1px #c4c4c4;
	background:#f7f7f7;
}
.accordion h3 {
	background:url(../images/arrow-square.gif) no-repeat right -51px #e9e7e7 ;
	padding:7px 15px;
	margin:0;
	width:428px;
	font:bold 120%/100% Arial, Helvetica, sans-serif;
	border:solid 1px #c4c4c4;
	border-bottom:none;
	cursor:pointer;
}
.accordion h3:hover {
	background-color:#e3e2e2;
}
.accordion h3.active {
	background-position:right 5px;
}
.accordion .extended{
	padding:10px 0;
	height:100px;
}
.extInfos span{
	font-weight:bold;
	text-transform:uppercase;
}
.extPrices{
	color:#2C4764;
	position:absolute;
	top:40px;
	left:335px;
}
.extPrices span{
	font-weight:bold;
	font-size:1.5em;
	line-height:1em;
}
.itinBtn{
	height:50px;
	width:5px;
	background:url(../images/48hLeft.png) top left no-repeat;
}
.itinBtn a{
	display:block;
	height:50px;
	width:125px;
	background:url(../images/48hRight.png) 4px 0px no-repeat;
	padding:7px 0 0 20px;
}