#product_category_list {
  margin-top:10px;
}

.spacer {
  clear:both;
  height:10px;
  border-bottom:1px solid #292929;
  margin:0 0 10px 0;
}

.item {
  width:350px;
  float:left;
  position:relative;
}

.item-right {
  margin-left:20px;
}

.item .image {
  float:left;
  height:92px;
  width:92px;
  background:none;
  margin:0;
  padding:0;
  border:0;
}

.item .image a {
  display:block;
  height:82px;
  width:82px;
  margin:0;
  padding:0;
  cursor:pointer;
  border:5px solid #292929;
}

.item .image a:hover {
  border-color:#000;
}

.item .image a img {
  border:1px solid #fff;
}

.item .image a:hover img {
  border:1px solid #df78b0;
}

.item .desc {
  width:248px;
  margin-left:10px;
  float:left;
  padding:5px 0;
}

.item .desc h3 {
  margin:10px 0 5px 0;
  padding:0;
  font-size:140%;
}

.item .desc h3 a {
  text-decoration:none;
  color:#fff;
  font-weight:bold;
}

.item .desc h3 a:hover {
  color:#DF78B0;
}

.item .desc p {
  font-size:85%;
  color:#878787;
  margin:0 0 23px 0;
}

.item .desc .buttons {
  height:23px;
  width:100px;
  padding:0;
  position:absolute;
  bottom:0;
  right:0;
}

.item .desc .buttons a {
  background:#989898;
  display:block;
  float:right;
  height:23px;
  margin:0;
}

.item .desc .buttons a:hover {
  background:#DF78B0;
}
