.onhandInventoryRatio .statusBar {
    width: 124px;
    height: 14px;
    border: 1px solid #999;
    font-size: 1px;
    line-height: 0;
    background: url('invWidget.png') center left no-repeat;
    -moz-box-sizing: content-box;
}
.statusBar .onhand {
    height: 100%;
    float: left;
    background-color: #BBB;
    font-size: 1px;
    line-height: 0;
    display: inline;
    clear: both;
    margin: 0 0 0 11px;
}
.statusBar .totalInventory {
    height: 12px;
    float: right;
    font-size: 1px;
    line-height: 0;
    display: inline;
    clear: both;
}



#inventory_meters .itemInventory {
    width: 220px;
    margin: 0 0 5px 0;
    clear: both;
}






#inventory_meters .itemInventory {
    width: 220px;
    margin: 0 0 5px 0;
    clear: both;
}
.itemInventory .smallSwatchImage {
    width: 72px;
    float: left;
    display: inline;
    font-size: 1px;
}
.itemInventory .onhandInventoryRatio {
    width: 124px;
    float: left;
    margin: 10px 0 0 5px;
}



.itemInventory .smallSwatchImage {
    width: 72px;
    float: left;
    display: inline;
    font-size: 1px;
}

