.BuyNotItem {
  width: 300px;
  height: 125px;
  background-image: url('buynot.jpg');
  border: 1px solid #FFAFFF;
  position: relative;
}

.BuyNotItem .ItemName {
  width: 123px;
  height: 29px;
  top: 28px;
  left: 129px;
  font-family: helvetica, arial, sans-serif;
  font-size: 13px;
  font-weight: bold;
  line-height: 14px;
  overflow: hidden;
  position: absolute;
}

.BuyNotItem .ItemNameContainer {
  width: 123px;
  height: 29px;
  display: table-cell;
  vertical-align: middle;
}

.BuyNotItem .ItemName a {
  color: #000000;
  text-decoration: none;
}

.BuyNotItem .Details {
  width: 165px;
  height: 36px;
  top: 57px;
  left: 129px;
  font-family: helvetica, arial, sans-serif;
  font-size: 11px;
  line-height: 12px;
  overflow: hidden;
  position: absolute;
}

.BuyNotItem .Was {
  width: 100px;
  height: 11px;
  top: 92px;
  left: 129px;
  font-family: helvetica, arial, sans-serif;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
}

.BuyNotItem .Now {
  width: 100px;
  height: 30px;
  top: 104px;
  left: 129px;
  font-family: helvetica, arial, sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 15px;
  color: #FFAFFF;
  position: absolute;
}

.BuyNotItem .Image {
  width: 108px;
  height: 81px;
  top: 33px;
  left: 11px;
  position: absolute;
}

.BuyNotItem .Image img {
  border: 0;
}

.BuyNotItem .Button {
  width: 60px;
  height: 39px;
  top: 78px;
  left: 232px;
  text-align: center;
  vertical-align: middle;
  position: absolute;
}

.BuyNotItem .Button a {
  padding-left: 25px;
  padding-right: 25px;
  text-decoration: none;
  font-family: helvetica, arial, sans-serif;
  font-size: 35px;
  font-weight: bold;
  margin: 0px;
}

.BuyNotItem .Button a:hover {
  cursor: pointer;
  text-decoration: none;
}
