/* notifications place */
#overlay_notifications {
    margin: 0;
    padding: 0;
    right: 20px;
    bottom: 0;
    display: block;
    position: fixed;
    max-height: 110px;
}
#overlay_notifications .notifications-placer1 {
    margin: 0;
    padding: 4px;
    padding-bottom: 0;
    border: 1px solid #000;
    border-bottom: 0 none;
    background: transparent url(/statics/resources/images/skin/black_mask.png) 0 0 repeat;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
}
#overlay_notifications .notifications-placer2 {
    margin: 0;
    padding: 0;
    border: 1px solid #888;
    border-bottom: 0 none;
    background: #fff url(/statics/resources/images/skin/notifications_bar.png) 0 100% repeat-x;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    position: relative;
}
#overlay_notifications #notifications_button {
    margin: 0;
    padding: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 32px;
    cursor: pointer;
    background: transparent url(/statics/resources/images/skin/notifications_hide.png) 50% 50% no-repeat;
    position: absolute;
    display: block;
}
#overlay_notifications #notifications_button.hidden {
    background: transparent url(/statics/resources/images/skin/notifications_show.png) 50% 50% no-repeat;
}
#overlay_notifications #notifications_content_block {
    margin: 0;
    margin-right: 32px;
    padding: 0;
    min-width: 1px;
    min-height: 32px;
    display: block;
    overflow: hidden;
}
#overlay_notifications #notifications_content {
    margin: 0;
    padding: 0;
    line-height: 30px;
    min-height: 32px;
    border: 0 none;
    border-right: 1px solid #888;
    display: block;
}
#overlay_notifications p {
    margin: 0;
    padding: 4px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: left;
    white-space: nowrap;
}
#overlay_notifications ul {
    padding-left: 40px;
    text-align: left;
}
#overlay_notifications ul li {
    margin-bottom: 4px;
}

