/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  

/* just a little gab */
#rgaccord2-nest {
  margin:10px 0;
  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;
}

/* Toggle default */
h3.rgaccord2-toggle {
  font-weight:bold;
  color:#55686b;
  line-height: 26px;
  height: 26px;
  background: #e0edd5 url(../../media/rgaccordion/plus.png) 5px center no-repeat;
  border-top:1px solid #ccc;
  padding:0px 0 0px 25px;
  cursor:pointer;
  font-size: 12px;

}

/* Toggle act item */
h3.act {
  color:#ffffff;
  background:#7cae2d url(../../media/rgaccordion/minus.png) 5px center no-repeat;
 
}

/* the content */
div.rgaccord2-content {
  width:550px;
/*  border-left:1px solid #ccc;
  border-right:1px solid #ccc;
  border-bottom:1px solid #ccc;*/
  margin: 0;
  padding-left: 25px;
  padding-right: 10px;
}

/* 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;
}


