/*--------------------------------------------------
 AUTOCOMPLETE
--------------------------------------------------*/

.ac_results {
	padding: 5px 0 5px 0;
	width: 130%;
	border: 1px solid #726c65;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	color: #0d3666;
	font-weight: 600 !important;
	padding: 0 0.4em;
	cursor: pointer;
	display: block;
	font: menu;
	font-size: 0.9em;
	line-height: 20px;
	overflow: hidden;
	height: 22px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.ac_results li:hover {
	color: #1660bc;
	border-top: 1px solid #cadaeb;
	border-bottom: 1px solid #cadaeb;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	/*background-color: #eee;*/
}

/*------------ Hover riga Autocomplete ------------*/

.ac_over {
	color: #1660bc;
	background: #e2edf9;
	border-top: 1px solid #cadaeb;
	border-bottom: 1px solid #cadaeb;
}