/* Product Finder */

body.pfinder {
  background-image: none;
  }

body.pfinder, select.pfinder, div.pfinderTitle {
  background-color: #eee;
  margin: 0px;
  }

body.pfinder,body.pfinder td {
  font: 8pt Arial,Helvetica,sans-serif;
  color: black
  }

.pfinder .small {
  font-size: 8pt;
  vertical-align: middle;
  }

#pfinderChooser {
  text-align: center;
  height: 17px;
  }

#pfinderList {
  font-size: 8pt;
  vertical-align: middle;
  white-space: nowrap;
  overflow: auto;
  margin-left: 2px;
  height: 137px;
  }

#pfinderList div {
  width: 99%;
  overflow: hidden;
  }

div.pfinderTitle { font-size: 9pt; font-weight: bold; color: black; width: 110px; }

a.pfinder:link,
a.pfinder:visited { color: black; text-decoration: none }
a.pfinder:active { color:red }
a.pfinder:hover { color: black; text-decoration: underline }

select.pfinder { font-size: 8pt; font-weight: bold; background: white; color: black; width: 108px }  

.pfinderHeading { font-weight: bold; font-size: 10pt; margin-top: 5px; margin-bottom: 1px; }