.pageBlock {
    width: 100%
    /* border: 1px solid red; */
}
.col1 {
    float: left;
    width: 270px;
    /* border: 1px dashed blue; */
}
.col2 {
    float: left;
    width: 50%;
    text-align: center;
    /* border: 1px dashed lime; */
}
.col3 {
    float: left;
    width: 100px;
    /* overflow: hidden; */
    /* border: 1px dashed orange; */
}
.promo {
    float: right;
    width: 80px;
}
.colFull {
    clear: both;
    /* border: 1px dashed purple; */
}
.posBase {
    position: relative;
}

img.lCurve {
    float: left;
}

img.rCurve {
    float: right;
}

th.navHeader {
    text-align: left;
    padding-top: 10px;
}
