div.item,
    div.item1 {
  clear: both;
  border-top: #999999 1px solid;
  min-height: 98px;
}
div.item img,
    div.item1 img {
  float: left;
  margin: 10px;
}
div.item h3, div.item p,
    div.item1 h3, div.item1 p {
  padding-left: 160px;
  margin-bottom: 0px!important;
  padding-bottom: 4px;
}
div.item h3,
    div.item1 h3 {
  margin-top: 10px;
}
div.item1 {
  background-color: #dddddd;
}
p.oldprice {
  color: #888888;
}
p.discount, p.price {
  font-size: 13px;
  font-weight: bold;
}
p.price {
  color: #003377;
}
p.discount {
  color: #c22c0f;
}
div.galery {
  float: left;
  padding: 10px;
  width: 420px;
}
div.car table tr td {
  border-top: #999999 1px solid;
  padding: 2px;
}
table.carinfo p {
  padding-left: 0px; /*reset*/
}
td.listdescription {
  width: 250px;
}
td.listprice {
  width: 250px;
}
td.itemname {
  font-weight: bold;
  vertical-align: top;
  width: 150px;
}
td.itemcontent {
  width: 450px;
}
div.car img.carpic {
  margin-bottom: 10px;
}
div.car h3 {
  margin-bottom: 0px;
}
div.car p.oldprice {
  font-size: 16px;
}
div.car p.price, div.car p.discount {
  font-size: 20px;
}
div.car p.discount {
  margin-top: -10px;
}