dl#question {
	margin: 0;
	padding: 0;
}

dl#question dt {
	margin: 0 0 0.5em 0;
	padding: 0.5em 0.5em 0.5em 30px;
	background: #f5f5f5 url(../images/icons/arrow.png) no-repeat 8px 7px;
	border-top: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
	cursor: pointer;
}

dl#question dd {
	padding: 0.5em 0.5em 0.5em 40px;
	margin: 0 0 0.5em 2em;
	background: #FFF0FF url(../images/icons/cross.png) no-repeat 8px 8px;
	display: none;
}

dl#question dd.correct {
	background: #E6FFDD  url(../images/icons/tick.png) no-repeat 8px 8px;
}

dl#question dt.active {
	background: #AAA url(../images/icons/arrow.png) no-repeat 8px 7px;
	color: #FFF;
	font-weight: bold;
	border-top: 1px solid #EFEFEF;
	border-right: 1px solid #EFEFEF;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

dl#question dd.active {
	display: block;
}
