/* Product styles */

.product {
    height: auto;
}

.product .review_stars {
    padding: 0;
}

.product .five_star_bg {
    margin: 0 auto;
}

h5.product-title {
    text-transform: uppercase;
}

.alt {
    color: #797979;
}

.product-avatar {
    max-height: 100px;
    max-width: 100px;
    margin-bottom: 10px;
}

h3.product-price {
    color: #65AD2F;
    margin-top: 0;
}

#profile-products .thumbnail {
    background: #FFF;
}

#profile-products .product {
    padding: 10px;
    height: 230px;
    max-height: 230px;
}

#profile-products .product .review-stars {
    height: 16px;
}

#profile-products .products-list li {
    margin-bottom: 15px;
}

#overview-featured-items .product h5.product-title {
    height: auto;
}
