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


/* Toggle default */
h3.rgaccord1-toggle {
  /*font-weight: normal;*/
  color: #5e6690;
  line-height: 23px;
  height: 20px;
  width: 428px;
  background: #edebec url(../images/add.gif) no-repeat 5px center;
  border-bottom: 1px solid #c0c0c0;
  padding:2px 0 2px 28px;
  margin-right:2px;
  cursor:pointer;
	font-size: 1.1em;
}

/* Toggle act item */
h3.act {
  color: #a05598;
  background: #efe6f2 url(../images/delete.gif) no-repeat 5px center;
	border-bottom: 1px solid #a05598;
}

/* the content */
div.rgaccord1-content {
  width: 428px;
/*  border-left:1px solid #ccc;
  border-right:1px solid #ccc;*/
  padding-bottom: 15px;
}

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

