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


/* Toggle default */
/*h3.rgaccord1-toggle {

}*/

div#mainBox div#mainContent div#content div.ce-normal div.news-list-container div.rgaccord1-nest.news-list-item h3.rgaccord1-toggle{
  font-weight:normal;
  font-size: 12px;
  color: #000000;
  background: url(img/bullet.gif) 0px 3px no-repeat;
  margin-top: -2px;

  padding-top: 0px;
  padding-bottom: 6px;
  padding-left: 14px;
  cursor:pointer;
  border-bottom: 1px solid #004165;
}

/* Toggle act item */
div#mainBox div#mainContent div#content div.ce-normal div.news-list-container div.rgaccord1-nest.news-list-item h3.act {
  background: url(img/bullet.gif) 0px 3px no-repeat;
}

/* the content */
div.rgaccord1-content {
  width:410px;
  padding-left: 14px;
}

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

#mainContent div.rgaccord1-content p.bodytext{
	text-align: left;
}
