﻿.ac_results {
	padding: 0px;
	margin: 0px;
	border: 1px solid silver;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {

	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	font-weight: normal;
}
td.image{
	background-color: blue;
}
.ac_results li {
width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	cursor: default;
	display: inline-block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font-family: Tahoma;
	font-size: 11px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 15px;
	overflow: hidden;
	font-weight: normal;
}
.ac_odd {
	background-color: #FFFFFF;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
}
.ac_over {
	background-color: #3366cc;
	color: white;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;

