﻿.ac_results {
	padding: 4px;
	color: #525252;
	background-color: #eff0f1;
	overflow: hidden;
	z-index: 99999;
	border: solid 1px #D6D6D6;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	
}

.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: 500px;*/
	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;
}

.ac_results li:hover  { text-decoration: none; color: #fff; background-color:#373737; 
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}



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

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #373737;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}

.topsearch_input {
	display: inline-block;
	height: 18px;
	width:300px;
	background: #E8E6E6;
	/*background-image:url('images/topsearch_input.gif');*/
	border:1px solid #CECECE;
	font-size:11px;
	color:#333;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;		
}

