﻿.ProductsSmall
{
}

.ProductsSmall .Group, .ProductsSmall .GroupSeparator
{
  position: relative;
  display: block;
  overflow: hidden;
  width: 667px;
}

.ProductsSmall .GroupSeparator
{
	height: 8px;
}

.ProductsSmall .Item
{
  float: left;
  width: 330px;
  position: relative;
  overflow: hidden;
}

.ProductsSmall .Item.Alternating
{
	float: right;
}

.ProductsSmall .Item .StyledPanel
{
  height: 163px;
  width: 324px;
  margin: 0;
}

.ProductsSmall .Item .StyledPanel .TopImage
{
  background-image: url(../Images/BoxTopSmall.gif);
}

.ProductsSmall .Item .StyledPanel
{
  background-image: url(../Images/BoxMiddleSmall.gif);
}

.ProductsSmall .Item .StyledPanel .BottomImage
{
  background-image: url(../Images/BoxBottomSmall.gif);
}

.ProductsSmall .Item .StyledPanel
{
}

.ProductsSmall .Item h2
{
  padding-left: 0px;
  padding-right: 0px;
}

.ProductsSmall .Item .Price
{
  z-index: 2;
  position: absolute;
  left: 25px;
  top: 132px;
  text-align: right;
}

.ProductsSmall .Item .Price .Value
{
  display: block;
  color: #3E3E3E;
}

.ProductsSmall .Item .Price .ValueWithTax
{
  display: block;
  bottom: 0px;
  font-size: 12px;
  font-weight: bold;
}

.ProductsSmall .Item .Image
{
  z-index: 2;
  position: absolute;
  top: 32px;
  left: 11px;
}

.ProductsSmall .Item .Description
{
  position: absolute;
  left: 10px;
  top: 10px;
}

.ProductsSmall .Item .AdditionalInfo
{
  z-index: 1;
  position: absolute;
  left: 133px;
  top: 32px;
  padding: 5px 0px 5px 19px;
  width: 176px;
  height: 88px;
	background-color: #F0F0F0;
	color: #3E3E3E;
  overflow: hidden;
}

.ProductsSmall .Item .Favorite
{
	z-index: 4;
	position: absolute;
	bottom: 12px;
	right: 125px;
}

.ProductsSmall .Item .Submit
{
  z-index: 2;
  position: absolute;
  bottom: 7px;
  right: 11px;
}
