﻿body {
    background: #fff;
}

.icon_Purchase-details01 {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../../../Images/icon_Purchase-details01.png);
}

.contentOne {
    padding: 0px 20px 0;
    margin-top: 26px;
    height: 410px;
    background: #fff;
}

.listUL {
    margin-bottom: 20px;
}

    .listUL > li {
        width: 33.3%;
        float: left;
    }

        .listUL > li > label {
            width: 75px;
            color: #999;
            display: inline-block;
            font-weight: normal;
        }

        .listUL > li.oneLine {
            width: 100%;
        }

            .listUL > li.oneLine .mrLeft {
                width: 75px;
                float: left;
                color: #999;
            }

.maRight {
    margin-left: 75px;
}
