#sc-inventory-wrapper {
    display: block;
    overflow: hidden;
    float: none;
    clear: both;
    background-color: #E6E6E6;
    border-radius: 4px;
    max-width: 1000px;
    margin: 0 auto;
}

.sc-item-wrapper {
    display: block;
    width: 27.8%;
    border: 4px solid #FFFFFF;
    border-radius: 4px;
    float: left;
    padding: 1%;
    margin: 1%;
    box-shadow: 6px 6px 4px #888888;
    font-size: 11px;
    font-weight: bold;
}

.sc-item-wrapper:hover {
    border: 4px solid #888888;
    box-shadow: none;
}

.sc-item-wrapper a {
    color: #FFF;
    text-decoration: none;
    display: block;
    text-align: center;
}

.sc-item-wrapper a:hover {
    color: #FFF;
}

.sc-item-wrapper > a > div {
    background-color: #888888;
}

.sc-title-wrapper {
    border-radius: 4px 4px 0 0;
    max-height: 25px;
    overflow: hidden;
}

.sc-title-wrapper span {
    margin: 0 1%;
}

.sc-title-wrapper .sc-model {
    font-size: 1.4em;
    font-style: italic;
}

.sc-img-wrapper {
    max-height: 128px;
    overflow: hidden;
}

.sc-img-wrapper img {
    height: 128px;
}

.sc-price-wrapper {
    border-radius: 0 0 4px 4px;
    font-size: 1.8em;
    line-height: 1.4em;
    text-shadow: 3px 3px #333333;
}

.sc-price-wrapper .sc-price-symbol {
    font-size: .7em;
    vertical-align: top
}

.sc-not-found {
    margin: 0 0 0 5%;
    color: #FE0000;
}

@media all and (max-width: 960px) {
    .sc-item-wrapper {
        width: 44%;
    }
}

@media all and (max-width: 720px) {
    .sc-item-wrapper {
        width: 92%;
    }
}

@media all and (max-width: 480px) {
    .sc-item-wrapper {
        width: 92%;
    }
}
