﻿
/*
    moved to _layout.cshtml to be localizable:

    a.dropdown-toggle span.glyphicon-option-vertical:before { content: "Options ▼"; }
*/
a.dropdown-toggle span.glyphicon-option-vertical {
    color: #034db1;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1em;
    position: absolute;
    top: 0px;
    right: 0px;
}
.myacc-options-dropdown-container {
    position: relative;
    margin-top: 5px;
    min-height: 15px;
}

.listing .price.unsoldprice {
    color: #a31815;
}

.galleryPrice.unsoldprice {
    color: #a31815;
}

.listing .price.soldprice {
    background-color: lightgreen;
    color: #333;
    padding: 3px 4px;
    /*font-size: 14px;*/
}

.galleryPrice.soldprice {
    background-color: lightgreen;
    color: #000;
    padding: 3px 4px;
    /*font-size: 14px;*/
}
.unsoldlabel {
    background-color: #ccc;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}
.soldlabel {
    background-color: lightgreen;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.cca-inv-title {
    width: 100px;
    height: 36px;
    padding-top: 6px;
    padding-left: 5px;
}

.cca-inv-adj-help {
    color: #aaa;
    font-size: 14px;
}

.shipping-amount {
    max-width: 75px;
    text-align: right;
    padding-right: 4px;
}