div.expanded { display: none !important; background-color: transparent !important }
div.expandable { display: block }
a.expander {
	display: block;
	padding: 1px 3px 0 17px;
	color: #000;
	background: transparent url("/i/expander.png") no-repeat 2px 7px;
	outline: none;
	text-decoration: underline;
	font-weight: normal
}
a.expanded {
	background: transparent url("/i/expanded.png") no-repeat 4px 5px;
}
body a.expander:hover { text-decoration: none }