div.cartTableBorder{
	
}

table.cartContents, table.orderContents, table.orderHistory {
	width: 100%;
	border-collapse: collapse;
	padding-top: 10px;
	
}
	table.cartContents tr, table.orderContents tr, table.orderHistory tr{
		padding-top: 10px;
	}

	table.cartContents td, table.cartContents th {
		padding: 0px;
		margin: 0px;	
		border: solid 1px #7b7b7b;
	}
	table.cartContents th, table.orderContents th, table.orderHistory th {
		height: 24px;
		background: transparent url('../img/product_title_fill.png') 0 0 repeat-x;
		color: #505050;
		text-align: center;
		vertical-align: middle;
	}
	table.cartContents td, table.orderContents td, table.orderHistory td {
		padding: 4px;
		vertical-align: top;
		background-color: #ffffff;
	}

	.orderHistory td.orderitems ul {
			list-style-type: none;
			padding: 0;
			margin: 0;
		}
		.orderHistory td.items .itemQuantity {
			font-weight: bold;
		}
		.orderHistory td.price {
			text-align: right;
			vertical-align: middle;
		}

	.cartContents td.number, .cartContents td.price {
		text-align: right;
		background: #efefef;
		color: #202020;
	}
	.cartContents td.item {
		padding: 0;
		width: 450px;
	}
		.cartContents td.item .itemDetails {
			position: relative;
			width: 450px;
			height: 150px;
		}
			.cartContents td.item .itemDetails .itemImage {
				position: absolute;
				left: 0;
				top: 0;
				bottom: 0;
				padding-top: 7px;
				width: 104px;
				line-height: 150px;
				
				background: #ffffff;
				text-align: center;
			}
			.cartContents td.item .itemDetails .itemImage img {
				vertical-align: middle;
			}
			.cartContents td.item .itemDetails .itemText {
				position: absolute;
				top: 0;
				left: 126px;
				right: 0;
				bottom: 0;
			}
			.cartContents td.item .itemDetails .itemDescription {
				display: block;
				top: 0;
				left: 106px;
				right: 0;
				height: 20px;
				padding: 2px 10px 0px 10px;
				line-height: 20px;
				font-weight: bold;
				color: #202020;
				background-color: #ffffff;
			}
			.cartContents td.item .itemDetails .supportDetails {
				
				position: absolute;
				left: 0;
				right: 0;
				top: 12px;
				bottom: 38px;
				padding: 4px;
			}
				.cartContents td.item .itemDetails .supportDetails ul{
					padding-left: 20px;
				}
			
			.cartContents td.item .itemDetails .supportLengthDialog {
				position: absolute;
				left: 0px;
				bottom: 40px;
				width: 230px;
				height: 30px;
				padding: 2px;
				border-right: none;
			}
			.cartContents td.item .itemDetails .supportFAQ {
				position: absolute;
				right: 72px;
				bottom: -12px;
				width: 230px;
				height: 30px;
				padding: 4px;
				color: #202020;
				font-size: 10px;
			}
		.cartContents td.item .supportEndDate {
			color: #006633;
			font-weight: bold;
		}
	.cartContents td.quantity {
		text-align: center;
		vertical-align: middle;
		font-weight: bold;
	}
		.cartContents td.quantity input, .cartContents td.quantity select {
			margin: 10px auto;
		}
	.cartContents td.price {
		vertical-align: middle;
		font-size: 120%;
		padding-right: 12px;
    	vertical-align: middle;
    	font-weight: bold;
	}
	.cartContents tr.orderTotals th {
		background: #e2e2e2 none;
		color: black;
		padding-right: 10px;
		text-align: right;
	}
	.cartContents tr.discount {
		font-weight: bold;
	}
		.cartContents tr.discount td.price {
			color: white;
			background-color: #669966;
		}
	.cartContents td.totalText {
		text-align: right;
	}
	.cartContents td.total {
		font-weight: bold;
		text-align: right;
		color: #ffffff;
		background: #63d154;
	}
		.cartContents td.total .price {
			font-size: 120%;
		}
		.cartContents td.total .auxPrice {
			font-size: 80%;
		}
.cartButtons a.button {
	float: right;
	margin: 4px 0 4px 20px;
}
.cartButtons a.checkout, .cartButtons a.checkout:hover {
	width: 120px;
	height: 30px;
	margin: 0 0 0 20px;
	padding: 3px 20px 3px 40px;
	line-height: 30px;
	color: #336633;
	background: transparent url('../img/checkout_button.png') 0 0 no-repeat;
	text-align: center;
}
ul#checkoutprogress {
	list-style-type: none;
	margin: 15px 0 15px 0;
	padding: 0px 12px 0px 0px;
	background: transparent url('../img/payment-steps-tail.png') 100% 0 no-repeat;
	height: 51px;
	width: 660px;
}
	ul#checkoutprogress li {
		display: block;
		float: left;
		height: 51px;
		width: 98px;
	}
		ul#checkoutprogress li a, ul#checkoutprogress li span {
			display: block;
			padding: 20px 15px 15px 15px;
			height: 16px;
			background: transparent url('../img/payment-steps-bg.png') 0 0 repeat-x;
		}
		ul#checkoutprogress li.step1 {
			padding-left: 55px;
			background: transparent url('../img/payment-steps-step1-off.png') 0 0 no-repeat;
			width: 101px;
		}
			ul#checkoutprogress li.active.step1 {
				background: transparent url('../img/payment-steps-step1-on.png') 0 0 no-repeat;
			}
		ul#checkoutprogress li.step2 {
			padding-left: 70px;
			background: transparent url('../img/payment-steps-step2-off.png') 0 0 no-repeat;
		}
			ul#checkoutprogress li.active.step2 {
				background: transparent url('../img/payment-steps-step2-on.png') 0 0 no-repeat;
			}
		ul#checkoutprogress li.step3 {
			padding-left: 70px;
			background: transparent url('../img/payment-steps-step3-off.png') 0 0 no-repeat;
		}
			ul#checkoutprogress li.active.step3 {
				background: transparent url('../img/payment-steps-step3-on.png') 0 0 no-repeat;
			}
		ul#checkoutprogress li.step4 {
			padding-left: 70px;
			background: transparent url('../img/payment-steps-step4-off.png') 0 0 no-repeat;
		}
			ul#checkoutprogress li.active.step4 {
				background: transparent url('../img/payment-steps-step4-on.png') 0 0 no-repeat;
			}
#checkout-form td {
	vertical-align: top;
}
#checkout-form h4, .orderDetails h4 {
	padding-bottom: 3px;
	border-bottom: 1px solid #339933;
}
#checkout-form label {
	margin: 3px 30px;
}
#checkout-form .help {
	font-size: 80%;
}
#checkout-form tr.paymentMethod td.image {
	height: 42px;
}
	#checkout-form tr.paymentMethod label {
		margin: 0;
	}
	#checkout-form tr.paymentMethod td.image label {
		display: block;
		float: right;
		height: 35px;
		width: 75px;
		background: transparent none 100% 50% no-repeat;
	}
		#checkout-form tr.paymentMethod td.image label span {
			display: none;
		}
		#checkout-form tr.paymentMethod.payment_paypal td.image label {
			background-image: url('../img/method_paypal.gif');
		}
		#checkout-form tr.paymentMethod.payment_credex td.image label {
			background-image: url('../img/method_credex.gif');
		}
		#checkout-form tr.paymentMethod.payment_sermepa td.image label {
			background-image: url('../img/method_sermepa.png');
		}

div.currencyConversion {
	margin: 10px 0;
	padding: 0 0 10px 0;
	border: 1px solid #669966;
}
	div.currencyConversion h4 {
		margin: 0 0 6px 0;
		padding: 4px 10px;
		color: white;
		background: #669966 url('../img/cartorder-th-bg.png') 0 0 repeat-x;
	}
	div.currencyConversion .container {
		padding: 0 0 0 70px;
		min-height: 79px;
		background: transparent url('../img/exclamation.png') 6px 50% no-repeat;
	}
	div.currencyConversion p {
		margin: 5px 0;
		padding: 5px 10px;
	}
	div.currencyConversion .price {
		padding: 0 10px;
		font-size: 14pt;
		font-weight: bold;
		color: #669966;
	}
a.orderSuccessProceed {
	font-size: 160%;
}


