﻿/****wizard****/
.Wizard
{
	margin-top: 30px;
}

.Wizard td
{
	padding: 0;
	margin: 0;
}

.Sidebar
{
	
}

.Sidebar table
{
	width: 180px;
	position:absolute;
	top: 360px;
	left:70px;
}

.Sidebar td
{
	padding-bottom:6px;
}

.Wizard .Sidebar a
{
}
/*wizard steps*/
.Steps
{
	float:right;
}
.ContinueCheckout
{
	float:right;
	clear:both;
}
.Sidebar .Button
{
	background:#F3EBDC;	
}

.Sidebar .Selected .Button
{
	background:#E1CD9B;	
}
.Sidebar a.Button
{
	color: black;	
	font-size: 11px;
	text-transform: capitalize;
	margin: 0;
	padding: 3px 0 3px 12px;
	text-align:left;
}

.DeliveryMethodClear
{
	margin-bottom:120px;
}


/*table style*/

table.CartDataTable
{
	border-bottom:1px solid #E1CD9B;
	margin-bottom: 10px;
	width: 98%;
	font-size:11px;
	border-collapse:collapse;
}
table.CartDataTable td
{
	padding:6px 4px 2px 6px;
	vertical-align:top;
}
table.CartDataTable th
{
	padding:6px 4px 2px 6px;
	font-weight:bold;
	text-align:left;
}
table.CartDataTable tr.ProductBorder td
{
	border-bottom:1px solid #E1CD9B;
}

table.CartDataTable td.Quantity input
{
	width:26px;
	text-align:center;
	border:1px solid black;
}
table.CartDataTable td.AmendOrderButtons
{
	white-space:nowrap;
}

table.CartDataTable td.AmendOrderButtons a
{
	color:#000;
	border:1px solid black;
	font-size:10px;
	padding:4px;
	text-decoration:none;
	background: #F3EBDC;
}

table.CartDataTable td.Total
{
	text-align:right;
	font-weight:bold;
}

.ActionButtons
{
	text-align:right;
}

input.Action
{
	border:1px solid #000;
	background: #F3EBDC;
	color:#000;
}

