/* Registration specific styles START */

#loginDefault fieldset legend {
	font-size: 120%;
	color: #e18221; 
	font-weight: bold;
}
#loginDefault .buttonRow {
	margin: 1em 0 0 0;
}
/* Registration specific styles END */

/* Checkout styles START */

#checkoutShipto address,
#checkoutBillto address {
	border: 0px solid #cccccc;	
	line-height: 1.4em;
	font-weight: normal;
	padding: 0.3em 0.5em 0.5em 0.5em;
}
#checkoutShipto address {
	margin: 0 0 0 0;
	height: 125px;
}
#checkoutBillto address {
	margin: 0 0 0 0;
	height: 125px;
}
#checkoutShipto .buttonRow,
#checkoutBillto .buttonRow {
	margin: 0.5em 0 0 0;
}
 
#shippingMessageBox {
	margin: 0.5em 0 0 0;
	padding: 1em;
	border: 1px solid #ccc;
}

#chooseShippingDesintation,
#chooseLocalCollect {
	margin: 0 0 0.5em 0;
}
#addressButtons {
	padding-top: 0.5em
}

#cartImage {
	width: 50px;
	height: 50px;
	text-align: center;
}

div#cartAttribsList ul,
ul#cartAttribsList {
	margin: 0;
	padding: 0;
}
div#cartAttribsList ul li,
ul#cartAttribsList li {
	margin: 0;
	padding: 0;
	list-style:none;
}
#checkoutConfirmDefault .buttonRow{
	margin: 0.5em 0;
	padding: 0;
}
/* Checkout styles END */