.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
	z-index: 999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_loading {
	background : Window url('../images/indicator.gif') right center no-repeat;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}


.ac_results {
    z-index: 999999999999;
    padding: 0;
    background-color: #fff;
    overflow: hidden;
    width: 91% !important;
    max-width: 410px;
    border: 0;
    border-radius: 0 3px 3px 3px;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results ul li {
    margin: 0;
    padding: 9px 6px;
    cursor: default;
    display: block;
    width: 100%;
    font: menu;
    font-size: 16px;
    overflow: hidden;
}

.ac_results ul li.ac_over {
    background-color: var(--dark-ruby-red);
    padding-left: 10px;
    color: white;
    font-weight: 500;
}

