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

/* just a little gab */
#rgaccord2-nest {
  width: 155px;
  /*border-bottom: 3px solid #ccc;*/
  text-align: left;
  overflow: hidden;
  background-image: url(img/bg_bottom.gif);
  background-position: left bottom;
  background-repeat: no-repeat;
  padding-bottom: 10px;
  margin-top: 10px;
}

/* Toggle default */
h3.rgaccord2-toggle {
  font-weight:normal;
  color:#475425;
  line-height: 20px;
  width: 134px;
  height: 20px;
  background: #ccc;
  background-image: url(img/plus.gif);
  background-repeat: no-repeat;
  background-position: right;
  border-top:1px solid #eee;
  text-align: left;
  padding:0px 3px 0px 5px;
  margin-right:12px;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  color:#edf2f7;
  background:#aaa;
  background-image: url(img/minus.gif);
  background-repeat: no-repeat;
  background-position: right;
  text-align: left;
}

/* the content */
div.rgaccord2-content {
  width:100%;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  background-color: #ddd;
  filter: alpha(opacity=50);  
  opacity: 0.50;
  -moz-opacity: 0.50;
}

/* 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;
}

