.module_collapsiblePanel {
	padding-bottom: 10px;
}

.module_collapsiblePanel .coll_showSubs {
	background: url(/images/layout/psf_boxPlusMini.gif) top left no-repeat;
	height: auto;
	float: left;
	padding-left: 15px;
}
.module_collapsiblePanel .coll_showSubs.open {
	background: url(/images/layout/psf_boxMinusMini.gif) top left no-repeat;
}

.coll_subcontent {
	display: none;
}

.coll_subcontent.show {
	display: block;
	clear: both;
}
