@CHARSET "UTF-8";

/**
 * LabelEd Checkout
 * Default CSS
 */

#checkout .checkoutSteps {
	margin: 0 0 10px 0;
}
#checkout .checkoutSteps li {
	display: inline;
}
#checkout .checkoutSteps li:before {
	content: '> ';
}
#checkout .checkoutSteps li:first-child:before,
#checkout .checkoutSteps li:last-child:before {
	content: '';
}
#checkout .checkoutSteps.user li.user a,
#checkout .checkoutSteps.address li.address a,
#checkout .checkoutSteps.options li.options a,
#checkout .checkoutSteps.summary li.summary a,
#checkout .checkoutSteps.gateway li.gateway a {
	font-weight: bold;
}

#checkout div.error {
	padding: 10px;
	border: 2px solid #ff0000;
	background: #ffe6e6;
	width: 480px;
	line-height: 16px;
	margin: 20px 0 10px 0;
}
#checkout div.error h2 {
	margin: 0 0 5px 0;
	font-size: 16px;
	color: #ff0000;
}
#checkout div.error ul li {
	margin: 0;
}
#checkout li.error {
	color: #ff2d23;
	font-weight: bold;
}

#checkout fieldset {
	border: 0;
	padding-top: 15px;
}
#checkout fieldset legend {
	padding: 0;
	font-size: 22px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	width: 100%;
}
#checkout ul {
	list-style: none;
	line-height: 18px;
	margin: 0;
}
#checkout ul li {
	margin: 0 0 10px 0;
	clear: both;
}
#checkout fieldset.login ul li span {
	display: block;
	float: left;
	width: 30%;
}

#checkout fieldset ul.signupDetails.col1,
#checkout fieldset ul.signupDetails.col2 {
	float: left;
	width: 50%;
}
#checkout fieldset ul.signupDetails label {
	display: block;
	margin-bottom: 3px;
}
#checkout fieldset ul label span.hint {
	display: block;
	color: #999;
	font-size: 11px;
}
#checkout fieldset ul.signupDetails.password li {
	width: 50%;
	float: left;
	clear: none;
}
#checkout fieldset ul.signupDetails.password li.noFloat {
	float: none;
	clear: both;
	width: 100%;
}
#checkout fieldset ul input[type="text"],
#checkout fieldset ul input[type="password"] {
	width: 50%;
}
#checkout fieldset ul li.terms label {
	display: inline;
}

#checkout fieldset ul.buttons {
	float: right;
	text-align: right;
}

#checkout fieldset ul.cardDetails.col1 {
	width: 60%;
	float: left;
}
#checkout fieldset ul.cardDetails.col2 {
	width: 40%;
	float: left;
}
#checkout fieldset ul.cardDetails label {
	display: block;
	margin-bottom: 3px;
}
#checkout fieldset ul.cardDetails.col1 li input {
	width: 60%;
}
#checkout fieldset ul.cardDetails.col2 li input {
	width: 20%;
}
#checkout fieldset ul.cardDetails.col2 li.halfWidth {
	width: 40%;
	float: left;
	clear: none;
}
#checkout .secure {
	background: #eee;
	height: 25px;
	line-height: 26px;
	margin-bottom: 10px;
	padding-right: 5px;
}
#checkout .secure .lock {
	background: url('../images/ui/silk/lock.png') no-repeat;
	height: 16px;
	width: 16px;
	float: left;
	margin: 4px 5px;
}
#checkout .secure .supportPhone {
	display: block;
	float: right;
}

#checkout .addresses div {
	clear: both;
}
#checkout .addresses button, #checkout a.button {
	float: right;
}
#checkout .addresses div.header {
	font-weight: bold;
	background: #eee;
	height: 30px;
	line-height: 30px;
	margin-top: 10px;
}
#checkout .addresses div div {
	clear: none;
	float: left;
}
#checkout .addresses div div.columnRadio {
	width: 8%;
	text-align: center;
}
#checkout .addresses div div.columnButton {
	width: 10%;
	float: right;
	text-align: right;
	line-height: 30px;
}
#checkout .addresses div div.columnInfo {
	width: 63%;
	padding-left: 1%;
}
#checkout .addresses div div.columnInfo h4 {
	margin: 0;
	font-weight: bold;
}
#checkout .addresses div div.columnRight {
	float: right;
	padding-right: 10px;
}
#checkout .address {
	line-height: 16px;
	padding: 2px 0 2px 0;
}
#checkout .address .columnRadio {
	line-height: 30px;
}
#checkout a {
	color: #000;
}

#checkout .summary .header,
#checkout .summary .totals {
	margin-top: 10px;
}

#checkout .summary .addressBox {
	width: 45%;
	float: left;
	border: 1px solid #999;
	background: #f7f7f7;
	padding: 10px;
}
#checkout .summary .addressShipping {
	float: right;
}
#checkout .summary .addressBox h2 {
	margin: -2px 0 5px 0;
	padding-left: 20px;
	background: url('../images/ui/silk/creditcards.png') no-repeat;
	height: 16px;
}
#checkout .summary .addressShipping h2 {
	background: url('../images/ui/silk/lorry.png') no-repeat 0 2px;
}
