.theme{
    height: 165px;
    position: absolute;
    left: 0px;
    top: 20%;
    width: 125px;
    background:#FFFFFF;
    border-radius: 0px 5px 5px 0px;
    box-shadow: 2px 2px 3px #6c6c6c;
    font-size: 13px;
}
.theme a{
    text-decoration:none;
}
.theme .title{
    color: #F3AF24;
    font-size: 14px;
    padding: 8px 0;
    text-align: center;
}
.theme .grey,
.theme .red,
.theme .violet,
.theme .green{
    float: left;
    width: 125px;
    margin: 6px 0 0;
}
.theme .grey .text,
.theme .red .text,
.theme .violet .text,
.theme .green .text{
    display: block;
    float: left;
    margin: 5px 0 0;
}

.theme .grey a{
    color: #6f6f6f;
}
.theme .grey .pre{
    background: none repeat scroll 0 0 #6F6F6F;
    border-radius: 3px 3px 3px 3px;
    display: block;
    float: left;
    height: 22px;
    margin: 0 10px;
    width: 37px;
}

.theme .red a{
    color: #8c0c1b;
}
.theme .red .pre{
    background: none repeat scroll 0 0 #8c0c1b;
    border-radius: 3px 3px 3px 3px;
    display: block;
    float: left;
    height: 22px;
    margin: 0 10px;
    width: 37px;
}

.theme .violet a{
    color: #726387;   
}
.theme .violet .pre{
    background: none repeat scroll 0 0 #726387;
    border-radius: 3px 3px 3px 3px;
    display: block;
    float: left;
    height: 22px;
    margin: 0 10px;
    width: 37px;
}

.theme .green a{
    color: #70a157;
}
.theme .green .pre{
    background: none repeat scroll 0 0 #70a157;
    border-radius: 3px 3px 3px 3px;
    display: block;
    float: left;
    height: 22px;
    margin: 0 10px;
    width: 37px;
}