
.upbFoldable div.upbFoldableTitle {
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	padding-left: 16px;
}

.upbFoldable div.hide {
	background: url('../images-layout/plus.png') no-repeat left 4px;
}
.upbFoldable div.show {
	background: url('../images-layout/minus.png') no-repeat left 4px;
}

.upbFoldable div.upbFoldableContent {
	margin-bottom: 10px;
}
