.item {
  float: left;
  width: 240px;
  height: 250px;
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 0px solid #ddd;
  padding: 5px 5px 5px 5px;
  font-size: 90%;
}

.image img {
  border: 5px solid #ddd;
  height: 181px;
  width: 140px;
}


.discrip {
  width: 470px;
  height: 120px;
  margin-right: 5px;
  margin-top: 5px;
  text-align: left;
  overflow: auto;
  font-size: 100%;
  padding: 5px;
  /*-moz-border-radius: 10px; -webkit-border-radius: 10px;*/
}

.price {
  float:left;
  width: 105px;
  text-align: center;
  font-size:100%;
  font-weight: bold;
  font-family: times new roman;
  margin-top: 12px;
}

.button input{
  float:left;
  text-align: center;
  margin-top: 0px;
  width:110px;
  margin-top:10px;
}

