﻿div.mailing-list
{
  padding: 20px 0;
}

div.mailing-list input#emailSignUpAddress, div.mailing-list input#storeLocatorPostcode
{
  text-align: center;
}

div.featured-items
{
  width: 100%;
  overflow: hidden;
  padding: 10px 0 28px 0;
  border-top: solid 1px #C0C0C0;
}

div.featured-items h3
{
  width: 49%;
  float: left;
  padding: 10px 0;
  text-indent: 10px;
}

div.featured-items ul li
{
  float: left;
  width: 12.4%;
  text-align: center;
}

div.featured-items ul li.break
{
  border-right: solid 1px #ddd;
}

div.featured-items div.product-image
{
  height: 140px;
}

div.featured-items div.product-title
{
  height: 30px;
  margin-bottom: 5px;
}

div.featured-items div.product-details
{
}

div.featured-items div.product-title a
{
  color: #292828;
  font-weight: bold;
  text-decoration: none;
}

div.featured-items div.product-image img
{
  width: 118px;
}

ul.news-items
{
}

ul.news-items li
{
  display: inline;
}

ul.news-items li a
{
  color: #292828;
}

