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


/* Toggle default */
h3.rgaccord1-toggle {
  display:block;
  font-size:100%;
  color:#FFFFFF;
  line-height: 150%;
  background: #95A3BD url(../img/plus.gif);
  background-repeat:no-repeat;
  background-position: right;
  border-right:6px solid #95A3BD;
  padding:0px 16px 0px 16px;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  color:#FFF;
  background:#006666 url(../img/nosub.gif);
  background-repeat:no-repeat;
  background-position: right;
  border-bottom:none;
  margin-bottom:0px;      
}

/* the content */
div.rgaccord1-content {
  width:100%;
}

div.rgaccord1-content li a {
  font-size:100%;
}

div.rgaccord1-content div.rgtabs-wrapper {
  border-left:none;
  border-right:none;
  border-bottom:none;
}

/* 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 div.csc-header h1 {
  display:none;
}

div.rgaccord1-nest #rgaccord1-nest {
  padding-bottom:15px;
}
