/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
	margin: 0;
	padding-left: 25px;
    line-height: 36px;
    height: 36px;
    background: url(../img/plus.png) no-repeat;
    cursor:pointer;
	color: #e00012;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}

/* Toggle act item */
h3.act {
	margin: 0;
	padding-left: 25px;
    line-height: 36px;
    height: 36px;
    background: url(../img/minus.png) no-repeat;
    cursor:pointer;
	color: #e00012;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;;
}

/* the content */
div.rgaccord1-content {
  padding: 0 0 30px 20px;
}

/* 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;
}

