/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  

/* just a little gab */
#rgaccord2-nest {
  margin:10px 0;
}

/* Toggle default */
h3.rgaccord2-toggle {
	background:transparent url(/fileadmin/template/css/plus.gif) no-repeat scroll 5px 6px;
	border-top:1px solid #FFFFFF;
	clear:both;
	color:#FFFFFF;
	cursor:pointer;
	font-size:14px;
	font-weight:bold;
	height:23px;
	line-height:26px;
	margin:5px 0;
	padding:2px 0 2px 30px;
}

/* Toggle act item */
h3.act {
	background:transparent url(/fileadmin/template/css/minus.gif) no-repeat scroll 5px 6px;
	clear:both;
	color:#FFFFFF;
}

/* the content */
div.rgaccord2-content {

}

/* remove margin of a CE */
div.rgaccord2-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord2-content h1 {
  display:none;
}


