/* Flights CSS
 * Pamediakopes.gr, E-Travel SA
 *  
 * Index:
 */
 
 	body, input, textarea {
		font-family:"Trebuchet MS",Verdana,Arial,sans-serif;
	}
	.clearer {clear:both}
	#centerwrapper {
		padding-top:150px;
	}
	
/* Search box */
	.FlightsSearchEngine button.advanced:hover {
		background: -moz-linear-gradient(top,white,#999);
		cursor:pointer;
	}
	.FlightsSearchEngine input[type="submit"] {
		background: transparent url(http://www.pamediakopes.gr/template/img/search.button.orange.glossy.png) no-repeat scroll center center;
		border: none;
		color: white;
		font-size: 0;
		height: 40px;
		line-height: 40px;
		width: 110px;
		cursor: pointer;
		float:right;
		margin-top:10px;
	}
	
	/* Autocomplete drop down*/
	ul.jq-ui-autocomplete-custom {
		position: absolute;
		overflow: hidden;
		overflow-y:auto;
		background-color: gray;
		-moz-border-radius:10px;
		-moz-box-shadow:0 0 15px black;
		-webkit-border-radius:10px;
		-webkit-box-shadow:0 0 15px black;
		border-radius:10px;
		box-shadow:0 0 15px black;
		color:white;
		margin: 0px;
		padding: 5px;
		list-style: none;
		letter-spacing: -1px;
		max-height:250px;
		width:auto;
		font-weight:bold;
	}
	

	ul.jq-ui-autocomplete-custom li.active { 
	  background-color: #F7E4B7; 
	  color:black;
	}
	ul.jq-ui-autocomplete-custom  li 
	{
	    width:450px;
	    padding:0;
	    margin:0;
	    display:block;
	    cursor:pointer;
	}
	
	html>/**/body ul.jq-ui-autocomplete-custom li {width : auto	}
	
	.jq-ui-autocomplete-custom li.depth0 {
		background: url(../images/ac-sprite.gif) no-repeat scroll 0 -71px transparent;
	}
	
	.jq-ui-autocomplete-custom li.depth1 {
		background: url(../images/ac-sprite.gif) no-repeat scroll 0 -36px transparent;
	}
	
	.jq-ui-autocomplete-custom li.depth0 div.airport-autocomplete-item {
		padding-left:20px;
	}
	
	.jq-ui-autocomplete-custom li.depth1 div.airport-autocomplete-item {
		padding-left:40px;
	}
	
	.country { 
		font-weight:normal;
		letter-spacing: 0px;
		font-size:80%;
		float:right;
		margin-left:10px;
	}
.airport-choice-link {
	font-size:12px;
	line-height:23px;
	margin-left:10px;
}
.error-message-search-form 
{
	color:Red;
}

.moreOptionsSubHeader
{
	float: left;
	font-size:20px;
	color:#1668B1;
	font-weight:bold;
}

.moreOptionsChosen
{
	float: left;
	font-size:16px;
	color:#000000;
	font-weight:bold;
}