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


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  color:#2B497B;
 

  background: #F2F2F2 url(../images/rg/plus.png) 5px 7px no-repeat;

  border-top:0px solid #eee;
  padding:8px 0 8px 25px;
  margin-right:0px;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  color:#F90304;
  background: #ACAEAD url(../images/rg/minus.png) 5px 7px no-repeat;
}

/* the content */
div.rgaccord1-content {
  width:543px;
  border-left:0px solid #ccc;
  border-right:0px solid #ccc;
  padding:0px 0px 10px 22px;
}

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

