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

/* just a little gab */
#rgaccord2-nest { color: black; font-size: 12px; background-repeat: no-repeat; background-position: left 0; margin:10px 0; border-color: lime; border-width: 1px; }

/* Toggle default */
h3.rgaccord2-toggle { font-weight:bold; color:black; font-size: 12px; line-height: 26px; background-image: url(img/synergix-hintergrund-titel.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: left center; height: 23px; padding:2px 0 2px 25px; margin-right:32px; border-top-color: #eee; border-top-width: 1px; border-bottom-color: blue; border-bottom-width: 1px; cursor:pointer; }

/* Toggle act item */
h3.act { color:black; font-size: 15px; background-image: url(img/synergix-hintergrund-titel.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: left center; }

/* the content */
div.rgaccord2-content { color: black; font-size: 14px; width:573px; border-right-color: #ccc; border-right-width: 1px; border-left-color: #ccc; border-left-width: 1px; }

/* remove margin of a CE */
div.rgaccord2-content .ce { color: black; font-size: 12px; margin-bottom:0; }

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

