﻿
.ac_results {
    width: 240px !important;
	padding: 0px;
	border: 1px solid silver;
	background-color: white;
	overflow: hidden;	
	z-index: 99999;
	max-height: 400px;
	overflow-y: scroll;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0 10px;
	margin: 0;
}
.ac_results li {
	color:#333;
	margin: 0px;
	padding: 5px 6px;	
	cursor: default;
	display: block;
	width: 100%;
	font: menu;	
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	border-bottom: 1px dotted #eee;
}
.ac_loading {
	background: white url('/assets/css/img/icon-loading.gif') right center no-repeat;
}
.ac_odd {
	/*background-color: #fafafa;*/
}
.ac_over {
	background-color: #fafafa;
}

.ac_name {
	font-size:13px;
	font-weight:bold;
}

.ac_desc {
	display:none;
}

.ac_category {
}

.ac_price {
}