/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
  color:#000;
  line-height:1em;
  background: #cccfe0 url(rgtabs-header-back.gif) right no-repeat;
 /* height: 41px;*/
  padding: 5px 0 24px 5px;
  cursor:pointer; 
}
h3.rgaccord1-toggle.act{
  color:#000;
  line-height:1em;
  background: #7f86b2 url(rgtabs-header-back-act.gif) right repeat-x;
 /* height: 41px;*/
  padding: 5px 0 7px 5px;
  cursor:pointer; 
}
#content .rgaccord1-nest h3 { 
  color:#fff; 
  font-style: italic;   
  font-weight: normal;
  text-transform: none;
  font-size: 1em; 
  margin-bottom:0;
  } 
div.rgaccord1-toggle act {
  background-color: red;
  margin-top:-20px;   
}
.csc-header-n4

div.rgaccord1-nest { 
/* Toggle act item */
  margin-bottom:20px;
  }

/* the content */
div.rgaccord1-content {
  background-color: #f0f0f8;
  padding-top:5px;
  display:block;
}

/* 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;
}

/*-------------------------------------------------------------------------*/
#content .rgaccord1-nest {
  margin-bottom:20px; 
}
