.notifications .notifications_link .new_flag {
    display: none; 
    background-color:#d31111;
    position: absolute;
    font-size: 11px;
    line-height:1em;
    padding: 2px 3px;
    border:1px solid #333;
    border-radius: 30%;
    color: #FFFFFF;
}

.notifications .notifications_link .link_anchor {
    text-decoration: none;
}

.notifications .notifications_link .anchoricon {
    vertical-align: text-top;
    color:#ddd
}

.notifications .notifications_link .anchoricon:hover {
    color:#fff;
}

.notifications .notifications_link_text {
    cursor: pointer;
}

.notifications .notifications_link_text:hover {
    text-decoration: underline;
}

.notifications_list {
    font-weight: normal;
    width: 375px;
    background-color: #fff;
    margin-top: 10px;
    z-index: 999;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.25);
}

.notifications_list .notifications_header {
    text-transform: uppercase; 
    font-size: 12px;
    border-bottom: solid #ddd 1px;
    padding: 8px 15px;
    margin: 0; 
    color: #a31111;
}

.notifications_list .notifications_items {
    list-style: none;
    padding: 0; 
    margin: 0; 
    line-height:18px;
}

.notifications_list .notifications_items .custom_message {
    text-align: center;
}

.notifications_list .notifications_items li.notifications_item {
    padding: 5px 15px;
    font-size: 12px;
    border-top-style: solid;
    border-top-color: #E6E6E6;
    border-top-width: 1px;
}

.notifications_list .notifications_items li.normal:first-child {
    border-top-color: #FFFFFF;
}

.notifications_list .notifications_items li.mouseover {
    background-color: #E6E6E6;
    cursor:pointer;
}

.notifications_list .notifications_items li.notifications_item .date_created {
    float: left;
    width: 330px;
    color:#000;
    font-weight:bold;
}

.notifications_list .notifications_items li.notifications_item .message_container .message_left {
    float: left;
    color:#666
}

.notifications_list .notifications_items li.notifications_item .message_container .message_left a {
    color: #a31111; 
    text-decoration:none
}

.notifications_list .notifications_items li.notifications_item .message_container .message_right {
    float: left;
    margin-top:-2px; 
    color: #666;
}

.your_notifications div.message_link a:hover,
.your_notifications i.close_icon:hover,
.notifications_list .notifications_items li.notifications_item .message_container .message_right i:hover {
    color: #a31111;
    cursor: pointer;
}

.notifications_list .notifications_items li.notifications_item .notify_link {
    font-size: 12px;
    color: #666;
}

.notifications_list .notifications_items li.notifications_item .notify_link a {
    color: #666;
}

.notifications_list .notifications_items li.notifications_item .notify_link a:hover {
    color: #a31111; 
    text-decoration:none
}

.notifications_list .notifications_footer {
    border-top: solid #ddd 1px;
    background-color: #F7F7F7;
    text-align: center;
}

.notifications_list .notifications_footer a {
    display: block; 
    padding: 8px;
    font-size:12px;
    color: #777; 
    font-weight:normal;
}

.notifications_list .notifications_footer a:hover {
    text-decoration:none;
    background:#eee
}

.your_notifications h3.date-header {
    border-bottom: 1px solid #aaa;
    font-weight: bold;
    margin-bottom: 0;
}

.your_notifications .notifications_item {
    color: #444; 
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
}

.your_notifications .notifications_item:last-child {
    border-bottom: none;
    padding-bottom: 30px;
}

.your_notifications .notifications_item .message_details {
    float: right; 
    color: #555;
    opacity: 0.7;
}

.your_notifications .notifications_item:hover .message_details {
    opacity: 1;
}


/*** Your Notifications ***/
/*.your_notifications{padding: 10px;}
.your_notifications .header{margin-top: 20px;padding-bottom: 3px;border-bottom: solid #CCCCCC 1px;}
.your_notifications .hidden_top_border{border-top: solid #FFFFFF 1px;}
.your_notifications .no_notifications{text-align: center;color: #1E374E;}

.your_notification{border-top: solid #E9E9E9 1px;margin-bottom: 8px;}
.your_notification .message_container{margin-top: 4px;}
.your_notification .message_container .message_left{float: left;width: 680px;}
.your_notification .message_container .message_right{float: left;width: 50px;}
.your_notification .hide_icon{float: right;cursor: pointer;display: none;}
.your_notification .link_icon{width: 12px;height: 10px;font-size: 10px;}
.your_notification .date_created{font-size: 10px;color: #AAAAAA;}*/
/*** END Your Notifications ***/
