It may be a problem of specificity. I run into these problems occasionally. They are so annoying.
http://css-tricks.com/specifics-on-css-specificity/
Basically the solution is to put the tag hierarchy in front of it or to use id's. If the specificity value is too low it won't pick it up.