.ac_results {
	padding: 0px;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	/*-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;*/

	-moz-border-bottom-colors: none;
	-moz-border-image: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: #A0A0A0;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	margin-top: -2px;
	border-radius: 0 0 3px 3px;
}

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

.ac_results li {
	margin: 0px;
	padding: 4px 5px;
	cursor: default;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font-size: 13px;
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	/*text-shadow: 0 1px 0 white;*/
	padding-left: 25px;
}

.ac_results li .tag {
	position: absolute;
	top: 6px;
	right: 6px;
}

.ac_loading {
	background: white url('../img/spinner3.gif') 5px center no-repeat !important;
	background-size: 16px 16px !important;
}

.ac_even {
	background: #F7F7F7;
}

.ac_odd {
	background: #EFEFEF;
}

.ac_over {
	/*background: -moz-linear-gradient(top, #638EF9 0%, #0D67F7 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#638EF9), to(#0D67F7));*/
	background: #428bca;
	color: white;
	/*text-shadow: none;
	text-shadow: 0 1px 0 #536475 !important;*/
}

.ac_close {
	border:1px solid #aaa;
	border-left: 0;
	width: 16px;
	height: 17px;
	position: absolute;
	top: 0;
	right: 0;
}

.ac_close.loading {
	background: white url('../img/spinner3.gif') center center no-repeat;
	background-size: 16px 16px;
}

.ac_close.close {
	background: white url('../img/close.gif') center center no-repeat;
}

*:focus {
	outline: 0;
}
