/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
	font-weight:bold;
	line-height: 26px;
	height: 23px;
	padding:2px 0 2px 25px;
	margin-right:32px;
	cursor:pointer;
	background-image: url(img/plus.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}

/* Toggle act item */
h3.act {
	background-image: url(img/minus.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}

/* the content */
div.rgaccord1-content {
	width:573px;
	margin-bottom: 30px;
}

/* remove margin of a CE */
div.rgaccord1-content .ce {
	margin-bottom:30px;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
  display:none;
}

