needed to do a conditional css comment ( the theme is very good cross browser and i think usually this will be unnecessary ) but i couldnt find anything about it so here's what i did just in case it saves anyone else scratching their head .. its actually very easy but you might miss it
in the html inserts section ( header )
<!--[if IE]> (or whatever your conditional comment is )
<style type="text/css">
.whatever{
style:style;
etc:etc;
}
</style>
<![endif]-->