/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  

/* just a little gab */
#rgaccord2-nest {
  margin:0px;
  padding:0px;
  width: 100%;
}

/* Toggle default */
h3.rgaccord2-toggle {
  font-weight:bold;
  font-size: 11px;
  color:#333333;
  height: 24px;
  line-height:24px;

  background: #cccccc;

  padding:0px 0px 0px 25px;
  margin: 0px;

  border-bottom: 1px solid #FFFFFF;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
	color:#ffffff;
	background:#ED4522;
}

/* the content */
div.rgaccord2-content {
  background-color:#ffffff; 
  padding		: 0px;
  padding-left	: 25px;
  margin		: 0px;
  margin-bottom : 10px;
}


/* remove the header inside the CE, twice is not nice */
div.rgaccord2-content h1 {
  display:none;
}

