.ac_results {
	padding: 0px;
	width: 365px !important;
	border: 4px solid #4281d0;
	background-color: #fff;
	overflow: hidden !important;
        z-index : 10000;
        margin:1px 0 0;  

}

.ac_results ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0;
	padding: 0;
	cursor: pointer;
	display: block;
	font-size: 11px;
	overflow: hidden;
	color:#666;
        border-bottom:1px solid #eee;
}

.ac_loading {
	background :#fff url('/img/loading.gif') right center no-repeat;
}

.ac_over {
	background-color: #eee;
	color: #254470;
}
.ac_results li span.ac_img{ width:60px; float:left; height:50px; display:block;}
.ac_results li span.ac_name{display:block; padding-top:4px; overflow:hidden; line-height:14px; height:28px;}
.ac_results li span.ac_price{ font-weight:bold; color:#7b1100;}
#all-results{ padding:5px;}
