﻿/************************** ORDER LIST *********************/

table.OrderList
{
}

table.OrderList th
{
}

table.OrderList tr.Item td
{
}

table.OrderList input
{	

}

table.OrderList tr.Footer td
{
}

/************************** SHOPPING CART ******************/

table.ShoppingCart
{
	width:100%;
}

table.ShoppingCart th
{
}
		
table.ShoppingCart tr.Item td
{
}

table.ShoppingCart tr.Footer td
{
}

input.ShoppingCart_UpdateCart
{
}

input.ShoppingCart_ProceedToCheckout
{
}

/************************** PRODUCT INFO ********************/

h1.ProductName
{
}

h3.ProductCode
{
}
	
p.ProductDescription
{
}

/*************************** INVOICE ************************/

ul.Invoice-Summary
{
	list-style-type:none;
	padding:2px;
	margin: 0;
	text-align:right;
	font-weight: bold;
	font-size: 11px;
}

ul.Invoice-Summary li label
{
	float: left;
	clear: left;
}

.Invoice
{
	width: 100%;
	border: 1px solid black;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 2px;
}

.Invoice td
{
}

.Invoice-Header
{
	background-color:#dddddd;
}


th.Invoice-Product
{
}

th.Invoice-ItemCode
{
}

th.Invoice-Quantity
{
}

th.Invoice-Price
{
}

th.Invoice-Cost
{
}

.Invoice-Item
{
	text-align:center;
}

td.Invoice-Product
{
}
td.Invoice-ItemCode
{
}

td.Invoice-Quantity
{
	text-align:center;
}

td.Invoice-Price
{
}

td.Invoice-Cost
{
}

.Invoice-Footer
{
	background-color:#eeeeee;
	font-weight: bold;	
}

.Invoice-Shipping
{
}

.Invoice-Tax
{
}

.Invoice-Total
{
}

ul.Invoice-HowToPay
{
	list-style-type:none;
	margin: 0;
	padding: 0;
}

ul.Invoice-HowToPay li
{
	float: left;
	width: 100px;
	margin: 5px;
}

.Invoice-HowToPay-Heading
{
	font-weight: bold;
	clear: both;
	display: block;
}

div.Invoice-Box
{
	text-align: center;
	border: 1px solid black;
	margin: 5px;
	width: 95%;
	clear: both;
}