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


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:normal;
  font-size: 11px;
  color:#0066cc;
  line-height: 12px;
  height: 13px;
  text-align: right;
  background: url(img/plus.png) 305px 1px no-repeat;
  border-bottom:1px solid #E4EDF4;
  padding:0px 20px 1px 25px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: -5px;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  color:#0066cc;
  background: url(img/minus.png) 305px 3px no-repeat;
  border-bottom: 0px;
}

/* the content */
div.rgaccord1-content {
    width: 320px;
    border-bottom: 1px solid #E4EDF4;
	background-color: #E4EDF4;
	margin-bottom: 15px;

}

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