@charset "utf-8";
/* CSS Document */

form.checkoutForm,
form.accountForm {
  	margin: 0 auto;
  	padding: 0;
  	width: 90%;
	}

form.checkoutForm label,
form.accountForm label { 
	display: block;
	float: left;
	width: 50%;
	padding: 0px;
	margin: 9px 0 7px 0;
	text-align: right;
	font-size: 14px;
	font-weight: lighter;
	text-transform: none;
	}

form.checkoutForm label.required,
form.accountForm label.required {
	font-weight: bold;
	text-transform: none;
	}
	
form.checkoutForm input,
form.accountForm input {
	margin: 11px 0 5px 10px;
}

form.checkoutForm textarea,
form.accountForm textarea,
form.checkoutForm select,
form.accountForm select {
	margin: 7px 0 5px 10px;
	width: 170px;
	}

form.checkoutForm .textField {
	margin: 7px 0 5px 12px;
}

form.checkoutForm fieldset,
form.accountForm fieldset {
  	border-color: #444444;
  	border-width: 1px;
  	border-style: solid;
  	padding: 20px 5px 20px 20px;
  	margin: 20px 0px 0px 0px;
  	text-transform: none;
	}
.checkoutForm #newsletter {
margin: 11px 0 5px 10px;
}
.checkoutForm #emailaddress.textField {
width: 170px;
}
form.checkoutForm legend,
form.accountForm legend {
	color: #CC99FF;
	text-transform: uppercase;
	font-size: 13px;
	font-style: italic;
	margin-left: 15px;
	}
form.checkoutForm select,
form.accountForm select {
	width: 150px;
	}
	
.annotation {
	color: #999999;
	font-size: 12.5px;
	font-weight: lighter;
	padding: 0px;
	margin: 0px;
	text-transform: none;
	}	
form br {
	clear:left;
	}
form ul {
	margin: 10px 0;
	}

form ul li {
	list-style: none;
	}
html form select {
text-transform: uppercase;
}

/* Address Form */
.addressName {
	font-weight: bold;
	color: #CC99FF;
	margin: 30px 0;
	text-transform: uppercase; 
	}
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 20px 20px 0px;
	text-align: left;
	}
#content p.address,
#content p.selectedAddress {
	margin: 0px 0px;
	padding: 25px;
	}	
#content p.selectedAddress {
	border-top: 1px solid #999;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #999;
	}
#deliveryaddressid1 {
	margin: 15px;
	}
#content .buttonAddNewAddress {
	width: 140px;
	height: 25px;
	margin: 0px 0px 40px 20px;
	padding: 0px;
	display: block;
	text-indent: -9999px;
	background:  url(../images/AddNewAddressButtA.gif) no-repeat;
	}
#content .buttonAddNewAddress:hover {
	background:  url(../images/AddNewAddressButtB.gif) no-repeat;
	}
#content p.annotation {
	padding: 0 25px;
}
/* Country Select Form */
#usercountryform {
	margin: 20px auto 0 auto;
	padding: 0;
	text-align: center;
	}
#usercountry {
	margin: 20px auto 0 auto;
	text-align: center;
	}
#usercountryform select {
	width: 175px;
	margin: 15px auto 15px auto;
	text-align: left;
	font-size: 13.5px;
	text-transform: none;
	}		
#usercountryform label {
	display: block;
	margin: 0px auto 10px auto;
	font-weight: normal;
	text-align: center;
	font-size: 15px;
	text-transform: none;
	}
	
/* Shopping Basket */
td#totalValue {
	font-weight: bold;
	}
#basketform {
	font-size: 14px; 
	text-transform: none;
	}
#basketform input {
	float: left;
	margin: 2px 0px 0px 30px;
	}
#basketform .buttonUpdate a {
	width: 32px;
	height: 25px;
	float: left;
	margin: 0 0 0 5px;
	padding: 0px;
	display: block;
	background:  url(../images/EP_SmRecalcButton1A.gif) no-repeat;
	text-indent: -9999px;
	}
#basketform .buttonUpdate a:hover {
	background:  url(../images/EP_SmRecalcButton1B.gif) no-repeat;
	}

/*Text Fields*/
input.textField,
textarea,
select {
	padding: 2px;
	margin: 5px 2px 2px 2px;
	color: #000;
	border: #A6D08E 1px solid;
	font: 12px "Arial", Verdana, Sans-serif;
	}

/*Product Search*/
#search {
	width: 205px;
	background: #0A0A0A;
	border-bottom: solid 1px #333333;
	padding: 0px 0px 0px 0px;
	}
#searchForm {
	width: 172px;
	height: 25px;
	margin: 0;
	padding: 15px 16px 20px 20px;
	text-align: left;
	background-color: #0A0A0A;
	}
#searchForm input {
  	width: 120px;
  	height: 17px;
	margin: 2px 5px 0 0;
  	padding: 1px 0;
	float: left;
  	vertical-align: middle;
	}
#searchForm a {
	width: 33px;
	height: 25px;
	margin: auto 0px;
	padding: 0px;
	float: left;
	display: block;
	background:  url(../images/EP_SearchButton1A.gif) no-repeat;
	text-indent: -9999px;
	}
#searchForm a:hover {
	background:  url(../images/EP_SearchButton1B.gif) no-repeat;
	}

/*Newsletter - new customer form*/
#newsletter {
	margin: 15px 10px;
	}
/*Newsletter*/	
#newsletterBox {
	width: 181px;
	padding: 0px;
	margin: 10px auto;
	font-size: 11px;
	text-align: center;
	text-transform: uppercase;
	background: url(../images/NewsFlashBkgrnd.gif) no-repeat;
	background-position: top center;
	}
#newsletterBox img {	
	}
#newsletterBox p {
	padding: 55px 5px 0 5px;
	color: #DDDDDD;
	font-size: 12px;
	font-weight: lighter;
	text-transform: none;
	}
#newsletterBox input {
  	width: 150px;
  	height: 16px;
	margin: 10px 0 0 0;
  	padding: 0px;
  	vertical-align: text-bottom;	
	}
#newsletterBox input.button {
  	width: 94px;
	height: 25px;
  	margin: 15px auto;
	padding: 0px;
  	overflow: visible;
	background: url(../images/EP_SignUpButton6A.gif);
	}
#newsletterBox input.button:hover {
	width: 94px;
	height: 25px;
	margin: 15px auto;
	padding: 0px;
    background: url(../images/EP_SignUpButton6B.gif);
    }

/* Related Products Styles */
#relatedProducts {
	margin: 15px 0px;
	padding: 0px;
	border-top: #333333 1px solid;
	text-transform: uppercase;
	color: #ff00ff;
	}
#relatedProducts h2 {
	margin: 25px 0px 0px 0px;
	padding: 0px;
	text-transform: uppercase;
	color: #EEEEEE;
	font-size: 22px;
	}
#relatedProducts h2 img {
	margin: 0 0 0 -10px;
	padding: 0px;
	}
#relatedProducts .productRow {
	width: 530px;
	margin: 0px auto 5px auto;
	padding: 10px 0 10px 0;
	clear: both;
	text-align: center;
	}
#relatedProducts .productRow .productSummaryLeft {
	width: 250px;
	float: left;
	color: #FFFFFF;
	margin: 0px 0px 5px 7px;
	}
#relatedProducts .productRow .productSummaryRight {
	width: 250px;
	float: right;
	color: #FFFFFF;
	margin: 0px 7px 5px 0px;
	}	
#relatedProducts .productRow img {	
	width: 133px;
	height: 100px;
	margin: 5px auto;
	padding: 0;
	display: block;
	border: none;
	}	
#relatedProducts .productRow h2.title {
	padding: 0 0 1px 0;
	}	
#relatedProducts .productRow .description {
	color: #CCCCCC;
	font-size: 12px;
	font-weight: normal;	
	text-decoration: none;
	text-transform: none;
	}
#relatedProducts .productRow .description p {
	margin: 0;
	padding: 4px 0 0 0;
	}
#relatedProducts .productRow .newprodlabel {
	width: 60px;
	height: 25px;
	margin: 0px auto 5px auto;
	padding: 0px;
	display: block;
	border: none;
	}				
#variationform fieldset {
	margin: 10px;
	padding: 10px;
	border: #333333 1px solid;
	background-color: #111111;
	text-transform: uppercase;
	color: #ff00ff;
	}
#variationform fieldset a {
	text-transform: uppercase;
	}	
#variationform legend {
	color: #CC99FF;
	text-transform: uppercase;
	font-size: 13px;
	font-style: italic;
	margin-left: 15px;
	}
#variationform p {
	font-size: 14px;
	line-height: 1.3em;
	}	
#variationform fieldset table {
	width: 100%;
	}
#variationform fieldset table tr {
	}
#variationform fieldset table td {
	padding: 5px 12px;
	color: #EEEEEE;
	font-size: 12.5px;
	}
#variationform fieldset table td.price {
	color: #333333;
	}
#variationform fieldset table ul.variations {
	margin: 4px 0;
	padding: 0;
	text-transform: uppercase;
	}
#variationform fieldset table .variations li {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #CCCCCC;
	font-size: 11px;
	}		
#variationform fieldset table #quantity input {
	}

/* Account Styles */
ul#accountUpdate {
	margin: 30px 0 30px 30px;
	}

/* Specific Buttons */
.accountForm #formLinks {
	float: right;
	list-style: none;
	margin-right: 25px;
	}
#checkoutStage1Form #formLinks {
	float: right;
	list-style: none;
	}
#checkoutStage2Form #formLinks {
	float: right;
	list-style: none;
	}
#loginform #formLinks {
	float: right;
	list-style: none;
	}
#buttonCancel {
	float: right;
	text-align: right;
	margin-bottom: 5px;
	}
#buttonForgottenPassword {
	float: right;
	text-align: right;
	} 
#buttonContinue {
	float: right;
	width: 168px;
	height: 30px;
	margin: 30px 0px 15px 0px;
	display: block;
	text-indent: -9999px;
	background:  url(../images/EP_ContinueButt3A.gif) no-repeat;
	}
#buttonContinue:hover {
	background:  url(../images/EP_ContinueButt3B.gif) no-repeat;
	}
	
#gatewayselectionform {
	margin-top: 20px;
}
#gatewayselectionform p {
	float: left;
	padding-bottom: 40px;
	text-align: center;
	font-size: 15px;
}
#gatewayselectionform label {
	display: inline;
	float: none;
	font-size: 16px;
	font-weight: normal;
}
#gatewayselectionform input {
	display: inline;
	margin: 0 0 0 5px;
	padding: 0;
}
#gatewayselectionform ul#formLinks {
	clear: both;
	padding: 10px 0 150px 0;
}
#gatewayselectionform p#sagepay_server_simulatorlabel,
#gatewayselectionform p#sagepay_server_testlabel,
#gatewayselectionform p#sagepay_server_livelabel {
	width: 57%;
	background: url(../images/PaymentCards.gif) no-repeat bottom center;
}
#gatewayselectionform p#paypallabel {
	width: 33%;
	background: url(../images/PaymentPayPal.gif) no-repeat bottom center;
}

/* ---- Submit Reviews Form ---- */
.radioList label {
	height: 100%;
}
.radioList br {
	clear: none;
}
#reviewForm .radioList {
	display: none;
}
form#reviewForm.checkoutForm {
	margin: 0 auto;
  	padding: 0;
  	width: 90%;
}
form#reviewForm.checkoutForm label {
	display: block;
	float: left;
	width: 122px;
	padding: 0px;
	margin: 6px 10px 10px 0;
	text-align: right;
	font-size: 14px;
	font-weight: lighter;
}

form#reviewForm.checkoutForm select,
form#reviewForm.checkoutForm input,
form#reviewForm.checkoutForm textarea {
	margin: 7px 0 5px 10px;
}
#reviewForm.checkoutForm .textField {
padding: 2px;
	margin: 5px 2px 2px 2px;
	color: #000;
	border: #A6D08E 1px solid;
	font: 12px "Arial", Verdana, Sans-serif;
	}
#reviewForm.checkoutForm #name.textField {
width: 220px;  	
	}
#reviewForm.checkoutForm #comments.textField {
width: 300px;
height: 60px;  	
}
