#shopcart {
	width: 960px;
	padding: 0;
}

	#shopcart h1 {
		margin: 0;
		padding: 10px 0;
	}

	.carttable {
		width: 100%; /* PRESENTLY 738PX */
		border-collapse: collapse;
	}

	.carttable th {
		font-weight: bold;
		padding-bottom: 5px;
		border-bottom: 1px solid #a67d3d;
	}

	.carttable td {
		vertical-align: middle;
		padding: 10px 0;
		border-top: 1px solid #d3c69c;
		border-bottom: 1px solid #d3c69c;
	}

	.carttable td.noborder {
		padding: 11px 0;
		border: 0;
	}

	.carttable tr.hasaccessories td {
		border-bottom: 1px dashed #d3c69c;
	}

	.carttable tr.accessory td {
		padding: 5px 0;
		background: #f3f0e3;
		border-top: 0;
		border-bottom: 0;
	}

		.carttable .image {
			width: 70px;
			text-align: center;
		}

		.carttable .qty {
			width: 110px;
			text-align: center;
		}

		.carttable .product {
			width: 348px;
			text-align: left;
		}

			.carttable .product a:link, .carttable .product a:visited { color: #A67D3D; text-decoration: underline; }
			.carttable .product a:hover, .carttable .product a:active { color: #2e2e2e; text-decoration: underline; }

		.carttable .price {
			width: 105px;
			text-align: left;
		}

		.carttable .subtotal {
			width: 105px;
			text-align: right;
		}

/************
 * CHECKOUT *
 ************/
#shopcart fieldset {
	width: 470px;
	padding: 5px;
	border-top: 1px solid #a67d3d;
}

	#shopcart legend {
		font-size: 1.2em;
		padding: 0 3px;
		color: #a67d3d;
		font-weight: bold;
	}

#tl-billing, #bl-card {
	clear: both;
	float: left;
}

#tr-shipping, #br-summary {
	float: right;
}

	/*************************************
	 MOVE THE BILLING CHECKBOX ALONG A BIT
	 *************************************/
	#usebilling {
		margin-left: 120px;
	}

	#errorlist, #carderror {
		padding: 10px 10px 10px 30px;
		border: 1px solid #cc0000;
		margin: 10px 0;
		background: #ffcccc url(/images/error.gif) no-repeat 6px center;
	}

	#carderror {
		background: #ffcccc url(/images/creditcards.gif) no-repeat 6px center;
	}


	label {
		clear: both;
		position: relative;
		top: 2px;
		float: left;
		text-align: right;
		width: 110px;
		padding-right: 10px;
		margin-bottom: 5px;
	}

		label.error {
			font-weight: bold;
			color: #cc0000;
		}

		label.rightside {
			clear: none;
			float: none;
			margin: 0 0 0 5px;
			padding: 0;
			top: -5px;
			width: 150px;
		}

	fieldset input, fieldset select {
		margin-bottom: 5px;
	}

	fieldset small {
		position: relative;
		top: -6px;
	}

	.summarytable {
		width: 470px;
		border-collapse: collapse;
	}

	.summarytable caption {
		margin-top: 5px;
		padding: 3px;
		background: #d3c69c;
		font-weight: bold;
	}

	.summarytable td {
		vertical-align: middle;
		padding: 2px 0;
		border-top: 1px solid #d3c69c;
		border-bottom: 1px solid #d3c69c;
	}

	.summarytable td.line {
		width: 200px;
	}

	.summarytable td.linetotal {
		width: 150px;
		text-align: right;
	}

	.completeorder {
		float: right;
		margin: 4px 0;
	}

	p.important {
		margin-top: 10px;
		border: 1px solid #cc0000;
		padding: 5px;
		background: #ffffcc;
	}

ul.delinfo {
	float: left;
	width: 465px;
	background: #F8F6EF;
	margin-left: 10px;
	padding: 4px;
	border: 1px solid #D3C69C;
}

	ul.delinfo li {
		float: left;
		width: 459px;
		padding: 3px;
		border-bottom: 1px dotted #D3C69C;
	}

		ul.delinfo li span.lefty { float: left; }
		ul.delinfo li span.righty { float: right; text-align: right; }
