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


/* Toggle default */
h3.rgaccord1-toggle {
		font: 11px Arial;
		font-weight: bold;
		color: #FFFFFF;
		background-image: url(../../../../fileadmin/images/bg_acordion.gif);
		margin: 0px 0px 10px 0px;
		padding: 3px 0px 3px 25px;
		text-align: left;
		cursor: pointer;
}

/* Toggle act item */
h3.act {
  color:#ffffff;
  background:#001839 url(../../../../fileadmin/images/bg_acordion_act.gif);
}

/* the content */
div.rgaccord1-content, div.rgaccord1-content p  {
  width:578px;
  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;
}

.rgaccord1-nest
{width: 578px;background: #ffffff;padding: 0px; margin: 0px;}
