<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.acr_results {
	padding: 0px;
	border: 1px solid #CCC;
	#background: #F3F8FB;
	background: #FFFFFF;
	overflow: hidden;
	z-index: 99999;
	color:#222;
	margin-left: 7px;
	margin-top: -6px;
}

.acr_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}


.acr_results li {
	margin: 0px;
	padding: 5px 5px 10px 10px;
	cursor: pointer;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 16px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
	border-bottom: 1px solid #CCC;
	margin: 2px;
}

.acr_loading {
	background: white url('indicator.gif') right center no-repeat;
}

.acr_odd {
}

.acr_over {
	background-color: #EEEEEE;
	cursor: pointer;
}

.iconic {display:none;}

.acr_header_message{
	font-weight: bold;
	padding: 10px 10px;
	color: #666666;
	border-bottom: 1px solid #AAA;
}

.acr_related_kb{
	color: #224DCC;
}
.acr_related_forum{
	color: #224DCC;
}

.acr_related_link{
	display: block;
	color: #5C5358;
	font-size: 10px;
}

.acr_title{
	display: block;
}

.acr_over .acr_title{
	text-decoration: underline;
}</pre></body></html>