

fieldset
{
	border: 1px solid #D9F0FA;
	margin-bottom: 10px;
}

fieldset.QuickOrder
{
	border: none;
	width:550px;
}

.QuickOrderBox
{
	border:1px solid #999999;
	width:554px;
	margin-left:4px;
}

fieldset legend
{
	color:#223c87;
	font-weight:bold;
	padding-right: 4px;
	padding-left: 4px;
	margin-left: 4px;
	margin-right: 4px;
	font-size: 13px;
}

fieldset h2
{
	margin-top: 0;
	padding: 15px 0 0 15px;
	height: 13px;
}

fieldset.Buttons
{
	text-align: right;	
}


/* Add 200px margin to the left of each form div */
fieldset div
{
	clear: both;
	margin-bottom: 12px;
	min-height: 12px;
	left: 210px;
	margin-top: 12px;
	position: relative; /* Important overrides the 10px padding applied to all divs within content */
	padding: 0 !important;
	width:230px;
	margin-left:0;
}

/* Then offset the labels into the empty space */
fieldset label
{
	display: block;
	position: absolute;
	width: 190px;
	left: -215px;
	text-align: right;
	margin-top: 3px;
}

/* Then remove the margin from nested divs */
fieldset div div
{
	clear: none;
	margin: 0;
}

.Required, .Error
{
	color: #ff0000;
}


/* Inputs and Buttons */

input, select, textarea
{
	font-size: 11px;
}

input.Text, textarea
{
	padding: 1px 0 1px 2px;
	border: 1px solid #a5a5a5;
}

.Tiny
{
	width: 4em;
}

.Medium
{
	width: 16em;
}

.Large
{
	width: 70%;
}

input.Submit
{
	float:right;
	padding:4px;
	margin-top:4px;
	margin-right:10px;
	border:2px outset #BE0C1A;
	background:#BE0C1A;
	color:White;
}

fieldset div label small
{
	margin-right:0
}

fieldset.DeliveryMethod p,
fieldset.Terms p
{
    display: block;
    margin: 8px 8px 0 8px;
    padding: 0;
}

fieldset span.DeliveryMethod small
{
    font-size: 10px;
}

div.Agreement 
{
    margin: 0;
	left:0;
	width:440px;
}

div.Agreement label
{
    position: relative;
    top: 0;
    left: 0;
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 10px;
    text-align: left;
}

div.Agreement input
{
    float: left;
    margin-left: 8px;
    margin-right: 4px;
    padding: 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;
}
table.ConfimPurchase
{
    width: 100%;
}

table.ShoppingBasket th
{
    border: 2px solid white;
    background: #CAEAF9;
    color: #1A2D8A;
    text-align: left;
    padding: 4px 0 4px 6px;
}
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 #C9E9F8;
    background: #fff;
    color: #000;
}
table.ShoppingBasket tr.Odd
{
    background: #F0F9FD;
}
table.ShoppingBasket td.Total
{
    text-align: right;
    font-weight: bold;
}

tr.SubTotal
{
    background: #D9F0FA;
}
tr.Shipping
{
    background: #CAEAF9;
}
tr.GrandTotal
{
    background: #BCE4F7;
}

table.ShoppingBasket td.Continue
{
    text-align: left;
}

.Promotion
{
	margin-right:8px;
}

.Promotion h1
{
    padding: 4px 0 4px 4px;
    margin: 0;
    background: #D9F0FA;
    color: #1A2D8A;
    font-size: 16px;
}

.Promotion input
{
    float: none;
    padding: 1px;
    border: 0;
    background: #none;
    color: White;
    position: relative;
    right: 0px;
    top: 8px;
}
.Promotion input.Text
{
    float: none;
    padding: 1px;
    border: 1px solid #d1d1d1;
    background: #fff;
    color: #000;
    position: relative;
    right: 0px;
    top: 0px;
    margin-top: 5px;
}

.PaymentMethod
{
    margin-top: 20px;
    margin: 20px 8px 0 7px;
    border-top: 2px solid #D9F0FA;
}

.PaymentMethod input
{
    vertical-align: middle;
}

.PaymentMethod input.ButtonCheckout, .PaymentMethod input.ButtonGoogleCheckout
{
    margin: 0 30px 0 0;
}

