.image-missing {
    background-color: #f4f4f4;
    background: rgba(250,250,250,.8);
}
.image-missing-notice {
    color: #a4a4a4;
    text-align: center;
    font-size: .9em;
    font-style: italic;
    width: 5em;
    line-height: normal;
    margin: 40% auto;
}
.store-item-discount {
    background: #caf;
    text-shadow: rgba(0,0,0,.1) 1px 1px 0;
    color: white;
    float: right;
    clear: right;
    text-align: right;
    line-height: 1;
    margin: .3em 0;
    font-size: .9em;
    padding: .35em .45em;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
