.ac_results {
	padding: 6px 0px;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	border-radius: 4px;
	box-shadow: 0 1px 14px 1px rgba(0, 0, 0, 0.23);
}

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

.ac_results li {
	margin: 0px;
	padding: 8px 5px;
	cursor: default;
	display: block;
	font-size: 13px;
	line-height: 16px;
	overflow: hidden;
	cursor: pointer;
}

.ac_loading {
	/*background: white URL('%themepath%images/unifiedsearch_wait.gif') right center no-repeat;*/
}

.ac_loading:parent:after {
	font-family: 'FontAwesome';
    content: "\f021";
}

.ac_odd {
	background-color: white;
}

.ac_over {
	background-color: #49AFCD;
    box-shadow: inset 0 -18px 40px -20px #29A0C2;
    color: #FFF;
}
