﻿
/* In cima alla home */

.HighLightProduct
{
  margin           : 5px;
}

.HighLightProductTitle
{
  padding-top      : 5px;
  height           : 20px;
  text-align       : center;
  background-color : #cacdcc;
}

.HighLightProductTitleText, .HighLightProductTitleText a
{
  font-family      : Verdana;
  font-size        : 11px;
  font-weight      : bold;
  color            : #4353ab;
}

.HighLightProductPrice
{
}

.HighLightProductPriceText, .HighLightProductPriceText a
{
  font-family      : Verdana;
  font-size        : 11px;
  font-weight      : bold;
  color            : #d1022e;
}

.HighLightProductInfo
{
  margin-top       : 2px;
}

.HighLightProductInfoText, .HighLightProductInfoText a
{
  font-family      : Verdana;
  font-size        : 10px;
  font-weight      : bold;
  color            : #8d8a8b;
}

.HighLightProductBuy
{
  margin-top       : 5px;
}

.HighLightProductBuyText, .HighLightProductBuyText a
{
  font-family      : Verdana;
  font-size        : 11px;
  font-weight      : bold;
  color            : #4353ab;
}

.HighLightProductDescr
{
  margin-top       : 5px;
  clear            : both;
}

.HighLightProductDescrText, .HighLightProductDescrText a
{
  font-family      : Verdana;
  font-size        : 10px;
  color            : #8d8a8b;
}

.HighLightProductPhoto
{
  float : left;
}

/* In fondo alla home */

.SmallProductCode
{
  margin: 3px;
}

.SmallProductCodeText, .SmallProductCodeText a
{
  color  : Red;
}

.SmallProductTitle
{
  margin: 3px;
}

.SmallProductTitleText, SmallProductTitleText a
{
  color : Red; /* Non funziona...perché? */
  font-weight : bold;
}

.SmallProductDesc
{
  margin : 3px;
}

.SmallProductDescText, .SmallProductDescText a
{
}

.SmallProductPrice
{
  margin: 3px;
}

.SmallProductPriceText, SmallProductPriceText a
{
}

.SmallProductCartLink
{
  margin : 3px;
}

/* Elenco prodotti */

.Catalog
{
}

.CatalogItem
{
}

.CatalogItemLabel
{
}

.CatalogItemLabelText, .CatalogItemLabelText a
{
  color : #bc0c0c;
}

.CatalogPriceLabel
{
}

.CatalogPriceLabelText, .CatalogPriceLabelText a
{
  color : #bc0c0c;
}

.CatalogItemValue
{
  padding-top: 3px;
  padding-left : 5px;
  height : 16px;
  background-color : #efedee;
  border-bottom : solid 1px #244292;
}

.CatalogItemValueText, .CatalogItemValueText a
{
}

.CatalogPriceValue
{
  padding-top: 3px;
  padding-left : 5px;
  height : 16px;
  background-color : #efedee;
}

.CatalogPriceValueText, .CatalogPriceValueText a
{
}

/* Scheda dettagli */

.ProductFormLabel
{
}

.ProductFormLabelText, .ProductFormLabelText a
{
  color : #bc0c0c;
}

.ProductFormValue
{
  padding-top: 3px;
  padding-left : 5px;
  height : 16px;
  background-color : #efedee;
  border-bottom : solid 1px #244292;
}

.ProductFormValueText, .ProductFormValueText a
{
}

.ProductPriceLabel
{
}

.ProductPriceLabelText, .ProductPriceLabelText a
{
  color : #bc0c0c;
}

.ProductPriceValue
{
  padding-top: 3px;
  padding-left : 5px;
  height : 16px;
  background-color : #efedee;
}

.ProductPriceValueText, .ProductPriceValueText a
{
  font-weight : bold;
}

/* Riepilogo criteri di ricerca */

.CatalogSearchSummary
{
  padding-bottom : 5px;
  margin-bottom  : 5px;
  border-bottom  : solid 1px #d1022e;
}

.CatalogSearchSummaryItem
{
}

.CatalogSearchSummaryItemText, .CatalogSearchSummaryItemText a
{
}

/* Paginazione */

.CatalogPager
{
  padding-bottom : 5px;
  margin-bottom  : 5px;
  border-bottom  : solid 1px #d1022e;
  text-align     : center;
}

.CatalogPagerHeader
{
}

.CatalogPagerHeaderText, .CatalogPagerHeaderText a
{
}

.CatalogPagerItem
{
}

.CatalogPagerItemText, .CatalogPagerItemText a
{
  font-weight : bold;
}

.CatalogPagerSelectedItem
{
}

.CatalogPagerSelectedItemText, .CatalogPagerSelectedItemText a
{
  font-weight : bold;
  color       : #d1022e;
}
