table.product_list{
  margin-top: 10px;
  background-color: #eeeeee;
  border: 1px solid #999999;
  margin-left: auto;
  margin-right: auto;
}
table.product_list th{
  font-weight: bold;
  text-align:center;
}
table.product_list tr.heading td{
  background-color: #ffffff;
}
div.product_line_descr{
  background-color: #eeeeee;
  border: 1px solid #000000;
  margin: 6px;
}
div.catalog_item_box{
  width: 98%;
  border: 1px solid #999999;
  background-color: #eeeeee;
  margin-bottom: 10px;
}
div.catalog_item_box div.img_box{
  width: 100px;
  height: 100px;
  float: left;
  clear: right;
}
div.product_set{
  position: relative;
  width: 100%;
  padding: 0px;
  padding-top: 10px;
  margin-top: 10px;
  border: 1px solid #999999; 
  margin-bottom: 20px;
  /*color: #ffffff;
  background-color: #003366;*/
}
div.pset_title{
  position: absolute;
  top: -10px;
  left: 20px;
  width: 150px;
  font-size: 14px;
  font-weight: bold;
  padding: 0em 1em;
  font-family: arial, verdana, sans;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  border-left: 4px solid #999999;
  border-right: 4px solid #999999;
  background-color: #e6e6e6;
  color: #003366;
}
table.lister{
  color: #000000;
}
table.lister th{
  font-weigth: bold;
  text-align:center;
  border-bottom: 1px solid #999999;
  padding:2px;
  background-color: #ffffff;
}
.ppitem{
  background-color: #eeeeee;
  cursor: pointer;
}
.ppitem td{
  padding: 2px;
}
div.product_set img{
  border: 0px solid #999999;
}
div.product_set p{
  padding: 4px 10px;
  margin: 2px;
  font-weight: normal;
}
