.ac_results {
    text-align: left;
    padding: 0px;
    border: 1px solid #e1e1e1;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
    border-radius: 8px;
    max-width: 290px !important;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
margin: 0px;
    padding: 6px 12px;
    cursor: default;
    display: block;
    width: 100%;
    font-family: 'Montserrat';
    font-size: 12px;
    line-height: 30px;
    overflow: hidden;
    border-bottom: 1px solid #f3f3f3;
    color: #555555;
}

.ac_results li: hover {
background-color: #f3f3f3;
cursor: pointer;
}

/*
.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}
*/

.ac_odd {
	background-color: #eee;
}

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