Hi there,
Can you post the code for the style sheet and for the ListView?
Also, check if Styles.css is being applied at all, for example by adding a Universal selector like this:
Code:
*
{
border: 2px solid Red;
}
That gives everything in the page a red border so you can quickly see if Styles.css is loaded and applied.
Cheers,
Imar