/* $Revision: 163 $ */

/* FINDOLOGIC Autocomplete Start */

.ac_results {
	padding: 0px;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
	min-width:250px;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
	max-height: 1000px !important;
}

.ac_results ul li {
	text-align: left;
}

.ac_results td {
	margin: 0px;
	padding: 2px 10px;
	cursor: default;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: serif;
	font-size: 14px;
	/* 
	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_odd {
	/*background-color: #eee;*/
}

.ac_over {
	background-color: #F0F0F0;
}

.ac_results td.ac_name {
	text-align: left;
}

.ac_results td.ac_cat {
	text-align: right;
}

.autocompletecount {
	color: #808080;
	float: right;
	font-size: 8pt;
}

.autocompleteCat, .autocompleteCat .flHighlight {
	font-weight:bold;
	background-color:#fff;
	color:#000;
}

.autocompleteCat {
	margin:-2px -15px 2px;
	padding:5px;
}

.flHighlight {
	color: #3399FF;
	font-weight: normal;
	font-size: inherit;
}

.ac_results td.ac_image {
	padding: 2px 5px;
}

#preview {
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	display:none;
	color:#fff;
	z-index: 100000;
}

/* FINDOLOGIC Autocomplete End */