/**
 *	Collapsing regions
 *	@author stk 2009/05/15
 */
div.repeat {
	margin: 0 0 1.0em 0;
	padding: 0 0 0.2em 0;
}
div.repeat.open {
	padding-bottom: 10px;
	border-bottom: 1px dotted #999;
}
div.repeat-content {
	overflow: hidden;
}

div.repeat-content-inner {
	padding: 10px 0 2px 0;
}
div.repeat-title h3 {
	margin-bottom: 0.4em;
}
div.repeat-title p {
	margin-bottom: 0.4em;
}