.ac_results {
	padding: 0;
	border: 1px solid #B2BABD;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	margin-left: -1px;
}

.ac_results ul {
	/*
	background: #e9f3fd url('/img/search_bg.gif') left top repeat-x;
	*/
	background:none;
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	background-image: none;
	margin: 0px;
	padding: 1px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 8pt;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
	cursor:pointer;
}

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

.ac_odd {

}

.ac_over {
	
}
.ac_results li  span {font:14px/1.3 Arial,Tahoma,sans-serif;}
.ac_results li  .text-link { text-decoration:underline; color:#016FE8;}
.ac_results li.ac_over .text-link { text-decoration:underline; color:#084ec3; }
.ac_results li .img-div {
	/*
	border: 1px solid #d3e9fb; 
	*/
	border:none;
	width:42px; height:42px; background: #fff; margin-top: 1px; }
.ac_results li table {width: 100%; height:40px;}
.ac_results li table td {vertical-align: middle;}
.ac_results li table td.img { width: 50px; text-align: center; }
.ac_results li table td.price { width: 80px; padding-left:10px;}
.ac_results span.price { }
