i got a class,
div.domtab div{ clear:both; width:auto; background:#eee; color:#000; padding:1em 1.5em; }
Considering your markup is like:
... ...
You can remove the class by
$('#tag1').closest('.domtab').removeClass('domtab');