﻿#MainContent
{
  min-height: 540px;
}
.Cart
{
  border: 1px solid black;
}
.CartArea
{
  min-height: 500px;
}
.CartHeader
{
  background-color:#C6BDA4;
}
.GroupHeader
{
  background-color:#ACAD9D;
  font-weight: bold;
}
.AlternateItem
{
}
.Item, .AlternateItem
{
  padding: 2px;
}
td.Totals, .TotalsRow
{
  text-align: right;
}
.TotalsRow
{
  font-weight: bold;
}
input.Input
{
  width: 40px;
}
.Center
{
  text-align: center;
}
.Warning
{
  margin-top: 10px;
  margin-bottom: 10px;
  color: Red;
}
.checkout
{
	width: 100%;
	margin-bottom: 10px;
	/*border: solid 1px #e2e1df;*/
}
.Button
{
  	
}

.step
{
	padding: 10px;
	margin-left: 20px;
}
#LoginBox
{
	width: 100%;
	position: relative;
	background-color: Transparent;
}
.stepList
{
	background-color: #C3B7A5;
	width: 150px;
	border-collapse: separate;
	text-align: right;
	padding: 15px;
	vertical-align: top;
}
.stepList td
{
	text-align:right;
		padding: 4px;
	background-color: White;
	border-bottom: 6px solid #C3B7A5;
}
.leftFloat, .full
{
	border: 1px lightgrey solid;
}
.leftFloat
{
	position: relative;
	margin: 10px 0px 10px 0px;
	float: left;
	width: 48%;
	min-height: 200px;
}
.spacer
{
	position: relative;
	float: left;
	width: 3%;
}
.step
{
	vertical-align: top;
	height: 200px;
}
.Checkout
{
	text-align: right;
}

.smallText, .smallNote
{
	font-size: x-small;
}
.smallNote
{
	vertical-align: top;
	color: Gray;
	margin: 0px;
	padding: 0px;	
}
.paddedBox
{
	vertical-align: top;
	margin: 10px;
}
.full
{
	margin-bottom: 10px;
	padding: 5px;
}
h2
{
	margin: 0px;
}
.CheckoutStep
{
	background: url(Images\checkout_todo.gif);
}
.CheckoutStepComplete
{
	background: url(Images\checkout_ok.gif);
}
h1
{
	margin-bottom: 0px;
}
.orderAddOn
{
	width: 580px;
	text-align:right;
}
.orderAddOn .Label
{
	width: 496px;
}
.Label
{
  text-align: right;
}
.orderAddOn .GrandTotal
{
	font-weight: bold;
}
.ReturnToCart
{

}