.productCard {
  display: block;
  background-image: url(../design/bg_prod.jpg);
  background-repeat: no-repeat;
  width: 166px;
  height: 270px;
  float: left;
  margin: 8px;
  text-decoration: none;
  position: relative;
  outline: none; }
  .productCard .preco {
    position: absolute;
    width: 162px;
    padding: 2px;
    background-color: #04a5ff;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    font-family: Verdana;
    text-align: center; }
  .productCard .promo {
    position: absolute;
    top: 0;
    left: 0; }
  .productCard .picture {
    margin: 10px 40px 0;
    width: 80px;
    height: 80px; }
  .productCard .picture img {
    max-width: 80px;
    max-height: 80px;
    width: auto;
    height: auto; }
  .productCard .title {
    color: #CC0000;
    font-size: 11px;
    font-weight: bold;
    height: 50px;
    padding: 10px 3px 0 3px;
    text-align: center;
    text-decoration: none; }
  .productCard .prices {
    height: 35px; }
  .productCard .originalPrice {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    height: 15px;
    text-decoration: line-through;
    margin-left: 10px; }
  .productCard .priceWithPromo {
    color: #FF0000;
    font-size: 18px;
    font-weight: bold;
    height: 35px;
    text-align: right;
    margin-right: 10px; }
  .productCard .price {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 0 0 8px 0; }
