.ac_results {
	padding: 0px;
	    border: 1px #d9d9d9 solid !important;
    border-bottom: none !important;
    margin-top: 3px !important;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	border-radius:5px;
}

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

.ac_results li {
    margin: 0px;
    padding: 5px 5px;
    cursor: default;
    display: block;
    /* width: 100%; */
    font-family:Raleway;
    font-size: 12px;
    line-height: 16px;
    overflow: hidden;
	border-bottom: 1px #d9d9d9 solid !important;
}

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

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #212121;
}
.ac_results li a {
    color: #000;
    font-size: 14px;
    cursor: pointer;
    text-decoration: underline !important;
	text-shadow: 0px 1px 1px #A2A2A2;
}
.ac_results  ul li a 
{
display:block;
}