﻿html {
    background-image: url(images/satelliteN2.png);
    background-size: 7em;
}

.TBLGPSTRACKERS {
    width: 100%;
}

    .TBLGPSTRACKERS td {
        vertical-align: top;
    }

.LBLMANUFACTURER {
    display: inline-block;
    font-size: 1.4em;
    font-weight: bold;
    color: #000000;
    margin-bottom: 1em;
}

.TD_INVENTORYITEM_NAME div {
    color: white;
    font-size: 1.4em;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 0.05em 0.4em;
    margin-top: 0.2em;
    margin-bottom: 1em;
    background-color: #c50400;
    background: -moz-linear-gradient(left, #c50400 0%, #2f2f2f 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#c50400), color-stop(100%,#2f2f2f));
    background: -webkit-linear-gradient(left, #c50400 0%, #2f2f2f 100%);
    background: -o-linear-gradient(left, #c50400 0%, #2f2f2f 100%);
    background: -ms-linear-gradient(left, #c50400 0%, #2f2f2f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c50400', endColorstr='#2f2f2f',GradientType=1 );
    -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c50400', endColorstr='#2f2f2f',GradientType=1 );
    background: linear-gradient(left, #c50400 0%, #2f2f2f 100%);
}

.TD_INVENTORYITEMIMGFEATURES {
    position: relative;
    width: 30%;
    min-width: 15em;
    padding-right: 1em;
    vertical-align: middle !important;
}

    .TD_INVENTORYITEMIMGFEATURES img {
        width: 100%;
        max-width: 25em;
        float: left;
        margin-bottom: 0.4em;
        padding: 1em 1em 0 0;
    }

.DIV_INVENTORYITEMSHORT {
    display: inline-block;
}

    .DIV_INVENTORYITEMSHORT ul {
        padding-left: 0;
        margin-top: 0.5em;
        margin-left: 0;
    }

    .DIV_INVENTORYITEMSHORT li {
        list-style: none;
        font-size: 1.05em;
        font-weight: bold;
        margin-top: 0.3em;
        color: #004170;
        padding-left: 0;
        margin-left: 0;
    }

        .DIV_INVENTORYITEMSHORT li::before {
            content: "\27a4";
            color: #145d92;
            display: inline-block;
            width: 1em;
            margin: 0 0.3em 0 0.2em;
            font-size: 0.85em;
        }

.INVENTORYITEMSHORT_TITLE {
    display: inline-block;
    font-weight: bold;
    font-style: italic;
    color: white;
    background-color: #004170;
    padding: 0.2em 0.5em;
}

.TD_INVENTORYITEMLONG {
    padding-bottom: 1.6em;
}

.DIV_COST {
    position: absolute;
    top: -0.3em;
    left: 0.5em;
    float: left;
    display: none;/*inline-block;*/
    color: #004170;
    background-color: #f2f7ff;
    padding: 0.05em 0.5em;
    font-style: italic;
    font-weight: bold;
    font-size: 1.2em;
    -moz-box-shadow: 0 0 1.4em #bbd;
    -webkit-box-shadow: 0 0 1.4em #bbd;
    box-shadow: 0 0 1.4em #bbd;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
}

.AINVENTORYITEM {
    float: right;
}

    .AINVENTORYITEM img {
        position: absolute;
        width: 6.2em !important;
        margin: -1em 0 0 -4em;
    }

.CALAMPFONT {
    font-family: NeoSansStd, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
}

#gpsTrackerTabs {
    background-color: transparent;
}

    #gpsTrackerTabs .TABCONTENT {
        padding: 0 !important;
    }

.ui-state-default:not(.ui-state-active):not(:hover), .ui-widget-content .ui-state-default:not(.ui-state-active):not(:hover), .ui-widget-header .ui-state-default:not(.ui-state-active):not(:hover), .ui-button:not(:hover) {
    background: white !important;
    color: #fff !important;
}

.ui-tabs-tab:hover, .ui-tabs-tab:hover a {
    background: #007fff !important;
    color: #fff !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #003eff !important;
    background: #007fff !important;
    color: #fff !important;
}

    .ui-tabs-tab, .ui-corner-top, .ui-state-default, .ui-tab, .ui-tabs-active, .ui-state-active,
    .ui-tabs-tab:focus, .ui-corner-top:focus, .ui-state-default:focus, .ui-tab:focus, .ui-tabs-active:focus, .ui-state-active:focus,
    .ui-tabs-tab a, .ui-corner-top a, .ui-state-default a, .ui-tab a, .ui-tabs-active a, .ui-state-active a,
    .ui-tabs-tab:focus a, .ui-corner-top:focus a, .ui-state-default:focus a, .ui-tab:focus a, .ui-tabs-active:focus a, .ui-state-active:focus a {
        outline-width: 0 !important;
    }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    padding: 0.25em 0.3em !important;
}

.ui-tabs .ui-tabs-nav li {
    height: 1.8em;
    margin-right: 0.15em !important;
}

.TBL_STOREPRESENCE {
    margin-top: 0.3em;
    width: 100%;
    display: block;
}

    .TBL_STOREPRESENCE td {
        padding: 0.2em 0 !important;
    }

    .TBL_STOREPRESENCE img {
        float: left;
        height: 1.8em;
    }

    .TBL_STOREPRESENCE span {
        display: inline-block;
        padding-top: 0.25em;
        margin-left: 0.5em !important;
    }

    .TBL_STOREPRESENCE span:hover {
        text-decoration: underline;
    }

.DIV_BUYONLINE_WRAP {
    display: block;
    padding: 0 2em;
    font-size: 0.95em;
}

.DIV_CANBUYONLINE, .DIV_CANNOTBUYONLINE {
    display: inline-block;
    margin: 0.2em 0 1em 0;
    -webkit-border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    border-radius: 0.3em;
}

.DIV_CANBUYONLINE {
    background-color: #dcf0ff;
    border: 0.1em solid #93d1ff;
}

.DIV_CANNOTBUYONLINE {
    background-color: #e4e4e4;
    border: 0.1em solid #c1c1c1;
}

.TBL_CANBUYONLINE, .TBL_CANNOTBUYONLINE {
    margin: 0.2em;
}

    .TBL_CANBUYONLINE td:first-child, .TBL_CANNOTBUYONLINE td:first-child {
        width: 3.6em;
        padding-right: 0.4em;
    }

    .TBL_CANBUYONLINE td:last-child, .TBL_CANNOTBUYONLINE td:last-child {
        padding-right: 0.5em;
    }

    .TBL_CANBUYONLINE img, .TBL_CANNOTBUYONLINE img {
        float: none;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .TBL_CANBUYONLINE td, .TBL_CANNOTBUYONLINE td {
        color: #0050b3;
        vertical-align: middle;
    }

.ABTNBUYNOW {
    text-decoration: none;
    color: white !important;
    padding: 0.4em 1em;
    font-weight: normal !important;
}
