Quote Originally Posted by minute View Post
Yes, it works but I have no idea how to make the stylesheet exactly like in the category sidebox. I try to change some things but I cant do anything good, I am not as good in coding, I think maybe it must be a class added or something but I really cannot do it myself. Any help much appreciated!

open includes/templates/rustic/css/stylesheet.css

add the following declarations

#documentcategoriesContent {
padding: 0.4em 0.4em 10px 0.4em;
background-image: url(../images/cb_content.gif);
background-repeat: no-repeat;
background-position: bottom;
font-size: 1em;
font-weight: bold;
}
#documentcategoriesContent a {
padding: 0 1em 0 .5em;
color: #000000;
text-align: inherit;
vertical-align: middle;
}