﻿ul.autocompleter-choices
{
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	border:					1px solid #F1A509;
	background-color:		#fff;
	text-align:				left;
	z-index:				50;
	-moz-box-shadow:		0 5px 10px #c8c8c8;
	-webkit-box-shadow:		0 5px 10px #c8c8c8;
	box-shadow:				0 5px 10px #c8c8c8;
}

ul.autocompleter-choices li
{
	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;
	background:				none;
}

ul.autocompleter-choices li.autocompleter-selected
{
	background-color:		#CCEBEF;
}

ul.autocompleter-choices span.autocompleter-queried
{
	display:				inline;
	float:					none;
	font-weight:			bold;
	margin:					0;
	padding:				0;
}

/* ps_AZResults */
#az_results .autocompleter-choices {
	margin:-6px 0 0 4px;
	width:276px !important;
	border:2px solid #BABABA;
}
#az_results .autocompleter-choices li {
	padding-left:8px;
}