.arsc {
    background: #fff;
    border: 1px solid #cdcdcd;
    z-index: 3;
    border-radius: 0px 0px 3px 3px;
    position: absolute;
    height: 200px;
    overflow: auto;
}

.query_selector {
    background-color: #fff;
    padding: 10px;
    cursor: pointer;
}

.query_selector:hover {
    background-color: #EEEEEE;
    box-shadow: 0 0 6px #E0E0E0 inset;
}

.gen_selector {
    background-color: #fff;
    padding: 10px;
    cursor: pointer;
}

.gen_selector:hover {
    background-color: #EEEEEE;
    box-shadow: 0 0 6px #E0E0E0 inset;
}

.dgen {
    padding-bottom: 7px;
    padding-top: 10px;
    width: 101%;
}

.arsc div.row:nth-child(2n+1) {
    background-color: #F4F4F4;
}

.arsc div.row {
    padding: 5px 20px 5px 10px;
    width: 578px;
}

.arsc div.row .img {
    border: 1px solid #C9C9C9;
    height: 62px;
    padding: 3px;
    width: 62px;
}

.arsc .description {
    padding: 5px 10px;
}

.arsc .description .status {
    color: #5C5C5C;
}

.arsc .description .cost span {
    color: #BF1A1D;
    font-weight: bold;
}

.arsc .description .name a {
    font-size: 18px;
    height: 30px;
    line-height: 30px;
}