/* autocomplete */
.inquisitor {
	color: #cdcdcd;
	padding: 0px;
	overflow: hidden;
	z-index: 99999;
}

.cab_inquisitor {
	background: url(../../../img/inquisitor_cab.gif) no-repeat left top;
	height: 19px;
}

.pie_inquisitor {
	background: url(../../../img/inquisitor_pie.gif) no-repeat left top;
	height: 10px;
}

.inquisitor ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.inquisitor li {
	cursor: pointer;
	margin: 0px;
	padding: 2px 5px;
	display: block;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	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;
}

.inquisitor strong {
	color: #FFF;
}

.ac_loading {
	background: white url('../../../img/indicator.gif') right center no-repeat;
}

.par {
	background: url(../../../img/inquisitor_bg_li.gif) repeat-x left top;
}
.impar {
	background: url(../../../img/inquisitor_bg_li.gif) repeat-x left top;
}

.ac_over {
	background: url(../../../img/inquisitor_bg_li_2.gif) repeat-x left top;
}
