body {
	background: white;
	font-size: 12pt;
}

#header {
	display: none;
}

#footer {
	display: none;
}

#siteseal {
	display: none;
}

#homeTableFooterHeader {
	display: none;
}

#homeTableCounties {
	display: none;
}

.homeTableLeftTop {
	display: none;
}

.homeTableLeftBottom {
	display: none;
}

.homeTableRightTop {
	display: none;
}

.homeTableRightBottom {
	display: none;
}

#homeDatesTable {
	display: none;
}

#homeTableFooterTable {
	display: none;
}

#orderHistory {
	display: none;
}

table.cartTable
{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
}

table.cartQtyTable
{ 
        margin-left: auto;
        margin-right: auto;
        border: 0px;
        padding: 0px;
}

.cartTable td
{
        border-width: 1px;
        padding: 2px;
        border-style: solid;
}

table.salesListTable
{
        width: 100%;
        margin-left: auto;
        margin-right: auto;
}

.salesListTable td
{
        border-width: 1px;
        padding: 2px;
        border-style: solid;
}

.cartTable td.cartTotal
{
        width: 125px;
        text-align: right;
}

.cartTable td.cartPrice
{
        text-align: right;
        width: 120px;
}

.cartTable td.invoiceQty
{
        text-align: center;
        width: 50px;
}

.cartTable td.cartSummary
{
        text-align: right;
        font-weight: bold;
}

.cartTable td.tableHeader
{
        text-align: center;
        font-weight: bold;
}
