ul {
    list-style: none outside none;
    padding-left: 0;
}

td {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: normal;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small {
        vertical-align: middle;
    }

.bold {
    font-weight: bold;
}

.muted {
    color: #555555;
}

.inline {
    display: inline-block !important;
}

@media (max-width: 767px) {
    .hidden-xs.inline {
        display: none !important;
    }

    .visible-xs.inline {
        display: inline !important;
    }
}

a,
.btn-link {
    color: #006599;
}

    a:hover,
    a:focus,
    .btn-link:hover,
    .btn-link:focus {
        color: #002133;
    }

.radio,
.checkbox {
    display: table;
}

.form-group .radio input[type="radio"],
.form-group .radio-inline input[type="radio"],
.form-group .checkbox input[type="checkbox"],
.form-group .checkbox-inline input[type="checkbox"] .relative {
    position: relative !important;
    margin-left: 0 !important;
}

.relative {
    position: relative;
}

.textLeft {
    text-align: left !important;
}

.textCenter {
    text-align: center !important;
}

.textRight {
    text-align: right !important;
}

.textBold {
    font-weight: bold;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.table-borderless tr td {
    border-top: none !important;
}

.table-borderless-top tr:first-child td,
.table-borderless-top tr:first-child th {
    border-top: none !important;
}

.label-tiny {
    color: #999999;
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.label-large {
    font-size: 90%;
    padding: .3em .4em;
}

.page-header,
legend,
.legend,
#headerMenu a {
    font-family: "Times New Roman", Times, serif;
}

.page-header {
    margin-top: 0;
    line-height: 1.42857;
    word-break: break-all;
}

.legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 40px;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.infoHeader {
    margin: 30px 0 10px;
}

.infoList {
    list-style-type: square;
}

    .infoList li {
        margin: 0 0 18px 30px;
    }

.nav > li > span {
    margin: 10px 15px;
    display: block;
    color: #777777;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

    .video-container iframe, .video-container object, .video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* header layout
----------------------------------------------------------*/
#header-navbar {
    margin: 0;
    min-height: 40px;
}

    #header-navbar li {
        white-space: nowrap;
    }

    #header-navbar a {
        color: #E5E5E5;
        padding: 10px 15px;
    }

        #header-navbar a:hover,
        #header-navbar a:focus {
            color: #FFFFFF;
        }

        #header-navbar a.active {
            color: #FFFFFF;
            background: #62C462;
        }

#header {
    border-bottom: 1px solid #7C121D;
    margin-bottom: 50px;
}

#cart-count {
    font-size: 20px;
}

#headerLogo {
    float: left;
    margin: 7px 0;
}

#headerMenu {
    text-align: right;
    margin: 0;
}

    #headerMenu li {
        white-space: nowrap;
        display: inline-block;
        margin: 15px 14px 15px 20px;
    }

        #headerMenu li a {
            font-size: 22px;
            color: #FFFFFF;
            text-decoration: none;
            text-shadow: 1px 1px 2px #333333;
        }

            #headerMenu li a:hover {
                color: #333333;
                text-shadow: none;
            }
/* footer layout
----------------------------------------------------------*/
#footer {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    background: #f7f7f7;
    margin-top: 70px;
    padding: 30px 0;
}

#footerNav {
    float: right;
    display: inline;
}

#paymentMethodsImage {
    float: right;
    position: relative;
    top: -4px;
}

#footerNav li {
    display: inline;
}

#footerNav a {
    margin-right: 25px;
}
/* brands sidebar layout
----------------------------------------------------------*/
#brand-nav .nav {
    padding-left: 0;
}

    #brand-nav .nav li > a {
        margin-left: -15px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

#brand-nav form {
    margin-bottom: 0;
}

#brand-nav #phone-brand-list {
    margin-bottom: 40px;
}

    #brand-nav #phone-brand-list #brand-list-toggle {
        margin-bottom: 10px;
    }
/* main layout
----------------------------------------------------------*/
.contentWrapper {
    margin: 0 auto;
    max-width: 960px;
}

.centerContentBorder {
    border-bottom: #CCCCCC 1px solid;
}

#centerContent {
    min-height: 840px;
    width: 100%;
    margin: 28px 0 44px;
}

#sidebar {
    width: 150px;
    float: left;
}

#mainContentWithSidebar {
    margin-left: 200px;
}

.centerContentHeader {
    margin: 24px 0;
}
/* account page layout
----------------------------------------------------------*/
.validation-summary-errors,
.field-validation-error {
    font-weight: bold;
}

    .validation-summary-errors ul,
    .field-validation-error ul {
        margin-left: 0;
    }

#addressList {
    margin-top: 30px;
}

    #addressList .addressListItem .listButtons {
        padding: 20px 10px 20px 0;
        width: 100px;
    }

        #addressList .addressListItem .listButtons .btn {
            display: block;
            margin-bottom: 10px;
        }

    #addressList .addressListItem .address {
        padding: 0 10px 15px;
    }

        #addressList .addressListItem .address h3 {
            margin-bottom: 10px;
        }

        #addressList .addressListItem .address ul {
            margin-left: 0;
        }

#order-options-buttons div a {
    margin-bottom: 10px;
}

#order-options-buttons div:last-child a {
    margin-bottom: 0;
}
/* past orders layout
----------------------------------------------------------*/
#past-orders-table > tbody > tr > td {
    padding-top: 20px;
    padding-bottom: 20px;
}

#past-orders-table > tbody > tr:first-child > td {
    border-top: 0 none;
}

#past-orders-table .order-info-column {
    width: 220px;
}

    #past-orders-table .order-info-column h3,
    #past-orders-table .order-info-column h4 {
        margin: -4px 0 10px;
    }

#past-orders-table .order-products-column {
    padding-right: 0;
}

    #past-orders-table .order-products-column table .imageTd {
        white-space: nowrap;
        width: 100px;
        display: table-cell;
        text-align: center;
        padding-right: 10px;
    }

        #past-orders-table .order-products-column table .imageTd img {
            height: 100%;
            max-height: 80px;
            max-width: 80px;
            width: 100%;
        }

        #past-orders-table .order-products-column table .imageTd .noImage {
            text-align: center;
        }

    #past-orders-table .order-products-column table .product-into-td {
        width: 100%;
    }

    #past-orders-table .order-products-column table .order-more-td {
        white-space: nowrap;
        padding-right: 0;
    }

    #past-orders-table .order-products-column table .productName {
        margin: 0 0 4px;
    }
/* home page layout
----------------------------------------------------------*/
#homePageImages {
    float: right;
    margin-right: 20px;
}

    #homePageImages li {
        margin-bottom: 10px;
        display: block;
    }

#businessWomanPhoto {
    height: 264px;
    width: 190px;
    margin-right: 30px;
}

.info-well {
    margin: 40px 0;
}

    .info-well td:last-child {
        vertical-align: middle;
    }

    .info-well .infoList {
        list-style-type: square;
    }

        .info-well .infoList li {
            margin: 0 0 30px 0;
        }

            .info-well .infoList li:last-child {
                margin-bottom: 0;
            }
/* pager
----------------------------------------------------------*/
.pager-host {
    margin-top: 10px;
}

    .pager-host .pagination {
        display: inline-block;
        margin-top: 0;
    }

    .pager-host .page-info {
        display: inline-block;
        margin: 0 0 20px 10px;
        vertical-align: top;
    }

        .pager-host .page-info .btn {
            margin: -3px 0 0 10px;
        }

    .pager-host span:last-child {
        display: inline-block;
        margin: 25px 0 25px 10px;
    }
/* brand page layout
----------------------------------------------------------*/
#nav-brand-subs li > a {
    border: 1px solid #DDDDDD;
    border-radius: 0 0 0 0;
    margin-top: -3px;
}

#nav-brand-subs .brand-sub-spacer {
    height: 50px;
}

    #nav-brand-subs .brand-sub-spacer:first-child {
        display: none;
    }
/* category page layout
----------------------------------------------------------*/
#subcategories-host {
    margin-bottom: 10px;
}

    #subcategories-host .nav-header {
        padding-left: 0;
    }

#breadcrumbHost {
    margin-top: 10px;
    min-height: 24px;
}

    #breadcrumbHost .breadcrumbImage {
        opacity: .5;
        filter: alpha(opacity=50);
    }

#categoryHeader {
    margin: 6px 0 4px;
}

#categorySubsHost {
    margin-bottom: 10px;
}

    #categorySubsHost #categorySubsLabel {
        color: #808080;
        font-weight: bold;
        float: left;
    }

    #categorySubsHost #categorySubsList {
        margin-left: 100px;
    }

        #categorySubsHost #categorySubsList .categorySubFolder {
            margin: 0 0 4px 15px;
            text-decoration: none;
            display: inline-block;
        }

#noProductsMessage {
    font-weight: normal;
    color: #808080;
    margin: 0 0 30px;
}

#listed-small-products-host {
    overflow: hidden;
}

.listed-small-product-host {
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

    .listed-small-product-host:nth-last-child(1):nth-child(odd),
    .listed-small-product-host:nth-last-child(2):nth-child(odd),
    .listed-small-product-host:nth-last-child(1):nth-child(even) {
        border-bottom: none;
    }



#last-viewed-products-host .listed-small-product-host {
    border-bottom: none;
}

#last-viewed-products-host .listed-small-product {
    height: auto;
}

    #last-viewed-products-host .listed-small-product .name {
        font-weight: normal;
        height: auto;
    }

    #last-viewed-products-host .listed-small-product .imageTd {
        width: 50px;
        height: 40px;
        padding-right: 10px;
        vertical-align: top;
    }

        #last-viewed-products-host .listed-small-product .imageTd img {
            max-height: 40px;
            max-width: 40px;
        }
        #last-viewed-products-host .listed-small-product .imageTd .noImage {
            font-size: 9px;
        }

    #last-viewed-products-host .listed-small-product .infoTd {
        padding: 0;
    }

.listed-small-product {
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    padding: 6px;
    height: 84px;
}

.listed-small-product .productTable {
    table-layout: fixed;
    width: 100%;
}

    .listed-small-product:hover {
        text-decoration: none !important;
    }

    .listed-small-product .name {
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis;
        height: 40px;
        word-wrap: break-word;
    }

    .listed-small-product .price {
        margin-top: 2px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .listed-small-product .imageTd {
        width: 80px;
        height: 70px;
        padding-right: 8px;
        vertical-align: middle;
    }

        .listed-small-product .imageTd img {
            max-height: 70px;
            max-width: 70px;
            overflow: hidden;
        }

    .listed-small-product .infoTd {
        padding: 4px 0;
    }

#product-list-host {
    overflow: hidden;
}

#product-list-host #product-list {
    margin-left: -25px;
    margin-right: -25px;
}

.listed-product-host:nth-last-child(1):nth-child(odd),
.listed-product-host:nth-last-child(2):nth-child(odd),
.listed-product-host:nth-last-child(1):nth-child(even) {
    border-bottom: none;
}

.listed-product-host {
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.listed-product-host .listed-product {
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
    padding: 20px 10px;
    height: 210px;
}

.listed-product .name {
    font-size: 15px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 40px;
}

.listed-product .productTable {
    margin: 0;
    width: 100%;
}

.listed-product .price {
    margin-top: 10px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.listed-product .stock {
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 10px 0;
}

.listed-product .notify-of-stock {
    margin: 10px 0;
}

.listed-product .stockEmpty {
    color: #808080;
}

.listed-product .imageTd {
    width: 90px;
    height: 80px;
    padding-right: 10px;
}

    .listed-product .imageTd img {
        height: 100%;
        max-height: 80px;
        max-width: 80px;
        width: 100%;
        overflow: hidden;
    }

.listed-product .details {
    font-size: 12px;
    overflow: hidden;
    max-height: 55px;
    line-height: 18px;
}

.listed-product .similar-products-link {
    margin-top: 6px;
    font-size: 12px;
}

.listed-product-host .listed-search-product {
    height: 224px;
}

.noImage {
    color: #808080;
    font-size: 12px;
}
/* product page
----------------------------------------------------------*/
#productBody {
    margin-top: 24px;
}

    #productBody table {
        width: 100%;
    }

    #productBody .productInfoSidebar {
        width: 205px;
        margin-right: 30px;
    }

    #productBody #productInformation #productName {
        margin: 0 0 10px;
    }

    #productBody #productInformation #productPrice {
        margin-bottom: 10px;
        font-size: 22px;
    }

        #productBody #productInformation #productPrice #productWarranty {
            font-size: 12px;
            color: #808080;
            font-weight: bold;
            vertical-align: middle;
            margin-left: 15px;
        }

        #productBody #productInformation #productPrice .unknownPrice {
            font-size: 16px;
        }

    #productBody #productInformation #productShippingPriceInfo {
        padding: 10px;
        margin-top: 12px;
    }

        #productBody #productInformation #productShippingPriceInfo #productShippingPrice {
            font-size: 16px;
            font-weight: bold;
        }

    #productBody #productInformation #productAddToCart {
        margin-top: 36px;
        margin-bottom: 36px;
    }

    #productBody #productInformation #productCondition {
        font-weight: bold;
        margin: 4px 4px 0 0;
    }

    #productBody #productInformation #productAddToCart .productQuantityLabel {
        margin: 4px 8px 0 0;
    }

    #productBody #productInformation #productAddToCart select {
        width: 60px;
        margin-bottom: 1px;
        margin-right: 12px;
        display: inline-block;
    }

    #productBody #productInformation #no-stock-alert {
        margin-top: 20px;
    }

    #productBody #productInformation #alternativeNames {
        margin-top: 20px;
    }

        #productBody #productInformation #alternativeNames p {
            color: #808080;
        }

            #productBody #productInformation #alternativeNames p:first-child {
                color: #333333;
            }

.bullet-list, .video-link-list {
    list-style: inside;
}
/* product image cycler
----------------------------------------------------------*/
#productImageHost {
    width: 205px;
    margin: 0 30px 20px 0;
}

    #productImageHost #slideshow {
        height: 200px;
        width: 200px;
    }

    #productImageHost .productImageLink {
        text-decoration: none;
    }

        #productImageHost .productImageLink .productImage {
            height: auto !important;
            width: auto !important;
            max-height: 200px !important;
            max-width: 200px !important;
        }

    #productImageHost #nav {
        width: 200px;
        margin: 10px 0 0;
    }

        #productImageHost #nav li {
            margin: 0 3px 3px 0;
            border: 1px solid transparent;
            display: inline-block;
            overflow: hidden;
        }

            #productImageHost #nav li a {
                display: table-cell;
                padding: 3px;
                height: 60px;
                width: 60px;
                text-align: center;
                vertical-align: middle;
                overflow: hidden;
            }

                #productImageHost #nav li a img {
                    margin: auto;
                    max-height: 100%;
                    max-width: 100%;
                    height: auto;
                    width: auto;
                }

            #productImageHost #nav li.activeSlide {
                border-color: #999999;
            }
/* cart page
----------------------------------------------------------*/
#cartTable {
    width: 100%;
}

    #cartTable form {
        margin-bottom: 0;
    }

    #cartTable th {
        padding-bottom: 4px;
        text-align: right;
    }

        #cartTable th:last-child {
            padding-left: 20px;
            text-align: center;
        }

    #cartTable .productRow {
        height: 75px;
        border-top: 1px solid #dddddd;
    }

        #cartTable .productRow td {
            padding: 10px 0;
        }

        #cartTable .productRow .imageTd {
            width: 100px;
            min-height: 104px;
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            padding-right: 10px;
        }

            #cartTable .productRow .imageTd img {
                height: 100%;
                max-height: 80px;
                max-width: 80px;
                width: 100%;
            }

            #cartTable .productRow .imageTd .noImage {
                text-align: center;
            }

        #cartTable .productRow .nameTd .productName {
            font-size: 22px;
        }

            #cartTable .productRow .nameTd .productName:hover {
                text-decoration: underline;
            }

        #cartTable .productRow .nameTd .inStock {
            font-size: 17px;
        }

        #cartTable .productRow .nameTd .productShippingPriceInfo {
            margin-top: 6px;
            margin-bottom: 6px;
            padding: 10px
        }

            #cartTable .productRow .nameTd .productShippingPriceInfo .productShippingPrice {
                font-weight: bold;
                font-size: 14px;
            }

        #cartTable .productRow .nameTd .deleteButton {
            margin-top: 8px;
            display: inline-block;
        }

        #cartTable .productRow .priceTd {
            width: 100px;
            font-size: 20px;
            text-align: right;
        }

        #cartTable .productRow .quantityTd {
            padding-left: 20px;
            width: 66px;
            text-align: center;
        }

            #cartTable .productRow .quantityTd input {
                text-align: center;
            }

            #cartTable .productRow .quantityTd .quantityDropDown {
                width: 60px;
            }

        #cartTable .productRow:last-child {
            border-bottom: 1px solid #dddddd;
        }

#checkoutFooter {
    text-align: right;
}

    #checkoutFooter #cartThiefProtection {
        line-height: 20px;
        margin-top: 20px;
        text-align: left;
        float: left;
    }

    #checkoutFooter #additionalShippingTotalHost {
        margin: 10px 0;
        font-size: 16px;
        font-weight: bold;
    }

    #checkoutFooter #subTotalHost {
        margin: 10px 0;
        font-size: 19px;
        font-weight: bold;
    }

    #checkoutFooter #cartCheckoutButton {
        padding: 2px 10px;
    }
/* check out pages
----------------------------------------------------------*/
#expedited-shipping-bost .form-group {
    margin: 0;
}

#expedited-shipping-alert {
    margin: 20px 0 0;
}

    #expedited-shipping-alert p {
        margin-top: 10px;
    }

#ups-form-group.well {
    padding-top: 20px;
    padding-bottom: 20px;
}

    #ups-form-group.well .checkbox {
        font-size: 18px;
        margin-bottom: 20px;
    }

    #ups-form-group.well #ups-account-info .form-group:last-child {
        margin-bottom: 0;
    }

.shipping-confirmation-alert {
    margin: 10px 0;
}

.address-tile-list {
    margin-bottom: 20px;
}

    .address-tile-list .address-tile {
        margin-bottom: 20px;
    }

        .address-tile-list .address-tile h4 {
            margin-bottom: 0;
        }

.securityCodeField {
    width: 34px;
}

.monthExpiresField {
    width: 25px;
}

.yearExpiresField {
    width: 40px;
}

.radioButtonHint {
    color: #808080;
    vertical-align: middle;
}

#creditCardNumberField {
    margin-left: 155px;
}

#orderConfirmationTable {
    margin-left: 0;
}

#orderConfirmationBody {
    margin-left: 0;
}

    #orderConfirmationBody ul,
    #orderConfirmationBody ol {
        margin-left: 0;
    }

    #orderConfirmationBody h2 {
        margin-bottom: 10px;
    }

    #orderConfirmationBody .legend {
        margin-top: 30px;
    }

        #orderConfirmationBody .legend:first-child {
            margin-top: 0;
        }

    #orderConfirmationBody table {
        width: 100%;
    }

        #orderConfirmationBody table .billingShippingTd {
            width: 50%;
        }

            #orderConfirmationBody table .billingShippingTd #billingAddressLabel {
                margin-top: 10px;
            }

        #orderConfirmationBody table .shippingSpeedTd {
            padding-top: 20px;
        }

            #orderConfirmationBody table .shippingSpeedTd .infoListItem {
                margin: 10px 0 5px;
                color: #808080;
            }

        #orderConfirmationBody table p {
            font-weight: bold;
            margin-bottom: 5px;
        }

    #orderConfirmationBody #orderProductTable {
        margin-top: -10px;
    }

        #orderConfirmationBody #orderProductTable td {
            padding: 10px 0;
        }

        #orderConfirmationBody #orderProductTable .productRow {
            border-top: 1px solid #dddddd;
        }

            #orderConfirmationBody #orderProductTable .productRow .imageTd {
                width: 100px;
                display: table-cell;
                vertical-align: middle;
                text-align: center;
                padding-right: 10px;
            }

                #orderConfirmationBody #orderProductTable .productRow .imageTd img {
                    height: 100%;
                    max-height: 100px;
                    max-width: 100px;
                    width: 100%;
                }

                #orderConfirmationBody #orderProductTable .productRow .imageTd .noImage {
                    text-align: center;
                }

            #orderConfirmationBody #orderProductTable .productRow .infoTd .productName {
                font-size: 18px;
                font-weight: bold;
                color: #333333;
                text-decoration: none;
            }

                #orderConfirmationBody #orderProductTable .productRow .infoTd .productName:hover {
                    text-decoration: underline;
                }

            #orderConfirmationBody #orderProductTable .productRow .infoTd .priceDiv,
            #orderConfirmationBody #orderProductTable .productRow .infoTd .quantityDiv {
                margin-top: 6px;
            }

            #orderConfirmationBody #orderProductTable .productRow .infoTd .productShippingPriceInfo {
                margin-top: 6px;
                margin-bottom: 6px;
                padding: 10px
            }

                #orderConfirmationBody #orderProductTable .productRow .infoTd .productShippingPriceInfo .productShippingPrice {
                    font-weight: bold;
                    font-size: 14px;
                }

            #orderConfirmationBody #orderProductTable .productRow:first-child {
                border-top: 0 none;
            }

#orderConfirmationSubmit #orderConfirmationSubmitBox {
    float: right;
    text-align: center;
    margin-left: 0;
}

    #orderConfirmationSubmit #orderConfirmationSubmitBox input {
        margin-bottom: 20px;
    }

    #orderConfirmationSubmit #orderConfirmationSubmitBox p {
        text-align: left;
        font-size: 16px;
    }

        #orderConfirmationSubmit #orderConfirmationSubmitBox p.primaryHighlight {
            font-weight: bold;
        }

    #orderConfirmationSubmit #orderConfirmationSubmitBox #orderTotal {
        margin-top: 10px;
        font-size: 20px;
    }
/* image sprites
----------------------------------------------------------*/
#home-brands {
    margin-top: 30px;
}

    #home-brands .sprite-Att {
        background-position: 0 0 !important;
        height: 64px;
    }

    #home-brands .sprite-Avaya {
        background-position: 0 -74px !important;
        height: 46px;
    }

    #home-brands .sprite-Comdial {
        background-position: 0 -130px !important;
        height: 42px;
    }

    #home-brands .sprite-Inter-tel {
        background-position: 0 -182px !important;
        height: 32px;
    }

    #home-brands .sprite-Lucent {
        background-position: 0 -224px !important;
        height: 69px;
    }

    #home-brands .sprite-Panasonic {
        background-position: 0 -303px !important;
        height: 37px;
    }

    #home-brands .sprite-Tadiran {
        background-position: 0 -350px !important;
        height: 35px;
    }

    #home-brands .sprite-Telrad {
        background-position: 0 -395px !important;
        height: 32px;
    }

    #home-brands .sprite-Vertical {
        background-position: 0 -437px !important;
        height: 32px;
    }

    #home-brands a {
        text-align: center;
        height: 80px;
        background: #FFFFFF;
    }

        #home-brands a div {
            background: url(../images/brandimages.png) no-repeat top left;
            width: 120px;
            display: inline-block;
        }
/* admin pages
----------------------------------------------------------*/
.toolbar {
    margin-top: 30px;
    margin-bottom: 10px;
}

#adminIndexList {
    margin: 30px 0 0;
}

    #adminIndexList li {
        padding: 10px 10px 10px 20px;
    }

        #adminIndexList li .legend {
            margin-top: 30px;
        }

        #adminIndexList li h4 {
            margin: 0 0 6px;
        }

    #adminIndexList .adminIndexListHeader {
        padding: 0;
    }

.adminTable {
    width: 100%;
}

    .adminTable th {
        text-align: left;
        color: #808080;
    }

    .adminTable th,
    .adminTable td {
        padding: 8px;
        vertical-align: middle;
    }

    .adminTable .borderRow {
        border-top: 1px solid #dddddd;
    }

        .adminTable .borderRow:last-child {
            border-bottom: 1px solid #dddddd;
        }

.ordersTable .nameTd {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .ordersTable .nameTd a {
        color: #808080;
        white-space: nowrap;
    }

.ordersTable .countTd {
    min-width: 30px;
}

.ordersTable .valueTd {
    min-width: 40px;
}

.ordersTable .dateTd {
    min-width: 130px;
    font-weight: bold;
    text-align: right;
}

#unsentOrdersTable .linksTd {
    min-width: 120px;
}

#allOrdersTable .linksTd,
#unplacedOrdersTable .linksTd {
    min-width: 40px;
}

.orderSection {
    margin-top: 35px;
}

    .orderSection h2 {
        margin-bottom: 6px;
    }

    .orderSection #specialInstructions {
        font-weight: normal;
    }

    .orderSection #products-legend {
        border-bottom: 0;
        margin-bottom: -24px;
    }

#orderProductsTable th {
    font-weight: bold;
    padding: 0 10px 4px 0;
    color: #808080;
    text-align: right;
}

#orderProductsTable .imageTd {
    min-width: 100px;
    max-width: 100px;
    padding: 10px 10px 10px 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding-right: 10px;
}

    #orderProductsTable .imageTd img {
        height: 100%;
        max-height: 80px;
        max-width: 80px;
        width: 100%;
    }

#orderProductsTable td {
    padding: 10px;
    vertical-align: top;
}

#orderProductsTable .productName {
    margin-bottom: 4px;
    font-size: 22px;
    display: inline-block;
}

    #orderProductsTable .productName:hover {
        text-decoration: underline;
    }

#orderProductsTable td.itemQuantityTd {
    width: 60px;
    text-align: right;
}

    #orderProductsTable td.itemQuantityTd div {
        font-weight: bold;
        font-size: 22px;
    }

#orderProductsTable td.priceTd {
    width: 90px;
    font-size: 18px;
    text-align: right;
}

    #orderProductsTable td.priceTd span.unknownPrice {
        font-size: 18px;
    }

#subTotalHost {
    text-align: right;
    margin: 10px 10px 0 0;
}

#orderSecurityCode {
    margin-left: 8px;
}

#determinePrice,
#provideEstimate,
#orderTotalLabel,
#orderTotal {
    font-size: 22px;
    font-weight: bold;
}

#shippingHost {
    margin: 4px 0;
}

.productName {
    text-decoration: none;
}

.orderNumberTd {
    font-weight: bold;
    width: 50px;
}

#emailNotSent,
#orderNotPlaced {
    padding: 20px;
    font-size: 18px;
    margin-bottom: 20px;
}

#resendOrderButton {
    margin-bottom: 20px;
}

#sendAllLink {
    font-size: 18px;
    display: block;
    margin: 10px 0 20px;
}

#orderOriginText {
    font-size: 24px;
    display: inline-block;
    margin-top: 10px;
}

#orderOriginTigerLogo {
    width: 57px;
    width: 82px;
}

#eventTable th,
#eventTable td {
    padding: 12px;
}

#eventTable .eventRow {
    border-top: 1px solid #dddddd;
}

    #eventTable .eventRow .eventDateTime {
        margin-top: 8px;
        color: #808080;
    }

    #eventTable .eventRow:last-child {
        border-bottom: 1px solid #dddddd;
    }

#eventTable .dataCodeTh,
#eventTable .dataCodeTd {
    padding-right: 0;
}

#eventTable .eventNameTh,
#eventTable .eventNameTd {
    padding-left: 0;
}

#webEvents {
    margin-top: 20px;
}

.partial-credit-card-number {
    margin-top: 5px;
}

.highlight {
    background: #FFFFCC;
}

@media (max-width: 767px) {
    #header-navbar li {
        display: inline;
    }

        #header-navbar li a {
            display: inline;
            padding: 6px 15px;
        }

    #headerMenu li {
        margin: 6px 10px;
    }

        #headerMenu li a {
            font-size: 20px;
        }

    #header {
        margin-bottom: 20px;
    }

    #brand-nav #phone-brand-list {
        margin-bottom: 20px;
    }

    .navbar-right {
        text-align: right;
    }
}

#alertnate-keywords-text-area {
    margin-top: 2rem;
    min-height: 150px;
}

#alertnate-title-text-box {
    margin-top: 2rem;
}

.typeahead-empty-message {
    padding: 5px 10px;
    cursor: no-drop;
}

.tt-suggestion {
    cursor: pointer;
}

.tt-hint {
    width: 90%;
}
