Hi i added this to catalog.xml layout definition:
<reference name="head">
<action method="addCss"><stylesheet>css/local.css</stylesheet></action>
</reference>
and this to inside the same file:
<action method="removeItem"><type>css</type><name>css/local.css</name></action>
But it doesn't remove the css from that view. It is possible, that its not the right markup to achieve this. But have no idea. Anyone can help out?