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


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight: normal;
  font-family: Georgia;
  color: #000000;
  font-size: 12px; 
  line-height: 35px;
  height: 35px;
  border-top: 1px solid #FF6600;
  padding: 0px;
  cursor:pointer;
  margin: 0; 
}
h3.rgaccord1-toggle:hover {
  font-weight: normal;
  color: #FF6600;
  cursor:pointer;
}

h3.rgaccord1-toggle img { position: relative; top: 2px;}
hr.rgaccor-lastline { margin:0; padding:0; border-color: #FF6600;}

/* Toggle act item */
h3.act {
  color: #000000;
  font-weight: bold !important;
}

/* the content */
div.rgaccord1-content {
	padding-bottom: 9px;
	font-family: Georgia;
	font-size: 12px;
	line-height: 21px;
}
div.rgaccord1-content p{
	font-family: Georgia;
	font-size: 12px;
	line-height: 21px;
	}

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


