.navTools {
    font-size: 9px;
    float: left;
    width: 100px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 2px 2px 2px 10px;
    cursor: pointer;
}

.navTools_on {
    font-size: 9px;
    float: left;
    width: 100px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    padding: 2px 2px 2px 10px;
    height: 16px;
}

.ntMessage {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 18px;
    color: #fff;
    font-size: 22px;
    position: relative;
    padding-top: 5px;
}

.smallMessage {
    font-size: 21px;
    line-height: 16px;
}

.medMessage {
    font-size: 27px;
    line-height: 20px;
}

.largeMessage {
    font-size: 30px;
    line-height: 26px;
}

.LeftNavToolsTabBG {
    height: 114px;
    width: 236px;
    background-color: #000000;
    filter: alpha(opacity = 40);
    -moz-opacity: 0.4;
    opacity: 0.4;
    position: relative;
    top: 21px;
}

.LeftNavToolsTabText {
    float: left;
    color: #fff;
    height: 30px;
    background-color: transparent;
    position: absolute;
    z-index: 2;
}

.tabContent {
    float: left;
    position: relative;
    top: 20px;
    z-index: 2;
    padding: 5px;
}

.opacity70 {
    filter: alpha(opacity = 70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.opacity40 {
    filter: alpha(opacity = 40);
    -moz-opacity: 0.4;
    opacity: 0.4;
}

.leftNavToolsColorBGon {
    height: 21px;
    width: 118px;
    background-color: #000000;
    position: relative;
    top: -114px;
}

.leftNavToolsColorBGoff {
    height: 20px;
    width: 118px;
    background-color: #000000;
    position: relative;
    top: -114px;
}

.leftNavToolsWhenBGon {
    height: 21px;
    width: 117px;
    background-color: #000000;
    position: relative;
    top: -134px;
    left: 119px;
}

.leftNavToolsWhenBGoff {
    height: 20px;
    width: 117px;
    background-color: #000000;
    position: relative;
    top: -135px;
    left: 119px;
}

.leftNavToolsWhenBGoff_2 {
    height: 20px;
    width: 115px;
    background-color: #000000;
    position: relative;
    top: -134px;
    left: 158px;
}

.leftNavToolsItemsBGon {
    height: 21px;
    width: 117px;
    background-color: #000000;
    position: relative;
    top: -134px;
    left: 119px;
}

.leftNavToolsItemsBGoff {
    height: 20px;
    width: 117px;
    background-color: #000000;
    position: relative;
    top: -135px;
    left: 119px;
}

.noItems {
    border: 1px solid #fff;
    height: 40px;
    width: 85px;
    text-align: center;
    float: left;
    margin-right: 10px;
    padding-top: 20px;
    text-transform: none;
    color: #CCCCCC;
    line-height: 12px;
    background-color: #777777;
    font-weight: normal;
    font-size: 14px;
}

.colorToolTab {
    color: #fff;
    font-size: 18px;
    line-height: 16px;
    font-weight: bold;
    position: relative;
    top: 50px;
    left: 120px;
}

.colortoolTab a {
    color: #fff;
    text-decoration: none;
}

.colortoolTab a:hover {
    color: #333;
}

.itemsViewed {
    position: relative;
    left: 1px;
    top: 0;
    margin: 0 0 0 2px;
}

.itemsViewed a {
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

.itemsViewed a:hover {
    color: #333;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
}

.colorToolPick {
    line-height: 20px;
    margin-top: -16px;
}

.colorToolPad {
    position: relative;
    left: -8px;
}