
                /*--------------------------------------------------------o
----------------\                 Expandable List Styling                 |
   expandables   \-------------------------------------------------------*/

.expand_handle {
	width: 12px;
	height: 12px;
	float: left;
}

.expanded .expand_handle {
	background: transparent url('/images/interface/tree_nolines_minus.gif') top left no-repeat;
}

.collapsed .expand_handle {
	background: transparent url('/images/interface/tree_nolines_plus.gif') top left no-repeat;
}
