.ac_results
{
	padding: 0px;
	border-bottom: 1px solid #676767;
	border-left: 1px solid #676767;
	border-right: 1px solid #676767;
	border-top: 0px solid #FFFFFF;
    background-color: #FEFEFE;
	overflow: hidden;
	z-index: 99999;
    color: #505050;
    font-size: 14px;
    font-weight: normal;
    font-family: Arial,Helvetica,Geneva,Swiss,Sans-Serif;
}

.ac_results ul
{
	list-style-position: outside;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.ac_results li
{
	margin: 0px;
	/*padding: 2px 5px; */
	padding: 4px 5px;
	cursor: pointer;
	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: 20px; */
	line-height: 1.2em;
	overflow: hidden;
}

.ac_loading
{
	background: white url('/content/custom/indicator.gif') right center no-repeat;
    background-position: right 10px bottom 10px !important;
}

.ac_odd
{
	background-color: #FEFEFE;
	color: #505050;	
}

.ac_over
{
	background-color: #FEFEFE;
	color: #505050;
}
