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

#detail_list { font-size: 10px; }
#detail_list h3 { font-size: 11px; font-weight:bold; text-transform:uppercase; color: #6c747b;}
#detail_list .bodytext { font-size: 10px; }
#detail_list table { margin: 0 0 10px 0;}

/* just a little gab */
#detail_list #rgaccord2-nest {
  margin: 8px 8px 8px 8px;
  width: 201px;
}

/* Toggle default */
#detail_list h3.rgaccord2-toggle {
  font-weight: bold;
  color: #6c747b;
  background: #c8cbce url("img/down.gif") right no-repeat;
  padding: 3px 0 3px 8px;
  margin: 0 23px 5px 0 ;
  cursor:pointer;
  -moz-border-radius:5px;
  -khtml-border-radius:5px;
}

/* Toggle act item */
#detail_list h3.act {
  color: #6c747b;
  background: #c8cbce url("img/up.gif") right no-repeat;
}

/* the content */
#detail_list div.rgaccord2-content {
 /* width:201px;*/
}

/* remove margin of a CE */
#detail_list div.rgaccord2-content .ce {
  margin-bottom:0;
}

/* remove the header inside the CE, twice is not nice */
#detail_list div.rgaccord2-content h1 {
  display:none;
}

#rgaccord2-nest .contenttable caption { font-weight: bold; text-align: left; font-size: 11px; padding: 0px 0 5px 3px; }
