.sxn {
    zoom: 1; /* clear floats for IE */
}

.sxn:after { /* clear floats for everything else */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.sxnCol {
    _display: inline; /* IE6 double-margin fix */
    float: left;
    margin-left: 20px;
}

.sxnCol1x {
    width: 60px;
}

.sxnCol2x {
    width: 140px;
}

.sxnCol3x {
    width: 220px;
}

.sxnCol4x {
    width: 300px;
}

.sxnCol5x {
    width: 380px;
}

.sxnCol6x {
    width: 460px;
}

.sxnCol7x {
    width: 540px;
}

.sxnCol8x {
    width: 620px;
}

.sxnCol9x {
    width: 700px;
}

.sxnCol10x {
    width: 780px;
}

.sxnCol11x {
    width: 860px;
}

.sxnCol12x {
    width: 940px;
}
