/**
 * Style sheet Accordion
 */
.toggler
{
	padding:1px 0px 2px 21px;
		background-image:url("tl_files/typolight/ico_plus.gif");
		background-position:left center;
		background-repeat:no-repeat;
		cursor:pointer;
		cursor:hand;
}

.toggler.active_
{
	background-image:url("tl_files/typolight/ico_minus.gif");
		background-position:left;
		background-repeat:no-repeat;
		cursor:pointer;
		cursor:hand;
}

.toggler_first
{
	color:#e5e5e5;
}
