#product_summary {
  background-color: #ffffff;
  width: 500px;
  margin-left: 10px;
}

#product_summary ul li h1 {
  font-size: 18pt;
  color: #0000ff;
/*  list-style-image: url(img/ball_arrow.gif); */
  background-image: url("img/ball_arrow.gif");
  background-repeat: no-repeat;
  background-position: left center;
  margin-left: 17px;
  margin-top: 10px; margin-bottom: 10px;
}

#product_summary ul li p {
  font-size: 11pt;
  font-weight: bold;
  margin-left: 20px; margin-bottom: 5px;
}

#product_summary ul li.list {
  font-size: 12pt;
  margin-left: 50px;
  list-style-type: disc;
  padding: 3px 0px;
}
