﻿/* the norm */
#gritter-notice-wrapper {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}

    #gritter-notice-wrapper.top-left {
        left: 20px;
        right: auto;
    }

    #gritter-notice-wrapper.bottom-right {
        top: auto;
        left: auto;
        bottom: 20px;
        right: 20px;
    }

    #gritter-notice-wrapper.bottom-left {
        top: auto;
        right: auto;
        bottom: 20px;
        left: 20px;
    }

.gritter-item-wrapper {
    position: relative;
    margin: 0 0 10px 0;
    background: #1997d4 none repeat scroll 0 0;
    color: #fff;
}

    .gritter-item-wrapper.notificationCart {
        /*background: #eaf8e7 none repeat scroll 0 0;
        color: #2ebe12;*/
        background: #ff9933 none repeat scroll 0 0;
        color: #fff;
    }

    .gritter-item-wrapper.gritter_error {
        background: #fff2f2 none repeat scroll 0 0;
        color: #ff0000;
    }

.gritter-top {
    /*background: #ff9900;*/
    height: 10px;
}

.hover .gritter-top {
    background-position: right -30px;
}

.gritter-bottom {
    /*background: #ff9900;*/
    height: 8px;
    margin: 0;
}

.hover .gritter-bottom {
    background-position: bottom right;
}

.gritter-item {
    display: block;
    padding: 2px 11px 8px 11px;
    font-size: 14px;
    font-family: verdana;
}

.hover .gritter-item {
    background-position: right -40px;
}

.gritter-item p {
    padding: 0;
    margin: 0;
    word-wrap: break-word;
}

.gritter-close {
    display: none;
    position: absolute;
    top: 12px;
    right: 0;
    background: transparent;
    cursor: pointer;
    width: 30px;
    height: 30px;
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
}

    .gritter-close:before {
        content: "\f00d";
    }

.gritter-title {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 7px 0;
    display: block;
}

.gritter-image {
    width: 48px;
    height: 48px;
    float: left;
}

.gritter-with-image,
.gritter-without-image {
    padding: 0;
}

.gritter-with-image {
    width: 220px;
    float: right;
}

.gritter-light .gritter-title {
    text-shadow: none;
}
