.ac_results
{
	padding: 0px;
	border: 1px solid black;
	overflow: hidden;
	z-index: 99999;
	background: #fff url(http://i.mktw.net/mw3/header/sc-bkg.gif) repeat-x bottom left;
	margin-left: -3px;
}

.ac_results ul
{
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results ul div
{
	border-top: 1px solid #A7A7A7;
	border-bottom: 1px solid #A7A7A7;
	color: #A7A7A7;
}

.ac_results li .ticker
{
	display:block;
	float:left;
	width:80px;
}
.ac_results li .company
{
	display:block;
	margin-left:80px;
}

.ac_results li, .ac_results ul div
{
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block; /*  	if width will be 100% horizontal scrollbar will apear  	when scroll mode will be used 	*/ /*width: 100%;*/
	font-size: 12px; /*  	it is very important, if line-height not setted or setted  	in relative units scroll will be broken in firefox 	*/
	overflow: hidden;
}

.ac_loading
{
	background: white url(  'indicator.gif' ) right center no-repeat;
}

.ac_over
{
	background-color: #158a3a;
	color: white;
}
