/* 
    Document   : shop2
    Created on : 1 лип 2010, 22:57:28
    Author     : user
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

table.b-product-attr ul li {
    float: none;
}

ul.product-list {
    overflow: hidden;
}

a.product-image-link {
    display: block;
    overflow: hidden;
}

img.product-image {
    cursor: pointer;
}