a.cart { position: relative; color: white; text-decoration: none; border-bottom: 0px gray dotted; }
a.cart span { display: none; }
a.cart:hover { background: none;/*IE*/ z-index: 5000;  cursor: pointer;}
a.cart:hover span {
   display: inline; position: absolute;
   white-space: nowrap; 
   top: -295px !important; top:-0px; left: -136px; background: black; color: white; padding: 0px; border: 0px solid green; border-left: 0px solid green;}
 