@media screen, projection
{
	.suggestContainer {
		position: absolute;
		padding: 0;
		opacity: 0.999999;
		z-index: 500000;
		background: url("/global/img/dropshadow.png") no-repeat right bottom !important;
		background: none;
	}
	
	body.maps .suggestList, x:-moz-any-link { /* Firefox 2 CSS Hack */
		left: -3px;
	}

	body.maps .suggestList, x:-moz-any-link, x:default { /* Styles for Firefox 3 */
		left: -4px;
	}
	
	.suggestList {
		position: absolute;
		left: -5px;
		top: -5px;
		z-index: 50000;
		border: 1px solid rgb( 213, 107, 8 );
		background-color: #ffffff;
		margin: 0;
		padding: 5px;
		list-style-type: none;
	}
	.suggestList li {
		line-height: 1.25em;
		margin: 0;
		padding: 0.2em 0.45em;
		border: 1px solid #ffffff;
		cursor: pointer;
		white-space: nowrap;
	}
	.suggestList li.current {
		background-color: #E9E9E9;
	}
	.suggest_headline {
		padding: 0 0 5px 0;
	}
}
