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

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

/* Toggle default */
h3.rgaccord2-toggle {
  line-height: 1.0em;
  background: url(../images/r-plus.gif) no-repeat right 5px;
  border-top:1px solid #eee;
  padding:4px 25px 7px 0;
  cursor:pointer;
  margin:0;
  font-size:14px;
}

/* Toggle act item */
h3.act {
  background: url(../images/r-minus.gif) no-repeat right 5px;
}

/* the content */
div.rgaccord2-content {
	padding:5px 0 5px 0;
}

#c703 div.rgaccord2-content,
#c706 div.rgaccord2-content,
#c708 div.rgaccord2-content,
#c644 div.rgaccord2-content {
	padding:5px 0 5px 15px;
}

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

#rgaccord2-nest h3 {
}

#rgaccord2-nest h3:hover {
	text-decoration:underline;
}

/* Toggle act item */
#rgaccord2-nest h3.act {
  color:black;
  background: url(../images/r-minus.gif) no-repeat right 5px;
}

#rgaccord2-nest span.morelink a {
	background:transparent url(../images/doppelpfeil2.gif) no-repeat scroll 0 0;
}

.rgaccord2-content img {
	border:0 none;
	float:left;
}