﻿body {
    color:#000;
}

a {
    color:#77787b;
    text-decoration:underline;
}

a:hover {
    color:#77787b;
}

.zsbtn {
    background-color:#000;
    border-color:#111;
}

.zsbtn:focus,.zsbtn:active,.zsbtn:hover  {
    background-color:#333;
}

.table-bordered thead {
    background-color:#666;
    color:#fff;
}

.table-bordered thead th {
    font-weight:normal;
}

.table-bordered > tbody > tr > td, 
.table-bordered > tfoot > tr > td, 
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th, 
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > th {
    border: 1px solid #666;
}

.PageHeading {
    text-transform:uppercase;
}

/* Header */
.top-header {
    min-height:60px;
}

#categoryNav {
    background-color:#666;
    padding:6px 0px;
}

.search-area {
    margin: 8px;
    border-bottom: 1px solid #fff;
    padding: 7px 0;
    width:200px;
}

.search-area .fa-search {
    color: #fff;
    margin-right: 2px;
}

.search-area input {
    background-color: transparent;
    border: 0;
    color: #fff;
    font-size: 10pt;
    padding-left: 2px;
    width: 162px;
}

.search-area input:focus {
    outline: none;
}

.search-area ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
.search-area ::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
.search-area :-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
.search-area :-moz-placeholder { /* Firefox 18- */
    color: #fff;
}

.shopping-cart a {
    text-decoration:none;
}

.shopping-cart span {
    display: table;
    margin: -29px auto;
    font-weight: bold;
    font-size: 1.1em;
    color: #fff;
}

.social-header {
    background-color:#666;
    padding:6px 0px;
}

#categoryNav .navbar-nav li {
    padding:0px 0px;
}
#categoryNav .navbar-nav li a {
    color:#fff;
    line-height:0px;
    text-decoration: none;
}
#categoryNav .nav>li>a:focus, #categoryNav .nav>li>a:hover {
    text-decoration: underline;
    background-color:transparent;
}
.show-menu-tcs {
    display:none;
}

.gbfilled {
    background-color:#e23940;
}

.groupbuy-outer {
    padding-left:0px;
    padding-right:0px;
}

.groupbuy-outer .countdown {
    margin:0 auto;
}

.countdown {
    background-color: #000;
    color: #fff;
}

.countdowntimer {
    background-color: #000;
}

.clockWarning {
    background-color: #e23940;
}
/*.panel-default > .panel-heading {
    color: #fff;
    background-color: #666;
}*/
/* Views */
.login-area {
    width: 340px;
    background-color: #fff;
    position: absolute;
    bottom: 100px;
    left: 150px;
    padding: 20px 20px 10px;
    text-align: center;
    font-size: .8em;
}

.login-area img {
    margin-bottom: 5px;
}

.login-area .form-group {
    text-align:left;
}

.login-area .checkbox {
    margin-top:0;
}

.login-area .btn-primary {
    width:100%;
}

.pre-rego-choice {
    border:1px solid #77787b;
    margin:20px 0;
    padding:20px 100px;
    text-align:center;
}

.pre-rego-choice p {
    height:130px;
}

.HomeTitle {
    font-size:36pt;
    text-align:center;
    color:#77787b;
    font-weight:bold;
}

.landingtitle {
    font-size:48px;
    text-align:center;
    padding:10px 0px;
    font-weight:bold;
    color:#000;
}

.brandsquare {
    padding-right:0px;
    padding-left:0px;
    position:relative;
    cursor:pointer;
}

.OrCircle {
    width:70px;
    height:70px;
    border-radius:35px;
    background-color:#fff;
    color:#000;
    font-size:32px;
    font-weight:bold;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-35px;
    margin-top:-35px;
    text-align:center;
    line-height:60px;
}

.dimoverlay{
    position:absolute;
    top:0px;
    left:0px;
    right:0px;
    bottom:0px;
    background-color:#000;
    opacity:0.4;
}

.catdiv {
    padding: 12px 8px;
}
.rego-header .fa {
    float:left;
    margin-right:10px;
}

.rego-header h2 {
    padding-top:25px;
}

.rego-body {
    border:1px solid #77787b;
    padding:20px;
}


.catheader {
    border:none;
}

.catbody {
    border: none;
}

    .other-categories .catdiv {
        width:24%;
    }

.HomeTitle img {
    width:40%;
}

.list-group-heading:first-child {
    border-top: 5px solid #e7e8e9;
}

.list-group-item:first-child {
     border-top-left-radius: 0; 
     border-top-right-radius: 0; 
}

a.list-group-item, button.list-group-item {
    color: #000;
}

.list-group-heading {
    background-color: transparent !important; 
}

.list-group-heading:hover {
    color: #e2383f;
    background-color:#f5f5f5;
}

.list-group-item {
    border: none;
    border-top:1px solid #e7e8e9;
    text-transform:uppercase;
    background-color: #f5f5f5;
}

.list-group a {
    text-decoration:none;
}

.list-group a.selected {
    font-weight:bold;
}

.list-group-item .fa {
    display:none;
}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
    color: #555;
    text-decoration: none;
    background-color: #f5f5f5;
}

.breadcrumb {
    background-color:#fff;
    text-transform:uppercase;
    padding-left:0;
}

.breadcrumb a {
    color:#000;
    font-weight:normal;
    text-decoration:none;
}

.breadcrumb a:hover {
    text-decoration:underline;
}

.breadcrumb>.active {
    color: #000;
    font-weight:bold;
}

.prod_det_col2 {
    background-color:#fff;
}

.proddiv {
    width:200px;
}

#divAccordion .list-group-heading {
    padding:0px;
}

/* Footer */
footer {
    background-color: #77787b;
    box-shadow: 0px 500px 0px 500px #2c292a;
    min-height: 50px;
    padding: 20px;
    color: #fff;
    font-size:85%;
}

footer a {
    color:#fff;
    margin-right:10px;
    text-decoration:none;
}

    footer a:last-child {
        margin-right: 0;
    }


footer a:hover {
    color:#fff;
    text-decoration:none;
}

.footer-phonemail {
    font-size: 20px;
    font-weight: bold;
}

.footer-contact {
    line-height:28px;   
}

.footer-contact .fa {
    margin-right:8px;
}

.footer-bottom .col-md-3 {
    padding-top:11px;
}

.footer-bottom .list-inline {
    text-align:center;
}


/* Bootstrap overrides */
a.btn {
    text-decoration:none;
}

.btn-primary {
    background-color:#000;
    border-color:#000;
    text-transform:uppercase;
    border-radius:0;
}

.btn-primary:hover {
    background-color:#77787b;
    border-color:#77787b;
}

.btn-primary.active:focus, .btn-primary.active:hover {
    background-color:#000;
    border-color:#000;
}

.social-icons a img {
    width: 24px;
}

.headerbody {
    position:absolute;
    left:195px;
    right:0px;
    top:0px;
    bottom:0px;
}

.headericons {
    padding-top: 10px;
    position: relative;
    float: left;
    width: 62%;
}

.tprlogo {
    padding-top: 10px;
    position: relative;
    float: left;
    width: 38%;
    height: 77px;
    padding-left: 15px;
}

.tprlogoimg {
    max-width: 197px;
}

.footer-email {
    margin-left: 16px
}

.footer-menu {
    text-align:right;
}

@media (max-width:1024px) {
    #bdy {
        position:relative;
    }

    .login-area {
        bottom: 40px;
    }

    .carousel-indicators {
        right:0;
    }

    .hide-menu-tcs {
        display: none !important;
    }

    .show-menu-tcs {
        display:block;
    }

    .social-icons a img {
        width: 20px;
    }

    .footer-phonemail {
        font-size: 16px;
    }

    footer .col-md-6 {
        text-align: center;
    }

    .footer-bottom .text-right {
        margin-top:6px;
    }
}



/* Different screen sizes */
@media (max-width: 768px) {

    .login-area {
        width: auto;
        position: relative;
        top: 0;
        left: 0;
        padding-bottom: 0;
    }

    .top-header {
        min-height: 30px;
    }

    footer .list-inline {
        margin-top: 10px;
    }

    .footer-bottom .list-inline > li {
        padding: 0;
    }

    .social-icons {
        text-align: center;
    }

        .social-icons a {
            margin-left: 10px;
        }



    .search-area {
        margin: 0px;
        padding: 2px 0px;
        border-bottom: 1px solid #fff;
    }

        .search-area .fa-search {
            color: #fff;
        }

        .search-area input {
            color: #fff;
        }

        .search-area ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            color: #fff;
        }

        .search-area ::-moz-placeholder { /* Firefox 19+ */
            color: #fff;
        }

        .search-area :-ms-input-placeholder { /* IE 10+ */
            color: #fff;
        }

        .search-area :-moz-placeholder { /* Firefox 18- */
            color: #fff;
        }

    .pre-rego-choice {
        padding: 20px 10px;
    }

    .rego-header h2 {
        padding-top: 0;
    }

    .DAF-Categories .col-sm-3, .kenworth-categories .col-sm-3, .parts-categories .col-sm-3 {
        text-align: center;
    }

    .DAF-Categories .catdiv, .kenworth-categories .catdiv, .parts-categories .catdiv {
        max-width: 320px;
    }

    .other-categories .catdiv, .HomeTitle img {
        width: 100%;
        max-width: 320px;
    }

    .headerbody {
        left: 0px;
    }

    .headericons {
        width: 27%;
    }

    .tprlogo {
        width: 73%;
        padding-left: 0px;
    }

        .tprlogo img {
            max-height: 65px;
        }

    .tprlogoimg {
        float: left;
        margin-left: 10px;
        max-width: 120px;
    }

    .navbarcontainer {
        padding: 0px 10px;
        position: absolute;
        /*bottom: 0;*/
    }
}

/* Different screen sizes */
@media (max-width: 480px) {
    footer .col-md-6 {
        text-align: left;
    }

    .footer-email {
        margin-left: 0px
    }

    .footer-contact li, .footer-phonemail a {
        display: block;
        width: 100%;
        border-bottom: 1px solid #999;
    }

        .footer-contact li a {
            display: block;
            width: 100%;
        }
}
