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

/* Toggle default */

div.rgaccord1-nest {
	padding: 0;
	margin: 0;
}

h3.rgaccord1-toggle {
   
  font-size:16px;
  font-weight: bold;
  width: 685px;
  color:#ffffff;
  
  /*height: 23px;*/
  background: #336401 url(../img/plus.gif) right center no-repeat;
  margin-top: 5px;
  padding:2px 0 2px 5px;
  /*margin-right:32px;*/
  cursor:pointer;
  
}

/* Toggle act item */
h3.act {
  color:#ffffff;
  background:#336401 url(../img/minus.gif) right center no-repeat;
  
}


/* the content */
div.rgaccord1-content {
  /*width:680px;*/
  /*padding-bottom: 10px;*/
  background-color:#6EC218;
  /*margin-left: 5px;*/
  
}

/* remove margin of a CE */
div.rgaccord1-content .ce {
  margin-bottom:0;
}

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

div.rgaccord1-content td {
	font-weight: normal;
}


