div.color-swatches-window {
    position: absolute;
    border: 1px solid #ccc;
    height: 150px;
    width: 110px;
    background-color: #ffffff;
/*z-index: -50;*/
    visibility: hidden;
}
div#more-colors-mini-window {
/*z-index: -55;*/
    width: 100%;
}

div#more-colors-window {
    visibility: hidden;
    position: absolute;
    top: -180px;
    left: -5px;
    /*height: 250px;*/
    /*width: 250px;*/
    background-color: #ffffff;
    z-index: 100;
}

.more-text {
    font-size: 11px;
    font-family: arial, serif;
}

.close-text {
    font-size: 10px;
    font-weight: bold;
    font-family: arial, serif;
}

.color-swatches {
    background-color: #ffffff;
}

.more-color-mini-text {
    font-size: 8px;
    font-family: verdana,serif;
    text-transform: uppercase;
    color: black;
}

