﻿.productList
{
  float: left;
  list-style: none;
  width: 685px;
}

.productList li
{
  float: left;
  width: 180px;
  margin-left: 10px;
}

.productList li div, .productList li span
{
  display: block;
  width: 160px;
  clear: both;
}

.productList li div
{
  margin: 10px;
  width: 160px;
  height: 180px;
  border: 1px solid #ddd;
}

.productList li div img
{
  margin: 3px;
  width: 154px;
  height: 174px;
}

.productList li span
{
  margin-left: 10px;
  margin-right: 10px;
  background-color: #817473;
}

.productList li span a
{
  display: block;
  color: White;
  margin: 5px;
}

/* ShoppingCart */
table.cart 
{
  width: 100%;  
  border-collapse: collapse;
}
.cart thead tr
{
  background-color: #C9C2C1;  
}
.cart thead th
{
  font-weight: bold;
}
.cart td, .cart th
{
  padding: 2px;
  vertical-align: top;  
}
.cart a
{
  color: White;  
}
