/*************************** * Default styles for the * EXT rgaccordion * by Ringer Georg (just2b) ***************************/ /* Toggle default */ #rechts h3.rgaccord1-toggle { font-family:Arial, Helvetica, sans-serif; font-weight:100; font-size:15px; color:#65c51e; border-bottom: 1px solid #333333; background: url(img/plus.gif) 1px center no-repeat; padding:0px 0 0px 15px; text-transform:uppercase; cursor:pointer; margin-top:10px; } /* Toggle act item */ #rechts h3.act { color:#666666; background: url(img/minus.gif) 1px center no-repeat; } /* the content */ #rechts div.rgaccord1-content { width:250px; } /* remove margin of a CE */ #rechts div.rgaccord1-content .ce { margin-bottom:0px; } /* remove the header inside the CE, twice is not nice */ #rechts div.rgaccord1-content h1 { display:none; } /* Toggle default */ #partner h3.rgaccord1-toggle { font-family:Arial, Helvetica, sans-serif; font-weight:100; font-size:24px; color:#65c51e; text-transform:uppercase; cursor:pointer; margin-top:1px !important; clear:both; border:0px; background: !important; padding:0px !important; } /* Toggle act item */ #partner h3.act { color:#666666; background: !important; } /* the content */ #partner div.rgaccord1-content { margin:0px; float:left; } #partner div.rgaccord1-nest { float:left; width:200px; } /* remove margin of a CE */ #partner div.rgaccord1-content .ce { margin-bottom:0px; } /* remove the header inside the CE, twice is not nice */ #partner div.rgaccord1-content h1 { display:none; }