/*
NOPCART style overrides
nopcart - This is the class for the main table. You can specify borders, background colors, etc here.
nopheader - This class is used for the descriptive headers of the shopping cart table.
nopentry - This class is used for each product entry in the user's shopping cart.
noptotal - This class is used for the rows displaying the users subtotal, shipping and total costs.
*/

table.nopcart td {
	padding: 7px;
	border: 1px solid #999;
}
td.nopheader {
	background-color: #E87B10;
}
