@CHARSET "UTF-8";
.suggestionsBox {		
		left: 0px;
		margin: 0px 0px 0px 123px;
		width: 250px;
		padding:0;
		background-color: #f7f7f7;
		border: 1px solid #cccccc;	
		color: #333333;
	}
	
	.suggestionList {
		margin: 0px;
		padding: 0px;
	}
	
	.suggestionList li {
		
		margin: 0px 0px 0px 0px;
		padding: 5px 10px;
		cursor: pointer;
		list-style: none;
		border-bottom: 2px dotted #cccccc;
	}
	
	.suggestionList li:hover {
		background-color: #d3e991;
	}
	
	
.suggestionsBox_airport {		
		left: 0px;
		margin: 0px 0px 0px 0px;
		width: 200px;
		padding:0;
		background-color: #f7f7f7;
		border: 1px solid #cccccc;	
		color: #333333;
	}
	
	.suggestionList_airport {
		margin: 0px;
		padding: 0px;
	}
	
	.suggestionList_airport li {
		
		margin: 0px 0px 0px 0px;
		padding: 5px 10px;
		cursor: pointer;
		list-style: none;
		border-bottom: 2px dotted #cccccc;
	}
	
	.suggestionList_airport li:hover {
		background-color: #d3e991;
	}
