#notifications_wrap{
    position: fixed;
    bottom: 0;
    right: 54px;
    max-width: 400px;
    background-color: #e2e2e2;
    border-left: 1px #494337 solid;
    border-top: 1px #494337 solid;
    border-right: 1px #494337 solid;
    z-index: 9999;
}

#notifications_header{
    background-color: #617b54;
    font-size: 13px;
    padding: 3px;
    color: #e8e7e1;
    font-family: Georgia, Verdana, sans-serif;
    font-weight: bold;
}

#notifications{
    font-size: 13px;
    max-height: 400px;
    overflow-y: auto;
}

#notifications li{
    padding: 4px;
    border-bottom: 1px #a49f95 solid;
    border-left: 2px #617b54 solid;
    border-right: 2px #617b54 solid;
    color: #111111;
}

#notifications a{
	color: #617b54;
	text-decoration: none;
	font-weight: bold;
}

#notifications a:hover{
	background-color: #617b54;
	color: #e8e7e1;
}

#notifications li:last-child{
    border-bottom: none !important;
}

.notify_read{ color: #555555 !important; }
.notify_read a{ color: #494337 !important; }
.notify_read a:hover{ color: #e8e7e1 !important; background-color: #494337 !important; }

#notifications_tab{
    position: fixed;
    bottom: 0;
    right: 20px;
    width: 30px;
    height: 30px;
    background-color: #e2e2e2;
    text-align: center;
    border-top: 1px #a49f95 solid;
    border-left: 1px #a49f95 solid;
    border-right: 1px #a49f95 solid;
    cursor: pointer;
}

#notifications_tab img{
    position: absolute;
    left: 3px;
    top: 5px;
}

#notify_count{
    position: absolute;
    bottom: 4px;
    right: 4px;
    font-size: 10px;
    width: 12px;
    height: 12px;
    background-color: red;
    color: #f2f2f2;
    text-align: center;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

.notify_count_none{ background-color: #494337 !important; }

#notifications_actions{
    height: 20px;
    background-color: #617b54;
    padding: 0px 4px 2px 4px;
}

#notifications_actions li{
    display: inline;
    font-size: 12px;
    color: #e8e7e1;
    font-family: Georgia, Verdana, sans-serif;
    border-right: 1px #a0b096 solid;
    padding-right: 6px;
    padding-bottom: 3px;
    cursor: pointer;
}

#notifications_actions img{
    vertical-align: middle;
}

.notify_info{
    font-size: 12px;
    color: #444444;
}

.notify_time img{
    vertical-align: text-bottom;
    margin-right: 2px;
    margin-top: 1px;
}

.notify_mark_read{
	cursor: pointer;
}

.notify_mark_read:hover{
	background-color: #494337;
	color: #e8e7e1;
}