/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/

/* Toggle default */
h3.rgaccord1-toggle {
	font-size:1.2em;
	font-weight:bold;
	color:#990000;
	line-height: 20px;
	height: 20px;
	width:inherit;
	background:#FFFFFF url(img/plus_r.png) 3px center no-repeat;
	border:1px solid #990000;
	padding:2px 0px 2px 25px;
	margin-right:0px;
	margin-left:0px;
	cursor:pointer;
}

/* Toggle act item */
h3.act {
  color:#CC0000;
  background:#FFFFFF url(img/minus_wa.png) 3px center no-repeat;
  border:1px solid #CC0000;
  font-style: italic;
}

/* the content */
div.rgaccord1-content {
  margin:0px;
  padding: 5px 10px 5px 10px;
  width:inherit;
}

/* remove margin of a CE */
div.rgaccord1-content .ce {
  margin-bottom:10px;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
  display:none;
}