﻿.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 {
    color: #00529C;
    font-weight: bold;
}

.productListUL .storeHouseClass {
    /*font-size: 18px;*/
    color: #000000;
}

.productListUL .qtyClass {
}

.productListUL .product_list_input_qty {
}

.productListUL .listPName {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.productListUL .matrixPName {
    display: none;
}


.pg-scroll {
    padding-left: 0px;
    /*width: 560px;*/
    width:100%;
    position: relative;
    z-index: 2;
}

.pg-wrap {
    position: relative;
    overflow: hidden;
    /*width: 450px;*/
    width:135px;
    height: 45px;
}

.productListLi .productlistinfo {
    margin-left: 160px;
}

.productListUL .productListLi .iteminfo {
    margin-left: 15px;
    margin-right: 15px;
    margin-top:5px;
    text-align: left;
    height: calc(100% - 65px);
    position: relative;
}

.itemimage {
    float: left;
}

.clearfix:after{
   clear:none;
}