/* Product Site Lists: Wholesale Item Numbers List */
.tblWhole {
    width: 100%;
}
.tblWhole th {
    font-size: 0.9em;
    font-weight: normal;
    border-right: 1px solid white;
}
.tblWhole td, .tblWhole th {
    word-wrap: break-word;
    padding: 6px 4px;
    text-align: center;
}

/* specific for print mode*/
.productViewerListComponentMode .tblWhole th,
.productViewerListComponentMode .tblWhole td {
    width: auto;
}

.tblWhole .col1 {
    word-wrap: normal;
    width: 280px;
    text-align: left;
}
.productViewerListComponentMode .tblWhole .col1,
.productViewerListComponentMode .tblWhole .col1 {
    width: 100px;
}

.tblWhole .col2 {
    width: 100px;
}
.tblWhole .col3 {
    width: 45px;
}
.tblWhole .col4 {
    width: 200px;
}
.tblWhole .col5 {
    width: 72px;
}
.tblWhole .col6 {
    width: 70px;
}
.tblWhole .col7 {
    width: 70px;
}
.tblWhole .col8 {
}