#cartSummary
{
  background: #eee;
  margin: 10px 0;
  padding: 10px;
  border: 5px solid #fff;
}

.products
{
  width: 100%;
}

.products .name a
{
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}

.products .photo
{
  width: 120px;
  text-align:center;
  vertical-align: middle;
  background: #eee;
  padding: 5px;
}

.products .desc
{
  background: #eee;
  padding: 10px;
}

.products .desc .learnmore
{
  float: right;
  margin-top: 10px;
}

.products .price
{
  padding: 10px;
  text-align: right;
  background: #eee;
}


.cart td
{
  padding: 0.2em 0.5em;
}
.cart .headings, .cart .subtotal, #orderItems .headers, #orderItems .totals
{
  font-weight: bold;
  background: #eee;
}

#orderDetails, #orderItems { margin-bottom: 10px; width: 100%; }
#orderDetails td, #orderItems td { font-size: 90%; }
#orderDetails td { padding: 0 5px 0 0; }

#orderItems .unitprice, #orderItems .total
{
  text-align: right;
}

#orderItems .quantity
{
  text-align: center;
}

#cartClear
{
  float: right;
}

#checkout
{
  text-align: right;
}

#lobsterTotal { float: right; }

.cart .attributes,
#orderItems .attributes
{
  list-style: none;
  padding: 0 0 0 1em;
  margin: 1em 0;
}

.cart .attributes li,
#orderItems .attributes li
{
  padding: 0;
}
