.catalog {
  font-size: 8pt;
  font-family: Arial,Helvetica,sans-serif;
  color: #555555;
   text-align: center;
}
.catalog td {
  border-style: solid hidden solid solid;
  border-color: #a8a8a8;
  border-width: 1px;
  background-color: white;
}
.catalog th {
  border-style: solid hidden solid solid;
  border-color: #a8a8a8;
  border-width: 1px;
  background-color: #ffcc66;
}
#h_img {
  width: 60px;
  height: 25px;
}
#h_code {
  width: 65px;
}
#h_pwr {
  width: 65px;
}
#h_desc {
}
#h_man {
  width: 50px;
  border-style: solid solid solid solid;
}
#h_type {
  width: 80px;
}
#h_func {
  width: 40px;
}
#d_img {
  height: 80px;
}
#d_desc {
  text-align: left;
  padding-left: 10px;
}
#d_man {
  border-style: solid solid solid solid;
}
#d_nodata {
  border-style: none;
}
#spec_top {
  width: 950px; 
  height: 300px;
}
#spec_img {
  width: 300px; 
  height: 300px;
  float: left;
}
#spec_title {
  width: 500px; 
  //height: 50px;
  text-align: left;
  float: left;
  margin-left: 50px;
}
#spec_descb {
  width: 500px; 
  height: 25px;
  text-align: left;
  float: left;
  margin-left: 50px;
  font-style:italic;
}
#spec_descl {
  width: 500px; 
  //height: 50px;
  text-align: justify;
  float: left;
  margin-left: 50px;
}

.spec_table {
  table-layout:fixed;
  
}
.spec_table td {
  width: 200px;
  height: 20px;
  //border-style: solid hidden solid solid;
  //border-color: #a8a8a8;
  //border-width: 1px;
  //background-color: white;
}


