/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  


/* Toggle default */
h3.rgaccord2-toggle {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
  font-weight:normal;
  color:#4e432f;
  line-height: 24px;
  height: 23px;
  background: #ffffff url(img/close.jpg) no-repeat;
  border-top:0px solid #eee;
  padding:0;
  margin:0px 10px 0px 0px;
  cursor:pointer;
}

/* Toggle act item */
h3.act {
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
  color:#333333;
  font-size:14px;
  background: url(img/open.jpg) no-repeat;
  padding-bottom: 0px;
}

/* the content */
div.rgaccord2-content {
  width:430px;
  height: 500px;
  border-left:0px solid #ccc;
  border-right:0px solid #ccc;
  margin: 3px 0px 2px 0px;
 
}

/* 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-content p, .rgaccord2-content h1, .rgaccord2-content h2, .rgaccord2-content h3 {padding-top:10px;}


