.collection dl {
	margin: 0 0 15px;
	padding: 0 7px 7px;
	border: 3px #C99 solid;
}

.collection dl dt {
	float: left;
	width: 7em;
	padding: 7px 0;
	font-weight: bold;
	text-indent: 1em;
	line-height: 120%;
}

.collection dl dd {
	padding: 7px 0 7px 7em;
	line-height: 120%;
	border-bottom: 1px #CCC solid;
}

