﻿/* remove padding on checkout box */
table.mod-body.cart-module-cart{padding:0;}
/* remove paypal and google checkout from right nav bar */
div.google-checkout{display:none;}
div.paypal-checkout{display:none;}
/* remove short description from product lists */
div.product-list-text {visibility:hidden;height:0px;}