#shopcart {
	width: 960px;
	border-collapse: collapse;
	font-size: 1em;
}

	#shopcart th {
		border-bottom: 1px solid #000000;
		color: #ffffff;
		background: #333333;
		padding: 3px 0;
		text-align: left;
	}

	#shopcart td {
		padding: 5px 0;
		border-bottom: 1px solid #cccccc;
	}

	#shopcart .noborder {
		border-bottom: 0;
	}

	#shopcart .img {
		width: 70px;
		text-align: center;
	}

	#shopcart .qty {
		width: 100px;
		text-align: center;
	}

	#shopcart .productname {
		width: auto;
	}

	#shopcart .price {
		width: 120px;
	}

	#shopcart .subtotal {
		width: 120px;
		text-align: right;
		padding-right: 5px;
	}

#checkoutnonmember {
	float: left;
	width: 448px;
	height: 13em;
	border: 1px solid #999999;
	padding: 10px;
	margin-bottom: 20px;
}

	#cnmform { text-align: center; }

	#cnmform #shopcart-guest {
		width: 150px;
		height: 22px;
		background: #fff url(/images/bg-btn-shopcart-guest.gif) no-repeat center center;
		border: 0px;
		color: #000;
		cursor: pointer;
		font-family: arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
		font-size: 1em;
		font-weight: bold;
		margin-top: 2px;
	}

#checkoutmember {
	float: right;
	width: 448px;
	height: 13em;
	border: 1px solid #999999;
	background: #FFFFFF url(images/pagefooterback.gif) repeat-x left top;
	padding: 10px;
	margin-bottom: 20px;
}

	#checkoutmember label {
		clear: both;
		float: left;
		width: 140px;
		padding-right: 10px;
		text-align: right;
		margin-bottom: 5px;
	}

	#checkoutmember input {
		margin-bottom: 5px;
	}

	#checkoutmember #submitme {
		width: 56px;
		height: 22px;
		background: #fff url(/images/bg-btn-submitme.gif) no-repeat center center;
		border: 0px;
		color: #000;
		cursor: pointer;
		font-family: arial, "Bitstream Vera Sans", geneva, helvetica, helve, sans-serif;
		font-size: 1em;
		font-weight: bold;
		padding: 2px 4px;
		margin-top: 2px;
	}

#checkoutprogress {
	float: right;
	width: 360px;
}

	#checkoutprogress ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

		#checkoutprogress ul li {
			float: left;
			width: 120px;
			padding: 15px 0;
			text-align: center;
		}

		#checkoutprogress ul li strong {
			font-size: 1.7em;
		}

		#checkoutprogress ul li.currstep {
			background: #eeeeee;
			color: #003366;
		}

		#checkoutprogress ul li.done {
			color: #cccccc;
		}

#checkoutleft {
	clear: both;
	float: left;
	width: 475px;
	margin-bottom: 20px;
}

#checkoutright {
	float: right;
	width: 475px;
	margin-bottom: 20px;
}

	#checkoutform label {
		clear: both;
		float: left;
		width: 140px;
		padding-right: 10px;
		text-align: right;
	}

	#checkoutform input {
		margin-bottom: 5px;
	}

	#checkoutform input#continue {
		float: right;
		margin: 0 20px 2px 20px;
		/* padding: 2px 4px; */
	}

/*** VALIDATION ERRORS ***/
input.error, select.error {
	border: 1px solid #cc0000;
}

small.error {
	padding-left: 10px;
	color: #cc0000;
	font-weight: bold;
}
