/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  

/* just a little gab */
#rgaccord2-nest {
  margin:0; padding:0;
}

/* Toggle default */
h3.rgaccord2-toggle {
text-transform :none;
font: 11px Arial,sans-serif; font-weight: bold; color:black;
  border-top:1px solid #000000;
    border-bottom:1px solid #ffffff;
  padding:2px 0 5px 0px;
  cursor:pointer;
}

/* Toggle act item */


h3.act {
background-color: black;
color: white;
font-weight: normal;
  padding:2px 0 5px 4px;
}

/* the content */

div.rgaccord2-content {
  width:auto;
  padding:0;
}

div.rgaccord2-content p {
margin-top: -30px;
padding-bottom: 20px;
z-index:1000;
}

/* remove margin of a CE */
div.rgaccord2-content .ce {
  margin:0; padding:0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord2-content h1 {
  display:none;padding:0;
}


