table#viewcart th {
	border: 1px solid #c38c3c;
	border-left: none;
	border-right: none;
	vertical-align: top;
	text-align: left;
}

table#viewcart .leftmost {
	border-left: 1px solid #c38c3c;
}

table#viewcart .rightmost {
	border-right: 1px solid #c38c3c;
}

table#viewcart .topmost {
	border-top: 1px solid #c38c3c;
}

table#viewcart .bottommost {
	border-bottom: 1px solid #c38c3c;
}

table#also-like {
	width: 100%;
	text-align: center;
	margin-top: 0px;
}

input.cart-buttons {
	font-size: larger;
	width: 200px;
}

input.checkout-buttons {
	background-repeat: no-repeat;
	font-size: larger;
	width: 200px;
	padding: 3px;
}

h2#checkout-h2 {
	border: 1px solid #c38c3c;
	text-align: left;
	padding: 1px 0.5em;
}

div.checkout-div {
	border: 2px solid #c38c3c;
	text-align: left;
	padding: 1em 3em;
	margin: 1em;
}

td.tdspacer {
	height: 0.2em;
}

.bordered {
	vertical-align: top;
	border: 1px solid #c38c3c;
	padding: 1em;
}

table#shipping {
	margin-top: 0px;
	width: 100%;
}

table#cartitems {
	border-collapse: collapse;
	float: left;
	width: 40%;
	margin-right: 1em;
}

table#cartitems td {
	border: 1px dashed #333;
	padding-bottom: 0.5em;
}

table#cartitems td a {
	font-size: 0.8em;
}

table#cartitems td p {
	margin: 0px auto 6px;
}

table#cartitems td.left {
	border-right: none;
}

table#cartitems td.right {
	border-left: none;
}

div#right-column a:link {
	background-color: #fff;;
}

div#right-column a:visited {
	background-color: #fff;;
}

div#right-column a:hover {
	background-color: #fff;;
}

div#right-column a:active {
	background-color: #fff;;
}
