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


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
 font-family: Helvetica;
  line-height: 24px;
  height: 22px;
  background: #d3d3d3 url(img/plus.png) 5px center no-repeat;
  border-top:1px solid #eee;
  border-left:1px solid #eee;
   border-bottom:1px solid #a4a4a4;
  border-right:1px solid #a4a4a4;
   padding:2px 0 2px 20px;
  margin: 0px 10px 1px 15px;
  cursor:pointer;
  width: 810px;
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; 
	filter: alpha(opacity=75);	
	opacity: .75;
	color:#6b4143;
  }

/* Toggle act item */
h3.act {
 font-family: Helvetica;
 color: #88888;
  background:#cdcbcb url(img/minus.png) 5px center no-repeat;
   border-bottom:1px solid #eee;
  border-right:1px solid #eee;
    border-top:1px solid #a4a4a4;
  border-left:1px solid #a4a4a4;
  }

/* the content */
div.rgaccord1-content {
  width:800px;
  margin: 0px 0px 1px 10px;
  }

/* 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;
}
.rgaccord1-nest {
  padding:0;
  margin: 0px 0px 0px 20px;
  width: 800px;
}
