﻿/****wizard****/
.Wizard
{
	margin-top: 30px;
}

.Wizard td
{
	padding: 0;
	margin: 0;
}

.Sidebar
{
	
}

.Sidebar table
{
	width: 500px;
	position:absolute;
	top: 5px;
	left: 0;
	background: url(../images/buttons/checkout-button-bg.png) repeat-x;
}

.Sidebar td
{
	padding-bottom:6px;
}

.Wizard .Sidebar a
{
}


/*table style*/

table.CartDataTable
{
	margin-bottom: 10px;
	width: 100%;
	/*border: 1px solid #79355E;	*/
	border-collapse: collapse;
}

table.CartDataTable thead th
{
	background: #79355E;
	color: White;
	border-left: 1px solid #79355E;	
	border-right: 1px solid #79355E;	
}

table.CartDataTable th,
table.CartDataTable td
{
	padding: 2px 2px 2px 8px;	
}

table.CartDataTable th
{
	font-weight:bold;
	text-align:left;
	white-space: nowrap;
}

table.CartDataTable tr.OrderItem td.Name
{
	border-left: 1px solid #79355E;	
	width: 100%;
}

table.CartDataTable tr.OrderItem td.Total,
table.CartDataTable tr.OrderItem td.Buttons
{
	border-right: 1px solid #79355E;	
}

table.CartDataTable th.Name
{
}

#PrimaryContent table.CartDataTable th.Price,
#PrimaryContent table.CartDataTable td.Price
{
	text-align: right;
	padding-right: 8px;
}

#PrimaryContent table.CartDataTable th.Quantity,
#PrimaryContent table.CartDataTable td.Quantity
{ 
	width: 68px;
	text-align:center;
}


table.CartDataTable td
{
	margin:0;
	/*padding: 2px 14px 2px 0;*/
	/*border-collapse:collapse;*/
	vertical-align:middle;
	color:#833064;
}

table.CartDataTable td.EditItem input
{
	margin:4px;
}

table.CartDataTable td.Quantity,
table.CartDataTable td.Price
{
	text-align:center;
}
table.CartDataTable th
{
	/*padding:6px 4px 2px 0px;
	font-weight:bold;
	text-align:left;*/
}
table.CartDataTable td.Quantity
{
	white-space: nowrap;
}
table.CartDataTable td.Quantity input
{
	text-align:center;
	/*width:26px;*/
	padding:0;
	margin-right: 4px;
	
}
table.CartDataTable input.Quantity
{
	width: 26px;
}


table.CartDataTable td.Buttons
{
	white-space: nowrap;
}

table.CartDataTable td.Total
{
	text-align:right;
	font-weight:bold;
	padding-right: 15px;
}

table.CartDataTable td.TotalPrice
{
	background: #F1F1F1;
	padding: 2px;
	font-weight: bold;
	text-align: right;
	font-size: 13px;
}

table.CartDataTable .Buttons
{
	text-align: right;
	border: 0;
	border-top: 1px;
}

img.Print
{
	float:left;
}


.Promotion div
{
	float:right;
	margin:-40px 40px 16px 0;
}
.Promotion input
{	
}
.Promotion input.Text
{
	text-align:center;
	font-size:0.9em;
	width:120px;
	background:#EEEBE2;
	border:2px solid black;
	padding:2px;
}
.Steps
{
	float:right;
}

.ContinueCheckout
{
	float:right;
	clear:both;
}

.Sidebar .Button
{
	background-image: url(../images/buttons/checkout-button-off.gif);	
}

.Sidebar .Selected .Button
{
	background-image: url(../images/buttons/checkout-button-on.gif);	
}


.Sidebar a.Button
{
	color: White;	
	font-size: 11px;
	text-transform: capitalize;
	width: 103px;
	margin: 0 2px 0 2px;
	padding: 6px 0 6px 0;
}

.Required
{
	color: Red;
}


.BundleDropDown
{
	width: 180px;
}

.BasketMessage
{
	text-align:center;
	font-size:13px;
	padding:5px;
	color:Red;
	border: 2px solid #692751;
}