.product-item{
  float: left;
  width: 638px;
  height: 75px;
  padding-bottom: 24px;
  overflow: visible;
  clear: both;
  margin-bottom: 5px;
/*  border: 1px solid gray; */
}

.list-name{
  font-size: 13px;
  color: #b83632;
  float: right;
  width: 546px;
  text-align: left;
  display: inline;
}


a.product-name:link, a.product-name:visited{
  color: #b83632;
  font-weight: bold;
  width: auto;
}

a.product-name:hover{
  color: black;
}

.list-image{
  float: left;
  margin-right: 14px;
  width: 77px;
  overflow: hidden;
}

.list-description{
  padding-top: 3px;
  float: left;
  width: 540px;
  text-align: justify;
/*  line-height: 21px; */
}

.list-bottom{
  display: none;
}

.page-line{
  float: left;
  padding-bottom: 25px;
  text-align: right;
  width: 635px;
}


.page-line a.page{
  color: #3f3f3f;
  font-weight: bold;
  font-size: 12px;
}

.page-line a.page:hover, .active-page{
  color: #b83632;
  text-decoration: underline;
}

/*                   */

#top-wine{
  float:left;
  width: 300px;
  padding-bottom: 60px;
}

#top-wine .top-img{
  float: left;
  width: 150px;
  display: inline;
  padding-right: 20px;
}

#top-wine .top-name{
  float: left;
  width: 120px;
}


#top-wine .top-description{
  float: left;
  width: 125px;
/*  line-height: 18px; */
  padding-top: 10px;
}

