table.shopcart {
   border-collapse: collapse;
}
table.shopcart td {
   border-bottom: 1px solid black;
}
table.shopcart td a{
   display: block;
   padding: 3px;
   height:18px;
   text-decoration: none;
}
table.shopcart td a:hover, table.shopcart td a:active {
   color: #333333;
   background-color: #FF8800;
}
