/* toggle */
.containerBlocks { display: none; }
.show { display: block; }
.selected { font-weight: bold; }
.library div {
	padding: 10px 0 10px 0;
}
.category {
	background: url(/images/arrowr.gif) left no-repeat;
	padding-left: 11px;
}
.category_on {
	background: url(/images/arrowd.gif) left no-repeat;
	padding-left: 11px;
}