.ac_results {
	background: white;
  	border: 1px solid #CCCCCC;
	padding: 0px;
	display: none;
	float     : none;
	cursor		: default !important;
	z-index		: 1024;
	margin-left : 1px;
	margin-top	: 4px;
	background-color:transparent;
	background-image:none;
	font-family:verdana,sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal !important;
	text-align:left;
	text-decoration:none;
	}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0px;
	margin: 0px;
  /*position: relative;*/
}

.ac_results li {
	padding-bottom:4px !important;
	padding-left:11px;
	padding-right:11px;
	padding-top:4px !important;
	background-color: #fff;
	color: #666;  
  /*
  display: list-item;
  list-style: none;
  */
  
  /* 
    if width will be 100% horizontal scrollbar will apear when scroll mode will be used
  */
  /*width: 100%;*/
  
  /* 
    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;
  
  /* Umbruch */
  /* white-space: nowrap;*/
  white-space: normal;
}

.ac_loading {
	/*background: white url('/img/btn_loading_small.gif') right center no-repeat ;*/
}

.ac_odd {
	/*background-color: #eee;*/
	background-color: white;
}

.ac_over {
	background-color:#999999 !important;
	background-image:none !important;
	color:#FFFFFF !important;
}

