@charset "utf-8";
/* CSS Document */

form.checkoutForm,
form.accountForm {
  margin: 0;
  padding: 0;
  width: 100%;
	}

form.checkoutForm label,
form.accountForm label { 
	display: block;
	float: left;
	width: 200px;
	padding: 0;
	margin: 5px 0;
	text-align: right;
	}

form.checkoutForm label.required,
form.accountForm label.required {
	font-weight: bold;
	}
	
form.checkoutForm input,
form.accountForm input,
form.checkoutForm textarea,
form.accountForm textarea,
form.checkoutForm select,
form.accountForm select {
	margin:5px 0 0 10px;
	}

form.checkoutForm fieldset,
form.accountForm fieldset {
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  margin: 5px 0;
	}

form.checkoutForm legend,
form.accountForm legend {
	padding: 0 5px;
	font-size: 110%;
	}

form br {
	clear:left;
	}
form ul {
	margin: 10px 0;
}

form ul li {
	margin-left: 20px;
}

/* Checkout Stage 3 Form */
.addressName {
	font-weight: bold;
	}
	
form#selectbillingaddress label,
form#selectdeliveryaddress label {
	display: inline;
	float: none;
	width: none;
	text-align: left;
	}
form#selectbillingaddress input,
form#selectdeliveryaddress input {
	display: block;
	float: left;
	width: 30px;
	padding: 0;
	margin: 0px 0px 5px 0px;
	text-align: left;
	}
#content p.address,
#content p.selectedAddress {
	padding: 5px;
	border-top: 1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #999;
	}
#content p.selectedAddress {
	background-color: #CCCCCC;
	}
	
/* Country Select Form */
#usercountryform label {
	margin-right: 10px;
	font-weight: bold;
	}
	
/*Text Fields*/
input.textField,
textarea,
select {
	padding: 4px;
	color: #666;
	border: #135A0F 1px solid;
	}
	
	
/*Buttons*/
a.button {
	color: #135A0F;
	}
	
/*Search*/
#sidebar #titleSearch {
	margin: 20px 0 0 0;
	background: #FFFFFF;
	}
#search {
	margin: 5px 0;
	padding: 5px;
	background: #FFFFFF;
	}
#search form {
	margin: 0;
	}
#search input {
	width: 120px;
	padding: 2px;
	border: #135A0F 1px solid;
	color: #000;
	}
#search .button {
	margin-left: 5px;
	padding-left: 20px;
	color: #000000;
	background: url(../images/icon-search.gif) left no-repeat;
	}
	
/*Shopping Basket*/
#basketform {
	}
#basketform table#orderTable {
	width: 100%;
	padding: 5px;
	}
#basketform table#orderTable td {
	padding: 5px;
	text-align: center;
	}
#basketform table#orderTable td#totalValue {
	font-weight: bold;
	}
#basketform table#orderTable input {
	padding: 2px;
	border: #027E02 1px solid;
	}
#basketform table#orderTable tr.highlight {
	}
#basketform table#orderTable a#buttonRecalculateTotals {
	display: none;
	}
#basketform table#orderTable a.buttonRemoveItem {
	padding-left: 20px;
	background: url(../images/icon-remove-basket.gif) left no-repeat;
	}
a.buttonRecalculateTotals {
	padding-left: 20px;
	background: url(../images/icon-recalculate-totals.gif) left no-repeat;
	}
a.buttonGoToCheckout {
	padding-left: 20px;
	background: url(../images/icon-go-to-checkout.gif) left no-repeat;
	}
ul#basketLinksTop,
ul#basketLinksBottom {
	margin: 5px 0;
	padding: 0;
	list-style: none;
	}
ul#basketLinksTop li,
ul#basketLinksBottom li {
	margin: 5px 0;
	list-style: none;
	}

/* Account Area */
ul#accountUpdate {
	margin: 5px 0;
	padding: 0;
	list-style: none;
	}
ul#accountUpdate li {
	margin: 5px 0;
	}
ul#accountUpdate li a#buttonUpdateDetails {
	padding-left: 20px;
	background: url(../images/icon-update-details.gif) left no-repeat;
	}
ul#accountUpdate li a#buttonUpdatePassword {
	padding-left: 20px;
	background: url(../images/icon-update-password.gif) left no-repeat;
	}
	
/* General Checkout Forms */
form.checkoutForm #formLinks {
	margin: 5px 0;
	padding: 0;
	list-style: none;
	}
form.checkoutForm #formLinks li {
	margin: 5px 0;
	}
form.checkoutForm #formLinks li a {
	padding-left: 20px;
	}
form.checkoutForm #formLinks li a#buttonContinue {
	background: url(../images/icon-continue.gif) left no-repeat;
	}
form.checkoutForm #formLinks li a#buttonCancel {
	background: url(../images/icon-cancel.gif) left no-repeat;
	}
form.checkoutForm #formLinks li a#buttonForgottenPassword {
	padding-left: 20px;
	background: url(../images/icon-error.gif) left no-repeat;
	}

/* General Account Forms */
form.accountForm #formLinks {
	margin: 5px 0;
	padding: 0;
	list-style: none;
	}
form.accountForm #formLinks li {
	margin: 5px 0;
	}
form.accountForm #formLinks li a {
	padding-left: 20px;
	}
form.accountForm #formLinks li a#buttonContinue {
	background: url(../images/icon-continue.gif) left no-repeat;
	}
form.accountForm #formLinks li a#buttonCancel {
	background: url(../images/icon-cancel.gif) left no-repeat;
	}
form.accountForm #formLinks li a#buttonForgottenPassword {
	padding-left: 20px;
	background: url(../images/icon-error.gif) left no-repeat;
	}
