/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  

div.rgaccord1-content p {margin:0;}

/* Toggle default */
 
h3.rgaccord1-toggle {
	background:url(images/plus.jpg) 5px center no-repeat transparent;
	padding:4px 0px 4px 30px;
	cursor:pointer;
	/* color: #003366; 
	font-family: Arial,Helvetica,sans-serif;*/
	font-size: 13px;
	margin:6px 0 0 0;
	font-weight: bold;
}

/* Toggle act item */
h3.act {color:#003366; background:url(images/minus.jpg) 5px center no-repeat;}

/* the content */
div.rgaccord1-content {
	display:block;
	padding:8px 0 8px 25px;
}

div.rgaccord1-content ul {margin:0;}

/* 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;}

div.rgaccord1-nest {position: relative;}

