#cartTable
{
	width:70%;
	margin-left:235px;
	border-collapse:collapse;
	margin-right:5px;
}

#tableHeader
{
	background-color:#DF99DF;
	height:30px;
	
}

.cartItem
{

	border-bottom-style:solid;
	border-bottom-color:#BFBFBF;
	border-bottom-width:2px;
}

.cartCell
{
	padding-top:5px;
	padding-bottom:5px;
}

.qtyBox
{
	border-style:groove;
	border-color:grey;
	border-width:1px;
	text-align:center;
}

.smallText
{
	font-size:60%;
}