/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
		font-weight:bold;
		color:#003399;
		padding:0 0 0 20px;
		margin: 0;
		cursor:pointer;
    background: url(normal.gif) no-repeat 0 4px;
    height:25px;
    line-height: 25px;
    font-size: 12px;
}

/* Toggle act item */
h3.act {
		color:#003399;
    background: url(active.gif) no-repeat 0 8px;
    height:25px;
    font-size: 12px;
}

/* the content */
div.rgaccord1-content {
		display: block;
		padding: 0 0 25px 0;
}
div.rgaccord1-content h2 {
		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;
}

