table#shopcart {
	width: 940px;
	border-collapse: collapse;
	font-size: 1em;
}

	table#shopcart th {
		padding: 4px 0;
		background: #524E80;
		color: #ffffff;
	}
	
	table#shopcart td {
		padding: 8px 0;
		vertical-align: middle;
		border-bottom: 1px solid #cccccc;
	}
	
	table#shopcart .noborder {
		border-bottom: 0;
	}
	
	table#shopcart .prodimg {
		width: 100px;
		text-align: center;
	}
	
	table#shopcart .qty {
		width: 100px;
		text-align: center;
	}
	
	table#shopcart .prodname {
		width: auto;
	}
	
	table#shopcart .unitprice {
		width: 150px;
		text-align: left;
	}
	
	table#shopcart .subtotal {
		width: 150px;
		padding-right: 8px;
		text-align: right;
	}
	
/* CHECKOUT */
.checkoutbox {
	width: 650px;
	margin: 10px auto;
	border: 1px solid #524F81;
}

	.cberror {
		width: 650px;
		margin: 10px auto;
		border: 1px solid #cc0000;
	}

	.checkoutbox h2 {
		margin: 0;
		padding: 10px;
		background: #524F81 url(/images/bg-nav-bar.gif) repeat-x;
		color: #ffffff;
	}

	.cberror h2 {
		background: #cc0000;
		background-image: none;
		color: #ffffff;
	}
	
	.cbinner {
		padding: 10px;
	}
	
		div.deloptions {}
		div.deloptions p { clear: both; float: left; margin: 5px 0 5px 0; font-size: 13px; width: 570px; }
		div.deloptions input { float: left; width: 30px; }
		div.deloptions label { float: left; width: 530px; }
		div.deloptions label a:link, div.deloptions label a:visited { color: #0096db; text-decoration: none; }
		div.deloptions label a:hover, div.deloptions label a:active { color: #0096db; text-decoration: underline; }
		div.deloptions div.delprice { float: right; width: 60px; text-align: right; color: #c00; font-weight: bold; padding-top: 3px;}
		div.shipdesc {
			float: left;
			width: 585px;
			margin: 0 10px 0 35px;
		}
			div.shipdesc p { font-size: 11px; color: #666; }
	
	.billinghighlight {
		padding: 5px;
		background: #C9C7E0;
	}
	
	label.floatleft {
		clear: both;
		float: left;
		width: 180px;
		padding-right: 10px;
		margin-bottom: 5px;
		text-align: right;
	}
	
	label.error {
		margin-left: 10px;
		padding-left: 20px;
		color: #cc0000;
		font-weight: bold;
		font-size: 0.8em;
		text-transform: uppercase;
		background: url(/images/exclamation.png) no-repeat top left;
	}
	
	.cbinner select, .cbinner input {
		margin-bottom: 5px;
	}
	
/* ORDER CONFIRM */
.ocleft {
	float: left;
	width: 49%;
}

.ocright {
	float: right;
	width: 49%;
}

.shopcart-temp {
			color: #c90044;
			font-size: 0.85em;
			line-height: 1.4em;
			font-weight: bold;
			margin: 5px 0px 15px 0px;
        }
