/*Top panel*/
#moderHeaderPanel .hover {
    text-decoration: underline;
    color:#fef0d6;
}

/* Setka na glavnoi */
.b-grid{
    position: absolute;
    padding:10px;
    margin: -10px;
    display: none;
    background: #fff;
    opacity: 0.8;
    text-align: center;
}
.b-grid__title{
    display: block;
    margin: 4px 0 0;
    font-family: PFDinTextCondProMedium, 'Arial Narrow', Serif;
    text-decoration: none;
    font-size: 20px;
    color: #962B2E;
    line-height: 23px;
}
.b-grid__item{
    margin: 50px 10px 0 10px;
    width: 21px;
    height: 21px;
    display: inline-block;
    text-indent: -9999px;
    vertical-align: top;
    text-decoration: none;
    background-image: url(../img/main_moderate.png);
    background-position: 0 0;
}
.m-grid__col .b-grid__item{
    display: block;
    margin: 20px auto;
}
.b-grid__item:hover{background-position: 0 -122px;}
.b-grid__item.active{background-position: 0 -82px;}
.m-grid__small{
    width: 21px;
    height: 21px;
}
.m-grid__mid{
    width: 41px;
    height: 21px;
}
.m-grid__big{
    width: 61px;
    height: 21px;
}
.m-grid__super-big{
    width: 81px;
    height: 21px;
}
.m-grid__small-long{
    width: 21px;
    height: 41px;
}


.mceItemTable {
    vertical-align: top;
}