<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* HTML */
body, input, select, textarea, table {
    font: 11px Verdana, Arial, Helvetica, sans-serif;
    color: #545454;
}

h1, h2, h3, h4, h5, h6, p, form, div {
    margin: 0;
    padding: 0;
}

h1 {
    margin-bottom: 10px;
    /*border-bottom: 4px solid #dedede;*/
    font: bold 27px/29px Arial, Helvetica, sans-serif;
    color: #000;
}

h2, h3 {
    margin-bottom: 10px;
    /*border-bottom: 4px solid #dedede;*/
    font: bold 12px/16px Arial, Helvetica, sans-serif;
    color: #000;
}

h4, h5, h6 {
    margin-bottom: 10px;
    font: bold 11px/13px Verdana, Arial, Helvetica, sans-serif;
}

p {
    margin-bottom: 10px;
}

    p.separator {
        float: left;
        width: 100%;
        border-top: 1px solid #dedede;
        line-height: 1px;
    }

ul, ol {
}
/* Kept empty deliberately, so it will show default browser behavior */
li {
}
/* Kept empty deliberately, so it will show default browser behavior */

a:link {
    text-decoration: none;
    color: #545454
}

a:visited {
    text-decoration: none;
    color: #545454;
}

a:hover {
    text-decoration: none;
    color: #545454;
}

a:active {
    text-decoration: none;
    color: #545454;
}

a img {
    border: none;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

.clearboth {
    clear: both;
}

/* GENERIC Hantle page layout */
/*#hantle { margin: 0; padding: 0; text-align: center; }*/
#hantle {
    margin: 0;
    padding: 0;
}

#container {
    margin: 0 auto;
    width: 950px;
    text-align: left;
    position: relative;
}

#containerMain {
    position: relative; /*overflow:hidden;*/
}

/* Header */
#header {
    position: relative;
    height: 110px;
    /*border: solid 1px red;*/
}

    #header #linkHome {
        position: absolute;
        top: 0px;
        left: 0px;
    }

#personalMenu {
    position: absolute;
    right: 0px;
    top: 10px;
    padding: 0px 10px 0px 0px;
    font-size: 1.1em;
}

    #personalMenu li {
        float: left;
        display: block;
        padding-left: 10px;
    }

#mainMenu {
    width: 100%;
    position: absolute;
    bottom: 5px;
    background-color: #666666;
    background-image: url('/images/mainmenu_bg.gif');
    background-repeat: repeat-x;
    height: 28px;
    margin-bottom: 0px;
    clear: both;
}

    #mainMenu .menuItem {
        color: #dddddd;
        font-weight: bold;
    }

    #mainMenu .hover {
        color: White;
        background-color: #333333;
    }

/* Footer */
#footer {
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 1px solid #a0a0a0;
    margin-top: 10px;
}

    #footer .footerBox {
        position: relative;
        display: inline-block;
        width: 210px;
        float: left;
        padding: 10px;
    }

        #footer .footerBox ul {
            margin-top: 10px;
            margin-left: 0px;
            margin-bottom: 10px;
            margin-right: 0px;
            padding-left: 0px;
            list-style-type: none;
        }

        #footer .footerBox li {
            padding-left: 0px;
        }


#copyright {
    clear: both;
    text-align: center;
    background-color: #999999;
    padding: 3px;
    color: White;
}

/* Main Page: contentHome */
#contentHome {
    position: relative;
}

    #contentHome #homeBanner {
        margin-bottom: 20px;
    }

    #contentHome #homeBoxes {
        height: 400px;
        width: 700px;
    }

#homeBoxes .homeBox {
    float: right;
    position: relative;
    height: 80px;
    width: 200px;
    margin: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 2px solid #999999;
    padding: 90px 10px 10px 10px;
}

    #homeBoxes .homeBox h2 {
        font-size: 1.5em;
    }

    #homeBoxes .homeBox ul {
        margin-top: 3px;
        margin-bottom: 3px;
    }

#homeBoxes #products {
    background-position: left top;
    background-image: url('/images/home/retail_atm.jpg');
    background-repeat: no-repeat;
}

#homeBoxes #supports {
    background-position: left top;
    background-image: url('/images/home/supports.jpg');
    background-repeat: no-repeat;
}

#homeBoxes #accessories {
    background-position: left top;
    background-image: url('/images/home/topper.jpg');
    background-repeat: no-repeat;
}

#homeBoxes #parts {
    background-position: left top;
    background-image: url('/images/home/parts.jpg');
    background-repeat: no-repeat;
}

#homeBoxes #partner {
    background-position: left top;
    background-image: url('/images/home/order.jpg');
    background-repeat: no-repeat;
}

#homeBoxes #cashDispenser {
    background-position: left top;
    background-image: url('/images/home/cdu.jpg');
    background-repeat: no-repeat;
}

#leftMenu {
    /*
    position:relative;
    left: 0px;
    top: 0px;
    */
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border: 3px solid #999999;
    width: 160px;
    padding: 0px;
    margin-right: 30px;
}

    #leftMenu h2 {
        border-style: none;
        margin: 0px;
        background-color: #999999;
        padding: 3px 3px 3px 5px;
    }

    #leftMenu ul {
        margin: 5px 5px 5px 5px;
        list-style-type: none;
        padding: 0px;
    }

    #leftMenu li {
        margin: 0px;
        padding: 3px 3px 3px 3px;
    }


/* Product */
#contentProduct {
    position: relative;
    width: 760px;
    bottom: 0px;
    left: 0px;
    padding: 0px 5px 5px 5px;
    /*border: 3px solid #999999;*/
    float: right;
}

#productHeader {
    padding: 5px;
    margin: 3px;
    border: 1px solid #3366FF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background-color: #2761A1;
    height: 20px;
}

    #productHeader h2 {
        display: inline-block;
        color: #FFFFFF;
        font-weight: bold;
        border-style: none;
        float: left;
        font-size: 1.5em;
        padding-top: 2px;
        padding-left: 20px;
    }

#contentProduct .productDesc {
    width: 370px;
    text-indent: 10px;
    line-height: 1.7em;
    /*border: solid 1px black;*/
    float: right;
}

#contentProduct .productBrochure a {
    background-position: left top;
    font-size: 1.3em;
    background-image: url('../../images/buttons/pdf.jpg');
    background-repeat: no-repeat;
    height: 36px;
    display: inline-block;
    padding-left: 32px;
    padding-top: 8px;
    font-weight: bold;
    margin-top: 30px;
}

#contentProduct .productImage {
    display: inline;
    /*float: left;*/
    /*
    border: 2px solid #999999;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    */
    margin: 10px 10px 10px 10px;
}

#productMenu ul {
    position: absolute;
    right: 30px;
    top: 10px;
    margin: 0px;
}

#productMenu li {
    display: inline-block;
    float: left;
    color: White;
    padding-left: 5px;
    padding-right: 5px;
    border-left: solid 1px white;
    font-size: 1.2em;
    font-weight: bold;
}

    #productMenu li.first {
        border-style: none;
    }

#productMenu a {
    color: White;
}

#contentProduct .galleryThumbnail {
    height: 60px;
}

#productThumbnailList {
    padding-top: 3px;
}

#contentGeneral {
    position: relative;
    width: 760px;
    bottom: 0px;
    left: 0px;
    padding: 0px 5px 5px 5px;
    /*border: 3px solid #999999;*/
    float: right;
}

    #contentGeneral h2 {
        border-style: none;
        background-color: #3366FF;
        font-size: 2em;
        padding: 10px;
        color: White;
    }

    #contentGeneral h3 {
        border-style: none;
        font-size: 1.4em;
        padding: 5px;
        color: #0066FF;
        font-weight: bold;
    }

.login_box {
    width: 300px;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 5px solid #6699FF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

    .login_box h2 {
        color: #6699FF;
        margin: 0px;
        text-align: center;
        border-bottom: 3px solid #6699FF;
        padding-bottom: 5px;
        margin-bottom: 5px;
    }

    .login_box h3 {
        border-style: none;
    }

    .login_box hr {
        height: 3px;
        background-color: #6699FF;
        border-collapse: collapse;
        color: #6699FF;
    }


.smallLinkbox {
    width: 140px;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 3px solid #6699FF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#contentPartStore {
    width: 750px;
    float: right;
    padding: 0px 5px 5px 5px;
}

#contentSystemStore {
    margin-left: auto;
    margin-right: auto;
    padding: 0px 5px 5px 5px;
}


.systems {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

    .systems .system {
        border: 3px solid #99CCFF;
        width: 330px;
        margin: 10px;
        float: left;
        padding: 10px;
    }

        .systems .system .thumbnail {
            left: 0px;
            top: 0px;
            /*width: 100px;*/
            height: 100px;
        }

        .systems .system .name {
            font-size: 16px;
            color: #0066FF;
        }

        .systems .system .overview {
            color: #008080;
            border-bottom-style: solid;
            border-bottom-width: 3px;
            border-bottom-color: #008080;
            margin-bottom: 10px;
            margin-top: 10px;
        }

        .systems .system .details {
        }

        .systems .system .price {
            font-size: 14px;
            font-weight: bold;
        }

#trainingLocation {
    margin: 5px;
    padding: 10px;
    float: right;
    width: 200px;
    border: 3px solid #6699FF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

#warrantyRequestForm {
}

    #warrantyRequestForm ul {
        margin-left: 5px;
        padding-left: 5px;
        list-style-type: none;
    }

    #warrantyRequestForm .label {
        display: inline-block;
        width: 150px;
        text-align: right;
        margin-right: 5px;
        font-weight: bold;
    }

.supportRequestItem {
    border-bottom: solid 2px #e0e0e0;
    margin: 10px 0px 0px 0px;
}

    .supportRequestItem ul {
        margin-left: 5px;
        padding-left: 5px;
        list-style-type: none;
    }

    .supportRequestItem .label {
        display: inline-block;
        width: 150px;
        text-align: right;
        margin-right: 5px;
        font-weight: bold;
    }

.downloadList .downloadItem h3 {
    background-color: #0099CC;
    color: #FFFFCC;
    font-weight: bold;
    font-size: 1.6em;
    border-style: none;
    padding: 5px 20px 5px 20px;
}

div.downloadItem {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    margin: 10px;
    border: 2px solid #0099CC;
}

.downloadList .downloadItem p {
    padding: 10px;
}

.downloadList .downloadItem li {
    display: inline-block;
    float: left;
    margin: 3px;
}

a.tracking_no {
    color: Blue;
}


table.properties {
}

    table.properties caption {
        background-color: #99CCFF;
        padding: 0px;
        font-weight: bold;
        color: #333333;
    }

    table.properties td {
        padding: 2px;
        margin: 0px;
        vertical-align: top;
    }

        table.properties td.label {
            vertical-align: top;
            text-align: right;
            font-weight: bold;
            color: #666666;
        }

        table.properties td.value {
            text-align: left;
        }

.panel-content {
    margin: 5px;
}
</pre></body></html>