I have a site for a restaurant in which we use tables (don't start on how bad tables are please) for the menus

* {
border: 0 none !important;
}
I don't want the "!important" there because it screws up my line:
.mceItemTable, .mceItemTable td, .mceItemTable th, .mceItemTable caption, .mceItemVisualAid {border: 1px solid #BBB; border-collapse: collapse; padding: 5px;}
in MicroTiny/tinymce/themes/advanced/skins/o2k7/content.css
Can anybody tell me where that line:
border: 0 none !important;
is hidden??? It really drives me mad!

kind regards,
Isolde