/* Modified 081001 by Pelle */

.module_collapsiblePanel {
	padding-bottom: 10px;
}

.module_collapsiblePanel .coll_showSubs {
	background: url(/images/layout/psf_boxPlusMini.gif) top left no-repeat;
	height: auto; /* Changed 081001 from 11px; - Pelle */
	float: left;
	padding-left: 15px;
}
.module_collapsiblePanel .coll_showSubs.open {
	background: url(/images/layout/psf_boxMinusMini.gif) top left no-repeat;
}

.sys_jsActive .coll_subcontent {
	display: none;
}

.sys_jsActive .coll_subcontent.show {
	display: block;
	clear: both; /* Added 081001 - Pelle */
}