.ProductTable {border-collapse: collapse; border-spacing: 0; clear: both; }

.HeaderRow { background-color: #eeeeee; height: 14px; }
.HeaderRow .Image {width: 170px; }
.HeaderRow .Name { width: 260px; }
.HeaderRow .Finish { width:110px; font-weight:bold; }
.HeaderRow .Price { width: 70px; font-weight:bold; text-align:right; }
.HeaderRow .Add { width:50px; font-weight:bold; text-align: center; }

.ProductRow { height: 18px; }
.ProductRow .Empty { width: 170px; vertical-align: top }
.ProductRow .Name { width: 260px; font-weight: bold; vertical-align: top; padding-top: 3px;}
.ProductRow .Finish { width:110px; vertical-align: top;  padding-top: 3px;}
.ProductRow .Price { width: 70px; text-align: right; vertical-align: top;  padding-top: 3px;}
.ProductRow .PriceStuckout { text-decoration: line-through; color: #333399;}
.ProductRow .Add {  width: 50px; text-align: center; vertical-align: top}

.AddToCart { text-align: right; padding-right:0px; float: right }

.GeographyForm {float: right; margin-right: 10px; }
.enter-postal-code{margin-top:5px;margin-bottom:5px}

