﻿/*.divupd {
background:#fafafa;
border:1px solid #999;
display:none;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
}

.divupd a {
display:block;
text-decoration:none;
}

.divupd li,div,ul {
margin:0;
padding:0;
}

.divupd ul {
list-style:none;
margin:0;
padding:5px;
}

.selected {
background:#EFEFEF;
color:#146195;
text-decoration:underline;
}
*/
.ac_results {
	padding: 0px;
border:1px solid #999;
 background:#fafafa;
	overflow: hidden;
	z-index: 99999;
text-align: left;
}
 
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
 
.ac_results li strong 
{
font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
}
.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 12px;
	overflow: hidden;
}
 
.ac_loading {
	background: white url('/img/spinner.gif') right center no-repeat;
}
 .ac_even {
font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
}

.ac_odd {
font-family:Arial, Helvetica, sans-serif;
font-size: 10px;
}
.ac_over {
    background:#EFEFEF;
    color:#146195;
}
 

