.ac_results {
	padding: 0px;
	border: 1px solid #DDDDDD;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
img.caratula_buscador {margin-top: 0px; margin-right: 2px; margin-bottom: 2px; margin-left: 2px;  float: left; }

.ac_results li {

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; 
font-weight: normal; 
letter-spacing: 0px; 
text-transform: none; 
color: #666666; 
text-align: left; 
margin-left: 0px; 
margin-right: 0px; 
margin-top: 0px; 
padding-top: 2px; 
padding-right: 2px; 
margin-bottom: 0px;
border-top: 1px solid #DDDDDD; 
/* 
it is very important, if line-height not setted or setted 
in relative units scroll will be broken in firefox
*/
line-height: 120%; 
overflow: hidden;
vertical-align: baseline;
}

.ac_loading {
	background: #FFFFFF url('images/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #FFFFFF;
}

.ac_over {
	background-color: #EEEEEE;
	color: white;
}
