.ac_results {
padding: 0px;
border: 1px solid black;
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;
cursor: pointer;
display: block;
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: 16px;
overflow: hidden;
}

.ac_row {
border-top: 1px dotted #ccc;
overflow: auto;
padding: 5px;
width: 100%;
}

.ac_results .tw_image {
float: left;
margin-right: 1em;
}

.ac_results .tw_image {
height: 36px;
width: 36px;
}

.ac_results .tw_image img {
height: 36px;
width: 36px;
}

.ac_results .tw_data .tw_screen_name, .tw_full_name {
color: #000;
}

.ac_loading {
background: white url('../img/ajax-loader.gif') right center no-repeat;
}

.ac_odd {
}

.ac_over {
background-color: #ddd;
}

