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

/* just a little gab */
#rgaccord2-nest {
	clear: both;
	margin:0; }

/* Toggle default */
h3.rgaccord2-toggle {
	font-weight:bold;
	color:#727272;
	font-size: 12px;
	font-family: Arial;
	background-image: url(http://www.teamfaktor.com/fileadmin/TEAMFAKTOR/Bilder/accordion-grau.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	clear: both;
	margin: 0;
	border-top:1px solid #eee;
	padding:5px 0 5px 15px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	cursor:pointer; }

/* Toggle act item */
h3.act2 {
	color:#fff;
	font-size: 12px;
	font-weight: bold;
	background-image: url(http://www.teamfaktor.com/fileadmin/TEAMFAKTOR/Bilder/accordion-orange.gif);
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	clear: both;
	margin: 0;
	padding: 5px 0 5px 15px;
	border-bottom: 1px dotted #c9c9c9;
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0; }

/* the content */
div.rgaccord2-content {
	font-size: 12px;
	background-color: #eee;
	clear: both;
	margin: 0;
	padding: 0 0 0 15px;
	border-width: 0;
	display: block;
	 }
/* remove margin of a CE */
div.rgaccord2-content .ce {
  margin-bottom:0;
}

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

