.ac_results
{
	padding: 0px;
	overflow: hidden;
	z-index: 99999;
	width: 831px;
	background-color: #D2D2D2;
	/*+box-shadow:0px 2px 2px #787878;*/
	-moz-box-shadow: 0px 2px 2px #787878;
	-webkit-box-shadow: 0px 2px 2px #787878;
	-o-box-shadow: 0px 2px 2px #787878;
	box-shadow: 0px 2px 2px #787878;
	/*+border-radius:0 0 5px 5px;*/
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-khtml-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	border: 1px solid #E6E6E6;
}
.ac_results UL
{
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results LI
{
	margin: 0px;
	padding: 3px;
	cursor: default;
	display: block;
/*
if width will be 100% horizontal scrollbar will apear
when scroll mode will be used

width: 100%;

it is very important, if line-height not setted or setted
in relative units scroll will be broken in firefox
*/
	line-height: 100%;
	overflow: hidden;
	color: #020202;
	font-size: 9pt;
}
.ac_results LI:hover
{
	cursor: pointer;
}
.ac_loading
{
	background: #FFFFFF url(images/autocomplete_ajaxico.gif) no-repeat 51% 3px;
}
.ac_odd
{
	background-color: #C9C9C9;
}
.ac_over
{
	cursor: pointer;
	background-color: #353535;
	color: #FFFFFF !important;
}
