
.instock {
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #2a7800;
}

.outofstock {
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #e10000;
}

.limitedstock {
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #e26000;
}

.notstocked {
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
}

.anerror {
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: #000000;
    font-style : italic;
}

div.chartStockStatus img {
    margin-top: 10px;
    margin-right: 2px;
    margin-left: -5px;
}

#riChangeStoreA {
    text-decoration: underline;
    font-style: italic;
    color:#636363
}

.selectedStore {
    text-decoration: underline;
    font-family: Arial;
    font-size: 12px;
    color: #000000;
}

/* Portrait */
@media screen and (orientation:portrait) {
    .mobile .noaddtocart{
        display:block;
        margin-right:3px;
    }
}
/* Landscape */
@media screen and (orientation:landscape) {
    .mobile .noaddtocart{
    }
}



.mobile .selectedStore .At {
    color: #687a54;
}

.mobile .selectedStore {
    text-decoration: underline;
    font-family: Arial;
    font-size: 12px;
    color: #687a54;
}

#riHeader {
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
}