﻿

.cart-heading
{
    background-color: #c0c0c0;
	font-weight: bold;
}

.item-heading
{
	font-weight: bold;
	color: #CC0000;
}

.category-heading
{
	font-weight: bold;
	font-size: 13px;
}

.cart-button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	border: 1px solid #cccccc;
	background-color: #373db9;
	font-weight: bold;
}
ul {
	background-color: #fef4e8;
	margin: 0px;
	padding:10px;
	padding-left: 30px;
}