.productlist-wrapper
{
    text-align:center;
    width: 100%;
}

.productheader
{

    text-align: center;
    margin-bottom: 2px;

}
.productheader a
{
    font-weight: bold;
}


.productlist
{
    text-align:left;
    margin-left: auto;
    margin-right: auto;
    width: 590px;
}

.productlist a, .productlist a:visited, .productlist a:active
{
    text-decoration:none;
}

.product
{
    text-align:center;
    padding: 6px;
    width: 180px;
    height: 150px;

    display: block;
    float:left;
    overflow: hidden;

}

.productthumb
{
    width:74px;
    height:74px;
    vertical-align:middle;
    text-align:center;
    margin-left:auto;
    margin-right:auto;
    border: 1px solid #DCDCDC;
    display: block;
}
