.ac_box {
	font-family: Verdana,Arial,Helvetica,Sans-Serif;
	padding: 0px;
	border: 1px solid #009999; /* #2D556E */
	z-index: 99999;
	overflow: hidden;
}

.ac_results {
	background-color: white;
}

.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_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: 200px;
	float:left;
	max-width: 335px;
	min-width: 335px;
	overflow: hidden;
	font-size: 11px;
}

.ac_item .col2 {
	width: 150px;
	padding-top: 2px;
	float:left;
	overflow: hidden;
	font-size: 11px;
}

.ac_logo {
	background-color: #fff;
	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-size: 10px;
	font-weight: bold;
	color: #2D556E;
	vertical-align: bottom;
}

.exo_logo img {
	vertical-align: text-bottom;
	margin: 0;
	padding: 0;
}

.ac_border {
	background-color: #2D556E;
	height: 2px;
	line-height: 0;
	border-width: 0;
	margin: 0;
	padding: 0;
}

.ac_loading {
	background: white url('/img/indicator.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #def3f3; /* #BFC9D0 */
}

.ac_cat {
	font-weight: bold;
	font-size: 12px;
}

.ac_tab {
	padding-left: 16px;
}
