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

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

form p {
	clear: both;
}

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

form.checkoutForm#gatewayselectionform label {
	width: 45%;
}

form.checkoutForm label.required,
form.accountForm label.required {
	font-weight: bold;
}

form.checkoutForm label .annotation,
form.accountForm label .annotation {
	font-weight: normal;
	color: #333;
}
	
form.checkoutForm input,
form.accountForm input,
form.checkoutForm textarea,
form.accountForm textarea,
form.checkoutForm select,
form.accountForm select {
	margin: 5px 0 0 10px;
	width: 50%;
}

form.checkoutForm input.checkbox,
form.accountForm input.checkbox,
form.checkoutForm input.radio,
form.accountForm input.radio {
	width: auto;
}

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

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

form ul {
	clear: both;
	padding: 10px 0;
}

/* Address 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;
}
	
/* Shopping Basket */
#basketform {}
#basketform table#orderTable {
	width: 100%;
	padding: 5px;
}

#basketform table#orderTable td {
	padding: 5px;
	text-align: center;
}
#basketform table#orderTable th {
	background-color: #EEE;
}

#basketform table#orderTable td#totalValue {
	font-weight: bold;
}

#basketform table#orderTable input {
	padding: 2px;
	border: #666 1px solid;
}

#basketform table#orderTable tr.highlight {}
#basketform table#orderTable .buttonUpdate {
	display: block;
}

ul#basketLinks {
	margin: 5px 0;
	padding: 0;
	list-style: none;
}

ul#basketLinks li {
	margin: 5px 0;
	list-style: none;
}

/* Text Fields */
input.textField,
textarea,
select {
	padding: 4px;
	color: #666666;
	border: #A6D08E 1px solid;
}
	
/* Product Search and Newsletter Signup Fields */
.componentContainer input.textField {
	width: 138px;
	margin: 0 0 5px 0;
}
	
/*Buttons*/
a.button {
	color: #2A913E;
}

/*Search*/
#search .button {
	padding: 0 0 0 15px;
	background: url(../images/search-icon.gif) left no-repeat;
}

/*Basket*/
#basket .button {
	padding: 2px 0 0 25px;
}

#basket a#buttonEditQuantities {
	background: url(../images/pencil.png) left no-repeat;
}

#basket a#buttonGoToCheckout {
	background: url(../images/basket.png) left no-repeat;
}
	
/* Returns */
#returnsTable td, 
#returnsTable th {
	padding: 5px;
}

#returnsTable {
	margin: 0 auto;
}

#returnsTable select {
	width: 100%;
	margin: 0;
}

/* Reviews Form */
.reviewStarList {
	float: left;
	width: 50%;
	padding-bottom: 20px;
}

.reviewStarList input {
	float: left;
	clear: both;
}

.reviewStarList img {
	float: left;
}
