.ac_results {
	padding: 0px;
	border: 0px solid black;
	overflow: hidden;
	z-index: 99990;
	
	position:static;
}

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

	background:url(/assets/images/searchDropShadowTile.png) -8px 0 repeat-y;
}

.ac_results li {
	margin: 0px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font-family:Arial;
	font-size: 11px;
	/* 
	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;
	
	border:1px solid #ddd;
	border-width:0 1px 1px 1px;
}


.ac_results li a {
	color:#545454;
	text-decoration:none;
	cursor:pointer;
	display:block;
}
.ac_results li a:hover {
}

.ac_results li a span.title {
	font-weight:bold;
	color:#298175;
}

.ac_results li.first{ background-image:url(/assets/); }


.ac_loading {
	background: transparent url('/assets/images/progress_indicator_wheel.gif') right center no-repeat;
}

.ac_odd, 
.ac_even
{	
	background-color: #f0f4e3;
	padding: 7px 10px;
}
.ac_over 
{
	background-color: #fff;
	padding: 7px 10px;
}

div.suggest-bottom-shadow{ width:100%; height:23px; background:url(/assets/images/searchDropShadowBottom.png) -9px 0 no-repeat; }