
#addToCart {
	display: block;
	background: url(/images/addCart.gif) no-repeat;
	width: 118px;
	height: 22px;
	text-indent: -5000px;
	overflow: hidden;
	float: left;
	margin: 0 5px 20px 0 ;
	}
#cart {
	width: 700px;
	overflow: hidden;
	font-size: 12px;
	}
#cart img {
	border: none;
	}
#cartForm {
	overflow: hidden;
	}
#cartTitleArea {
	width: 900px;
	overflow: hidden;
	}

#cart #content {
	width: 908px;
	}
#cartShipping, #cartTotal {
	
	}
.cartImg {
	display: block;
	border: 1px solid #e5e5e5;
	margin: 0 13px 15px 0;
	float: left;
	}
#shippingDetails input, #shippingDetails select, #shippingDetails textarea, #shippingAddress input, #shippingAddress select, #shippingAddress textarea {
	width: 350px;
	padding: 4px;
	border: 1px solid #ccc;
	font: 12px Arial, Helvetica, sans-serif;
	color: #666666;
	}
input.radio {
	width: auto !important;
	padding: 0;
	border: none;
	}
#shippingDetails .tableCell, #shippingDetails .tableCellR, #shippingAddress .tableCell, #shippingAddress .tableCellR {
	border: none;
	}
#shippingDetails .tableCell, #shippingAddress .tableCell {
	width: 128px;
	}
#shippingDetails {
	margin: 30px 0 0;
}
#shippingAddress {
	margin: 30px 0 0;
	padding: 20px 0 0 0;
	border-top: 1px solid #ccc;
	width: 75%;
	}
#purchaseDetails {
	width: 95%;
	margin: 20px auto 0 auto;
	}
#purchaseDetails .tableCell, #purchaseDetails .tableCellR, #purchaseDetails .tableCellBR, #purchaseDetails .tableCellB {
	padding: 12px 0;
	}
#purchaseDetails .item.tableCell {
	width: 530px;
	}
#purchaseDetails .qty.tableCell {
	width: 51px;
	}
#purchaseDetails .remove.tableCellR {
	width: 38px;
	}
#purchaseDetails .cartprice.tableCell, #purchaseDetails .subtotal.tableCell {
	width: 120px;
	}
#purchaseDetails .shippingFee.tableCell, #purchaseDetails .total.tableCell {
	font-weight: bold;
	}

#cartControl {
	margin: 10px 0 0;
	}
input.confirm {
	border: none;
	padding: 0;
	margin: 10px 0 0 5px;
	float: right;
	}
#purchaseSubmit {
	margin: 30px 0 0;
	border-top: 1px solid #E5E5E5;
	padding: 20px 0 20px;
	overflow: hidden;
	clear: both;
	width: 690px;
	}
#submitArea {
	text-align: right;
	}
#termsAgree {
	width: auto;
	border: none;
	padding: 0;
	vertical-align: middle;
	margin: 0 0 0 5px;
	}	
.orderValidationError {
	color:#F83A00 ;
	font-size: 10px;
}
.cardDescription {
	color:#666666;
	font-size:12px;
	font-style:italic;
	font-weight:normal;
	line-height:normal;
}
a#showTerms {
	background: url(/images/viewTerms.gif) no-repeat;
	display: block;
	float: right;
	width: 171px;
	height: 24px;
	cursor: pointer;
	margin: 10px 0 0 0;
	text-indent: -5000px;
}
.tableCell, .tableCellR, .tableCellBR, .tableCellB {
	padding: 7px;
	border-bottom: 1px solid #e5e5e5;
	vertical-align: top;
	}
.tableCellBR {
	border: none;
	}
#cartProcess {
	float: right;
	width: 335px;
	margin: 9px 0 0;
	background:url(/images/divider.gif) repeat-x bottom;
	padding: 0 0 10px 0;
	}
.step {
	float: left;
	height: 19px;
	padding: 0 0  0 30px;
	color: #999999;
	}
.step.selected {
	color: #D03268;
	}
.stepIcon1, .stepIcon2, .stepIcon3 {
	background: url(/images/cartSteps.gif) no-repeat;
	width: 19px;
	height: 18px;
	float: left;
	margin: 2px 5px 0 0;
	}
.stepIcon1 {
	background-position: 0 -18px;
	}
.stepIcon2 {
	background-position: -19px -18px;
	}
.stepIcon3 {
	background-position: -38px -18px;
	}
.step.selected .stepIcon1 {
	background-position: 0 0px;
	}
.step.selected .stepIcon2 {
	background-position: -19px 0;
	}
.step.selected .stepIcon3 {
	background-position: -38px 0;
	}








#confirmOrder td {
	border-bottom: 1px solid #e5e5e5;
	padding: 10px 0;
	}
#confirmOrder #purchaseDetails {
	width: 700px;
	margin: 0;
	}
#confirmOrder .remove.tableCellR {
	width: 0px;
	}
#confirmShipping {
	width: 600px;
	float:left;
	margin: 20px 0 30px;
	overflow: hidden;
	}
#confirmShipping td {
	text-align: left;
	border: none;
	}
#confirmShipping .tableCellB {
	border: none;
	}
