#shoppingCartBox h2{
	margin-bottom: 20px;
}

#shoppingCart{
	width: 575px;
}


.imageColumn{
	width: 114px;
	padding: 3px 0;
}

#shoppingCart td{
	text-align: center;	
}

.productRow td{
	border-top: 1px solid #339999;	
	padding: 3px 3px;
}

.bottomRow td{
	border-bottom: 1px solid #339999;
}
#shoppingCart img{
	border: 2px solid #339999;	
}

#totalContainer{
	padding: 10px 0;
	font-size: 12pt;
}

#totalContainer th, #totalContainer td { 
	text-align: right;
	padding: 0 3px;
	vertical-align: top;
}

#totalContainer th.smallhdr{
	font-size:10pt;
}

#totalContainer th.special{
	font-style: normal;
	font-weight: normal;
	color: #339999;
} 

#totalContainer .endSection td,#totalContainer .endSection th { 
	padding-bottom: 10px;
}
#totalContainer .beginSection td,#totalContainer .beginSection th { 
	padding-top: 10px;
}
#cartButtons td{
	padding: 5px 0;
}

