﻿.acResults {
	z-index:101;
	width: 280px;
	padding: 2px 3px 2px 3px;
	border: 1px solid #444444;
	background-color: white;
	overflow: hidden;
}

.acResults ul {
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.acResults ul li {
	margin: 0px;
	padding: 4px;
	cursor: pointer;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	font: menu;
	font-size: 9pt;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	font-family: verdana, sans-serif;
	overflow: hidden;
}

.acLoading {
	background: white url('../../images/jquery/indicator.gif') right center no-repeat;
}

.acSelect {
	background-color: #444444;
	color: white;
		-moz-border-radius:3px;
		-webkit-border-radius:3px;
		-khtml-border-radius:3px;
		border-radius:3px;
		behavior:url(border-radius.htc);
}