/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
  margin-top:19px;
  font-size:12px;
  font-weight:normal;
  color: #07739c;
  line-height:1.3em;
  padding:0px;
  cursor:pointer;
  margin-bottom: 0px;
}

/* Toggle act item */
h3.act {
  color: #07739c;
}

/* remove margin of a CE */
div.rgaccord1-content .ce {
  margin-bottom: 0px;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h1 {
  display:none;
}

.rgaccord1-nest	{
	width: 370px;
}

.rgaccord1-nest p{
	padding-bottom: 3px;	
}


/* Toggle default2 */
h3.rgaccord1-toggle2 {
  margin-top:19px;
  font-size:12px;
  font-weight:normal;
  color: #07739c;
  line-height:1.3em;
  padding:0px;
  cursor:pointer;
  margin-bottom: 0px;
}

/* Toggle act item */
h3.act2 {
  color: #07739c;
}

/* remove margin of a CE */
div.rgaccord1-content2 .ce {
  margin-bottom: 0px;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content2 h1 {
  display:none;
}

.rgaccord1-nest2	{
	width: 370px;
}

.rgaccord1-nest2 p{
	padding-bottom: 3px;	
}

