.ac_results {
	padding: 0px;
	border: 1px dotted #CCCCCC;
	background-color: white;
	overflow-x: hidden;
	z-index: 99999;

	
	
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}

.ac_results li {
	margin: 0px;
	padding: 4px 5px;
	cursor: default;
	display: inline-block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	width: 100%;
	font: menu;
	font-size: 10px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
}

.ac_loading {
	background: white url('/include/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #FFFFCC;
	color: black;
}

.ac_col_1{width:20px; float:left; display:inline-block; font-size:8px;}
.ac_col_1_1{width:20px; float:left; display:inline-block; font-size:8px; background-color: #E7FEFE}
.ac_col_2{width:380px; float:left; display:inline-block;}
.ac_col_3{width:65px; float:left; display:inline-block;font-size:8px;}
.ac_col_4{width:90px; float:left;  display:inline-block;font-size:8px;}
.ac_col_41{width:50px; float:right; text-align:right; position:relative; font-weight:bold; display:inline-block;font-size:10px;}
