table {
  width:98%;
}

table thead tr td{
  font-weight: bold;
  background: #eee;
  padding:1px 4px;
  text-align: center;
}

table tbody tr th{
  background: url('/img/product_ico.gif') no-repeat 5px center;
  padding-left:20px;
  /* line-height: 12px; */
}
table.vendor tr th{
  width:40%;
}
table.manual tr td {
   text-align: center;
}
