
/* BASKET STYLES */

.basket .left {
	position: relative;
	display: block;
	float: left;
	width: 40%;
}

.basket .right {
	position: relative;
	display: block;
	float: right;
	width: 40%;
	text-align: right;
}


.th_total {
	text-align: right;
}


.td_total {
	text-align: right;
}


.mini_left {
	display: block;
	float: left;
	position: relative;
	width: 100px;
}


.mini_right {
	display: block;
	position: relative;
	float: left;
	width: 300px;
	text-align: right;
}

.wide_input {
	width: 225px;
}

.wide_input_select {
	width: 230px;
}

#delivery_form {
	display: block;
	position: relative;
	float: left;
}

#discount_code_form {
	display: block;
	position: relative;
	float: left;
}

/* CONFIRM PAGE */

.confirm .delivery_right {
	display: block;
	position: relative;
	float: right;
	width: 440px;
}

.confirm .billing_left {
	display: block;
	position: relative;
	float: left;
	width: 440px;
}

.confirm .heading {
	display: block;
	position: relative;
	float: left;
	height: 50px;
}

.confirm .left {
	display: block;
	position: relative;
	float: left;
	width: 150px;
	padding: 2px 0;
}

.confirm .right {
	display: block;
	position: relative;
	float: left;
	width: 150px;
	padding: 2px 0;
}


.confirm .right .text {
	width: 157px;
}


/* CHECKOUT */

.basket .payment_right {
	display: block;
	float: right;
	position: relative;
	padding: 0 0 40px 0;
}

/* PAYMENT */

.payment .left {
	position: relative;
	float: left;
	display: block;
	width: 200px;
	height: 35px;
}

.payment .right {
	position: relative;
	float: left;
	display: block;
	width: 200px;
	height: 35px;
}

#payment_form {
	display: block;
	position: relative;
	float: left;
}

/* REGISTER */

.register form {
	display: block;
	position: relative;
	float: left;
}

.register form fieldset {
	display: block;
	position: relative;
	float: left;
}

.register form fieldset span {
	display: block;
	position: relative;
	float: left;
	height: 35px;
}

.register form fieldset span.email,
.register form fieldset span.password {
	height: 70px;
}

.register form fieldset label {
	width: 150px;
}

.register form fieldset input {
	width: 150px;
}

.register .row {
	display: block;
	position: relative;
	float: left;
	clear: both;
	width: 400px;
	height: 40px;
}

.register .row .left {
	display: block;
	position: relative;
	float: left;
	width: 150px;
	height: 40px;
}

.register .row .right {
	display: block;
	position: relative;
	float: right;
	width: 200px;
	height: 40px;
}

.register .row .right input {
	width: 150px;
}

.register .row .right select {
	width: 150px;
}


/* CONTACT US STYLES */

.contact-us .message {
	display: block;
	position: relative;
	float: left;
	clear: both;
	width: 400px;
	height: 100px;
}

.contact-us .message textarea {
	width: 155px;
}