.price-value { 
  font-weight:bold;
  color:#439607;
}
.thin-price-value { 
  color:#439607;
}

.status-available { 
  color:green;
}
.status-outofstock,
.status-discontinued,
.status-unavailable { 
  color:red;
}
.status-backorder { 
  color:gray;
}
.status-preorder { 
  color:gray;
}

.dim { 
  color:gray;
}
.small { 
  font-size:11px;
}

.review-count {
  padding-top:2px;
}

#related_products li { 
  float:left;
  width:130px;
  height:260px;
  margin:0 10px 10px 0;
  background-color:white;
  padding:15px;
  overflow:hidden;
}
#related_products li .image img { 
  max-width:130px;
  max-height:130px;
}
#related_products li .image { 
  margin-bottom:2px;
  display:block;
}
#related_products li .name { 
  display:block;
  font-weight:bold;
  line-height:17px;
  margin-bottom:3px;
  max-height:70px;
}
