@CHARSET "UTF-8";

div.productlist {
    float: left;
    width: 160px;
    height: 170px;
}

div.productlist a {
    text-decoration: none;
}

div.product {
    position: absolute;
    background-color: white;
    padding: 5px;
    z-index: 100;
    border: 1px solid black;
}