.autocomplete {
  border: 1px solid #fff;
}

.ac_results {
	text-align:left;
	padding: 0px;
	border: 1px solid #666;
  border-top: 0 none;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

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

.ac_results li {
	margin: 0px;
	padding: 3px 3px 3px 34px;
  position: relative;
	cursor: pointer;
	display: block;
  min-height: 26px;
  border-top: 1px solid #666;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 13px;
	overflow: hidden;
}

.ac_results li:first-child { border-top: 0 none; }

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

.ac_odd {
	
}

.ac_over {
	background-color: #666;
	color: white;
}

.ac_results li img {
  position: absolute;
  top: 4px;
  left: 4px;
}

.ac_results li span {
  font-size: 11px;
}

.ac_results li strong {
  background-color: #DCECFA;
}

.ac_results li.ac_over strong {
  background-color: #009FDA;
}

.ac_results li.ac_over small strong {
  background-color: #999;
}

.ac_results li small {
  display: block;
  font-size: 10px;
}

.ac_over small { color: #fff; }

.ac_results li.ac_over img {
  left: 3px;
  top: 3px;
  border: 1px solid #CCC;
}



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

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

.autocomp .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: menu;
	font-size: 12px;
	/* 
	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;
}

.autocomp .ac_loading {
	background: white url('/images/v3/layout/indicator.gif') right center no-repeat;
}

.autocomp .ac_odd {
	background-color: #eee;
}

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