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

/* just a little gab */
#rgaccord2-nest, .rgaccord1-content {
  margin:0px;
  padding-bottom:10px;
  background: url(../img/acchr.gif) bottom repeat-x;
}

h3 {
  display:block;
}

/* Toggle default */
h3.rgaccord2-toggle, h3.rgaccord1-toggle {
  font-weight:bold;
  line-height: 20px;
  height: 20px;
  border-top:0;
  padding:2px 0 2px 5px;
  margin: 0;
  cursor:pointer;
}

h3.rgaccord2-toggle, h3.rgaccord1-toggle {color:rgb(70,122,167);}
h3.rgaccord2-toggle:hover, h3.rgaccord1-toggle:hover {text-decoration:underline;}

/* Toggle act item */
h3.act {
  color:rgb(255,255,255);
  background:rgb(0,51,142);
}

/* the content */
div.rgaccord2-content, div.rgaccord1-content {
  padding: 0px 0 0 0px;
  width:450px;
  border:0;
}

/* remove margin of a CE */
div.rgaccord2-content .ce, div.rgaccord1-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord2-content h1, div.rgaccord1-content h1 {
  display:none;
}


