﻿
.span4 {
    width: 245px;
    float: left;
    margin-right: 20px;
    list-style: none;
}


.item-tile-container {
    width: 220px;
    height: 250px;
    /*border-color: #f2f2f2;
    border-width: 1px;
    border-style: solid;*/
    float: left;
    /*margin: 10px;*/
    padding: 10px;
}

.picture {
    height: 150px;
}

.item-tile-picture {
    text-align: center;
}

    .item-tile-picture img {
        width: 100%;
        max-height: 150px;
        /*border: black 1px solid;*/
    }

.item-tile-name {
    text-align: left;
    max-height: 120px;
    /*border: black 1px solid;*/
}


    .item-tile-name a {
        text-decoration: none;
        font-size: 16px;
        margin-left: 6px;
        word-wrap: break-word;
    }

        .item-tile-name a:hover {
            text-decoration: underline;
        }

.item-tile-price {
    color: brown;
    font-size: 16pt;
    /*border: red 1px solid;*/
    height: 35px;
    margin: 0px;
    padding-top: 2px;
}


/*Media Queries*/
@media (max-width: 600px) {
    .item-tile-container {
        width: 130px;
        clear: left;
        margin-bottom: 0px;
    }
}
