.box {width: 150px; height: 180px; z-index: 1000; position: relative;}
.popbox {position: relative; width: 150px;}
.popbox em {color: #000; font-weight: normal;}
.popbox p {margin: 0;}
.popbox p.cart-grey em, .popbox p.cart-grey a, .popbox p.cart-grey a:visited {color: #aaa;}
.popbox p.cart-grey a:hover {color: #000; text-decoration: underline;}
.collapse {position: relative;}
.open {background: url("cart-white.png") 0 3px no-repeat; border: 0; display: block; text-decoration: none; float: left; padding: 0 0 0 22px;}
a.new, a.new:visited {color: green;}
.closepopup {background: none; padding: 0;}
a.open, a.open:visited {color: #fff;}
.box {display: block; display: none; background: #fff; border: solid 1px #bbb; box-shadow: 0px 0px 15px #000; position: absolute; padding: 5px; margin-top: 19px;}
.box a.close {color: red;}