#jqacc dl {
    width: 600px;
}
#jqacc dt {
	background: #bcbcbc;
    font-weight: bold;
    height: 2em;
	text-indent: 1em;
	border-bottom: solid #99CCCC 1px;

}
#jqacc dd {
    height: 30em;
    background: #f0f0f0;
	border-right: solid #99CCCC 3px;
	border-bottom: solid #99CCCC 3px;
	border-left: solid #99CCCC 1px;
}
#jqacc dd div {
    margin: 0;
    padding: 1em;
	line-height: 1.2em;
}
#jqacc dt.over {
    cursor: pointer;
	background: #dcdcdc;
}
#jqacc dt.selected {
    cursor: default;
    color: black;
	background: #99CCCC;
}