/**
*    Tools: Notice
**
*    Used on: -> gallery
*
*    Skin: Default
*
*    @author  Frenk T. Sedmak Nahtigal
*    @version 1.02
**/

/* =Notice
----------------------------------------------- */
.notice.left > span {
    background: url(../../../../images/notice_bg.png) 0 0 no-repeat;
}

.notice.right > span {
    background: url(../../../../images/notice_bg.png) -60px 0 no-repeat;
}

.notice > div {
    text-align: center;
    background-color: #fff9cd;
    border: 1px solid #dac000;
}

    .notice > div p {
        color: #000;
    }

        .notice > div > p > span {
            color: #505050;
        }

.notice > a {
    background: url(../../../../images/sprite_icons.png) -248px -770px no-repeat;
}

.notice > a:hover {
    background-position: 0 -1050px;
}

.notice > ul {
    background: #fff9cd url(../../../../images/notice_arrow.png) no-repeat bottom left;
    border: 1px solid #dac000;
}

    .notice > ul li {
    }

        .notice > ul li h4 {
            font-size: 14px;
            font-weight: bold;
            color: #000;
        }

            .notice > ul li strong {
                font-weight: bold;
            }

            .notice > ul li em {
                font-style: italic;
            }
