/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
  color:#orange;
  line-height: 26px;
  height: 23px;
  background: url(/typo3conf/ext/rgaccordion/res/img/plus.png) 0px center no-repeat;
  border:0px solid #eee;
  padding:2px 0 2px 25px;
  margin-right:32px;
  cursor:pointer;
}

/* Toggle act item */
h3.act { color:orange; background:url(/typo3conf/ext/rgaccordion/res/img/minus.png) 0px center no-repeat; }

/* the content */
div.rgaccord1-content { border:0px solid #ccc; }

/* 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 ol li { border-bottom:1px dotted #000000; line-height:18px; }

div.rgaccord1-content ol li { list-style-type : none; font : normal 11px Arial, Verdana, sans-serif; color : #000000; margin:0; }

div.rgaccord1-content ul li { border-bottom:1px dotted #000000; line-height:18px; }

div.rgaccord1-content ul li { list-style-type : none; font : normal 11px Arial, Verdana, sans-serif; color : #000000; background : url(/fileadmin/templates/images/star.png) no-repeat 0 4px; padding : 7px 0 7px 35px; margin:0; }
