﻿

/*table style*/

hr
{
	border:1px solid #ccc;
}

.OrderReceived
{
	margin-right:20px;
}

h1
{
	font-size:16px;
	color:#000;
	padding:0;
	margin: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: #8dc7e8;
    color: #000;
    text-align: left;
    padding:10px 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: #d9e4eb;
}
table.ShoppingBasket tr.Even
{
    background: #edf4f8;
}
table.ShoppingBasket td.Total
{
    text-align: right;
    font-weight: bold;
}
/*
tr.SubTotal
{
    background: #CDCDCD;
}
tr.Shipping
{
    background: #CDCDCD;
    color: #000;
}
tr.GrandTotal
{
    background: #414141;
    color: #000;
}

tr.Discount
{
    background: #CDCDCD;
    color: #000;
}*/

table.ShoppingBasket td.Continue
{
    text-align: left;
}

input.QuoteActionButton
{
	background:#676157;
	border:0;
	color:#fff;
	font-weight:bold;
	padding:2px;
	cursor:pointer;
}

/*////////////////////////////////*/
.Wizard
{
	width:100%;
}
.Wizard td
{
	vertical-align:top;
}
.Wizard table
{
}

.Sidebar
{
}
.Sidebar table
{
	width:180px;
	border:1px solid #000;
	margin-right:18px;
}
.Sidebar table td
{
	padding:12px;
	background:#FF0000;
}
.Sidebar table td a
{
	text-align:left;
	color:#000;	
	text-decoration:none;
}
.Wizard a
{
	color:#000;	
}
.Sidebar table td.Selected
{
	background: url(../images/selected.png) no-repeat 2% 50%;
}

.Terms a
{
}