#shopcart {
	width: 910px;
	border-collapse: collapse;
	font-size: 1em;
}

#shopcart select {
	width: 50px;
}

	#shopcart th {
		text-align: left;
		padding: 2px 0;
		border-bottom: 1px solid #000000;
	}

	#shopcart td {
		vertical-align: middle;
		padding: 5px 0;
		border-bottom: 1px solid #ddddee;
	}

	#shopcart td.noborder {
		border-bottom: 0;
	}

	#shopcart .cartpic {
		width: 120px;
		text-align: center;
	}

	#shopcart .cartqty {
		width: 100px;
		text-align: center;
	}

	#shopcart .cartprod {
		width: 450px;
	}

	#shopcart .cartprice {
		width: 120px;
	}

	#shopcart .cartsubtotal {
		width: 120px;
		text-align: right;
	}

	#shopcart .pctd {
		/* Proceed to Checkout TD */
		border: 0;
	}

	#checkoutlink, #contshoplink {
		display: block;
		width: 220px;
		text-align: center;
		border: 1px solid #0099ff;
		background: #0066cc;
		color: #ffffff;
		padding: 4px;
		margin: 0 10px;
		text-decoration: none;
	}

	#contshoplink {
		background: #0099ff;
		color: #ffffff;
	}