/* @override http://irs.true.pl/samolotka/samolotka_true/Autocompleter.css */

ul.autocompleter-choices
{
	position:				absolute;
	margin:					0;
	padding:				0;
	list-style:				none;
	background-color: 		#ccc;
	text-align:				left;
	z-index:				100;
}

ul.autocompleter-choices li
{
	position: relative;
	margin: 0;
	line-height: 20px;
	display: block;
	float: none !important; 
	cursor: pointer;
	font-weight: normal;
	white-space: nowrap;
	font-size: 11px;
	color: #333;
	font-weight: bold;
	overflow: hidden;
}
ul.autocompleter-choices li span.kod { 
	line-height: 20px;
	width: 40px;
	padding-right: 5px;
	margin-right: 5px;
	text-align: right;
	background: #eee;
	float: left;
	display: inline;
}
ul.autocompleter-choices li.autocompleter-selected
{
	background-color: #328ccc;
	color: #fff;
	font-weight: bold;
}
ul.autocompleter-choices li.autocompleter-selected span.kod { 
	background-color: #328ccc;
	color: #fff;
	font-weight: bold;
}

ul.autocompleter-choices span.autocompleter-queried
{

}

ul.autocompleter-choices li.autocompleter-selected span.autocompleter-queried
{
}
