.store-item {
    border-radius: 3px;
    display: inline-block;
    margin: 12px;
    border: 1px solid #c0c0c0;
    background-color: #f0f0f0;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.2);
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.store-item:hover {
    cursor: pointer;
    border-color: #a0a0a0;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.store-item-expiry {
    position: absolute;
    padding-top: 4px;
    padding-bottom: 4px;
    left: 0;
    right: 0;
    bottom: -5px;
    display: inline-block;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.8);
}

.store-item-header img {
    border-radius: 3px;
    margin-top: 11px;
    margin-bottom: 11px;
    max-width: 150px;
    max-height: 100px;
    height: 100px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.store-item-header {
    position: relative;
    cursor: pointer;
    text-align: center;
    border-bottom: 1px solid #c0c0c0;
}

.store-item-body {
    background-color: #fafafa;
    cursor: pointer;
    line-height: 1em;
    font-size: 15px;
    font-weight: bold;
    color: #505050;
    white-space: nowrap;
    overflow: hidden;
    padding-top: 7px;
    padding-bottom: 8px;
}

.store-item-body:hover {
    color: #000000;
}

.store-item-footer {
    border-top: 1px solid #c0c0c0;
    padding-top: 6px;
}

.store-item-action {
    padding-left: 12px;
    display: inline;
    color: #309a00;
    font-weight: bold;
}

.store-item-price {
    display: inline-block;
    position: absolute;
    margin-left: 120px;
    margin-top: 7px;
    text-align: right;
    width: 65px;
    font-weight: bold;
}

.store-payment-cards img {
    max-height: 20px;
    border: 1px solid #e0e0e0;
}

.table.store-price-table td, .table.store-price-table th {
    padding-top: 3px;
    padding-bottom: 3px;
}

.store-dialog-show {
    display: block;
}
