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




/* Toggle default */
h3.rgaccord1-toggle {
  color:#000;
  line-height: 15px;
  height: 15px;
  padding:0px 0 0px 0px;
  margin:12px 0 -12px 0;
  cursor:pointer;
  font-size:11px;
}

/* Toggle act item */
h3.act {
  color:#1D7BAB;
  margin:12px 0 0 0;
}

/* the content */
div.rgaccord1-content {
  width:450x;
  padding-left:12px;
}

div.rgaccord1-content p{
  padding-bottom:15px;
}


/* remove margin of a CE */
div.rgaccord1-content .ce {
  margin-bottom:0;
  *margin-bottom:-2px;
}

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

