﻿.productListUL .outOfStockFlagInList {
    color: red;
    font-weight: bold;
}

.productListUL .inStockFlagInList {
    color: Green;
    font-weight: bold;
}

.productListUL .priceDivClass {
    float: left;
    width: 200px;
}

.productListUL .priceClass {
    font-size: 18px;
}

.productListUL .productIdFont {
    font-size: 16px;
    color: #7C7C7C;
    font-weight:bold;
}

.productListUL .PNameFont {
    font-size: 18px;
    /*color: #00529C;*/
    color:black;
    font-weight: bold;
}

.productListUL .storeHouseClass {
    font-size: 18px;
    color: #000000;
}

.productListUL .qtyClass {
}

.productListUL .product_list_input_qty {
}

.productListUL .listPName {
    display: block;
}

.productListUL .matrixPName {
    display: none;
}


.pg-scroll {
    padding-left: 0px;
    /*width: 560px;*/
    position: relative;
    z-index: 2;
}

.pg-wrap {
    position: relative;
    overflow: hidden;
    /*width: 450px;*/
    height: 60px;
}

/*.productListLi .productlistinfo {
    margin-left: 220px;
}*/


.productListUL .productListLi .iteminfo {
    margin-top:5px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
    height: calc(100% - 65px);
    position: relative;
}

.itemimage {
    float: left;
}
