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


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:normal;
  color:#637D34;
  background: #ffffff url(images/plus.gif) 30px center no-repeat;
  padding:3px 0 3px 60px;
  margin-right:0px;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
  color:#ffffff;
  background:#B1B96E url(images/minus.gif) 30px center no-repeat;
}

/* the content */
#content #innercontent .rgaccord1-content {
  width:689px;
  margin:0;
  padding:6px 0 3px 0;
}
#content #innercontent .rgaccord1-content ul li{
	color:#637D34;
	margin:0 20px 0 30px;
	padding:0;
	}
#content #innercontent .rgaccord1-content p.bodytext {
	margin:0 50px 0 60px;
	padding:0;
	}
#content #innercontent .rgaccord1-content a{
	background-image:url(images/arrow_text_off.gif )1px center no-repeat;
	background-repeat:no-repeat;
	background-position:0 0;
	text-decoration:none;
	color:#637D34;
	padding:0 0 0 16px;
	margin:0;
	}
#content #innercontent .rgaccord1-content a:hover{
	background-image:url(images/arrow_text_on.gif) 1px center no-repeat;
	text-decoration:none;
	color:#B1B96E;
	padding:0 0 0 16px;
	margin:0;
	}

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