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

/* just a little gab */
#rgaccord2-nest {
	margin-top:10px;
	margin-bottom:10px;
}

/* Toggle default */
.rgaccord2-toggle {
background-image:url(../images/accordion/acc_green.png);
background-repeat:no-repeat;
height: 20px;
padding-left:20px;
margin-bottom:1px;
cursor:pointer;
border-left: solid 1px #a0ce65;
border-right: solid 1px #a0ce65;
}

h3.rgaccord2-toggle {
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
color:#A0CE65;
line-height: 21px;
}


/* Toggle act item   background:#6899ce url(img/minus.png) 5px center no-repeat;*/
h3.act {
color:#191919;
background-image:url(../images/accordion/acc_white.png);
background-repeat:no-repeat;
}




/* the content */
div.rgaccord2-content {
  padding:20px;
  width:860px;
  border-left:1px solid #191919;
  border-right:1px solid #191919;
}

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

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

