/* Published from Red Dot 4.26.11 */

.noticeui, #producthd div.noticeui {
    color: #FFF;
    width: 83%;
    font-weight: normal;
    margin-bottom: 1.5em;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
    -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
    position: relative;
    left: 34px;
    font-size: 12px !important;
    background-image: url(/css/notice-bg.png);
    background-repeat: repeat-x;
    background-position: 0 0;
    padding-top: 12px;
    padding-right: 15px;
    padding-bottom: 0;
    padding-left: 15px;
}
.noticeui p, #producthd div.noticeui p {
    font-size: 12px !important;
    margin-bottom: 1em;
    margin-left: 4em;
    margin-top: 0px;
}
.noticeui p:last-child {
    margin-bottom: 0;
}
.noticeui ul, #producthd div.noticeui ul {
    margin-left: 8px;
    margin-bottom: 1.5em;
    padding-top:0px !important;
    padding-bottom:0px !important;
    padding-left:40px !important;
}
.noticeui ul:last-child, #producthd div.noticeui ul:last-child {
    margin-bottom: 0;
}
.noticeui li, #producthd div.noticeui li {
    font-size: 12px !important;
    list-style-type: none;
    padding-left: 18px;
    margin-bottom: .75em;
    margin-left: 2.0em;
    background-image: url(/images/noticeui/notice-tabs.png);
    background-repeat: no-repeat;
    background-position: 0 -95px;
}
.noticeui-success li, #producthd div.noticeui-success li {
    background-position: 0 -98px;
}
.noticeui-warn li, #producthd div.noticeui-warn li {
    background-position: 0 -898px;
}
.noticeui-error li, #producthd div.noticeui-error li {
    background-position: 0 -498px;
}
.noticeui-info li, #producthd div.noticeui-info li {
    background-position: 0 -1298px;
}
.noticeui h5, #producthd div.noticeui h5 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    margin-left: 3em;
    margin-top: 0px;
}
#producthd div.noticeui-error h5 {
    color:#933628 !important;
}
#producthd div.noticeui-success h5 {
    color:#596C26 !important;
}
.noticeui span,  #producthd div.noticeui span {
    width: 52px;
    height: 40px;
    position: absolute;
    left: 4px;
    top: 3px;
    background-image: url(/images/noticeui/notice-tabs.png);
    background-repeat: no-repeat;
    background-position: 100% 0;
}
.noticeui-success, #producthd div.noticeui-success {
    background-color: #EEF4D4;
    color: #596C26;
    border: 1px solid #8FAD3D;
}
.noticeui-success span, #producthd div.noticeui-success span {
    background-position: 100% 0;
}
.noticeui-warn span, #producthd div.noticeui-warn span {
    background-position: 100% -800px;
}
/* Updated for SciEd tnr NVAE-9JEH9J*/
.noticeui-error span, #producthd div.noticeui-error span {
    background-position: 100%;
}
.noticeui-warn, #producthd div.noticeui-warn {
    background-color: #FFEA97;
    color: #796100;
    border: 1px solid #E1B500;
}
.noticeui-error, #producthd div.noticeui-error {
    background-color: #EFCEC9;
    color: #933628 !important;
    border: 1px solid #AE3F2F;
}
.noticeui-info, #producthd .noticeui-info {
    background-color: #C6D8F0;
    color: #285797;
    border: 1px solid #4381CD;
}
.noticeui-info span, #producthd div.noticeui-info span {
    background-position: 100% -1200px;
}