﻿

/*table style*/

hr
{
	border:1px solid #ccc;
}

.OrderReceived
{
	margin-right:20px;
}

h1
{
	font-size:16px;
	color:#000;
	padding:5px 0 0 0;
}

/*////////////////new style for basket/////////////////////////////////*/
table.ShoppingBasket
{
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    border-collapse: collapse;
    margin-top: 0;
    border: 2px solid white;
    margin-right: 5px;
    width:98%;
}
table.ShoppingBasket th
{
    border: 2px solid white;
    background: #b0a99c;
    color: #f1f1f1;
    text-align: left;
    padding: 4px 6px;
    font-size:12px;
}
table.ShoppingBasket td
{
    border: 2px solid white;
    padding: 6px 6px 2px 6px;
    vertical-align: top;
    font-size: 11px;
    font-weight: bold;
}
table.ShoppingBasket td.Quantity
{
    text-align: center;
}
table.ShoppingBasket td.Quantity input
{
    width: 20px;
    text-align: center;
    border: 1px solid #27394c;
    background: #fff;
    color: #000;
}
table.ShoppingBasket tr.Odd
{
    background: #d6cebf;
}
table.ShoppingBasket tr.Even
{
    background: #f4f0e9;
}
table.ShoppingBasket td.Total
{
    text-align: right;
    font-weight: bold;
}

tr.SubTotal
{
    background: #8f8677;
}
tr.Shipping
{
    background: #8f8677;
    color: #f1f1f1;
}
tr.GrandTotal
{
    background: #676157;
    color: #f1f1f1;
}

table.ShoppingBasket td.Continue
{
    text-align: left;
}

input.QuoteActionButton
{
	background:#676157;
	border:0;
	color:#fff;
	font-weight:bold;
	padding:2px;
	cursor:pointer;
}
