/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  

div#centralContent div.rgaccord1-content p {
	margin:0;
}

/* Toggle default */

 
h3.rgaccord1-toggle {
	background:url(../../../fileadmin/images/icons/plus.png) 5px center no-repeat transparent;
	padding:4px 0 4 30px;
	cursor:pointer;
	color: #000000;
	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(../../../fileadmin/images/icons/minus.png) 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
	display:inline-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;
}
