I modifed my categories side box to have a fixed height and scroll bar.

I did it with various suggestions I found in the forums and came up with this in my stylesheet:
PHP Code:
.leftBoxContainer {
    
margin0em;
    
border1px solid #800000;
    
border-bottom5px solid #800000;
    
margin-top1.5em;
    
font-size:.9em;
    
font-weight:normal;
        
height600px;
        
overflowauto;
    } 
My problem is that the height and overflow settings are applied to all left side boxes.

How can I set it to only apply to the categories side box?

Site is here: http://www.reisshardware.com

Thanks,
Jeff