* html #wrapper,
* html #footer {
	width: expression((documentElement.clientWidth||document.body.clientWidth)<990?'990px':'');
}
.tarif tr {
    filter: alpha(Opacity=50); /* ��� IE */
   }
.tarif tr.tema, .tarif tr.tema:hover {
	filter: alpha(Opacity=100); /* ��� IE */
}
.tarif tr.thead, .tarif tr.thead:hover {
	filter: alpha(Opacity=100); /* ��� IE */
}
.tarif tr:hover {
    filter: alpha(Opacity=100); /* ��� IE */
}