ok basilis where your going wrong is your using 1001 the actual contact list is in 1004 and 1009 style files for making that transparent, based on your earlier post i thought you were attempting word wheel transparency.
and heres the block your looking for
quote:
Element[id=atom(listitem)] // this element has been added in
{
Background:argb(0,0,0,0); // added in
Foreground:rgb(255,255,255); // 0,0,0
}
lines 29 -33 of your 1004 and 1009 style files. enjoy.