.productlist-wrapper
{
    text-align:center;
    width: 100%;
}

.productheader
{

    text-align: center;
	
    margin: 5px;
	margin-top:10px;
}
.productheader a
{
    font-weight: bold;
}


.productlist
{
    text-align:left;
    margin-left: auto;
    margin-right: auto;
	margin-left:14px;
    width: 780px;
}

.productlist a, .productlist a:visited, .productlist a:active
{
    text-decoration:none;
}

.product
{
    text-align:center;

    width: 175px;
    height: 210px;
	margin-right:15px;
	background-image: url(product_back.jpg);
	background-repeat: no-repeat;
    display: block;
    float:left;
    overflow: hidden;

}

.productthumb
{
    width:120px;
    height:100px;
    vertical-align:middle;
    text-align:center;
    margin-left:auto;
    margin-right:auto;

    display: block;
}