﻿.container
{
  margin-top:10px;
}

th.info-header
{
  font-size:11px;
  text-align:right;
  width:80px;
  line-height:11px;
}
td.info 
{
  padding-left:5px;
  line-height:11px;
}

.item-container 
{
  float:left;
  width:500px;
  margin:10px 0 15px 0;
  padding-bottom:10px;
  border-left:1px solid #696e6b;
  border-bottom:1px solid #565656;
  background-color:#d5d9d8;
  border-top:1px solid #ebebeb;
  border-right:1px solid #dbdbdb;
}

.item-name
{
  float:left;
  width:500px;
  font-weight:bold;
  font-size:12px;
  padding:5px 0 5px 5px; 
}

.item-image 
{
  float:left;
  width:150px;
  margin-left:5px;
}

.item-info 
{
  float:left;
  width:260px;
  margin-left:10px;
}
