crei un nuovo file css e, ad esempio, lo chiami "ie7only.css".
in questo file vai ad aggiungere le classi da modificare per una corretta visualizzazione con IE.
infine tra i tag <head> del template inserisci questo codice
<!--[if IE 7]>
<link href="templates/tuo_template/css/ie7only.css" rel="stylesheet" type="text/css" />
<![endif]-->
e sei a posto.