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

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

/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  font-family: Arial, Tahoma, Verdana;
  font-size:14px !important;
  background:url(../images/icons/plus.png) 0px 0px no-repeat transparent;
  padding:0px 0 3px 25px;
  cursor:pointer;
  color:#003366;
  margin:6px 0 0 0;
}

/* Toggle act item */
h3.act {
  color: #395B9B;
  background:url(../images/icons/minus.png) 0px 0px no-repeat transparent;
}

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

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

div.rgaccord1-content{
  padding: 0px 5px 0px 25px;
}
