.ac_results {
    padding: 4px;
    border: 1px solid #ccc;
    border-top:0;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
    -webkit-box-shadow: rgba(0,0,0,0.5) 0 0.4em 1em;
    -moz-box-shadow: rgba(0,0,0,0.5) 0 0.4em 1em;
    -moz-border-radius-bottomleft:4px; 
    -moz-border-radius-bottomright:4px; 
    -webkit-border-bottom-left-radius:4px;
    -webkit-border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
	border-bottom-right-radius:4px;
    margin-left:-25px;
    width:362px !important;
    margin-top:4px;
}

.ac_results span {
  float: right;
  color: #666;
}

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

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font-size: 1.3em;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 1.5;
	overflow: hidden;
	text-align: left;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}

.ac_loading {
	/* Bara frustrerande blinkningar??? JohanS
  background: white url('indicator.gif') right center no-repeat;
  */
}

.ac_odd {
    background: #f4f4f4;
}

.ac_over {
    background: #0066cc;
    color: white;
}

.ac_over span {
  color: white;
}

