/* --- css/block.css -- start ------------------------------------ *
 * $Id: imgblock.css 130 2010-07-13 22:58:23Z vugluskr $
 *
 */

.puzzle_listing .decor_adult, .puzzle_rating .decor_adult {
    background: #E7FFE5;
}
.puzzle_listing .decor_generic, .puzzle_rating .decor_generic {
    background: #eee;
}

.puzzle_listing {
    padding: 5px 0;
}
.puzzle_listing .imgblock_wrap {
    display: inline-block;
    display: -moz-inline-box;

    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;
    background-image: url(/images/imgblock/process_bg.png); 
    color: white;
}
.imgblock .wide0 {
    width: 76px;
}
.imgblock .wide1 {
    width: 104px;
}
.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(/images/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 .button > a, .imgblock .button > div {
    display: block;
    padding: 5px 1px;

    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
.imgblock .link_emulator {
    color: #069;
    cursor: pointer;
    text-decoration: underline;
}
.imgblock .link_emulator:hover {
    text-decoration: none;
}
/* --- /.../rating/ ---------------------------------------------- */
.puzzle_rating .imgblock_wrap {
    float: left;
}
/* --- css/block.css -- end -------------------------------------- */
