.autocomplete_box
{	
	width: 162px;   /*--- wird nicht beachtet - JS einstellung */
/*	overflow-x: scroll;*/
	background-color: white;
	border: 1px solid #cccccc;
	border-top: none;
}

.autocomplete_activerow td
{
	color: black;
	background-color: #E6EFFF;
}