/* --- css/block.css -- start ------------------------------------ *
 * $Id: imgblock.css 485 2011-06-23 21:29:44Z vugluskr $
 *
 */

.imgblock_wrap .decor_adult {
    background: #E7FFE5;
}
.imgblock_wrap .decor_generic {
    background: #eee;
}

.puzzle_listing .imgblock_wrap {
    display: inline-block;
    vertical-align: top;
}
.imgblock {
    width: 150px;

    margin: 1px;
    border: 1px solid #ccc;
    padding: 5px;
    padding-bottom: 2px;

    text-align: left;
    font-size: 10px;
}
.imgblock > div {
    margin-bottom: 3px;
}

.imgblock .button {
    height: 24px;
    color: white;
}
.imgblock .wide0 {
    width: 80px;
}
.imgblock .wide1 {
    width: 106px;
}
.imgblock .wide2 {
    width: 130px;
}
.imgblock .wide_s0 {
    width: 22px;
}
.imgblock .wide_s1 {
    width: 14px;
}
.imgblock .decor_compl_sw {
    width: 12px;
    height: 24px;
    background-image: url(/res/imgblock/compl_switch_bg.png);
}
.imgblock .bg_norm {
    background-position: 255px 50%;
}
.imgblock .bg_hard {
    background-position: 75px 50%;
}

.imgblock div.moderation_need {
    color: #0000d9; 
    cursor: pointer;
}
.imgblock div.moderation_pass {
    color: #580;
    cursor: pointer;
}

.imgblock .link_emulator {
    color: #069;
    cursor: pointer;
    text-decoration: underline;
}
.imgblock .link_emulator:hover {
    text-decoration: none;
}
.imgblock .button_wrap {
    margin-right: 0;
    vertical-align: middle;
    background-image: url(/res/imgblock/process_bg.png);
    background-repeat: repeat-x;
}
.imgblock .button_wrap > .button {
    display: table-cell;
    vertical-align: middle;

    color: white;
    margin-right: 0;

    text-decoration: none;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: bold;
}
.imgblock .du_tags {
    word-wrap: break-word;
}
.imgblock_wrap .decor_generic .button_wrap > .button {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.imgblock_wrap .decor_adult .button_wrap > .button {
    border-left: 1px solid #e7ffe5;
    border-right: 1px solid #e7ffe5;
}
/* --- /.../rating/ ---------------------------------------------- */
.puzzle_rating .imgblock_wrap {
    float: left;
}
/* --- css/block.css -- end -------------------------------------- */

