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


/* Toggle default */
h3.rgaccord1-toggle {
  font: 11px/17px Verdana, Arial, Helvetica, sans-serif;
  padding:0;
  cursor:pointer;
  margin: 0;
  padding: 0;
  color: #FF9933;
}

h3.rgaccord1-toggle a,
h3.rgaccord1-toggle a:visited{
	text-decoration: underline;
}

/* Toggle act item */
h3.act {
  
}

/* the content */
div.rgaccord1-content {
  

}

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

