/* messagebox */
#message {
        display: none;
        opacity: 0;
        z-index: 300;
        position: absolute;
        overflow: hidden;
        height: 201px;
        top: 30px;
        left: 0px;
        margin: 0 0 0 -6px;
}

#messageback {
        position: relative;
        top: 0;
        _position: absolute;
        _top: 18px;
        opacity: 0.84;
        width: 741px;
        height: 151px;
        _height: 171px;
        z-index: 450;
}

#messagetext {
        position: absolute;
        top: 0;
        width: 690px;
        height: 105px;
        padding: 40px 0 0 45px;
        color: #fff;
        font-size: 12pt;
        z-index: 500;
        overflow: hidden;
}

#messagetext strong {
        font-size: 14pt;
}

#messagetext #messageimg {
        float: left;
        margin-right: 10px;
        height: 64px;
        display: block;
}


#messagecover {
        height: 64px;
        margin: 0;
        padding: 0;
        border: 0;
}

#message {
        background-image: url('/css/i/msgbox/message.png');
        background-position: 0 0;
        background-repeat: no-repeat;
        width: 741px;
        height: 151px;
}

a.msgbtn {
        float: left;
        margin: 20px 8px 0 0;
        line-height: 30px;
        color: #fff;
        text-decoration: none;
        text-align: center;
        display: block;
        width: 120px;
        height: 30px;
        background-image: url('/css/i/msgbox/messagebuttons.png');
        background-position: 0 0;
        background-repeat: no-repeat;
}

a.msgbtn:hover {
        color: #000;
        background-position: 0 -30px;
}

#order td,#order th {background:#fff;color:#000;}

tr.postage td {border-top:1px solid #fff;font-size:11pt;}
tr.total td {border-top:1px solid #fff; font-size:11pt;font-weight:bold}
