.colorsWrapperWrapper {
    margin-top: 30px;
    margin-left: 2px;
    width: 107px;
    height: 367px;
    background-image: url(/lab/colorsearch/image/colors.jpg);
    background-repeat: no-repeat;
    float: left;
}

.colorsWrapper {
    margin-left: 9px;
    margin-top: 9px;
    margin-right: 8px;
    margin-bottom: 8px;
    width: 90px;
    height: 350px;
    float: left;
    margin-bottom: 15px;
    border: 0px solid #999;
}

.colorPreview {
    width: 18px;
    height: 14px;
    overflow: hidden;
    float: left;
    background-repeat: no-repeat;
    cursor: default;
}

.colorPreview:hover,
#selected {
    background-image: url(/lab/colorsearch/image/rectangle.png);
}

#selected2 {
    background-image: url(/lab/colorsearch/image/cross.png);
}

.backTo {
    padding-top: 54px;
    clear: both;
}

div .cover {
    float: right;
    width: 342px;
    height: 580px !important;
}

.cover img {
    width: 340px;
}

.noColorResults {
    margin-top: 40px;
    margin-left: 20px;
    text-align: center;
    width: 600px;
    float: right;
    color: #444;
    font-style: italic;
}

.selector {
    position: absolute;
    top: 580px;
    left: 2px;
    text-align: left;
    width: 100px;
}

.selector,
.selector select,
.selector option {
    font-size: 12px;
}

.pager {
    width: 910px;
    text-align: right;
    clear: both;
}

.empty {
    position: absolute;
    left: 150px;
    top: 215px;
    width: 400px;
    font-style: italic;
    height: 340px;
}

.reset {
    position: absolute;
    top: 625px;
    left: 2px;
    text-align: center;
    width: 100px;
    font-size: 85%;
}

.reset,
.reset a {
    color: #888;
}

.reset a:hover {
    color: rgb(0,51,187);
}
