thead th {
	width:20px;
}
thead th + th {
	width:50px;
}
thead th + th + th {
	width:190px;
}
thead th + th + th + th {
	width:170px;
}
thead th + th + th + th + th {
	width:135px;
}
tbody td:first-child img {
	float:none;
}
tbody td:first-child + td {
	border:none;
	background-color:#fff;
}
.coupon {
	width:125px;
}
tbody .totalResults td + td {
	background-color:#fff;
	text-align:right;
	padding:3px 5px;
}
.updateBut {
	margin-top:5px;
}
.altCheckout {
	float:right;
}
#cartNav {
	clear:both;
}
#cartNav li {
	display:inline;
	list-style:none;
}
#cartNav li + li:before {
	padding-right:1em;
	content:" || ";
}
#cartNav li + li {
	padding-left:1em;
}
