.PrdList {}
.PrdList .tdCol  { border-right:1px solid #dddddd; vertical-align:top; padding: 20px 0; }
.PrdList .tdColL {}
.PrdList .tdColR { border-right:0px; }
.PrdList .tdColNull { border-right:0px; }
.PrdList .tdGap  {}
.PrdList .tdGapL {}
.PrdList .tdGapR {}

.PrdList .trRow  { border-top:1px solid #dddddd; }
.PrdList .trRowT { border-top:0px; }

.PrdList .PrdListCont { text-align:center; }

.PrdList .PrdCell { width:100%; }
.PrdList .PrdCell a {}
.PrdList .PrdCell a:hover { color:#000000; }

.PrdList .PrdCell .PrdImgM     { margin-bottom:8px; }
.PrdList .PrdCell .PrdImgM img {}
.PrdList .ColN_1 .PrdCell .PrdImgM img {}
.PrdList .ColN_2 .PrdCell .PrdImgM img {}
.PrdList .ColN_3 .PrdCell .PrdImgM img {}
.PrdList .ColN_4 .PrdCell .PrdImgM img {}
.PrdList .ColN_5 .PrdCell .PrdImgM img {}
.PrdList .ColN_6 .PrdCell .PrdImgM img {}
.PrdList .ColN_7 .PrdCell .PrdImgM img {}
.PrdList .ColN_8 .PrdCell .PrdImgM img {}

.PrdList .PrdCell .PrdContent { margin-bottom:4px; }
.PrdList .ColN_1 .PrdCell .PrdContent {}
.PrdList .ColN_2 .PrdCell .PrdContent {}
.PrdList .ColN_3 .PrdCell .PrdContent {}
.PrdList .ColN_4 .PrdCell .PrdContent {}
.PrdList .ColN_5 .PrdCell .PrdContent {}
.PrdList .ColN_6 .PrdCell .PrdContent {}
.PrdList .ColN_7 .PrdCell .PrdContent {}
.PrdList .ColN_8 .PrdCell .PrdContent {}

.PrdList .PrdCell .PrdTitle   { line-height:125%; margin-top:4px; margin-bottom:4px; color:#222222; }
.PrdList .PrdCell .PrdDesc    { line-height:125%; margin-bottom:4px; color:#666666; text-align:left; }
.PrdList .PrdCell .PrdPrice   { margin-bottom:4px; }
.PrdList .PrdCell .PriceName  { display: none; }
body .PrdList .PrdCell .DollarSign { color: #5E5E5E; }
.PrdList .PrdCell .PriceAmt   { color:#ff0000; font-weight:bold; }
.PrdList .PrdCell .DollarUnit {}
.PrdList .PrdCell .PrdCtrl    { margin-bottom:8px; }
.PrdList .PrdCell .PrdQty     {}
.PrdList .PrdCell .PrdBtn     {}
.PrdList .PrdCell .PrdExt     {}


.TreeMenu_0 .TreeNode_t {
    background: none;
}
.allPrice {
    /* display: inline-block; */
    float: left;
}
.PrdPriceAmt {
    color: #6e5992;
    font-weight: 800;
    font-size: 20px;

}

.PrdListCont td {
    vertical-align: top;
}
.PrdListLeft {
    margin-right: 25px;
    box-sizing: border-box;
    display: block;
    width: 355px;
}
.PrdListRight {
    width: 100%;
}
.liPrdTitle {
    color: #6e5992;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 140%;
    text-align: left;
}
.liCatDesc {
    font-size: 14px;
    color: #333333;
    text-align: left;
    line-height: 150%;
    height: 108px;
    overflow: hidden;
}
.liPrdPrice {
    margin-top: 10px;
    text-align: left;
    font-size: 18px;
display: inline-block;
}
.PriceHintName {
    display: none;
}
.liPrdPriceHint {
    display: inline-block;
    padding-left: 20px;
}
.PriceHintAmt {
    text-decoration: line-through;
}
.MoreDeatils a {
    background-color: #6e5992;
    border: 2px solid #6e5992;
    color: #fff;
    padding: 5px 15px;
    margin-top: 20px;
    font-size: 16px;
    display: inline-block;
}
.MoreDeatils a:hover {
    background-color: #fff;
    color: #6e5992;
}
.MoreDeatils{text-align:right;
margin-top: 40px;}
.liPrdImgM img {
    max-width: 350px;
    margin: 0 auto;
}





@media (max-width: 810px) {
.PrdListLeft, .PrdListRight {
    margin-right: 0;
    display: block;
    width: 100%;
    float: left;
}
.PrdListLeft .liPrdImgM{text-align:center;}
.PrdListLeft .liPrdImgM img {
    width: 100%;
    margin-bottom: 20px;
}

.PrdList .PrdCell a{
    width: 100%;
    text-align: center;
    padding: 10px 15px;
    display: block;
    box-sizing: border-box;
}

.liPrdTitle {
    margin-bottom: 11px;
}
body .liCatDesc {
    height: 148px;
}
.PrdList .tdColR {
    border-right: 0px;
padding-top: 300px
}

}