.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
  z-index:3000;
  min-width:230px;
  display:none;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results li {
	margin: 0px;
	padding: 5px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
  white-space:no-wrap;
}
.ac_results li a { color:#333333;}
.ac_results li.ac_fullsearch { font-weight:bold;}
.ac_results li a span { float:right; color:#077abc; padding-right:10px;}