/* @override 
	http://dev-public.univers-sons.com/css/jquery.autocomplete.css
	http://localhost/usons_svn/html/css/jquery.autocomplete.css
	http://dev.univers-sons.com/css/jquery.autocomplete.css
*/
.ac_results {
	padding: 0px;
	border: 1px solid grey;
	background-color: white;
	overflow: hidden;
	z-index: 9999;	
}
.ac_results ul {
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	cursor: default;
	display: block;
	clear: both;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	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: 14px;
	overflow: hidden;
}
.ac_results h3{
	font: bold 12px Arial, Helvetica, Geneva, sans-serif;
	line-height: 16px;
	background: #624d3f;
	padding: 2px 5px;
	border: 1px solid #fff;
	color: #fff;
	}
.ac_results h3.close{
	background: #FFF;
	color: #624d3f;
	border: none;
	}
.ac_results h3 button#closeSearchButton{
	background: #FFF;
	color: #624d3f;
	border: 1px solid #624d3f;
	padding: 0 3px 3px;
	float: right;
	font-weight:bold;
	}
.ac_results a{
	padding: 2px 5px;
	display: block;
	}
.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}
.ac_odd {
	background: #f5f5f5;
}
.ac_over{
	background-color: #c2c2c2;
	background-image: none;
	color: #000;
	font-size: normal;
}
.ac_over a{
	font-weight: bold;
	}
a.renvoi span{
	color: #000;
	padding-left: 3px;
	}
span.small_caps{
	font-variant: small-caps;
	font-size: 10px;
	letter-spacing: 0px;
	}
a.renvoi:hover span img, a.renvoi:focus span img{
	background: #fff;
	}
#screenshot{
	background: #fff;
	padding: 0;
	border: 1px solid #666;
	}
