.ac_box {
	border: 1px solid #2D556E;
	border-width: 3px 1px;
	background-color: white;
	font-size: 11px;
	overflow: hidden;
	padding: 0px;
	z-index: 99999;
}

.ac_results ul {
	/* 
	if width is set to 100%, a horizontal scrollbar will apear 
	when the scroll mode is enabled
	*/
	/*width: 100%;*/
	list-style-position: outside;
	list-style-image: none;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results ul li {
	padding: 0;
	margin: 0;
}

.ac_item {
	margin: 0;
	cursor: default;
	display: block;
	/* 
	if width is set to 100%, a horizontal scrollbar will apear 
	when the scroll mode is enabled
	*/
	/*width: 100%;*/
	/* 
	it is very important, if line-height not set or set 
	in relative units scroll will be broken in firefox
	*/
	line-height: 14px;
	overflow: hidden;
	text-align: left;
	white-space: nowrap;
}

/* Do not use absolute positioning... it breaks the scroll feature. */
.ac_item .col1 {
	width: 350px;
	float:left;
	max-width: 335px;
	min-width: 335px;
	overflow: hidden;
}

.ac_item .col2 {
	width: 50px;
	float:left;
	overflow: hidden;
}

.ac_logo {
	line-height: 13px;
	overflow: hidden;
	border-top: 1px solid gray;
	margin: 0;
	padding: 3px 5px;
	text-align: right;
	vertical-align: middle;
}

/* Do not change the markup of the Exorbyte logo without prior consent
 * from Exorbyte GmbH. */
.exo_logo {
	cursor: pointer;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 10px;
	font-weight: bold;
	color: #2D556E;
	vertical-align: bottom;
}

.exo_logo img {
	vertical-align: text-bottom;
	margin: 0;
	padding: 0;
}

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

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #BFC9D0;
}

.ac_cat {
	font-weight: bold;
	font-size: 12px;
}

.ac_tab {
	padding-left: 16px;
}
