.suggested-product-container {
    background-color:white;
    direction: ltr;
    text-align: left;
    display:block;
    padding:10px;
    height:100%;
    box-shadow: 0px 0px 20px -5px rgba(0,0,0,0.75);
    color:black;
    border-radius:5px;
    position:relative;
    padding-bottom:50px;
}

.suggested-product-container:hover {
    text-decoration: none;
}

.suggested-product-container .suggested-product-image {
    text-align: center;
}

.suggested-product-container .suggested-product-image img {
    max-width:100%;
    max-height:200px;
}

.suggested-product-container .suggested-product-title {
    word-wrap: break-word;
}

.suggested-product-container .suggested-product-price {
    text-align: center;
    margin-top:5px;
    margin-bottom:5px;
    color: #ff7300;
    font-weight:bold;
    font-size:1.1em;
    font-family: Arial;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
}

.suggested-product-container .suggested-product-supplier {
    text-align: center;
    margin:5px 0;
}

.suggested-product-container .suggested-product-supplier img {
    height:25px;
    max-width:100%;
}