#products_page_container {
  min-height: 200px;
}
#products_page_container h3 {
  color: #3399cc;
}

#outer2 .productdisplay {
  display: inline-block;
  clear: none;
  width: 165px;
  min-height: 90px;
  margin: 0 10px 0 0;
  font: normal 15px Verdana, Arial, sans-serif;
  color: #666666;
}
#outer2 .productdisplay.grid {
  min-height: 150px;
}

#outer2 .wpsc_product_title {
  font-size: 12px;
  color: #3399cc;
  width: 90%;
  text-align: center;
}
#outer2 .wpsc_description {
  font-size: 11px;
}

#outer2 .product_image {
  width: 150px;
}

#outer2 .center {
  text-align: center;
}

#outer2 .wpsc_product_price {
  margin: 10px 0 0 0;
}
#outer2 .pricedisplay {
  color: #3399cc;
}

#outer2 .wpsc_buy_button {
  margin: 10px 0 0 0;
}
