#produkty, .home_produkty {
  margin-top: 10px;
}
  .produkt {
    width: 220px;
    height: 340px;
    float: left;  
    margin: 0 5px;
  }
    .produkt .prodcont {
      height: 310px;
      padding: 5px;
      border-bottom: 1px solid #a1a071;
      text-align: center;
      position: relative;
    }
      .produkt .image {  
        height: 210px;    
      }
      .produkt .name {
        margin-top: 12px;
        text-align: left;
      }
        .produkt .name a:link, .produkt .name a:visited {
          color: #660;
          font-weight: bold;
          text-decoration: underline;
          font-size: 1.1em;
        }
        .produkt .name a:hover, .produkt .name a:active, .produkt .name a:focus {
          text-decoration: none;
        }
      .produkt .description {
        margin-top: 6px;
        text-align: left;
        color: #98986a;
      }
      .produkt .bottom {
        position: absolute;
        bottom: 11px;
        left: 0;
        width: 218px;
      }
        .produkt .bottom .price {
          float: left;          
        }
          .produkt .price span {
            color: #98986a;
          }
          .produkt .price strong {
            color: #ba5a8b;
          }
        .produkt .bottom .detail {
          float: right;
          text-align: right;
          color: #ba5a8b;
        }
          .produkt .bottom .detail a:link, .produkt .bottom .detail a:visited {
            font-weight: bold;
            color: #ba5a8b;
            text-decoration: underline;
          }
          .produkt .bottom .detail a:hover, .produkt .bottom .detail a:active, .produkt .bottom .detail a:focus {
            text-decoration: none;
          }
