dl.filter_accordion {
    width: 100%;
	font-size: 12px;
	overflow-y: auto;
	overflow-x: hidden;
	max-height: 400px;
	margin-bottom: 0px;
}

dl.filter_accordion dt {
    background: #4F0004;
    color: #FFF;
    font-weight: bold;
    padding: 5px;
	font-size: 25px;
	line-height: 1;
	text-align: center;
}

dl.filter_accordion dd {
    background: #fff;
    padding: 15px;
    margin: 1px 0;	
}

dl.filter_accordion dt.filter_accordion_Expanded {
    background: #C40000;
}