/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
	font-weight:normal;
	line-height: 52px;
	height: 52px;
	background-image:url(../images/bg_sliderboxen_top.gif);
	background-repeat:no-repeat;
	cursor:pointer;
	margin-left:0px;
	padding-left:67px;
	color:#0073a9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-bottom:0px;
	padding-bottom:0px;
	width:527px;;

}

/* Toggle act item */
h3.act {
	color:#0073a9;
	background-image:url(../images/bg_sliderboxen_top_act.gif);
	background-repeat:no-repeat;
	border-bottom:0px;
	
}

/* the content */
div.rgaccord1-content {
	margin-left:0px;
	width:550px;
	border:none;
	margin-top:0px;
	padding-top:10px;
	border-top:0px;
	margin-bottom:0px;
	padding-bottom:10px;
	margin-left:0px;
	padding-left:44px;
	background-image:url(../images/bg_sliderboxen.gif);
	background-repeat:no-repeat;
	background-position:bottom;
}

/* 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;
}

