/!-- Аватар автора поста в правой колонке
(Работает на Главной, на странице форума и в Активных темах, сообщениях)/
   .user-profile{padding-left:0!important;background:none!important;
}
em.user-avatar{float:left;height:32px;}
img.ava {
    border: 0.2em solid #557fae !important;
    border-radius: 9em;
    height: 28px;
    margin: 1px 5px 2px -2px;
    opacity: 0.85;
    width: 28px;
}
img.ava:hover {opacity: 1;}
img.on_ {
    background: url("http://mybb.forum4.ru/files/000a/45/08/79148.gif") no-repeat scroll 0 0;
    border: 1px solid #606060 !important;
    border-radius: 9em;
    display: block !important;
    float: right;
    height: 5px;
    margin: 3px 5px 0 -13px;
    position: relative;
    width: 5px;
    z-index: 100;
} 