/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
	cursor:pointer;
	background-color:#DDDDDD;
	border-bottom:1px solid black;
	border-top:1px solid black;
	clear:both;
	font-weight:bold;
	margin: 5px 0 2px;
	padding:5px;
	font-size:12px;
}

/* Toggle act item */
h3.act {
	background-color:#cccccc;
}

/* the content */
div.rgaccord1-content {
	padding: 10px 5px;
}

/* 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-content p {
	margin:0;
	}

.rgaccord1-nest {
	margin-bottom:5px;
	}