.notification {
    display: block;
    width: 100%;
    position: relative;
    top: -24px;
    height: auto;
}

.notification .title {
    width: 99%;
    padding: 0px 0 0 1%;
    height: 39px;
    background: #fff url('/img/items_notification.png') left bottom repeat-x;
    color: #707070;
}

.notificationItem {
    position: relative;
}

.notificationItem .titleNotification {
    width: 99%;
    padding: 10px 0 10px 1%;
    color: #707070;
    font-weight: bold;
    z-index: 1;
    font-size: 14px;
    cursor: pointer;
    position: relative;
}

.notificationItem:nth-child(odd) .titleNotification {
    background: #fafafa url('/img/items_notification.png') left bottom repeat-x;
}

.notificationItem:nth-child(even) .titleNotification {
    background: #f6f6f6 url('/img/items_notification.png') left bottom repeat-x;
}

.notificationItem .titleNotification:hover {
    background: #f1f9ff url('/img/items_notification.png') left bottom repeat-x;
}

.notificationItem .marker {
    display: none;
    position: absolute;
    top: 35px;
    left: 20px;
    z-index: 2;
}

.notificationItem .titleNotification span {
    vertical-align: middle;
    max-height: 15px;
    overflow: hidden;
    display: inline-block;
    padding: 0 0 0 10px;
}

.notificationItem .mess {
    max-width: 800px;
    word-wrap: break-word;
    display: none;
    width: 97%;
    padding: 10px 0 10px 3%;
    margin: 0 0 0px 0;
    border-bottom: 1px dotted #707070;
}

.notificationItem .mess p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
}

.newMess {
    color: #4992f9;
    background: url('/img/blue_triangle.png') 2px 3px no-repeat;
    display: inline-block;
    width: 80%;
    height: auto;
    overflow: hidden;
}

.firstSpan {
    display: inline-block;
    width: 80%;
    height: auto;
    overflow: hidden;
}

.created {
    display: block;
    margin: 5px 0 10px 0;
    color: #4992f9;
    font-size: 12px;
}

.dateCreated {
    display: inline-block;
    margin-right: 30px;
    font-size: 12px;
    text-align: right;
    color: #4992F9;
}

.deleteNotification {
    position: absolute;
    top: 10px;
    right: 10px;
}