.product_list dl{
  width: 205px;
  padding: 0 0 35px 0;
  float: left;
  text-align: center;
  min-height:210px;
}

.product_list dl dt{
  font-weight: bold;
}

.product_list dl dd{
  padding: 2px;
}

dd.list_price_tag ins, dd.list_price_tag strong{
  background: #250836;
  padding: 2px;
}

p#intro_txt{
  margin: 0 0 15px 0;
  position: relative;
  top: -10px;
}

p#intro_txt a{
  color: #f33;
}
p#intro_txt a:hover{
  text-decoration: underline;
}
