/**
 * 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
{
	font-weight:bold;
	font-style:italic;
}
