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


/* Toggle default */
h3.accordion {
  line-height: 100%;
  color:#cc071e;
   font-weight:bold;
  float:left;
  margin:2px 0 2px 0px;
  
  
}

div.rgaccord1-toggle {
  font-weight:bold;
  color:#cc071e;
  
  height: auto;
  overflow:visible;
  background: #e2d5b5 url(img/plus.png) 0px 0px no-repeat;
  border-top:1px solid #eee;
  padding:2px 0 2px 25px;
  margin-right:0px;
  cursor:pointer;
  position:relative;overflow:hidden;
  
}

.rgaccord1-nest {position:relative;overflow:hidden;

}


.rgaccord1-toggle img.thumb {position:relative;overflow:hidden;float:right;}

.rgaccord1-toggle .accordionheadertext span {
 margin:0px;

 
}

/* Toggle act item */
h3.act {
  color:#cc071e;
  background:#e2d5b5 url(img/minus.png) 0px 0px no-repeat;
   float:left;
    line-height: 100%;
  color:#cc071e;
   font-weight:bold;
  float:left;
  margin:2px 0 2px 0px;
}

/* the content */
div.rgaccord1-content {
 
  border-left:0px solid #ccc;
  border-right:0px solid #ccc;
  background-color:#F9F5EE;
  padding:5px;
  width:400px;
  }

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


