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

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

/* Toggle default */
h3.rgaccord2-toggle {
  margin:0;
  font-size: 12px;
  font-weight:normal;
  color:#FFFFFF;
  line-height: 26px;
  height: 26px;
  background-color: #8c918d;
  padding:0 6px 0 6px;
  cursor:pointer;
  border-bottom: 1px solid #FFFFFF;
  font-family: 'trebuchet ms', verdana, arial;
  text-transform: uppercase; 
}

/* Toggle act item */
h3.act {
  color:#FFFFFF;
  background-color: #985c06;
  border-bottom: 1px solid #FFFFFF;
  font-family: 'trebuchet ms', verdana, arial;
  text-transform: uppercase; 
}

/* the content */
div.rgaccord2-content {
  /*width:573px;*/
  font-family: verdana;

}

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

