.usercp_nav_myalerts {
    background: url(../../../images/usercp/transmit_blue.png) no-repeat left center;
}

.usercp_nav_myalerts_delete_all {
    background: url(../../../images/usercp/delete.png) no-repeat left center;
}

.usercp_nav_myalerts_delete_read {
    background: url(../../../images/usercp/bin.png) no-repeat left center;
}

.newAlerts > a {
    color: red !important;
}

ul.panel_links a.myalerts {
    background-position: 0 -180px;
}

.alerts_count {
        background: #800000;
        padding: 1px 7px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        color: #ffffff;
        font-weight: 600;
}

.alerts_count_0 {
        background: #2E2E2E;
        padding: 1px 7px;
        border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        color: #ffffff;
        font-weight: 600;
}
/* rndz */