

fieldset
{
	border-top: 1px solid black;
	border-left:none;
	border-right:none;
	border-bottom:none;
	margin: 0;	
	padding: 0 0 15px 0;
}

fieldset.Buttons
{
	text-align: right;	
}

fieldset div
{
	clear: both;
	margin-bottom: 12px;
	min-height: 12px;
	margin-left: 210px;
	margin-top: 12px;
	position: relative; 
	padding: 0 !important;
}

fieldset label
{
	display: block;
	position: absolute;
	width: 190px;
	left: -215px;
	text-align: right;
	margin-top: 3px;
}

fieldset div div
{
	clear: none;
	margin: 0;
}
fieldset legend
{
	font-weight:bold;
	color:#000;
}
fieldset label .Required
{
	position: absolute;
	left: 197px;
}

.Required, .Error
{
	color: #ff0000;
}


/* Inputs and Buttons */

input, select, textarea
{
	font-size:1.1em;
}

input.Button
{
	margin-left:1px;
	background:#2D3580;
	color:white;
	font-weight:bold;
	border:1px solid #B5B3C9;
	height:24px;
	text-align:center;
	font-size:0.9em;
}

input.Text
{
	padding: 1px 0 1px 2px;
}

.Tiny
{
	width: 4em;
}

.Medium
{
	width: 16em;
}

.Large
{
	width: 90%;
}

input.Continue
{
	background:#2E3480 url(../../images/cart-arrow-left.gif) no-repeat;
	width:160px;
	height:28px;
}
input.Proceed
{
	background:#2E3480 url(../../images/cart-arrow-right.gif) no-repeat;
	width:110px;
	height:28px;
	float:right;
}

.EnterNewAddress
{ 
	margin-left:624px;
}

.AddressFinder
{
	margin-top:-26px;
	margin-left:190px;
}


table.CartDataTable
{
	border-bottom:1px solid black;
	margin-bottom: 10px;
	width: 98%;
}

table.ReceiptTable
{border-bottom:none;}

table.CartDataTable td
{
	padding:8px;
	vertical-align:top;
	text-align:left;
}

table.CartDataTable td.Price
{
	
}

table.CartDataTable thead
{
	background:#dedede;
}

table.CartDataTable th
{
	padding:6px 4px 2px 6px;
	font-weight:bold;
	text-align:left;
}
table.CartDataTable td input
{
	width:40px;
	background:#dedede;
	color:black;
	padding:5px;
	font-weight:bold;
	border:1px solid #B5B3C9;
	text-align:center;
	font-size:0.9em;
}
table.CartDataTable td.Buttons
{
	white-space:nowrap;
}
table.CartDataTable td.Buttons input
{
	width:80px;
	margin-left:1px;
	background:#2D3580;
	color:white;
	font-weight:bold;
	border:1px solid #B5B3C9;
	height:24px;
	text-align:center;
	font-size:0.9em;
}

table.CartDataTable td.Total
{
	text-align:right;
	font-weight:bold;
}

.Wizard /*the wizard is the main container*/
{
}
.Wizard table
{
}
.Wizard td
{
	padding: 0;
	margin: 0;
	vertical-align:top;
}

.Sidebar /*the side bar contains the links (billing details etc) sits within the wizard table*/
{
}

.Sidebar table
{
	width: 180px;
	margin-right:30px;
}

.Sidebar td
{
	height:31px;
	background:#CAD4DF ;
	border-bottom:4px solid #e8bf5c;
	vertical-align:middle;
}

.Wizard .Sidebar a
{
}


.Steps 
{
	float:right;
}

.Sidebar .Button /*.Button is the class name on the links in the sidebar*/
{
}

.Sidebar .Selected .Button
{
	background: url(../../images/2010/checkout-button-selected.png) no-repeat top left;	
}


.Sidebar a.Button
{
	text-transform: capitalize;
	margin: 0 0 0 12px;
	padding: 0 0 6px 20px;
	font-weight:bold;
	text-decoration:none;
}


