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

/* just a little gab */
#rgaccord2-nest {
  margin:0px 0;
}

/* Toggle default */
H3.rgaccord2-toggle {
   font-weight: bold;
	height: 1.6em;
	cursor:pointer;
	color: #870508;	
   background: url(img/plus.png) 0px center no-repeat;
   padding-top: 2px;
   margin-bottom: 10px;
	padding-left: 20px;
 }

/* Toggle act item */
H3.act {
	color: #870508;
  background: url(img/minus.png) 0px center no-repeat; 
}
/* the content */
div.rgaccord2-content {
  border-left:1px solid #FFFFFF;
  border-right:1px solid #FFFFFF;
  padding-left: 0px;
  margin-bottom:20px;
}

/* remove margin of a CE */
div.rgaccord2-content .ce {
  margin-bottom:10px;

}

/* remove the header inside the CE, twice is not nice */
div.rgaccord2-content h2 {
  display:none;
}

