autocomplete-list-core.css revision fd0330bab0db3c04cc65775e8a654cb84bcc1a80
.yui3-aclist { position: absolute; }
.yui3-aclist-hidden { visibility: hidden; }
.yui3-aclist-aria {
/* Hide from sighted users, show to screen readers. */
left: -9999px;
position: absolute;
}
.yui3-aclist-list {
list-style: none;
margin: 0;
overflow: hidden;
padding: 0;
}
.yui3-aclist-item {
cursor: pointer;
list-style: none;
padding: 2px 5px;
}
.yui3-aclist-item-active {
outline: #afafaf dotted thin;
}