﻿.ac_results 
{
    margin-top:-3px;
	padding: 0px;
	border: 1px solid #22ABE5;
	background-color: #22ABE5;
	overflow: hidden;
	z-index: 99999;
	width: 180px;
}

.ac_results ul
 {
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li 
{
	margin: 0px;
	padding: 2px 5px;
	cursor:pointer;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}


.ac_odd 
{
	background-color: #0a82b4;
	color: #fff;
}

.ac_even 
{
	color: #fff;
}

.ac_over 
{
	background-color: #d0e3f1;
	color: #0a82b4;
}

.ac_loading {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    background:#AFD2FD url(img/loader.gif) no-repeat scroll right center;
}
