/* Shopping Cart Styles */
.cart {
		background: #F2F2F2;
	}

.cartImage {
		width: 680px;
		text-align: center;
		margin-bottom: 20px;
	}

.cart table {
		border-spacing: 0;
		margin-bottom: 10px;
		background: #F2F2F2;
		padding: 5px;
	}
	
.cart table td {
		padding: 5px;
	}
	
.cart table tr.tableTitle td {
		border-bottom: 1px #000 solid;
	}
	
.cart table tr.orderItems td {
		border-bottom: 1px #000 solid;
	}	
	
.cart a {
		color: #000;
	}
	
.cart input {
		text-align: center;
		background: #C5C5C5;
	}
	
.cart button {
		float: right;
		width: 65px;
		height: 25px;
		background: url(/images/backgrounds/update_button_bg.gif) no-repeat;
		border: none;
		margin-top: 10px;
	}
	
#checkoutButton {
		clear: both;
		float: right;
		margin-bottom: 10px;
	}
	
#checkoutButton a {
		display: block;
		width: 74px;
		height: 25px;
		background: url(/images/backgrounds/checkout_button_bg.gif) no-repeat;
	}
	
#continueButton {
		float: right;
		margin-right: 10px;
	}
	
#continueButton a {
		display: block;
		width: 139px;
		height: 25px;
		background: url(/images/backgrounds/continue_shopping_button_bg.gif) no-repeat;
	}
	
#relatedItems {
		border-top: 10px solid #F2F2F2;
		padding-top: 10px;
	}
	
/* Checkout styles */
.loginBox {
		margin-bottom: 10px;
	}

.loginBox button {
		width: 61px;
		height: 25px;
		background: url(/images/backgrounds/submit_bg.gif) no-repeat;
		border: none;
	}
	
.loginHere {
		float: left;
		width: 335px;
		height: 230px;
		background: url(/images/backgrounds/login_panel_bg.gif) no-repeat;
		margin-right: 10px;
	}
	
a.myAccount {
		width: 125px;
		height: 25px;
		display: block;
		background: url(/images/backgrounds/view_my_account_bg.gif) no-repeat;
	}
	
.newCustomer {
		float: left;
		width: 335px;
		height: 230px;
		background: url(/images/backgrounds/register_panel_bg.gif) no-repeat;
	}
	
.newCustomer a.register {
		display: block;
		width: 69px;
		height: 25px;
		background: url(/images/backgrounds/register_bg.gif) no-repeat;
	}
	
.newCustomer a.continueShopping {
		display: block;
		width: 139px;
		height: 25px;
		background: url(/images/backgrounds/continue_shopping_button_bg.gif) no-repeat;
	}
	
.newCustomer a.checkout {
		display: block;
		width: 74px;
		height: 25px;
		background: url(/images/backgrounds/checkout_button_bg.gif) no-repeat;
	}
	
.deliveryDetails {
		background: #F2F2F2;
		padding: 10px;
		margin-bottom: 10px;
	}

.deliveryDetails p {
		display: block;
	}	

.deliveryDetails em {
		font-style: normal;
		font-size: 1em;
		color: #F00;
		font-weight: normal;
	}
	
.continue {
		float: right;
	}
	
.continue button {
		width: 72px;
		height: 25px;
		background: url(/images/backgrounds/continue_bg.gif) no-repeat;
		border: none;
	}
	
.worldPay {
		float: right; 
	}
	
.worldPay button {
		width: 111px;
		height: 25px;
		background: url(/images/backgrounds/make_payment_bg.gif) no-repeat;
		border: none;
	}
