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

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

.ac_results li {
	margin: 0;
	padding: 7px 5px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #eee;
  background-color: #f9f9f6;
	cursor: default;
	display: block;
	/* 
	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;
}

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

.ac_results .ac_odd {
	background-color: #f3f3f0;
}

.ac_results .ac_over {
	background-color: #0A246A;
	color: white;
}

.ac_results .full_name {
  font-size: 1.1em;
}

.ac_results .company {
  color: #666;
}
.ac_results div.company_box {
  float: right;
  margin-left: 1em;
  text-align: right;
  color: #444;
}
.ac_over div.company_box {
  color: #eee;
}
