hr {
  border: none;
  border-top: 1px solid #555;
  width: 80%;
}

div#product-title {
}

div#product-title h2 {
  color: #369;
  padding: 0;
  margin: 0;
}

div#product-title h3 {
  margin: 0;
  padding:0;
}

div#product-header {
  width: 580px;
  clear: both;
}

div#image {
  float: left;
  width: 150px;
}

div#description {
  margin-left: 20px;
  width: 410px;
  float: left;
}

div#description p {
  font-size: 12px;
  text-align: justify;
}

div#product-technical-data {
  clear: both;
  width: 580px;
}

td#content table.product-desc{
  width: 100%;
/*  border-collapse:collapse;
  border-spacing: 5;*/
  margin: 10px;
}

td#content table.product-desc th {
  background-color: #336699;
  color: white;
}

td#content table.product-desc td {
  text-align: left;
  /*border-bottom: 1px solid black;*/
}

td#content table.product-desc td.field-name {
  width: 100px;
  padding-left: 20px;
  font-weight: bold;
  background-image: url("images/grey_point.gif");
}

td#content table.product-desc td.field-content {
  padding-left: 10px;
  background-color: #f2f2f2;
}

