/*************************** *  Default styles for the *    EXT rgaccordion * by Ringer Georg (just2b) ***************************/  /* Toggle default */h3.rgaccord1-toggle {  font-weight:bold !important;  padding:0.5em !important;  cursor:pointer;  border:none !important;  font-style:normal !important;  font-size:11px !important;  background:url(../images/square.gif) no-repeat center left;  padding-left:10px!important;}/* Toggle act item */h3.act {}/* the content */div.rgaccord1-content {	padding:0 10px 0.5em 10px;	font-size:11px !important;}div.rgaccord1-content h3{	display:none;}/* 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;}.rgaccord1-nest{	border-bottom:1px solid #ccc;	background:#fafafa;	padding:0 2em;}