



/* process step heading */
h2.step {
	margin-top:20px;
	font-size:1.3em;
	}




/* whois, login, country and details forms (details form is checkout form) */
#whoisForm, #loginForm, #detailsForm {
	padding-top:10px;
	}
	
	
#whoisForm label, #loginForm label, #countryForm label, #detailsForm label {
	padding-right:10px;
	float:left;
	clear:both;
	text-align:left;
	width:105px;
	font-weight:bold;
	}

#whoisForm label#lbl-dotcom {
	padding-top:5px;
	}
	
	
#whoisForm div.checkboxes {
	margin:-5px 0 0 115px;
	}
#whoisForm div.checkboxes label {
	font-weight:normal;
	width:6em;
	clear:none;
	text-align:left;
	}
#whoisForm div.checkboxes input.checkbox {
	margin:5px 5px 0 0;
	}

#whoisForm input.button, #loginForm input.button, #countryForm input.button {
	clear:both;
	margin-top:10px;
	}
	
#detailsForm div input.button {
	margin:0;
	}
	
* html #whoisForm input.button, * html #loginForm input.button, * html #countryForm input.button {
	margin-left:120px;
	}
	
* html #detailsForm div input.button {
	margin:20px 0 0 0;
	}
	
#detailsForm div {
	clear:both;
	}
	
#detailsForm div.terms {
	padding-top:20px;
	}
	
#detailsForm div.checkbox label {
	display:inline;
	float:none;
	font-weight:normal;
	}
	
#detailsForm div.checkbox span.checkbox {
	display:block;
	float:left;
	width:7%;
	}
	
#detailsForm div.checkbox span.description {
	display:block;
	float:left;
	width:93%;
	}
	
	
/* payment options */
#invoiceForm input.button, #worldpayForm input.button {
	margin-left:120px;
	width:11em;
	}
	
	
	
	
/* invoice */
div.invoiceColumn {
	background-image:none;
	}
	
div.invoiceColumn address {
	display:block;
	margin:10px 0;
	}
	
div.invoiceColumn .indent {
	margin-left:20px;
	}

div.invoiceColumn h3 {
	margin-bottom:0;
	}
	
div.invoiceColumn address span, div.invoiceColumn p.spanblock span {
	display:block;
	}
	
div.invoiceColumn h2.subTotal {
	margin-top:30px;
	font-weight:normal;
	}
	
div.invoiceColumn h2.total {
	margin-top:0;
	}
	
div.invoiceColumn p.notes {
	margin-top:40px;
	}
	
	

/* checkout headings */
h2.checkout {
	margin-top:20px;
	}
	

	

/* domain search results */
form#domainResultsForm input.button {
	margin:0;
	}

form#domainResultsForm select {
	margin:0;
	width:4em;
	}
	
form#domainResultsForm table {
	margin:10px 0;
	width:100%;
	border:none;
	}
	
form#domainResultsForm td, form#domainResultsForm th {
	text-align:center;
	padding:2px 4px;
	border:none;
	background:#f2f2f2;
	color:#000;
	}

form#domainResultsForm th {
	background:#000;
	color:#fff;
	}

form#domainResultsForm input.checkbox {
	background:#f2f2f2;
	}
	
	
	
	
/* hosting and extras forms */
h2.selectHosting {
	padding-top:20px;
	clear:both;
	}
	
#hostingForm label span.checkbox, #extrasForm label span.checkbox {
	display:block;
	float:left;
	width:10%;
	}
	
#hostingForm label span.description, #extrasForm label span.description {
	display:block;
	float:left;
	width:90%;
	margin-bottom:10px;
	}

* html #hostingForm label span.description, * html #extrasForm label span.description {
	margin-bottom:0;
	}
	
#hostingForm input.button, #extrasForm input.button {
	margin:20px 0 0 0;
	}
	
	



/* order details table */
table.orderDetails {
	margin:10px 0;
	width:100%;
	border:none;
	}
	
table.orderDetails caption {
	color:#c4161a;
	font-weight:bold;
	text-align:left;
	margin-bottom:5px;
	}	
	
table.orderDetails td, table.orderDetails th {
	text-align:right;
	padding:2px 4px;
	border:none;
	background:#f2f2f2;
	color:#000;
	}

table.orderDetails th {
	background:#000;
	color:#fff;
	}

table.orderDetails .leftcol {
	text-align:left;
	}

table.orderDetails td.total {
	border-color:#000;
	border-style:double;
	border-width:2px 0;
	}



/* new account heading */
h2.newAccount {
	padding:0.5em 0;
	border-color:#c4161a;
	border-style:double;
	border-width:3px 0;
	}

h2.newAccount a, h2.newAccount a:visited {
	text-decoration:none;
	}

	
	
	
/* right column shopping cart and actions links */
div.rightColumnInnerTop ul {
	margin-bottom:0;
	}
	
div.rightColumnInnerTop {
	margin-bottom:34px;
	}
	
div.rightColumnInnerTop h3 {
	margin:5px 10px 0 10px;
	padding:0;
	}
	
div.rightColumnInnerTop p {
	margin:0 10px 5px 10px;
	padding:0;
	}
	
div.rightColumnInnerTop table {
	margin:5px 10px 10px 10px;
	border:none;
	}
div.rightColumnInnerTop form#cartForm * {
	text-align:left !important;
	}
	
div.rightColumnInnerTop td {
	border:none;
	text-align:right !important;
	}

div.rightColumnInnerTop td.rowscope {
	padding-right:30px;
	text-align:left !important;
	}
	
form#cartForm {
	padding-bottom:10px;
	}

form#cartForm input.button {
	margin:0 0 0 10px;
	}

form#cartForm input.checkbox {
	display:inline;
	background:transparent;
	}


/* errors */
.errorColumn blockquote {
	font-style:italic;
	}

