/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  color:#5E5E5E;
  line-height: 26px;
  height: 23px;
  background: #e0e9f4 url(http://dev2010.ibg-haus.de/fileadmin/2010/website/images/arrow_down_grey.gif) 5px center no-repeat;
  border-top:1px solid #eee;
  padding:2px 0px 4px 25px;
  margin: 10px 0px 10px 0px;
  cursor:pointer;
  /*width: 423px; */
}

/* Toggle act item */
h3.act {
  color:#fff;
  background:#014397 url(http://dev2010.ibg-haus.de/fileadmin/2010/website/images/arrow_up.gif) 5px center no-repeat;
  border-bottom: 1px solid #cbdaed;
  width: 423px;
}

/* the content */
div.rgaccord1-content {
  width: 448px;
  border-bottom: 1px solid #4b4b4b;
  padding-bottom: 20px;
}

/* 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;
}


