ul.autocompleter-choices
{
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	border:					1px solid #7c7c7c;
	border-left-color:		#c3c3c3;
	border-right-color:		#c3c3c3;
	border-bottom-color:	#ddd;
	background-color:		#fff;
	text-align:				left;
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index:				50;
	background-color:		#fff;
}

ul.autocompleter-choices li
{
	color:					#3f3f3f;
	position:				relative;
	margin:					-2px 0 0 0;
	padding:				0.2em 1.5em 0.2em 1em;
	display:				block;
	float:					none !important; 
	cursor:					pointer;
	font-weight:			normal;
	white-space:			nowrap;
	font-size:				1em;
	line-height:			1.5em;
}

ul.autocompleter-choices li.autocompleter-selected
{
	background-color:		#fdd3b4;
	color:					#3f3f3f;
}

ul.autocompleter-choices li.autocompleter-headline 
{
	background-color: #dfeaf7;
	color: #4d1818;
	font-weight: bold;
}

ul.autocompleter-choices span.autocompleter-queried
{
	color: 					#3f3f3f;
	display:				inline;
	float:					none;
	font-weight:			bold;
	margin:					0;
	padding:				0;
}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
	color:					#3f3f3f;
}

#autocomplete-location {
	background-image: url('http://img.preistipp.de/preistipp/index/autocomplete-location-input.gif'); 
	background-repeat: no-repeat; 
	background-color: transparent;
	border: 0px;
	font-size: 12px;
	font-weight: bold;
	left: 755px;
	padding: 9px 0px 10px 10px;
	position: absolute;
	top: 62px;
	width: 218px;
	z-index: 10001;
}

#autocomplete-location-spinner {
	background-image: url('http://img.preistipp.de/preistipp/index/spinner.gif');
	background-repeat: no-repeat;
	height: 22px;
	position: absolute;
	left: 910px;
	top: 66px;
	width: 24px;
	z-index: 10002;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

#autocomplete-location-button {
	position: absolute;
	left: 940px;
	top: 62px;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	z-index: 10003;
}

#autocomplete-location-help {	
	position: absolute;
	left: 989px;
	height: 21px;
	width: 16px;
	top: 67px;
	z-index: 10002;
	cursor: pointer;
}

#autocomplete-search {
	border: 0px;
	background-image: url('http://img.preistipp.de/preistipp/index/autocomplete-search-input.gif'); 
	background-color: transparent; 
	color: #777777;
	font-size: 12px;
	font-weight: bold;
	left: 261px;
	padding: 7px 0px 8px 10px;
	position: absolute;
	top: 62px;
	width: 360px;
	z-index: 10001;
}

#autocomplete-search-button {
	position: absolute;
	left: 632px;
	top: 61px;
	z-index: 10002;
}

#autocomplete-search-spinner {
	background-image: url('http://img.preistipp.de/preistipp/index/spinner.gif');
	background-repeat: no-repeat;
	height: 22px;
	position: absolute;
	left: 600px;
	top: 66px;
	width: 24px;
	z-index: 10002;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}

#autocomplete-overlay {
	position: absolute;
	left: 735px;
	top: 30px;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	visibility: hidden;
	overflow: hidden;
	z-index: 10000;
}

#autocomplete-overlay-top {
	background-image: url('http://img.preistipp.de/preistipp/index/autocomplete-top.gif');
	height: 12px;
	line-height: 12px;
	width: 279px;
	padding: 0px;
	margin: 0px;
}

#autocomplete-overlay-bottom {
	background-image: url('http://img.preistipp.de/preistipp/index/autocomplete-bottom.gif');
	height: 12px;
	line-height: 12px;
	width: 279px;
	padding: 0px;
	margin: 0px;
}

#autocomplete-overlay-bg {
	background-image: url('http://img.preistipp.de/preistipp/index/autocomplete-bg.gif');
	background-repeat: repeat-y;
	height: 52px;
	width: 279px;
	margin: 0px;
}

#autocomplete-overlay-headline {
	color: #fff;
	font-weight: bold;
	padding-left: 20px;
}

#autocomplete-overlay-suggestions-top {
	background-image: url('http://img.preistipp.de/preistipp/index/suggestions-top.gif');
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 3px;
	line-height: 3px;
	font-size: 1px;
	margin-left: 20px;
	margin-top: 50px;
	width: 243px;
}

#autocomplete-overlay-suggestions-bottom {
	background-image: url('http://img.preistipp.de/preistipp/index/suggestions-bottom.gif');
	background-repeat: no-repeat;
	background-position: left top;
	height: 3px;
	line-height: 3px;
	font-size: 1px;
	margin-left: 20px;
	width: 243px;
}

#autocomplete-overlay-suggestions-zip {
	background-color: #fff;
	margin-left: 20px;
	width: 223px;
	padding: 10px 10px 5px 10px;
}

#autocomplete-overlay-suggestions-close {
	background-color: #fff;
	margin-left: 20px;
	text-align: center;
	width: 243px;
	padding: 5px 0px;
}

#autocomplete-overlay-suggestions-bg {
	background-color: #fff;
	margin-left: 20px;
	width: 233px;
	padding: 0px 5px 0px 5px;
}

#autocomplete-overlay-suggestions-bg ul {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#autocomplete-overlay-suggestions-bg li {
	color: #444;
}

#autocomplete-location-help-tooltip {
	background-image: url('http://img.preistipp.de/preistipp/index/help-tooltip.png');
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
	position: absolute;
	left: 765px;
	top: 90px;
	width: 267px;
	height: 157px;
	visibility: hidden;
	z-index:1;
}

#autocomplete-location-help-tooltip div {
	margin: 35px 20px 20px 20px;
	text-align: justify;
}
