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


/* Toggle default */
h3.rgaccord1-toggle {
	color:#005EAB;
	line-height: 20px;
	height: 20px;
	padding:2px 0 2px 25px;
	margin-right:0px;
	cursor:pointer;
	background-color: #FFFFFF;
	background-image: url(img/plus.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight:normal;
	text-transform:none;
}

/* Toggle act item */
h3.act {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color:#F89300;
	background-color: #FFFFFF;
	background-image: url(img/minus.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-weight:normal;
	text-transform:none;
}

/* the content */
div.rgaccord1-content {
	width:607px;
	padding-left:25px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:10px;
}

/* 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;
}

