#checkoutCart table {
	width: 560px;
}

#checkoutCart table td {
	padding: 3px;
}

#checkoutCartTblHeader .itemsCol {
	width: 300px;
}
#checkoutCartTblHeader .upCol {
	width: 80px;
	text-align: right;
}
#checkoutCartTblHeader .qtyCol {
	text-align: center;
	width: 100px;
}
#checkoutCartTblHeader .ltCol {
	text-align: right;
	width: 80px;
}

#checkoutCartTblHeader td {
	font-weight: bold;
	font-size: 14px;
	padding-bottom: 5px;
}