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

/* just a little gab */
#rgaccord2-nest {
	margin: 0;
	border-bottom: 1px solid #C1C1C1;
	border-left:1px solid #C1C1C1;
	border-right:1px solid #C1C1C1;
}

#rgaccord2-nest .news-list-item {
	margin: 0;
}

/* Toggle default */
h3.rgaccord2-toggle {
	font-weight: bold;
	line-height: 2.6em;
	height: 2.3em;
	background: #FFFFFF url(../images/plus.png) 5px center no-repeat;
	border-top: 1px solid #C1C1C1;
	padding: .2em 0 .2em 2.5em;
/*	margin-right: 3.2em; */
	cursor:pointer;
}

h3.rgaccord2-toggle:hover {
	color:#E22C21;
}

/* Toggle act item */
h3.act {
	color:#E22C21;
	background: url(../images/minus.png) 5px center no-repeat;
}

/* the content */
div.rgaccord2-content {
	
}

.news-list-container div.rgaccord2-content .teasertext {
	margin: 0;
	padding: 1em;
	border-top: 1px solid #C1C1C1;
}

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


