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

/* just a little gab */
#rgaccord2-nest {
  margin:0px;
}

/* Toggle default */
h3.rgaccord2-toggle {
  font-weight:normal;
  color:#3969AD;
  /*line-height:26px;*/
  /*height:23px;*/
  height:100%;
  /*background: #6899ce url(img/plus.png) 5px 7px no-repeat;*/
  /*background:url(img/plus.png) 5px 7px no-repeat;*/
  /*border-top:1px solid #eee;*/
  /*padding:2px 0 2px 25px;*/
  padding:2px 0 2px 0px;
  margin-right:5px;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  font-weight:bold;
  color:#3969AD;
  /*background:#3969AD url(img/minus.png) 5px 7px no-repeat;*/
  /*background:url(img/minus.png) 5px 7px no-repeat;*/
}

/* the content */
div.rgaccord2-content {
  /*width:573px;*/
  width:95%;
  /*border-left:1px solid #ccc;
  border-right:1px solid #ccc;*/
  margin-bottom:5px;
}

/* remove margin of a CE */
div.rgaccord2-content .ce {
  margin-bottom:10px;
  border:3px solid red;
}

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

