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

.productheader
{
    text-align: center;
    margin-bottom: 2px;
}

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

.product
{
    text-align:center;
    float:left;
    overflow: hidden;
    display: block;
    width: 161px;
    height: 115px;

	background-image: url(images/back.jpg); /* png */
	background-position: left top;
	background-repeat: no-repeat;	

}

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

.product-inner
{
	padding-top: 6px;		
	padding-left: 2px;
	padding-right: 2px;	
	padding-bottom: 2px;		
}

.productthumb
{
    width:120px;
    height:120px;
    text-align:center;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.productthumb-middle
{
	width:120px;
	height:120px;
	display: table-cell;
	vertical-align: middle;
}

* html .productthumb-middle
{
	position: absolute;
	top: 50%;
	height: auto;
	left: 0;
	z-index: -1;
}

* html .productthumb-image
{
	position: relative; top: -50%;
}

#categoryhead
{
	text-align: center;
	margin-top: 4px;
	margin-bottom: 4px;
	font-size: 14px;
}