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


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  background: url(../images/rg/plus.png) 0px 7px no-repeat;
  border-top:0px solid #eee;
  padding:8px 0 8px 20px;
  margin-right:0px;
  color: #007f32;
  font-size: 13px;
  cursor:pointer;
}

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

/* the content */
div.rgaccord1-content {
  padding:0px 0px 1px 26px;
}

/* 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;
}
div.rgaccord1-nest img{
	margin: 0px;padding: 0px;

}
div.rgaccord1-nest h3 {
	margin: 0px!important;
}
