﻿
#Content
{
	background: white url(../images/checkout-image.jpg) no-repeat right 20px;
	
	min-height:357px;
	_height:  357px;
	padding-right: 225px;
}


/* Let primary content use the full page width */
#PrimaryContent 
{
	width: auto;
	float: none;
}
#SecondaryContent
{
	display: none;
}

.Wizard
{
	width: 450px;	
	border-collapse: collapse;
}

.Wizard td
{
	padding: 0;
	margin: 0;
}

fieldset
{
	padding: 10px 15px 10px 10px;
	position: relative;
	left: -10px;
	margin: 0;
}

span.Text
{
	border: none;
}

input.Text
{
	text-align:left;
	font-weight:normal;
	width: 225px;
	padding: 0 0 0 2px;
	background-color: White;
}

label
{
	text-align:left;
	vertical-align:top;
	margin-left:0px;
	font-weight:normal;
	
}

select
{	
}

fieldset div
{
	clear: both;
	margin-bottom: 5px;
	margin-left: 150px;
	margin-top: 8px;
	position: relative;
}


fieldset label
{
	display: block;
	position: absolute;
	width: 140px;
	left: -150px;
}

fieldset div select
{
	position: relative;
	left: 12px;
}


fieldset legend
{
	/*margin-top: 40px;*/
	padding: 0;
	margin: 0;
}

fieldset.Newsletter
{
	padding: 0 0 10px 0;
	background: #D5BAA5 url(../images/fieldset-bottom.png) no-repeat bottom left; 
} 


fieldset.Newsletter h2
{
	margin: 0;
	padding: 10px;
	background: #D5BAA5 url(../images/fieldset-top.png) no-repeat top left; 
}


fieldset.TellFriend
{
	padding: 0 0 10px 0;
	background: #D5BAA5 url(../images/fieldset-bottom.png) no-repeat bottom left; 
	width:450px;
} 


fieldset.TellFriend h2
{
	margin: 0;
	padding: 10px;
	background: #D5BAA5 url(../images/fieldset-top.png) no-repeat top left; 
}
fieldset.TellFriend textarea,
fieldset.TellFriend input
{
	border:1px solid;
	padding:2px;
}
fieldset.TellFriend textarea
{
	width:226px;
	height:60px;
	margin-left:12px;
}
fieldset.TellFriend label
{
	margin-left:12px;
}

fieldset.TellFriend input.Button
{
	margin-left:12px;
	border:1px solid black;
	background:#61462A;
	color:White;
}


h1.Checkout,
h2.Checkout
{
	/*color:#5F452A;*/
	/*font-size:medium;*/
	color: #10638D;
	font-size: 18px;
	font-weight: normal;
}

h1 .Number, h2 .Number
{
	color: #604A32;
	font-weight: bold;
}

fieldset.Address
{
	padding: 0 0 10px 0;
	background: #CDC4BB url(../images/fieldset-address-bottom.png) no-repeat bottom left;
}

h2.Checkout,
.DeliveryAddress h2
{
	padding: 12px;		
}

fieldset.Address h2.Checkout
{
	background: #CDC4BB url(../images/fieldset-address-top.png) no-repeat top left; 
	/*height:29px;*/
	width: 672px;
	margin-top:0px;
}

fieldset.Address div,
fieldset.Newsletter div
{
	margin-left: 160px;

}


/* Why have you done this Shane? */
/*
fieldset.Address p.HeaderText,
fieldset.DeliveryAddress p.HeaderText
{
	color:#5F452A;
	font-size:medium;
	margin-top:-16px;
}
*/

fieldset.Address p,
fieldset.Newsletter p
{
	padding-left: 10px;
	margin: 0 0 10px 0;
	color: #000000;
}
/*////////////////////////////////////////////////////*/
fieldset.DeliveryAddress
{
	padding: 0 0 10px 0;
	background: #CDC4BB url(../images/fieldset-delivery-bottom.png) no-repeat bottom left;
}

fieldset.DeliveryAddress h2
{
	background: #CDC4BB url(../images/fieldset-delivery-top.png) no-repeat top left; 
	/*height:29px;*/
	width:476px;
	margin-top:0px;
}
fieldset.DeliveryAddress div
{
	margin-left: 160px;

}

fieldset.DeliveryAddress p
{
	padding-left: 10px;
	margin: 0 0 10px 0;
	color: #000000;
}

#PostageText
{
	width:240px;
	float:right;
	margin-right:4px;
	margin-top:-200px;

}

#GrandTotal
{
	background-image: url(../images/checkout-total-banner.png);
	padding-top: 16px;
}

#GrandTotal p
{
	width: 59%;
	position: relative;
	top: -8px;
}

#GrandTotal p.Total
{
	width: 40%;
	top: 0;
}

.ReadTerms
{
	font-size:small;
	float:left;
}

.ReadTerms input
{
	vertical-align:top;
}
.ErrorMessage
{clear:both;color:blue}
