/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
#links .rgaccord1-nest h3.rgaccord1-toggle{position:relative; z-index:10;}

h3.rgaccord1-toggle {
  width: auto;
  font-weight:bold;
  color:grey;
  height: 25px;
  background: white url(img/plus.png) 5px center no-repeat;
  border-top:1px solid #200073;
  border-bottom:1px solid #200073;
  padding:2px 0 2px 10px;
  margin:0 0 0 0;
  cursor:pointer;
}

h3.rgaccord1-toggle:hover {color:red;}

/* Toggle act item */
h3.rgaccord1-toggle.act {
  color:#0a0a89;
  background:#9a8fb8 url(img/minus.png) 5px center no-repeat;
  border-right: 1px solid #210073;
}

/* the content */
div.rgaccord1-content {
  width:auto;
  margin-bottom: 5px;
  padding: 2px;
  background: white;
  border-bottom: 2px solid #200073;
  z-index:0;
}

/* 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-content h2 {
  display:none;
}

div.rgaccord1-content h3 {
  display:none;
}

div.rgaccord1-content h4 {
  display:none;
}

div.rgaccord1-content h5 {
  display:none;
}

div.rgaccord1-content h6 {
  display:none;
}