﻿div.product-item
{
  float: left;
  width: 205px;
  overflow: hidden;
  text-align: center;
  margin-bottom: 30px;
}

div.product-item div.product-image
{
  height: 235px;
  padding-bottom: 5px;
}

div.product-item div.product-image img
{
  width: 200px;
  vertical-align: top;
}

div.product-item div.product-image div.product-title
{
  padding: 0 5px;
}

div.product-item div.product-image div.product-title a
{
  color: #292828;
  display: block;
  overflow: hidden;
  font-weight: bold;
  white-space: nowrap;
  text-decoration: none;
  text-overflow: ellipsis;
}

div.product-item div.product-details
{
}

div.product-item div.product-details div.price
{
  white-space: nowrap;
}

div.product-item div.product-details p
{
  margin: 0;
}

div.product-item div.product-details div.swatches
{
  white-space: nowrap;
}

div.product-item div.product-details div.swatches a
{
  margin-right: 6px;
}

div.product-item div.product-details div.swatches img
{
  width: 20px;
  height: 20px;
  vertical-align: middle;
}

div.product-item div.product-details div.swatches a.current img
{
  padding: 1px;
  border: solid 2px #CC6633;
}
