/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h2.rgaccord1-toggle, h3.rgaccord1-toggle {
	background-image:url(../images/exp-on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 25px;
}

h2.rgaccord1-toggle:hover, h3.rgaccord1-toggle:hover {
	cursor: pointer;
}

/* Toggle act item */
h2.act, h3.act {
  	background-image:url(../images/exp-off.gif);
	background-repeat: no-repeat;
 	background-position: left center;
  	margin-bottom: 0.8em;
	padding: 0 0 0 25px;
}

html>body .act {
  margin-bottom: 0.5em;
}


/* the content */
div.rgaccord1-content {
 padding-bottom: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 div.csc-header {
  display:none;
}

.rgaccord1-toggle font {
	font-family: Verdana, sans-serfi;
	font-size: 11px;
	color: #EE7F00;
	text-decoration: underline;
	font-weight: normal;
}