


input.qty-box {
	width: 20px;	
}

.add-to-cart { cursor: pointer; }

.sale { color: #FF0000; }
.strike { text-decoration: line-through; }

/* Cart styles */

.cart-table tr.thead {
	background-color:#EEEEEE;
	font-weight:bolder;
	size:.9em
}

.cart-table tr.subfoot {
	font-size:.85em;
	font-weight:bold;	
}

.cart-table tr.prow {
	font-size:.8em
}