p.store_feature {
  margin-left: 2px;
  margin-right: 2px;
  text-align: center;
  font-size: 10px;
}

table.intable p.form_label {
  text-align: right;
  margin-right: 3px;
}

.quantity {
  color: #AAAAAA;
  font-size: 9px;
}

.profiled-product {
  margin-top: 10px;
  height: 80px;
}

.profiled-product img {
  float: left;
  margin-right: 10px;
  margin-left: 20px;
}
.listed-product {
  font-size: 80%; 
  height: 171px; 
  width: 105px; 
  padding-top: 10px; 
  text-align: center; 
  background-image: url(/system/layout/shop-featurebox-back.gif); 
  background-repeat: no-repeat;
  background-position: left top;
  float: left;
  margin-right: 1px;
}
.listed-product p {
  padding: 0px; 
  margin: 0px
}
.listed-product a {
  color: rgb(186, 76, 32);
}
.listed-product strong a {
  color: rgb(106, 116, 144);
  font-weight: normal;
}
#listed-products {
  margin-bottom: 25px;
  margin-top: -4px;
}
.profiled-product p {
  margin: 0px;
  padding: 0px;
}
#sidebar-cart {
  margin-top: 0px;
}