div.message, div.error { padding-left: 26px; font-size: 13pt; font-weight: bold; margin: 10px 0 5px 0; }
div.message { background: transparent url('images/info-icon.png') left 2px no-repeat; color: #007599; }
div.error { background: transparent url('images/error-icon.png') left 2px no-repeat; color: #ce2e48; }

.summary-table td { height: 78px; }

.cart button.working { background: url("images/ajax-loader.gif"); }

@media only screen and (max-width: 54em) {
    
    .cartpage table th.total-price {
	text-align: right;
    }
  
}