.acc_results {
	padding: 0px !important;
	border: 1px solid #CCCCCC !important;
	background-color: white !important;
	overflow: hidden !important;
	z-index: 9999999 !important;
}

.acc_results ul {
	width: 100% !important;
	list-style-position: outside !important;
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.acc_results li {
	margin: 0px !important;
	padding: 4px 10px !important;
	cursor: default !important;
	display: block !important;
	/*
	if width will be 100% horizontal scrollbar will apear
	when scroll mode will be used
	*/
	/*width: 100%;*/
	/*
	it is very important, if line-height not setted or setted
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px !important;
	overflow: hidden !important;
}

.acc_loading {
	background: white url('indicator.gif') right center no-repeat !important;
}

.acc_odd,.acc_even {
	border-bottom: 1px solid #8A4F93 !important;
	font-size: 11px;
}

.acc_odd strong,.acc_even strong {
	
}

.acc_over {
	background-color: #8A4F93 !important;
	color: white !important;
}