/* Basket Contents */

table.orderDetails {
	background: #ededed;
	width: 100%;
	margin: 0.5em 0;
	font-size: 0.9em;
}

	table.orderDetails thead {
		position: absolute;
		left: -10000px;
	}

	table.orderDetails tr.header {
		font-weight: bold;
	}

	table.orderDetails caption {
		margin-bottom: 0.5em;
		font-weight: bold;
		font-size: 1em;
	}

	table.orderDetails img {
		vertical-align: middle;
		border: 1px solid #b0b0b0;
		margin-right: 0.5em;
	}
	
		table.orderDetails a img {
			border: none;
			margin: 0;
		} 
	
	table.orderDetails td {
		padding: 5px;
	}

		table.orderDetails td.size img {
			border: none;
		}

		table.orderDetails td.price {
			font-size: 1.2em;
			color: #0faffa;
			font-weight: bold;
		}
		
		table.orderDetails td.quantity input {
			width: 40px;
			text-align: center;
			margin-left: 0.5em;
			vertical-align: bottom;
			border: 1px solid #A5ACB2;
			padding: 2px;
		}
		
			table.orderDetails td.quantity input:focus {
				border: 1px solid #12B0FA;
			}

img#_ctl0_MainContent_ctlEditBasket_AdestraTracking_AdestraImg,
img#_ctl0_MainContent_OrderEdit1_AdestraTracking_AdestraImg {
	position: absolute;
}

/* Order Totals */

div#orderTotals {
	width: 253px;
	float: right;
	clear: right;
	background: #3451a5 url(../../images/backgrounds/summaryBoxBottom.gif) 0 100% no-repeat;
	color: #fff;
	font-size: 0.8em;
	padding-bottom: 10px;
	margin-bottom: 0.5em;
}

	div#orderTotals dl {
		background: url(../../images/backgrounds/summaryBoxTop.gif) 0 0 no-repeat;
		padding: 15px;
	}

		div#orderTotals dl dt {
			float: left;
			clear: left;
			width: 150px;
			text-align: left;
			margin-bottom: 0.2em;
		}
		
			div#orderTotals dl dt span {
				font-size: 0.8em;
				display: block;
			}
		
		div#orderTotals dl dd {
			float: left;
			width: 73px;
			color: #0faffa;
			margin-bottom: 0.2em;
			text-align: right;
		}
	
	div#orderTotals .total {
		font-size: 1.1em;
		font-weight: bold;
	}
	
	div#orderTotals p.addToBasket {
		text-align: right;
		clear: both;
		margin: 0;
		padding: 1em 10px 0 10px;
	}

		div#orderTotals p.addToBasket input {
			float: left;
			vertical-align: middle;
		}
		
			div#orderTotals p.addToBasket input.paymentLink {
				float: none; 
			}

 	div#orderTotals .delivery {
 		float: none;
 		width: auto;
 		text-align: left;
 		padding-top: 0.5em;
	}

		div#orderTotals .delivery .options {
			font-size: 0.9em;
			float: left;
			width: 180px;
			clear: left;
			padding-bottom: 1em;
			color: #fff;
		} 

			div#orderTotals .delivery .options input {
				vertical-align: middle;
			}
			
			div#orderTotals .delivery .options label {
				margin-left: 0.5em;
				vertical-align: middle;
			}
			
		div#orderTotals .delivery span {
			float: right;
			clear: right;
			color: #c0c0c0;
		}
		
			div#orderTotals .delivery span.red {
				color: #0FAFFA;
			}

img#shopSafe {
	float: left;
	clear: left;
	margin-bottom: 0.5em;
}
			
/* Order Notes */

div#orderNotes {
	float: left;
	background: #5d5d5d url(../../images/backgrounds/infoBoxBottom.gif) 0 100% no-repeat;
	padding: 15px;
	width: 419px;
	color: #fff;
	font-size: 0.9em;
	margin-bottom: 0.5em;
}

	div#orderNotes h2 {
		clear: none;
		background: url(../../images/backgrounds/infoBoxTop.gif) 0 0 no-repeat;
		padding: 15px 15px 0.5em 15px;
		margin: -15px -15px 0 -15px;
		font-weight: bold;
		font-size: 1em;
	}
	
	div#orderNotes p {
		margin-top: 0.5em;
	}
	
	div#orderNotes img {
		margin-top: 1em;
	}

	div#orderNotes fieldset {
		font-size: 0.9em;
		text-align: right;
	}

		div#orderNotes fieldset legend {
			position: absolute;
			left: -10000px;
			visibility: hidden;
			font-size: 0;
		}
		
		div#orderNotes fieldset input {
			width: 200px;

		}

		div#orderNotes fieldset input.submit {
			width: auto;
			margin-top: 0.2em;
		}

/* Account Details */

div.accountBox {
	float: left;
	width: 321px;
	background: #3451a5 url(../../images/backgrounds/accountBoxBottom.gif) 0 100% no-repeat;
	padding: 15px;
	color: #fff;
	margin-top: 1em;
	font-size: 0.8em;
}
	
	div.accountBox h2 {
		margin: -15px -15px 1em -15px;
		padding: 15px 15px 0 15px;
		background: url(../../images/backgrounds/accountBoxTop.gif) 0 0 no-repeat;
		font-weight: bold;
	}

	div.accountBox div.submit {
		width: auto;
	}

	div.accountBox fieldset legend {
		position: absolute;
		left: -10000px;
		font-size: 0;
		visibility: hidden;
	}

	div.accountBox fieldset label {
		width: 100px;
	}

	div.accountBox fieldset input {
		width: 210px;
	}

	div.accountBox fieldset li {
		text-align: right;
	}

div#newCustomer {
	margin-left: 8px;
}
