.ac_results {
	overflow: hidden;
	z-index: 99999;
	background-image: url(../img/apariencia/list_arrow.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 6px;
	padding-left: 7px;
	margin-top: -4px;
}
.ac_results ul {
	width: 100%;
}

.ac_results li {
	cursor: default;
	display: block;
	font-size: 12px;
	height: 32px;
	line-height:31px;
	color: #FFFFFF;
	background-color: #333333;
}
.ac_results span {
	float: left;
	margin-top: 6px;
	margin-left: 6px;
	margin-right: 10px;
}
.ac_results strong {
	color: #7ad743;
}

.ac_loading {
}

.ac_odd {
}

.ac_results .ac_over {
	background-color: #4e4e4e;
	color: #FFFFFF;
}