@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: 50%;
	padding: 0;
	margin: 5px 0;
	text-align: right;
	color: #FFF;
	font-size: 80%;
}
form.checkoutForm#gatewayselectionform label {
	width: 220px;
	margin-left: 10px;
}

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: #FFF;
  border-width: 1px;
  border-style: solid;
  padding: 10px;
  margin: 5px 10px;
}

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

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

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

/* 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;
}
#content p.selectedAddress a {
	color: #000;
}
#content p.selectedAddress label {
	color: #000;
}
	
/* Country Select Form */
form#usercountryform {
	clear: both;
	margin: 10px 0;
}
#usercountryform label {
	margin: 0 10px 0 10px;
	font-weight: bold;
	color: #FFF;
	font-size: 80%;
}
	
/* Shopping Basket */
table#orderTable {
	clear: both;
	width: 100%;
	margin: 10px 0;
}
table#orderTable td {
	text-align: center;
	padding: 10px 5px;
}
table#orderTable input {
	width: 80px;
	margin-right: 5px;
}
td#totalValue {
	font-weight: bold;
}
ul#basketLinksTop {
	display: none;
}
ul#basketLinksTop li,
ul#basketLinksBottom li {
	list-style: none;
	padding-bottom: 10px;
}
ul#basketLinksTop a,
ul#basketLinksBottom a,
#orderTable .button a,
#orderTable a.button {
	color: #FFF;
	text-transform: uppercase;
	font-size: 80%;
	border: 1px solid #2491d0;
	padding: 1px;
	text-decoration: none;
	font-weight: normal;
}
/*Text Fields*/
input.textField,
textarea,
select {
	padding: 4px;
	color: #666666;
	border: #2491d0 1px solid;
}

/* Reviews Form */
.radioList label {
	height: 100px;
}
.radioList br {
	clear: none;
}
