﻿/* Order Table Styles */
.OrderTable
{
        width: 100%;
        border-top: 2px solid #cccccc;
}

.OrderHeader
{
	background-color: #eceeeb;
	border-bottom: 2px solid #cccccc;
}

.OrderHeaderProduct
{
        font-weight: bold;
        color: #85989f;
}

.OrderHeaderQuantity
{
        font-weight: bold;
        text-align: center;
        color: #85989f;
}

.OrderHeaderWeight
{
        font-weight: bold;
        text-align: center;
        color: #85989f;
}

.OrderHeaderPrice
{
        font-weight: bold;
        text-align: center;
        color: #85989f;
}

.OrderHeaderTotal
{
        font-weight: bold;
        text-align: center;
        color: #85989f;
}

.OrderItemEven
{
	border-bottom: 1px solid #cccccc;
}

.OrderItemOdd
{
	border-bottom: 1px solid #cccccc;
}

.OrderItemProduct
{
}

.OrderItemQuantity
{
        width: 75px;
        text-align: center;
}

.OrderItemWeight
{
        text-align: center;
}

.OrderItemPrice
{
        width: 100px;
        text-align: center;
}

.OrderItemTotal
{
        width: 100px;
        text-align: center;
}

.OrderFooter
{
        background-color: #bbbbbb;
}

.OrderFooterWeight
{
        text-align: center;
}

.OrderSubTotal
{
	color: #85989f;
	background-color: #eceeeb;
}
.OrderSubTotalLabel
{
        text-align: right;
        font-weight: bold;
}
.OrderSubTotalValue
{
        text-align: center;
        font-weight: bold;
}

.OrderDiscount
{
	color: #85989f;
	background-color: #eceeeb;
}
.OrderDiscountLabel
{
        text-align: right;
}
.OrderDiscountValue
{
        text-align: center;
}

.OrderAdjustment
{
	color: #85989f;
	background-color: #eceeeb;
}
.OrderAdjustmentLabel
{
        text-align: right;
}
.OrderAdjustmentValue
{
        text-align: center;
}

.OrderTaxes
{
	color: #85989f;
	background-color: #eceeeb;
}
.OrderTaxesLabel
{
        text-align: right;
}
.OrderTaxesValue
{
        text-align: center;
}

.OrderFreight
{
	color: #85989f;
	background-color: #eceeeb;
}
.OrderFreightLabel
{
        text-align: right;
}
.OrderFreightValue
{
        text-align: center;
}

.OrderHandling
{
	color: #85989f;
	background-color: #eceeeb;
}
.OrderHandlingLabel
{
        text-align: right;
}
.OrderHandlingValue
{
        text-align: center;
}

.OrderTotal
{
	color: #85989f;
	background-color: #eceeeb;
	border-bottom: 2px solid #cccccc;
}
.OrderTotalLabel
{
        text-align: right;
        font-weight: bold;
}
.OrderTotalValue
{
        text-align: center;
        font-weight: bold;
}

.OrderComments
{
	
}
.OrderCommentsLabel
{
	font-weight: bold;
}
.OrderCommentsValue
{
}














