.zlist_head {
    clear: both;
}
.twoCol {
    clear: both;
}
.twoCol .leftCol {
    float: left;
    font-weight: bold;
    width: 160px;
}
.twoCol .rightCol {
    float: left;
}

.deliveryInfo {
}
.deliveryInfo p {
    margin: 0 0 10px;
}
.deliveryInfoLabel {
    display: inline-block;
    font-weight: bold;
    margin-right: 5px;
    min-width: 150px;
}
#deliveryAddress {
    float: left;
    margin-bottom: 10px;
    margin-left: 5px;
}
