@charset "utf-8";
/* CSS Document */

form.checkoutForm,
form.accountForm {
  margin: 0;
  padding: 0;
  width: 95%;
	}

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;
	}

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;
	}
	
/* Shorter Labels for forms with text area */
form#checkoutStage2Form label,
form#editaddressform label,
form#addnewaddressform label {
	width: 150px;
}

/*Text Fields*/
input.textField,
textarea,
select {
	padding: 2px;
	color: #666;
	border: #00A6EC 1px solid;
	}
	
	
/*Buttons*/
a.button {
	color: #00A6EC;
	}
	
/*Search*/

form#searchForm input.textField {
	width: 110px;
	padding: 2px;
	color: #666;
	border: #00A6EC 1px solid;
	float: left;
	}

form#searchForm a.button {
	text-indent: -9999px;
	background: url(../images/search_button.gif) no-repeat;
	height: 20px;
	width: 20px;
	float: right;
	margin-top: 1px;
	}

/*Basket*/
#basket .button {
	text-align: center;
	display: block;
	width: 100%;
}
	
/*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;
	}
#basketform a#buttonRecalculateTotals {
	padding-left: 20px;
	background: url(../images/icon-recalculate-totals.gif) left no-repeat;
	}
#basketform a#buttonGoToCheckout {
	padding-left: 20px;
	background: url(../images/icon-go-to-checkout.gif) left no-repeat;
	}
#basketform ul#basketLinks {
	margin: 5px 0;
	padding: 0;
	list-style: none;
	}
#basketform ul#basketLinks li {
	margin: 5px 0;
	}

/* Account Area */
ul#accountUpdate {
	margin: 5px 0;
	padding: 0;
	list-style: none;
	list-style-image: 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;
	}
