.productsListFabric
{
margin-left: -5px;
margin-top: 20px;
}

.productsListFabric div
{
       border: solid 1px #ccc;
       padding: 10px;
       margin: 0px 8px 20px 8px;
       float: left;
       width: 85px;
       height: 115px;
       overflow: hidden;
       background-color: #fff;
}

.productsListFabric div div
{
       border: none;
       padding: 0px;
       margin: 0px;
       float: none;
       width: 85px;
       height: 115px;
       overflow: hidden;
       background-color: #fff;
}

.productsListFabric div h2
{
       display: none;
}

.productsListFabric .productGroupItemTeaser
{
       display: none;
}























