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


/* Toggle default */
h3.rgaccord1-toggle {
	font-weight:bold;
	color:#fff;
	font-size: 11px;
	background: #373b36 url(img/plus.png) no-repeat 5px center;
	width: 640px;
	height: 21px;
	clear: both;
	margin: 0;
	padding:3px 0 0 25px;
	cursor:pointer;
	display: block; }

/* Toggle act item */
h3.act {
	color:#fff;
	background:#595337 url(img/minus.png) no-repeat 5px center;
	width: 640px;
	clear: both;
	margin: 0;
	padding: 3px 0 0 25px;
	display: block; }

/* the content */
div.rgaccord1-content {
	background-color: #f5f5f5;
	width: 640px;
	clear: both;
	margin: 0 0 10px;
	padding: 10px 10px 5px 13px;
	border-left:1px solid #595337;
	border-right:1px solid #595337;
	border-bottom: 1px solid #595337;
	display: block; }

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

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


