/***************************
 *  Default styles for the
 *    EXT rgaccordion
 * by Ringer Georg (just2b)
 ***************************/  

/* just a little gab */
#rgaccord2-nest { margin:0; }

/* Toggle default */
h3.rgaccord2-toggle { font-weight:normal; color:#7a745e; /*line-height:26px; height:25px;*/ background: #ccc url(../../../../fileadmin/images/rgaccord_close.gif) right center no-repeat; border-top:none; padding:2px 0 3px 10px; margin-right:0px; cursor:pointer; }

/* Toggle act item */
h3.act { color:#fff; font-weight:bold; background:#aaa695 url(../../../../fileadmin/images/rgaccord_open.gif) right center no-repeat; }

/* the content */
div.rgaccord2-content { width:210px; height:300px; border-left:none; border-right:none; }

div.rgaccord2-content div.contentelement {padding:5px 10px 0 10px; margin-bottom:10px;}

/* 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 h2 { display:none; }