Just small warning,
(ver. 1.4.6.2)
in shopping-cart-product-line.tpl
there is a line
<div id="cart_quantity_button" style="float:left;">
because this template can be called many times
from shopping-cart.tpl there will many <div>
with same id="cart_quantity_button" on html page.
Html page should contain only unique id
Bru