@charset "utf-8";

#toMiddle {
	margin:0px auto;
	width:960px;
}
 /* CALCULATOR CSS */

#aeolusCalculator {
	width:452px;
	height:203px;
	border:1px solid #dfdfdf;
	font-family:Lucida Sans, Arial;
	font-size:12px;
	color:#a8a8a8;
	/*position: relative;
	top:-448px;
	left:17px;*/
	background-image:url(../images/trans.png); background-repeat:repeat;
}

#aeolusCalculator .fill {
	width:180px;
	height:156px;
	padding-left:13px;
	padding-top:13px;
	padding-bottom:13px;
}

#aeolusCalculator .more {
	width:185px;
	height:21px;
	border:none;
	border-top:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
}

#aeolusCalculator h1 {
	margin:0px;
	padding:0px;
	padding-bottom:8px;
	font-size:12px;
	font-weight:bold;
}

#aeolusCalculator h2 {
	margin:0px;
	padding:0px;
	padding-bottom:8px;
	font-size:14px;
	font-weight:bold;
	color:#810102;
}

#aeolusCalculator .priceFont {
	font-size:14px;
	font-weight:bold;
	color:#810102;
}

#aeolusCalculator .priceFont .euroSign {
	font-family:Arial, Helvetica, sans-serif;
}

#aeolusCalculator p {
	margin:0px;
	padding:0px;
	padding-bottom:8px;
}

#aeolusCalculator .line {
	width:100%;
	border-top:1px solid #7b7b7b;
	padding-bottom:8px;
}

#aeolusCalculator .inputField {
	border:1px solid #a8a8a8;
	padding:2px;
	width:166px;
	font-family:Lucida Sans, Arial;
	font-size:12px;
}

#aeolusCalculator .fill img {
	border:none;
	cursor:pointer;
	margin-left:5px;
}

#aeolusCalculator .result {
	width:240px;
	height:152px;
	float:right;
	padding-top:8px;
	padding-right:10px;
}

#aeolusCalculator .ticketInfo {
	width:220px;
	height:132px;
	padding:10px;
	border:1px solid #d8d8d8;
	background-color:#f8f8f8;
	font-size:12px;
	}

#aeolusCalculator .ticketInfo .ticketAirportInfo {
	width:auto;
	height:72px;
}

#aeolusCalculator .ticketInfo .red {
	color:#7f0100;
	font-weight:bold;
}

#aeolusCalculator .ticketInfo .small {
	font-size:8px;
}
#aeolusCalculator .ticketPrice {
	width:100%;
	padding-bottom:8px;
	margin-right:18px;
	font-size:16px;
	font-weight:bold;
	text-align:right;
	color:#810102;
}

/* Big box with list of options */
#ajax_listOfOptions{
	position:absolute;	/* Never change this one */
	width:204px;	/* Width of box */
	height:150px;	/* Height of box */
	overflow:auto;	/* Scrolling features */
	border:1px solid #a8a8a8;	/* Dark green border */
	background-color:#FFF;	/* White background color */
	text-align:left;
	font-family:Lucida Sans, Arial;
	font-size:12px;
	z-index:100;
}
#ajax_listOfOptions div{	/* General rule for both .optionDiv and .optionDivSelected */
	margin:1px;		
	padding:1px;
	cursor:pointer;
	font-size:0.9em;
}
#ajax_listOfOptions .optionDiv{	/* Div for each item in list */
	
}
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
	background-color:#810102;
	color:#FFF;
}
#ajax_listOfOptions_iframe{
	background-color:#F00;
	position:absolute;
	z-index:5;
}

form{
	display:inline;
}