.page-title {
  margin-bottom:20px;
}

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

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

.product .image {
  float:left;
  width:112px;
  background:none;
  margin:0;
  padding:0;
  border:0;
}

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

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

.product .image a span {
  display:block;
  border:0;
  height:136px;
  width:102px;
  left:-999em;
}

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


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

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

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

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

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

.product .desc p {
  margin:0 0 23px 0;
  padding:0;
  font-size:90%;
  color:#E8E8E8;
}

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

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

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

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