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


/* Toggle default */
h3.rgaccord1-toggle {
  font-weight:bold;
font-family: Georgia,"Times New Roman",Times,serif;
  color:#8B0000;
  line-height: 26px;
  height: 23px;
  background: #ffffff url(../../../img/icons/plus.png) 5px center no-repeat;
  border-top:1px solid #eee;
  padding:9px 0 3px 25px;
  cursor:pointer;
  border-top: 1px dotted #808080;
  border-bottom: 1px dotted #808080;
border-top:1px dotted #808080;
color:#8B0000;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:18px;
font-size-adjust:none;
font-stretch:normal;
font-style:italic;
font-variant:normal;
font-weight:normal;
height:26px;
line-height:21px;
text-decoration:none;
margin-bottom: 12px;}

/* Toggle act item */
h3.act {
  font-weight:bold;
font-family: Georgia,"Times New Roman",Times,serif;
  color:#8B0000;
  background:#ffffff url(../../../img/icons/minus.png) 5px center no-repeat;
  border-top: 1px dotted #808080;
  border-bottom: 1px dotted #808080;

border-top:1px dotted #808080;
color:#8B0000;
font-family:Georgia,"Times New Roman",Times,serif;
font-size:18px;
font-size-adjust:none;
font-stretch:normal;
font-style:italic;
font-variant:normal;
font-weight:normal;
line-height:21px;
text-decoration:none;}

/* the content */
div.rgaccord1-content {
  width:100%;
  border-left:0px solid #ccc;
  border-right:0px solid #ccc;
}

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

