#bn_pr {
    float: left;
    width: 167px;
    height: 15px;
    background: url('images/pr0.png');
    cursor: pointer;
}

#bn_pr:hover, #bn_pr.focused {
    background: url('images/pr1.png');
}

#bn_jh {
    float: left;
    width: 130px;
    height: 15px;
    background: url('images/jh0.png');
    cursor: pointer;
}

#bn_jh:hover, #bn_jh.focused {
    background: url('images/jh1.png');
}

#bn_jo {
    float: left;
    width: 121px;
    height: 15px;
    background: url('images/jo0.png');
    cursor: pointer;
}

#bn_jo:hover, #bn_jo.focused {
    background: url('images/jo1.png');
}

#bn_lc {
    float: left;
    width: 187px;
    height: 15px;
    background: url('images/lc0.png');
    cursor: pointer;
}

#bn_lc:hover, #bn_lc.focused {
    background: url('images/lc1.png');
}

#content table {
    margin-top: 11px;
    margin-bottom: 11px;
    border-collapse: collapse;
    border-color: #251e1e;
    border-style: solid;
    border-width: 1px;
}

#content table .rating {
    width: 130px;
    margin-top: 11px;
    margin-bottom: 11px;
    text-align: center;
    vertical-align: middle;
}

#content table .description {
    border-color: #251e1e;
    border-top-style: solid;
    border-bottom-style: solid;
    border-right-style: solid;
    border-left-style: none;
    border-width: 1px;
}

#content table .text {
    margin-top: 11px;
    margin-bottom: 11px;
    margin-right: 11px;
}

#content table tr {
    min-height: 45px;
}
