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

/* just a little gab */
#rgaccord2-nest {
  margin:0px;
  height: 304px;
  width: 187px;
  overflow: hidden;
  position: relative;
  margin-top:-2px;
}

/* Toggle default */
h3.rgaccord2-toggle {
  background-color: #98907b;
  width: 177px;
  height:21px;
  color:#ffffff;
  margin: 0px;
  padding:0px;
  cursor:pointer;
  border-top: 2px #ffffff solid;
  font-size: 1.2em;
  font-weight: 200;
  padding-left: 10px;
  padding-top: 4px;
  position: relative;
  overflow: hidden;
}

/* Toggle act item */
h3.act {
  color:#ffffff;
  cursor:default;
}

/* the content */
div.rgaccord2-content {
  width: 187px;
  background-color: #e0dcd1;
}

div.rgaccord2-content2 {
  display: block;
  float: left;
  width: 187px;
  height: 196px;
  overflow: hidden;
}

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

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

