table.view {
  font-family: verdana, arial, sans-serif;
  font-size: small;
}

table.view tr.hdr td  { border-top-width: 0; }
table.view tr.image td  { 
 border-top-width: 0; 
 padding: 0 5px 0 0px;
}

table.view td a { color:#c00; }
table.view td a:hover { color:#00c; }

#catno   { width:90px; cursor:pointer; font-size:110%;}
#length  { width:82px; cursor:pointer; color:#00c; font-size:110%;}
#price   { width:80px; cursor:pointer; color:#00c; font-size:110%;}
#descrip { width:340px; cursor:pointer; font-size:110%; }
#photo   { width:100px; }
#modify  { width:100px; }

table.view td  {
  padding: 5px;
  border-top: solid 1px black; 
}
