/* $Revision: 163 $ */

/* FINDOLOGIC Autocomplete Start */

.ac_results {
	padding: 5px;
	border: 1px solid #FFF;
	background-color: white;
	overflow-y: scroll;
	overflow-x: hidden;
	height: 350px;
	z-index: 99999;
	min-width:250px;
	-webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -khtml-border-bottom-left-radius: 5px;
    -khtml-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;	
	 -webkit-box-shadow: 0px 0px 5px #ccc;
    -moz-box-shadow: 0px 0px 5px #ccc;
    box-shadow: 0px 0px 5px #ccc;}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results td {
	margin: 0px;
	padding: 10px 10px;
	cursor: default;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: serif;
	font-size: 12px;
	color: #666;
	/* 
	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_cat {
	display: none;
}

.ac_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
	/*background-color: #eee;*/
	border-bottom: 1px solid #ddd;
}

.ac_over {
	border-bottom: 1px solid #ddd;
	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 */
