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

div#centralContent div.rgaccord1-content p {
  margin:0;
}

/* Toggle default */

 
h3.rgaccord1-toggle {
  background:url(../../images/icons/plus.png) 5px 4px no-repeat transparent;
  padding:3px 0px 4px 30px;
  cursor:pointer;
  color: #55518C;
  font-family: Arial; 
  /* font-weight: normal;  */
  font-weight: normal;
  font-size: 12px; 
  line-height: 17px;
  margin:6px 0 0 0;
}

h3.rgaccord1-toggle:hover {text-decoration:underline;}

/* Toggle act item */
h3.act {
  color:#55518C;
  background:url(../../images/icons/minus.png) 5px 4px no-repeat;
}

/* the content */
div.rgaccord1-content {
  display:inline-block;
  padding:0px 0 8px 25px;
}

div.rgaccord1-content ul {
  margin:0;
}

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