.ac_results{
	padding: 0;	
	background:#8da9ad;
	overflow: hidden;
	z-index: 9999;
    margin-top:0px;
    
    -webkit-box-shadow: 0px 1px 1px 0 rgba(0, 0, 0, 0.7);
    -moz-box-shadow:    0px 1px 1px 0 rgba(0, 0, 0, 0.7);
    box-shadow:         0px 1px 1px 0 rgba(0, 0, 0, 0.7);
}

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

.ac_results li {
	display: block;
	font: menu;
	font-size: 13px;	
	overflow: hidden;
    color: rgba(255, 255, 255, 0.75);
    font-size: 12px;        
    border-top: 1px solid #90adb0;
    background: #88a4a7;
    cursor: pointer;
    padding:6px 16px;    
}

#quickSearch fieldset input.ac_loading {
	background: white url('../images/indicator.gif') 140px center no-repeat;
}
/*
.ac_odd {	
}
*/

.ac_results li.ac_over {
	background: #7e989b;
}
