body {
  padding:0px;
  background-color:#EEEEEE;
  color:#444444;
  margin:0px;
  font-family:Helvetica,Verdana,Arial,sans-serif;
}

table.product {
  width: 100%;
  border: 0px;
  border-top: 1px dashed gray;
}

td.product_none,
td.product {
  width: 75px;
}

td.product_none {
  color: lightgray;
}

div.price {
  font-size: 2em;
  color: black;
}

img {
  border:0px;
}

img.logo {
  width:200px;
}

img.clothing {
  width:250px;
  margin-bottom:6px;
}

table {
  border-spacing:12px;
}

td.logo {
  border:2px solid gray;
  background-color:white;
  padding:6px;
  text-align:center;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
  border-radius:12px;
}

td.clothing {
  border:2px solid gray;
  background-color:white;
  padding:6px;
  text-align:center;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;
  border-radius:12px;
}

