.ac_results {
	padding: 0px;
	border-left: 1px solid #e4e4e0;
	border-right: 1px solid #e4e4e0;
	border-top: 1px solid #e4e4e0;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	border-radius: 
}

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

.ac_results li {
	border-bottom: 1px solid #e4e4e0;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    list-style: outside none none;
    overflow: hidden;
    padding: 8px 10px;
    text-overflow: ellipsis;


	/*margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	
	font: menu;
	font-size: 12px;
	line-height: 16px;
	overflow: hidden;*/
}

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

.ac_odd {
	background-color: #fff;
}

.ac_over {
	background-color: #fff;
	color: white;
}

.ac_results li:hover{
	background-color: #f2f2f2;
}
