.products-list {
    border-top: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.product-row {
    border-bottom: 1px solid black;
}

.product-image {
    float: left;
}

.product-info {
    padding: 30px;
    float: left;
}

.price-display {
    padding: 30px;
    float: right;
}

.product-image {
    width: 100px;
    height: 100px;
    padding: 20px;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

cf {
    *zoom: 1;
}
