
/* Favorite only background (should be something between sticky and normal one) */
.brd .main-content .favorite {
    background: #111;
    }

/* Favorite and sticky background (should be the same as sticky) */
.brd .main-content .favorite.sticky,
.brd .main-content .sticky .favorite {
    }

/* Favorite sign style (should be the same as sticky) */
.brd .main-content .main-item .hn .item-status em.favorite {
    }

/* Favorite icon (should be the same as sticky) */
.brd .main-content .favorite .icon {
    background: url(/forums/style/Default/images/stick.png) no-repeat;
    }

/* Favorite and closed icon (should be the same as sticky&closed) */
.brd .main-content .favorite .closed {
    background: url(/forums/style/Default/images/closed.png) no-repeat;
    }

/* Favorite and new icon (should be the same as new) */
.brd .main-content .favorite .new {
    background: url(/forums/style/Default/images/new.png) no-repeat;
    }

