﻿.GroupList
{
  margin-top    :   0px;
  margin-bottom :   0px;
  width         : 890px;
}

.GroupCell
{
  float         : left; 
  margin-right  :  12px;
  margin-top    :   6px;
  margin-bottom :   6px;
  
  padding-top    :  8px;
  padding-bottom :  9px;
  padding-left   :  8px;
  padding-right  :  9px;
  
  width         : 261px;
  height        : 261px;
  
  overflow      : hidden;
  background-image : url("/dati_fissi/Image/quadrato.gif");
}

.GroupCellText
{
  font-family   : Arial;
  background-repeat : no-repeat;
}

.GroupName,
.SubGroupName
{
  width         : 128px;
  height        : 128px;
  overflow      : hidden;
}

.GroupNameText, .GroupNameText a,
.SubGroupNameText, .SubGroupNameText a
{
  font-family   : Arial;
  font-size     : 14px;
  font-weight   : bold;
  color         : #B33224;
}

.GroupProductsList
{
  width          : 128px;
  height         : 128px;
  overflow       : hidden;
}

.GroupProductsListText, .GroupProductsListText a
{
  font-family    : Arial;
  font-size      : 11px;
  font-weight    : bold;
  color          : #B33224;
}

.GroupPreview
{
  width          : 128px;
  height         : 128px;
  
  overflow       : hidden;
}

.GroupPreviewText, .GroupPreviewText a
{
  font-family   : Tahoma;
  font-size     : 10px;
  color         : #B33224;
}

