html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-style: normal;
    font-size: 11px;
    font-weight: normal;
    background: #efefef;
    text-decoration: none;
}

h1, h2 {
    font-size: 20px;
    font-weight: normal;
    color: #664;
    margin: 2px 0 2px 0;
    padding: 0;
    border: 0;
}

h3, h4 {
    font-size: 12px;
    font-weight: normal;
    color: #8b0000;
    margin: 2px 0 2px 0;
    padding: 0;
    border: 0;
}

h5, h6, dt {
    font-size: 11px;
    font-weight: bold;
    color: #8b0000;
    margin: 2px 0 2px 0;
    padding: 0;
    border: 0;
}

tfoot, thead {
    font-size: 12px;
}

a {
    text-decoration: none;
    text-align: left;
    cursor: pointer;
    outline: none;
}

    a:link {
        text-decoration: none;
        color: #4f82c7;
        outline: none;
    }

    a:visited {
        text-decoration: none;
        color: #4f82c7;
    }

    a:active {
        text-decoration: none;
        color: #4f82c7;
    }

    a:hover {
        text-decoration: underline;
        color: #4f82c7;
    }

    a img, img {
        border: 0;
    }

fieldset {
    border: solid 1px #999;
}

table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

span, div {
    text-decoration: none;
    text-align: left;
}

hr {
    text-align: left;
    border: 0;
    border-top: solid 1px #999;
    height: 1px;
}

::-webkit-input-placeholder {
    font-style: italic;
}

:-moz-placeholder {
    font-style: italic;
}

::-moz-placeholder {
    font-style: italic;
}

:-ms-input-placeholder {
    font-style: italic;
}

.inner-container {
    margin: 0 auto 0 auto;
    padding: 0;
    width: 1200px; /*1000px*/
}

.outer-container {
    padding: 10px 0 10px 0;
    margin: 0;
    text-align: center;
}

.banner {
    margin-top: 20px;
    
}


.header {
    height: 50px;
    position: relative;
}

    .header .menu {
        position: absolute;
        right: 5px;
        bottom: 3px;
    }

        .header .menu a {
            font-size: 11px;
            font-weight: 700;
            color: black; /*#FFFFFF;*/ /*#787878;*/
        }

        .header .menu span {
            font-size: 11px;
            font-weight: 700;
            color: black; /*#FFFFFF;*/ /*#787878*/
        }

        .header .menu #shoppingcart {
            font-size: 13px;
            color: black; /*#FFFFFF;*/ /*#428ece;*/
        }

        .header .menu img {
            vertical-align: middle;
            padding-right: 3px;
        }

    .header .logo {
        position: absolute;
        left: 0;
        bottom: 3px;
    }

.footer {
    padding-top: 10px;
}

    .footer a:hover {
        color: #787878;
    }

    .footer a {
        color: #999;
        margin-left: 5px;
        text-decoration: none;
    }

    .footer #languages {
        float: right;
        color: #00000;
        font-weight: bold;
        font-size: 12px;
    }

    .footer #copyright {
        float: left;
        color: #787878;
        font-weight: bold;
        font-size: 12px;
    }

.main {
    width: 100%;
    margin-top: 18px;
    background: url(images/container-slice.gif) repeat-y;
    z-index: -1;
}

    .main .main-inner {
        background: url(images/container-top.gif) left top no-repeat;
        padding: 15px 12px 15px 12px;
        min-height: 400px;
    }

    .main .main-outer {
        background: url(images/container-bottom.gif) left bottom no-repeat;
    }

    .main .content {
        width: 916px; /*766px;*/
        padding: 0;
        margin: 0;
        float: right;
        display: block;
    }

        .main .content .cellpadding {
            border-collapse: separate;
            border-spacing: 3px;
        }

.navigation {
    float: left;
    width: 250px; /*200px*/
    padding: 0;
    margin: 0 0 15px 0;
    overflow: hidden;
}

.loading {
    padding-top: 30px;
    background: url(images/loading.gif) no-repeat center top;
}

a.print {
    background: #fff url(images/0075-printer.png) no-repeat center center;
    width: 32px;
    height: 32px;
    font-size: 0;
}

    a.print:hover {
        text-decoration: none;
    }

.textTitleLeftAlign {
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    text-align: left;
}

.textTitleCenterAlign {
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    text-align: center;
}

.textTitleRightAlign {
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    text-align: right;
}

.textDataLeftAlign {
    font-size: 11px;
    font-style: normal;
    text-align: left;
}

.textDataCenterAlign {
    font-size: 11px;
    font-style: normal;
    text-align: center;
}

.textDataRightAlign {
    font-size: 11px;
    font-style: normal;
    text-align: right;
}

.tableTitleLeftAlign {
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    color: #000;
    text-align: left;
    background: #dadada url(images/OP_heading_slice.gif) 0 -2px repeat-x;
    vertical-align: middle;
    white-space: nowrap;
    height: 15px;
    padding: 4px;
    border: solid 1px #bebebe;
}

.tableTitleCenterAlign {
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    color: #000;
    text-align: center;
    background: #dadada url(images/OP_heading_slice.gif) 0 -2px repeat-x;
    vertical-align: middle;
    white-space: nowrap;
    height: 15px;
    padding: 4px;
    border: solid 1px #bebebe;
}

.tableTitleRightAlign {
    font-size: 11px;
    font-weight: bold;
    font-style: normal;
    color: #000;
    text-align: right;
    background: #dadada url(images/OP_heading_slice.gif) 0 -2px repeat-x;
    vertical-align: middle;
    white-space: nowrap;
    height: 15px;
    padding: 4px;
    border: solid 1px #bebebe;
}

.tableDataLeftAlign {
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    color: #000;
    text-align: left;
    border-left: dotted 1px #d0d0d0;
    border-right: dotted 1px #d0d0d0;
    vertical-align: middle;
    padding: 1px 5px 1px 5px;
    height: 20px;
}

.tableDataCenterAlign {
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    color: #000;
    text-align: center;
    border-left: dotted 1px #d0d0d0;
    border-right: dotted 1px #d0d0d0;
    vertical-align: middle;
    padding: 1px 5px 1px 5px;
    height: 20px;
}

.tableDataRightAlign {
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    color: #000;
    text-align: right;
    border-left: dotted 1px #d0d0d0;
    border-right: dotted 1px #d0d0d0;
    vertical-align: middle;
    padding: 1px 5px 1px 5px;
    height: 20px;
}

.article_heading {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    vertical-align: top;
}

.article_ingress {
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

    .article_ingress h2 {
        color: #000;
        font-size: 12px;
        font-weight: bold;
    }

    .article_ingress img {
        margin: 0 0 10px 10px;
        float: right;
    }

.errorinfo, .errorInfo {
    color: red;
    font-size: 12px;
    font-weight: bold;
    text-align: left;
}

.wideTable {
    width: 100%;
}

.dataTable {
    margin: 5px 0 5px 0;
    border-bottom: solid 1px #d0d0d0;
    border-right: solid 1px #d0d0d0;
    border-left: solid 1px #d0d0d0;
}

    .dataTable tr:nth-child(odd) {
        background-color: #f0f0f0;
    }

.simpleTable {
    margin: 5px 0 5px 0;
}

.propertyTable {
    margin: 5px 0 5px 0;
}

    .propertyTable select {
        width: 165px;
    }

    .propertyTable input[type="text"] {
        width: 160px;
    }

.boxbackground {
    margin-bottom: 5px;
}

.boxheading {
    font-weight: bold;
    color: #6d6d6d;
    font-size: 12px;
    margin: 0;
    padding: 6px 6px 4px 6px;
    background: #dadada url(images/OP_heading_slice.gif) left top repeat-x;
}

.boxheadingC {
    font-weight: bold;
    color: #6d6d6d;
    font-size: 12px;
    margin: 0;
    padding: 6px 6px 4px 0px;
    
}

.boxbody {
    padding: 5px;
    border-left: solid 2px #e0e0e0;
    border-right: solid 2px #e0e0e0;
    border-bottom: solid 2px #e0e0e0;
}

.Search_text {
    width: 100%;
    height: 20px;
    font-size: 12px;
    margin: 3px 0 3px 0;
    padding: 0;
    white-space: nowrap;
}

    .Search_text input {
        width: 158px;
        display: block;
        padding: 1px 1px 0 2px;
        margin: 0;
        float: left;
        height: 17px;
        border: solid 1px silver;
    }

        .Search_text input.button {
            background: #fff url(images/search.png) no-repeat -1px -20px;
            width: 22px;
            height: 20px;
            padding: 0;
            margin: 0;
            float: left;
            overflow: hidden;
            border: 0;
        }

            .Search_text input.button:hover {
                background: #fff url(images/search.png) no-repeat -1px 0;
            }

    .Search_text select {
        width: 185px;
        height: 20px;
        float: left;
        margin: 0;
        border: solid 1px silver;
    }

.zpidertree {
    color: #000;
    white-space: nowrap;
    width: 100%;
}

.shoppingcart_textarea {
    overflow: hidden;
    cursor: pointer;
}

    .shoppingcart_textarea select {
        width: 100%;
    }

.emptyshoppingcart {
    position: relative;
    background: #fff url(images/largeshoppingcart.jpg) no-repeat center top;
    width: 100%;
    height: 150px;
    margin-top: 120px;
}

    .emptyshoppingcart span {
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 100%;
    }

.product {
    width: 178px;
    height: 280px;
    float: left;
    overflow: hidden;
    margin: 5px;
    border: 1px dashed #bbb;
    text-align: left;
}

    .product .property {
        border: 0;
        float: none;
        clear: both;
        padding: 3px 5px;
        margin: 0;
        height: auto;
        text-align: right;
        vertical-align: top;
    }

        .product .property label {
            float: left;
        }

        .product .property p {
            padding: 0;
            margin: 0;
        }

    .product .pictureexists {
        text-align: center;
    }

        .product .pictureexists img {
            height: 125px;
            float: none;
            margin: 15px 0;
        }

    .product .name {
        font-weight: bold;
        font-size: 12px;
        text-transform: uppercase;
        text-align: left;
        margin-bottom: 6px;
        height: 25px;
        overflow: hidden;
    }

        .product .name label {
            display: none;
        }

    .product .number {
    }

        .product .number label {
        }

    .product .customerprice, .product .customergrossprice {
        position: relative;
        text-align: right;
        font-size: 14px;
        color: #b00;
        font-weight: bold;
        white-space: nowrap;
        float: left;
        width: 55%;
        clear: none;
    }

        .product .customerprice label, .product .customergrossprice label {
            font-size: 10px;
            color: #000;
            font-weight: normal;
            text-transform: lowercase;
            float: none;
            margin-top: 14px;
            display: block;
        }

        .product .customerprice span, .product .customergrossprice span {
            position: absolute;
            top: 0;
            right: 5px;
        }

    .product .price, .product .grossprice {
        text-align: center;
    }

        .product .price label, .product .grossprice label {
            text-decoration: line-through;
            float: none;
        }

        .product .price span, .product .grossprice span {
            text-decoration: line-through;
        }

    .product .addtocartbutton {
        float: right;
        clear: none;
        padding-bottom: 0;
    }

    .product .addtocartitems {
        display: none;
    }

.sortcolumns a.sortorder {
    padding: 0 3px 0 6px;
    border-left: 1px solid gray;
}

    .sortcolumns a.sortorder.asc {
        font-weight: bold;
        padding-right: 18px;
        background: url(images/sortasc.gif) no-repeat right center;
    }

    .sortcolumns a.sortorder.desc {
        font-weight: bold;
        padding-right: 18px;
        background: url(images/sortdesc.gif) no-repeat right center;
    }

.sortcolumns #sortlabel {
    float: left;
    padding-right: 6px;
}

.sortcolumns {
    white-space: normal;
    padding-top: 10px;
}

.purchaselist_textbox {
    overflow: hidden;
    color: #000;
}

#ctrl_purchaselist .search {
    padding: 5px 0 5px 0;
}

#ctrl_purchaselist table {
    margin-top: 10px;
    border-bottom: solid 1px #bebebe;
}

#ctrl_purchasecart .buttonpanel {
    margin-top: 10px;
}

.infolist_textbox {
    background-color: #fff;
    vertical-align: top;
    overflow: hidden;
}

    .infolist_textbox img {
        vertical-align: middle;
    }

.title_whitebox {
    text-align: left;
    white-space: nowrap;
}

.data_whitebox {
    text-align: right;
}

.data_whitebox_bold {
    text-align: right;
    font-weight: bold;
}

.title_lightbox {
    background-color: #9cabba;
    text-align: left;
    white-space: nowrap;
}

.data_lightbox {
    background-color: #9cabba;
    color: #000;
    text-align: right;
}

.data_lightbox_bold {
    background-color: #9cabba;
    color: #000;
    text-align: right;
    font-weight: bold;
}

#purchaselistarea {
    float: right;
    width: 19%;
}

#infolistboxarea {
    float: right;
    width: 19%;
}

#showwindowarea {
    float: left;
    width: 80%;
}

.showelement {
    border-style: solid;
    border-width: 1px;
    border-color: silver;
    background-color: #fff;
    padding: 0;
}

    .showelement p {
        margin-top: 4px;
        margin-bottom: 4px;
    }

.showelement_promoprice {
    font-size: 12px;
    color: #b00;
    font-weight: bold;
}

.showelement_title {
    font-size: 11px;
    color: #000;
    font-weight: bold;
    margin: 0;
    padding: 4px;
    background: #dadada url(images/OP_heading_slice.gif) left bottom repeat-x;
}

.centerbox {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 350px;
    margin: -175px 0 0 -250px;
    padding-right: 5px;
}

    .centerbox .boxheading {
        background: url(images/module_blueheader_top_bottom.png) no-repeat right -5px;
        height: 30px;
        color: #fff;
        text-align: left;
        border-left: 1px solid #ddd;
    }

    .centerbox .boxbody {
        border: 0;
        padding: 0;
        margin: 0;
        background: url(images/module_blueheader_border_right.png) repeat-y right top;
        padding: 0 4px 0 0;
    }

        .centerbox .boxbody h2 {
            color: #333;
            font: 1.6em Verdana,Arial,Helvetica,sans-serif;
        }

        .centerbox .boxbody .outer {
            padding: 50px 120px 50px 120px;
            background-color: #fff;
            margin-right: 5px;
            border-left: 1px solid #ddd;
        }

        .centerbox .boxbody input {
            margin-left: 10px;
            width: 120px;
        }

        .centerbox .boxbody .button {
            margin: 0;
            padding: 0 25px;
            width: auto;
        }

    .centerbox .boxfooter {
        background: url(images/module_blueheader_top_bottom.png) no-repeat right bottom;
        height: 10px;
        padding-right: 10px;
        margin-left: 10px;
    }

        .centerbox .boxfooter span {
            background: url(images/module_blueheader_top_bottom.png) no-repeat left bottom;
            padding: 0;
            height: 10px;
            width: 10px;
            margin-left: -10px;
            display: block;
        }

    .centerbox #languages {
        min-width: 300px;
        max-width: 500px;
        height: 50px;
        line-height: 25px;
        text-align: left;
        margin-top: 5px;
        padding-left: 5px;
    }

        .centerbox #languages > a {
            display: inline-block;
        }

#loginarea .boxbody .outer {
    text-align: right;
}

#loginarea .boxinputrow {
    padding-bottom: 10px;
    text-align: right;
}

.articlecompare {
    overflow: hidden;
}

    .articlecompare .empty {
        background: #fff url(images/list-large.png) no-repeat center 100px;
        width: 100%;
        padding-top: 220px;
        text-align: center;
        font-weight: bold;
        font-size: 14px;
    }

    .articlecompare .head {
        border-bottom: solid 1px #cacaca;
        height: 32px;
        margin-bottom: 10px;
    }

        .articlecompare .head h1 {
            float: left;
            line-height: 32px;
        }

        .articlecompare .head .print {
            float: right;
        }

    .articlecompare .property {
        clear: both;
        display: block;
        padding: 0;
    }

        .articlecompare .property .title {
            display: block;
            float: none;
            clear: right;
            padding: 6px 0 3px 7px;
            text-align: left;
            border-top: 1px solid #e0e0e0;
            font-weight: bold;
        }

        .articlecompare .property div.column {
            vertical-align: top;
            padding: 0;
            overflow: hidden;
            float: left;
            margin: 0;
            display: block;
        }

        .articlecompare .property .column div.data {
            padding: 0 7px 6px 7px;
            height: 100%;
        }

    .articlecompare div.removebutton {
        background: #f0f0f0;
        height: 28px;
        padding-top: 6px;
        border-top: 1px solid silver;
        border-bottom: 1px solid silver;
    }

    .articlecompare div.name .column {
        font-size: 13px;
        font-weight: bold;
    }

    .articlecompare div.picture .column img {
        width: 100px;
    }

.articledetails .head {
    border-bottom: solid 1px #cacaca;
    height: 32px;
}

    .articledetails .head h1 {
        float: left;
        line-height: 32px;
    }

    .articledetails .head .print {
        float: right;
    }

.articledetails .body {
    margin: 10px 0 10px 0;
}

    .articledetails .body .modulearea {
        width: 200px;
        float: right;
        clear: right;
        margin-left: 10px;
    }

    .articledetails .body .pictures {
        padding: 0 20px 10px 5px;
        vertical-align: middle;
    }

        .articledetails .body .pictures img {
            max-width: 260px;
            min-width: 200px;
        }

    .articledetails .body .properties {
        padding-left: 20px;
        width: 255px;
        vertical-align: middle;
    }

    .articledetails .body .articlecompare {
        padding: 10px 0;
        vertical-align: middle;
    }

    .articledetails .body .properties #amount {
        width: 30px;
        font-size: 10px;
    }

    .articledetails .body .properties .button {
        height: 22px;
        margin-left: 5px;
    }

    .articledetails .body .propertyline {
        text-align: left;
        clear: both;
        line-height: 20px;
        vertical-align: middle;
        overflow: hidden;
    }

        .articledetails .body .propertyline .title {
            width: 120px;
            float: left;
        }

    .articledetails .body .priceline {
        text-align: left;
        clear: both;
        line-height: 20px;
    }

.articledetails .description {
    padding: 10px 5px 10px 0;
}

.articledetails .bigprice {
    font-size: 16px;
    color: #b00;
    font-weight: bold;
}

.articledetails .mediumprice {
    font-size: 11px;
    color: #b00;
    font-weight: bold;
}

.articledetails .comparebutton {
    line-height: 40px;
}

.articleaddonbox .boxbody {
    padding: 0;
    border-bottom: solid 1px #e6e6e6;
}

.articleaddonbox .boxitem {
    padding: 2px 5px 2px 5px;
    border-bottom: solid 1px #e6e6e6;
    height: 45px;
}

    .articleaddonbox .boxitem img {
        float: left;
        width: 50px;
        max-height: 45px;
        padding-right: 10px;
    }

    .articleaddonbox .boxitem #name {
        text-transform: uppercase;
        height: 29px;
        overflow: hidden;
    }

    .articleaddonbox .boxitem #price, .articleaddonbox .boxitem #grossprice, .articleaddonbox .boxitem #customerprice, .articleaddonbox .boxitem #customergrossprice {
        float: left;
        display: inline;
        font-size: 10px;
        color: #b00;
        font-weight: bold;
    }

    .articleaddonbox .boxitem #currency {
        float: left;
        display: inline;
        padding-left: 3px;
        font-size: 10px;
        color: #b00;
        font-weight: bold;
    }

    .articleaddonbox .boxitem #addtocartbutton {
        text-align: right;
        float: right;
        font-size: 10px;
        color: #b00;
        font-weight: bold;
    }

.content .loginprofile {
    width: 400px;
    height: 300px;
    margin: 40px auto 0 auto;
}

    .content .loginprofile input {
        margin-left: 10px;
        width: 120px;
    }

    .content .loginprofile .boxbody {
        text-align: right;
        padding: 10px 50px 0 50px;
        background-color: #fff;
    }

        .content .loginprofile .boxbody .boxinputrow {
            text-align: right;
            padding-bottom: 10px;
        }

.navigation .loginprofile .boxbody .boxinputrow {
    padding: 0 0 10px 0;
}

.navigation .loginprofile .boxbody hr {
    display: none;
}

.systeminfo {
    text-align: center;
    height: 80px;
    padding-top: 50%;
    margin-top: -0;
}

th a.sortorder.asc {
    padding-right: 18px;
    background: url(images/sortasc.gif) no-repeat right center;
}

th a.sortorder.desc {
    padding-right: 18px;
    background: url(images/sortdesc.gif) no-repeat right center;
}

th a.sortorder {
    padding-right: 18px;
    background: url(images/sort.gif) no-repeat right center;
}

.documentdetails {
    margin-right: 20px;
}

    .documentdetails .head {
        border-bottom: dashed 1px #aacada;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

        .documentdetails .head h1 {
            color: #005694;
        }

        .documentdetails .head h2 {
            color: #000;
            font-size: 12px;
            font-weight: bold;
            margin-top: 5px;
        }

        .documentdetails .head .print {
            float: right;
            clear: both;
        }

    .documentdetails .innhold {
        padding-bottom: 10px;
    }

        .documentdetails .innhold .image {
            float: left;
            margin: 0 10px 10px 10px;
        }

        .documentdetails .innhold .info {
            text-align: right;
        }

            .documentdetails .innhold .info span {
                color: #787878;
            }

        .documentdetails .innhold .description {
            padding-top: 10px;
        }

    .documentdetails .download {
        background: #fafafa url(images/download_doc.png) no-repeat 0 0;
        border-top: dashed 1px #cacaca;
        height: 100px;
        margin: 15px 0 15px 0;
        padding: 20px 0 20px 120px;
    }

        .documentdetails .download div {
            color: #787878;
            margin-bottom: 5px;
        }

        .documentdetails .download .title {
            color: #000;
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 15px;
        }

div.documentlist {
    margin: 0 20px 0 0;
    clear: both;
}

.documentlist .search {
    text-align: left;
    width: 100%;
    padding-bottom: 10px;
    margin: 0;
}

.documentlist .item {
    margin: 5px 0 5px 0;
    border-top: dashed 1px #aacada;
    padding-top: 5px;
}

    .documentlist .item .image {
        width: 90px;
        height: 80px;
        float: left;
        overflow: hidden;
        margin-right: 20px;
    }

        .documentlist .item .image img {
            height: 80px;
        }

    .documentlist .item h1 {
        color: #005694;
    }

    .documentlist .item h2 {
        color: #000;
        font-size: 12px;
        font-weight: normal;
        margin-top: 5px;
    }

    .documentlist .item .info span {
        color: #787878;
    }

.debugpanel {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
}

    .debugpanel td {
        vertical-align: middle;
        text-align: center;
    }

    .debugpanel .boxbackground {
        width: 600px;
        margin: 0 auto;
    }

    .debugpanel .boxheading {
        font-weight: bold;
        color: #fff;
        font-size: 16px;
        margin: 0;
        padding: 65px 6px 15px 15px;
        background: url(images/module_smokeheader_top_bottom.png) right 1px no-repeat;
    }

    .debugpanel .boxbody {
        background: url(images/module_blueheader_border_right.png) repeat-y right top;
        padding: 0 10px 0 0;
        border: 0;
        border-left: 1px solid #ddd;
    }

        .debugpanel .boxbody .outer {
            padding: 15px 15px 40px 15px;
            margin: 0;
            padding-left: 150px;
            background: #f0f0f0 url(images/app_128x128.png) 10px 40px no-repeat;
        }

    .debugpanel .boxfooter {
        background: url(images/module_smokeheader_top_bottom.png) no-repeat right bottom;
        height: 10px;
        padding-right: 10px;
        margin-left: 10px;
    }

        .debugpanel .boxfooter span {
            background: url(images/module_smokeheader_top_bottom.png) no-repeat left bottom;
            padding: 0;
            height: 10px;
            width: 10px;
            display: block;
            margin-left: -10px;
        }

    .debugpanel h3 {
        font-weight: normal;
        font-size: 13px;
        color: #4a6277;
        margin: 20px 0;
    }

    .debugpanel ul {
        list-style: none;
        margin: 20px 0 10px 0;
        padding: 0;
    }

    .debugpanel li {
        margin: 0;
        padding: 2px 0;
    }

        .debugpanel li a {
            font-weight: bold;
            font-size: 13px;
            color: #b80a2d;
        }

    .debugpanel .adminLink {
        text-align: right;
    }

        .debugpanel .adminLink li {
            display: inline;
            padding-right: 10px;
        }

th.paymentmethod {
}

fieldset.radiogroup label {
    display: block;
    padding: 2px 0 2px 0;
}

fieldset.radiogroup input {
    float: left;
    padding: 0;
    margin: 0 4px 0 0;
    height: 14px;
}

fieldset.radiogroup {
    border: 0;
    padding: 0;
    margin: 0;
}

fieldset.delimited {
    border-left: 0;
    border-right: 0;
    margin: 7px 0;
    padding: 7px 0;
}

div.deliveryaddress table th, div.invoiceaddress table th {
    display: none;
}

div.invoiceaddress {
    float: right;
    padding-right: 140px;
    margin-bottom: 7px;
}

div.deliveryaddress {
    float: left;
}

    div.deliveryaddress select {
        width: 220px;
    }

div.buyerdetails, div.orderdetails {
    float: left;
    clear: both;
    width: 40%;
}

.clearer {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.leftalign {
    text-align: left;
}

.rightalign {
    text-align: right;
}

.button {
    font-size: 11px;
    font-weight: normal;
    height: 24px;
    padding: auto auto;
}

.flowbutton {
    font-size: 12px;
    font-weight: bold;
    height: 24px;
    padding: auto auto;
    vertical-align: bottom;
}

.Input_amount {
    text-align: right;
}

.Input_text {
    text-align: left;
}

#articlediscountbox .boxbody {
    background-color: #fff;
}

.watermark {
    position: relative;
    font-style: italic;
    color: #aaa;
    font-size: 12px;
    width: 0;
    display: block;
}

    .watermark label {
        position: absolute;
        left: 0;
        top: 0;
        white-space: nowrap;
        color: #999;
        padding: 4px 0 0 4px;
    }

div.maintenance-warning {
    background-color: #a00;
    padding: 5px 0;
    text-align: center;
}

    div.maintenance-warning a {
        color: #fff;
        font-weight: bold;
        font-size: 16px;
    }

a.button {
    border: 0;
    background: url(images/button.png) no-repeat right 0;
    padding: 0 5px 0 0;
    margin: 0;
    display: inline-block;
    height: 22px;
    color: #000;
    overflow: visible;
    text-decoration: none;
    outline: 0;
}

    a.button span {
        background: url(images/button.png) no-repeat left 0;
        padding: 0 5px 0 15px;
        margin: 0;
        display: inline-block;
        position: relative;
        left: -5px;
        line-height: 22px;
    }

    a.button:hover, a.button:focus {
        background-position: right -23px;
        text-decoration: none;
        color: #000;
    }

        a.button:hover span, a.button:focus span {
            background-position: left -23px;
        }

    a.button:active {
        background-position: right -46px;
        color: #fff;
    }

        a.button:active span {
            background-position: left -46px;
        }

    a.button.buy {
        background-image: url(images/button_blue.png);
    }

        a.button.buy span {
            background-image: url(images/button_blue.png);
            font-weight: bold;
            font-style: italic;
            color: #fff;
            white-space: nowrap;
        }

a.comparebutton {
    background: url(images/bubble_blue_16.png) no-repeat 0 0;
    padding: 1px 0 1px 20px;
    overflow: hidden;
}

    a.comparebutton.added {
        background-position: 0 -17px;
        padding-left: 20px;
    }

.tooltip-left {
    display: none;
    background: transparent url(images/black_arrow_left.png) no-repeat;
    font-size: 12px;
    height: 60px;
    width: 170px;
    padding: 20px 32px 28px 20px;
    margin-left: 8px;
    color: #fff;
    overflow: hidden;
}

    .tooltip-left a {
        color: #adddff;
    }

.tooltip {
    display: none;
    background: transparent url(images/black_arrow_up.png) no-repeat;
    font-size: 12px;
    height: 60px;
    width: 170px;
    padding: 32px 20px 28px 20px;
    margin-top: 8px;
    color: #fff;
    overflow: hidden;
}

    .tooltip a {
        color: #adddff;
    }

.tooltip-down {
    display: none;
    background: transparent url(images/black_arrow_down.png) no-repeat;
    font-size: 12px;
    height: 60px;
    width: 170px;
    padding: 20px 32px 33px 20px;
    margin-top: 8px;
    color: #fff;
    overflow: hidden;
}

    .tooltip-down a {
        color: #adddff;
    }

.tooltip-right {
    display: none;
    background: transparent url(images/black_arrow_right.png) no-repeat;
    font-size: 12px;
    height: 90px;
    width: 170px;
    padding: 13px 20px 20px 32px;
    margin-left: 8px;
    color: #fff;
    overflow: hidden;
}
