/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
.rgaccord1-toggle {
	font-weight:normal;
	color:#b1b2b3;
	height: 10px;
	margin-right:10px;
	cursor:pointer;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	vertical-align: middle;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0px;
}

.act {
	color:#58585A;

}


/* the content */
div.rgaccord1-content {
  	width:100%;
	padding-top:4px;
}

/* remove margin of a CE */
div.rgaccord1-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
  display:none;
}

