Hi James,
thanks for your (EVER) quick reply. Amazing

I am not very familiar with CSS though (although this club proves to be good learning ground!).
Indeed, I added the images as background (as you suggested in another thread).
I haven't added this code with the css code you suggested in the tutorial you suggested above.
So, do I understand your post above correctly by saying I need to add padding to the whole CSS block (concerning Roklatest)?
Looking at the CSS file, I see a lot of different settings, where do I have to add the padding?
This is what I have for now:
#accordian h3 {
background: url(../images/closed.gif) 1% 0 no-repeat;
}
#accordian h3.toggle {
background: url(../images/open.gif) 0 0 no-repeat;
}
/* roklatest stuff */
#accordian {
margin-left: -15px;
margin-top: -15px;
width:205px;
}
#accordian h3.toggler {
position: relative;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
height: 25px;
line-height: 25px;
font-weight: bold;
padding: 0 5px;
margin: 0;
}
#accordian div.element {
padding: 10px 5px;
}
/* End RokLatest stuff */
/* RokLatest stuff */
#accordian h3.toggler {
font-weight: bold;
color: #333;
}
.bg0,
div.module-hilite4 li.bg0,
#accordian h3.toggler.bg0 {
background: #F2F1D3;
}
.bg1,
div.module-hilite4 li.bg1,
#accordian h3.toggler.bg1 {
background: #E5E3BC;
}
#accordian h3.toggler.bg0 {
border-bottom: 1px solid #DFDED1;
}
#accordian h3.toggler.bg1 {
border-bottom: 1px solid #ddd7cd;
}
/* End Rok Latest Stuff */
James, I haven't published it like this, yet. This is because it is a live site

. If you want a screenshot, let me know and I'll provide you with one.