/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */

.rgaccord1-nest
{
width: 527px; margin:0; padding:0;
}

h3.rgaccord1-toggle {
  font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;
  font-size:12px;
  font-weight:normal;
  color:#fff;
  line-height: 20px;
  height: 20px;
  background: #383939 url(img/plus.png) 5px center no-repeat;
  border-top:1px solid #fff;
  border-bottom: 1px solid #fff;
  padding:2px 0 2px 18px;
  margin:0px;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  color:#fff;
  background:#383939 url(img/minus.png) 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
  padding-left: 5px;
  border: 1px solid #383939;
  border-top: 0px;
  margin-top: 0px;
  margin-bottom: 2px;
}

/* 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 .bodytext
{ 
  margin-top:0; 
  margin-bottom:0;
}