/*GFX*/
.gfx_toggle {
	cursor: pointer;
	background: url('../images/gfx/expand.gif') left no-repeat;
	padding-left: 18px;
}
.gfx_toggle:hover {
	background: url('../images/gfx/expand_hover.gif') left no-repeat;
}
.gfx_toggle_active {
	background: url('../images/gfx/collapse.gif') left no-repeat;
}.gfx_toggle_active:hover {
	background: url('../images/gfx/collapse_hover.gif') left no-repeat;
}
