/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h3.rgaccord1-toggle {
  font-size: .7em;
  font-weight:bold;
  color:#999;
  line-height: 23px;
  height: 21px;
  background: #302e2b url(img/plus.png) 5px center no-repeat;
  border-top:1px solid #3a3935;
  padding:1px 0px 2px 25px;
  margin-right:0px;
  cursor:pointer;
  margin-bottom:0px;
}
h3:hover {
  background: #2a251e url(img/plus.png) 5px center no-repeat;	
}
/* Toggle act item */
h3.act {
  color:#ffee80;
  background:#0b0b0c url(img/minus.png) 5px center no-repeat;
}

/* the content */
div.rgaccord1-content {
  background-color: #ccc;
}

/* remove margin of a CE */
div.rgaccord1-content .ce {
  margin:0px auto;
  padding: 0px;
}

/* remove the header inside the CE, twice is not nice */
div.rgaccord1-content h2 {
  display:none;
}
.csc-textpic-image a:hover {
	
}
div.rgaccord1-content .ce .csc-textpic-left .csc-textpic-imagewrap {
	padding: 0px;
	margin: 0px;
}

