The lines that are missing are all part of the "totals" block so it could be just one line in a template that is missing. Do these totals show fine on the cart?
If you change back to a default theme, do the totals show? My guess would be that they would and there's something custom in your theme that has missed a line similar to:
<?php echo $this->getChildHtml('totals') ?>
----
If you've found one of my answers useful, please give "Kudos" or "Accept as Solution" as appropriate. Thanks!