body {
    background: url('../img/background-gradient.png') repeat-x top center;
    font-family: Arial;
}

html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
    padding-bottom: 20px;
}

/* Set the fixed height of the footer here */
#push,
footer {
  min-height: 200px;
}
footer {
  background-color: #f5f5f5;
}

/* Lastly, apply responsive CSS fixes as necessary */
@media (max-width: 767px) {
    footer {
        padding-right: 20px;
    }

    .table-responsive {
        width: 100%;
        overflow-y: hidden;
    }
}

a {
    color: #B70000;
}

a:hover {
    color: #183F67;
}

p {
    font-size: 14px;
    line-height: 16px;
}

hr {
    border-color: #666666;
    border-style: dotted none;
}

.top {
    margin-top: 5px;
    border-bottom: 1px dashed #D6DFEA;
    margin-bottom: 5px;
}

.social {
    display: inline-block;
    width: 32px;
    height: 32px;
}

.also-viewed {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #183F66;
}

.facebook { background: url('../img/facebook-icon.png'); }
.facebook:hover { background: url('../img/facebook-icon-hover.png'); }

.twitter { background: url('../img/twitter-icon.png'); }
.twitter:hover { background: url('../img/twitter-icon-hover.png'); }

.linkedin { background: url('../img/linkedin-icon.png'); }
.linkedin:hover { background: url('../img/linkedin-icon-hover.png'); }

.youtube { background: url('../img/youtube-icon.png'); }
.youtube:hover { background: url('../img/youtube-icon-hover.png'); }

.basket {
    color: #fff;
}

#trade-login {
    text-transform: uppercase;
}

.header-top .btn {
    vertical-align: top;
}

.header {
    color: #fff;
}

.header #trade-login h1 {
    font-size: 30px;
    line-height: 28px;
    margin-top: 35px;
    padding: 0;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
}

.header #trade-login h2 {
    font-size: 20px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
    text-transform: capitalize;
    font-weight: normal;
}

.lightbox .close {
    color: #fff;
    opacity: 1;
    font-size: 30px;
}

.logo {
    float: left;
    margin-right: 20px;
}


.logo2 {
    float: right;
    margin-top: -75px;
}


#trade-login .btn-primary {
    font-size: 12px;
    font-weight: bold;
    margin: 3px 0 35px;
    padding: 3px 7px;
}

#branding {
    margin: 0;
}

#branding h1 {
    color: #FFFFFF;
    font-size: 36px;
    margin-bottom: 0;
    padding: 10px 0 0;
    text-shadow: 0 0 4px #000000;
}

#branding p {
    color: #FFFFFF;
    font-size: 18px;
    padding: 2px 0 0 8px;
}

.message p {
    color: #FFFFFF;
    font-size: 20px;
    margin: 0;
    padding: 10px 0 0;
    text-align: right;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
}

.message p.number {
    font-size: 30px;
    font-weight: bold;
    text-shadow: 0 0 4px rgba(0, 0, 0, 0.75);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #CC0000;
  *background-color: #B40000;
  background-image: -moz-linear-gradient(top, #CC0000, #B40000);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#CC0000), to(#B40000));
  background-image: -webkit-linear-gradient(top, #CC0000, #B40000);
  background-image: -o-linear-gradient(top, #CC0000, #B40000);
  background-image: linear-gradient(to bottom, #CC0000, #B40000);
  background-repeat: repeat-x;
  border-color: #B40000 #B40000 #CC0000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #B40000;
  *background-color: #003bb3;
}

.btn-blue, .btn-blue:hover, .btn-blue:focus {
    color: #ffffff;
    background: #0080cb; /* Old browsers */
    background: -moz-linear-gradient(top, #0080cb 66%, #0047cc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(66%,#0080cb), color-stop(100%,#0047cc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #0080cb 66%,#0047cc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #0080cb 66%,#0047cc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #0080cb 66%,#0047cc 100%); /* IE10+ */
    background: linear-gradient(to bottom, #0080cb 66%,#0047cc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0080cb', endColorstr='#0047cc',GradientType=0 ); /* IE6-9 */
    text-shadow: none;
}

.btn-account {
    border: none;
    background: rgb(248, 248, 248);
    text-align: left;
    padding: 4px;
}

.btn-account:hover, .btn-account:focus {
    background: rgb(230, 230, 230);
}

.btn-secondary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background: rgb(14, 70, 142);
    border-color: rgb(14, 70, 142);
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.disabled,
.btn-secondary[disabled] {
  color: #ffffff;
  background: rgb(14, 70, 122);
}

#nav {
    margin-top: 10px;
    margin-bottom: 0;
}

.navbar {
    margin: 0;
}

.navbar-inner {
    background: rgb(192, 192, 192);
    border: medium none;
    border-radius: 15px 15px 0 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    min-height: 40px;
    padding-left: 10px;
    padding-right: 0;
    filter: none;
}

.navbar .nav > li > a {
    background: transparent;
    color: #272727;
    float: none;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 12px;
    text-decoration: none;
    text-shadow: none;
    border-right: 1px solid #999;
}

.navbar .nav > li:last-child > a {
    border: none;
}

.navbar .nav>li>.dropdown-menu:before {
    display: none;
}

.navbar .nav>li>.dropdown-menu:after {
    display: none;
}

.dropdown-menu {
    left: auto;
    background: #e9e9e9;
}

.dropdown-menu>li>a {
    color: #183F67;
    font-weight: bold;
    font-size: 12px;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a {
    background: #999;
    background-image: none;
}

.navbar-form  {
    //background: url("../img/search-bg.png") no-repeat scroll left center transparent;
    border-radius: 0 15px 0 0;
    height: 36px;
    padding: 2px 20px;
    margin-top: 24px;
}

.navbar-form input {
    font-size: 12px;
    padding: 1px 5px;
    margin-right: 10px;
}



.navbar-form .btn {
  display: inline-block;
  *display: inline;
  padding: 2px 5px;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #004167;
  *border: 0;
  border-color: #004167 #004167 #006399;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #004167;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff006399', endColorstr='#ff004167', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.navbar-form .btn:hover,
.navbar-form .btn:focus,
.navbar-form .btn:active,
.navbar-form .btn .active,
.navbar-form .btn .disabled,
.navbar-form .btn [disabled]{
  color: #FFFFFF;
}

.homebanner {
    border-radius: 0 0 100px 100px;
    z-index: 100;
    position: relative;
    margin-bottom: 30px;
}

#slider {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    z-index: 100;
    margin-top: 5px;
}

.homebanner .carousel {
    margin: 0;
    height: 320px;
}

.homebanner .carousel-control {
    display: none;
}

.homebanner .carousel-caption {
    background: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    top: 10px;
    position: absolute;
    left: 0;
    height: 20px;
    width: 70%;
}

.homebanner .carousel-caption .readmore {
    float: right;
    font-weight: bold;
    line-height: 20px;
    color: #CC0000;
}

.homebanner .carousel-caption p {
    color: #155098;
    float: left;
    font-size: 16px;
}

.homebanner .carousel-indicators {
    position: absolute;
    margin: 0 auto;
    left: 50%;
    top: 332px;
    background: url("../img/carousel-nav-bg.png");
    height: 48px;
    width: 157px;
}

.homebanner .carousel-indicators li {
    background: #FEFEFE;
    margin-left: 14px;
    margin-top: 20px;
}

.homebanner .carousel-indicators .active {
    background: #BB0000;
}

.intro {
    margin-top: 5px;
    background: #154F96;
    height: 320px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    color: #fff;
}

.intro .inner {
    padding: 10px 40px;
}

.intro h1 {
    font-size: 16px;
    line-height: 20px;
}

.intro .btn {
    margin-top: 10px;
}

#manufacturersCarousel {
    margin-bottom: 0;
}

.manufacturers {
    margin-top: 10px;
}

.manufacturers .carousel-control {
    width: 30px;
    border: none;
}

.manufacturers .carousel-control.left {
    background: url('../img/scroll-arrows.png') no-repeat;
    margin-left: -55px;
}

.manufacturers .carousel-control.right {
    background: url('../img/scroll-arrows.png') no-repeat -30px 0;
    margin-right: -55px;
}

.home-boxes {
    margin-bottom: 20px;
}

.home-boxes .span4 {
    background: url('../img/homepage-banner-box.png') no-repeat;
    background-size: 100%;
    height: 329px;
    position: relative;
}

.home-boxes img {
    display: block;
    margin: 20px auto;
    max-height: 175px;
    max-width: 85%;
}

.home-boxes h1 {
    font-size: 20px;
    line-height: 20px;
    color: #183F67;
    font-style: italic;
    font-weight: bold;
}

.home-boxes .btn-primary {
    margin-top: 5px;
}

.home-boxes .inner {
    position: absolute;
    top: 210px;
    left: 20px;
    width: 90%;
}

.home-boxes .inner p {
    font-size: 12px;
}

.home-boxes .twitter-box .inner {
    position: absolute;
    top: 20px;
    left: 18px;
    height: 90%;
    overflow: hidden;
}

.twitter-timeline {
    height: 100%;
}

.home-boxes .twitter-box {
    background: url('../img/twitter-frame.png') no-repeat;
    background-size: 100%;
}

#boxes {
    margin-top: 20px;
}

#box1,
#box2 {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

#box3 {
    background: none repeat scroll 0 0 #B70000;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

#box1 h2,
#box2 h2 {
    padding: 0;
    margin: 0;
    color: #183F67;
    font-size: 20px;
}

#box1 .content img,
#box2 .content img {
    padding: 0 10px;
}

#box3 h2 {
    padding: 0;
    margin: 0;
    color: #FFFFFF;
    font-size: 20px;
}

#box1 p,
#box2 p,
#box3 p {
    padding: 0;
    margin: 0;
}

#box1 .content,
#box2 .content {
    border-left: 5px solid #183F68;
    font-size: 13px;
    line-height: 18px;
    padding: 10px 15px 20px 20px;
    min-height: 150px;
}

#box3 .content {
    border-left: 5px solid #183F68;
    font-size: 13px;
    line-height: 18px;
    padding: 10px 15px 20px 20px;
    color: #FFFFFF;
    min-height: 140px;
}

#boxes a{
    margin: 15px 0 0;
}

.reg-lookup-form {
    border-top: 1px dashed #FFFFFF;
    margin: 15px 0 0;
    padding: 15px 0 0;
}

.reg-lookup-form input {
    margin: 0;
}

.reg-lookup-form .btn {
  display: inline-block;
  *display: inline;
  padding: 5px 8px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #FFFFFF;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-color: #006399;
  *background-color: #004167;
  background-image: -moz-linear-gradient(top, #006399, #004167);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#006399), to(#004167));
  background-image: -webkit-linear-gradient(top, #006399, #004167);
  background-image: -o-linear-gradient(top, #006399, #004167);
  background-image: linear-gradient(to bottom, #006399, #004167);
  background-repeat: repeat-x;
  border: 1px solid #004167;
  *border: 0;
  border-color: #004167 #004167 #006399;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #004167;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff006399', endColorstr='#ff004167', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.reg-lookup-form .btn:hover,
.reg-lookup-form  .btn:focus,
.reg-lookup-form  .btn:active,
.reg-lookup-form  .btn .active,
.reg-lookup-form  .btn .disabled,
.reg-lookup-form  .btn [disabled]{
  color: #FFFFFF;
  background-color: #004167;
  *background-color: #006399;
}

#breadcrumbs {
    color: #183F67;
}

.product-detail {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    padding: 10px 25px;
    width: 1145px;
    margin-top: 5px;
    border-radius: 6px;
}

body.towbar-list footer {
    padding-bottom: 150px;
}

.addtobasket {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #2E2E2E;
    border-top: 2px solid #154F96;
}

.addtobasket .container {
    padding: 10px;
}

.addtobasket .pagination {
    margin: 0;
    font-size: 10px;
}

@media (min-width: 768px) {
    body.towbar-list footer {
        padding-bottom: 20px;
    }

    .addtobasket .container {
        padding: 10px 0;
    }
}

@media (min-width: 1200px) {
    .addtobasket .pagination {
        font-size: 13px;
    }

    .addtobasket .pagination ul > li > a {
        padding: 4px 10px;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .addtobasket .pagination ul > li > a {
        padding: 4px 8px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .addtobasket .pagination ul > li > a {
        padding: 4px 4.7px;
    }
}

.product-info {
    margin-top: 20px;
    border-top: 1px dashed #7A90A8;
    border-bottom: 1px dashed #7A90A8;
}

.product-info .span3, .product-info .span6, .product-info .span12 {
    padding: 15px;
    font-weight: bold;
}

.product-info .btn {
    font-weight: normal;
}

.product-info label {
    font-weight: bold;
    margin-right: 10px;
}

.product-info .price {
    color: #CC0000;
}

.product-info form {
    margin: 0;
}

.product-important h4 {
    color: #183F66;
    font-size: 14px;
    margin-bottom: 0;
}

.even.media {
    background: #E7EBEF;
}

.related-item {
    padding: 5px;
    margin-top: 0;
}

.related-item img {
    background: #fff;
}

.product-header {
    border-bottom: 1px dashed #7A90A8;
    margin-bottom: 15px;
}

.sidebar .box {
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    margin-top: 5px;
}

.sidebar .box .inner {
    padding: 10px 20px;
}

.sidebar .box h1 {
    font-size: 16px;
    line-height: 20px;
    color: #183F66;
}

.related-item p {
    color: #183F66;
    font-weight: bold;
    font-size: 13px;
    margin-top: 10px;
    margin-left: 10px;
}

.related-item img {
    border: 1px solid #CCCCCC;
    width: 64px;
}

.content {
    margin-top: 10px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.content .inner {
    padding: 30px;
}

.content h2, .content h3, .content h4 {
    color: #165099;
    font-size: 17.5px;
}

.content img, .content hr {
    clear: both;
}

.commercial_zone .content table img {
    max-width: 250px;
}

#feed h4 {
    color: #B70000;
    font-style: italic;
}

#feed p {
    color: #183F67;
    font-size: 16px;
    line-height: 20px;
}

.logos img {
    float: right;
    margin-left: 15px;
}

.manufacturers .span2,
.models .span2 {
    position: relative;
}

.manufacturers .span2 {
    background: url('../img/home-manufacturer-logo-frame.png') no-repeat;
    background-size: 100%;
    height: 195px;
}

.manufacturers a, .models a, .accessories a {
    width: 100%;
    height: 100%;
    display: block;
}

.manufacturers a:hover, .models a:hover, .accessories a:hover {
    text-decoration: none;
}

.manufacturers img {
    display: block;
    margin: 24px auto;
    max-height: 100%;
}

.manufacturer-badge {
    float: left;
    height: 64px;
}

.manufacturer-header {
    margin-top: 10px;
    margin-bottom: 10px;
}

.manufacturer-header h2 {
    margin: 15px 15px !important;
}

.models {
    margin-top: 10px;
}

.models .span2 {
    background: url('../img/car-model-frame.png') no-repeat;
    height: 138px;
    background-size: 100%;
}

.models img {
    max-height: 75px;
    max-width: 100%;
    margin: 10px auto;
    display: block;
}

.accessories {
    margin-top: 20px;
    margin-bottom: 20px;
}

.accessories .span3 {
    background: url('../img/accessory-frame.png') no-repeat;
    background-size: 100%;
    height: 293px;
    position: relative;
}

.accessories .span2 {
    background: url('../img/accessory-frame.png') no-repeat;
    background-size: 100%;
    position: relative;
    height: 195px;
}

.accessories .span2 img {
    max-height: 90px;
    max-width: 170px;
    margin: 30px auto;
    display: block;
}

.accessories .span3 img {
    display: block;
    margin: 20px auto;
    max-height: 100%;
}

.blue-text {
    color: #145098;
}

@media (max-width: 980px) {
    .home-boxes .twitter-box .inner {
        height: 60%;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .homebanner .intro .inner {
        padding: 10px 15px 10px 15px;
    }
    
    .home-boxes .twitter-box .inner {
        height: 70%;
    }
    
    .accessories .span3 {
        height: 243px !important;
    }
    
    .accessories .ie-logo {
        height: 150px !important;
    }
    
    .accessories .span3 p {
        top: 191px !important;
    }
    
    .manufacturers .span2 {
        height: 160px;
    }
    
    .manufacturers .ie-logo {
        height: 85px !important;
    }
    
    .manufacturers img {
        margin: 0 auto;
        max-width: 75%;
    }
    
    .manufacturers .span2 p {
        bottom: 6px;
    }
    
    .models .span2 {
        height: 110px;
    }
    
    .models img {
        max-height: 55px;
    }
    
    .models .ie-logo {
        height: 50px !important;
    }
    
    .home-boxes .inner {
        top: 160px;
    }
}

@media (max-width: 1199px) {
    .home-boxes h1 {
        font-size: 16px;
    }
    
    .home-boxes .btn-primary {
        font-size: 12px;
        padding: 0 5px;
        margin-top: 10px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .home-boxes .inner p:nth-child(3) {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .home-boxes .inner {
        top: 118px;
    }
    
    .accessories .span3 {
        height: 183px !important;
    }
    
    .accessories .ie-logo {
        height: 110px !important;
    }
    
    .accessories .span3 p {
        top: 144px !important;
        font-size: 11px !important;
    }
    
    .manufacturers .span2 {
        height: 125px !important;
    }
    
    .manufacturers img {
        margin: 0 auto;
        max-width: 75%;
    }
    
    .manufacturers .span2 p {
        bottom: 3px !important;
        font-size: 11px !important;
    }
    
    .models img {
        max-height: 40px;
    }
    
    .models .span2 {
        height: 88px;
    }
    
    .models p {
        bottom: 2px !important;
        font-size: 11px !important;
    }
    
    .models .ie-logo {
        height: 35px !important;
        margin: 10px 10px !important;
    }
}

.manufacturers p, .models p {
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 13px;
    color: #000;
    font-weight: bold;
}

.manufacturers p {
    bottom: 3px;
}

.models p {
    bottom: 5px;
}

.accessories .span3 p {
      color: #000000;
    font-size: 13px;
    font-weight: bold;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    top: 241px;
    width: 92%;
    /*
    position: absolute;
    text-align: center;
    width: 100%;
    color: #000;
    bottom: 13px;
    font-weight: bold;
    font-size: 13px;*/
}

.accessories .span2 p {
    color: #000000;
    font-size: 11px;
    font-weight: bold;
    line-height: 12px;
    position: absolute;
    text-align: center;
    top: 159px;
    width: 100%;
}

.product-list h2,
.product-detail h2 {
    color: #183F66;
    font-size: 20px;
    line-height: 60px;
    margin: 0;
}

.image {
    text-align: center;
}

.image img {
    max-width: 50px;
    padding: 8px;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
}

.even {
    background: #E0E6EC;
}

.product-list table {
    width: 100%;
}

.product-list th {
    border-bottom: 1px dotted #183F66;
    border-top: 1px dotted #183F66;
    color: #CC0000;
    font-size: 12px;
    line-height: 26px;
    text-align: center;
}

.product-list td {
    padding: 5px;
}

.product-list p {
    margin: 0;
}

.description {
    width: 500px;
}

.year {
    width: 100px;
}

.brand p,
.code p,
.price p,
.year p{
    color: #183F66;
    text-align: center;
    font-weight: bold;
}

.stock {
    text-align: center;
}

.description h3 {
    color: #183F66;
    font-size: 14px;
    line-height: 20px;
}

.alt {
    background: #E5E5E5;
}

.modal form {
    margin: 0;
}

.quick-basket {
    background-image: url("../img/basket-icon.png");
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 40px;
}

.quick-basket:hover, .quick-basket:focus, .quick-basket:active, .quick-basket:visited {
    background-position: center;
    transition: none;
    background-image: url("../img/basket-icon.png");
}

a.quick-basket:hover {
    background-position: center;
}

.buttons {
    margin-top: 0;
    padding: 20px;
    text-align: center;
}

.product-image {
    border: 1px solid #CCCCCC;
    padding: 10px;
    text-align: center;
}

.product-notes {
    background: none repeat scroll 0 0 #E7EBEF;
    border: 1px solid #FFFFFF;
    padding: 4px 16px;
}

@media (min-width: 768px) {
    .product-row {
        display: table;
        width: 100%;
    }
    
    .product-row [class*="span"] {
        float: none;
        display: table-cell;
        vertical-align: top;
    }
}

.right-col {
    background: #E7EBEF;
}

.product-table td, .product-notes td {
    border: 1px solid #FFFFFF;
    padding: 4px 7px;
}

.product-table .download {
    text-align: center;
}

.product-table-icon img {
    max-height: 32px;
    margin: 0 auto;
    display: block;
}

p.price {
    font-size: 18px;
}

.info-block {
    background: #E7EBEF;
    padding: 10px;
    margin-bottom: 5px;
    margin-top: 0;
}

.info-block p {
    color: #004167;
}

.info-block img {
    display: inline-block;
    float: left;
    margin-right: 10px;
}

footer {
    color: #fff;
    background: #2E2E2E;
    border-top: 5px solid #154F96;
    padding-top: 15px;
    margin-top: 30px;
}

footer h1 {
    font-size: 16px;
    line-height: 20px;
}

footer a {
    color: #fff;
}

footer ul {
    padding: 0;
    margin: 0;
}

footer li {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer .copyright {
  padding-top: 8px;
}

footer .logos {
  padding-top: 25px;
}

/*********************************/
/** Content Layout Styles Begin **/
/***---------------------------***/


#content-wrap {
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 22px;
}

.manufacturers .ie-logo {
    height: 70px;
}

@media (min-width: 1024px) {
    .manufacturers .ie-logo {
        height: 125px;
    }
}

.ie-logo {
    background: #fff;
    margin: 20px;
}

.accessories .ie-logo {
    height: 200px;
}

.models .ie-logo {
    height: 75px;
    margin: 15px 10px;
}

#content-wrap .span4 .content-template-sub-nav {
    margin: 0 0 0 34px;
    padding: 0;
    list-style-type: none;
}

#content-wrap .span4 .content-template-sub-nav li {
    list-style-image: url('../img/list-icon.png');
    padding-bottom: 8px;
    border-bottom: 1px dashed #426283;
}

#content-wrap .span4 .content-template-sub-nav li:last-child {
    margin-bottom: 18px;
}

#content-wrap .span4 .content-template-sub-nav li a {
    color: #183F66;
    text-decoration: none;
    font-weight: bolder;
    vertical-align: top;
}

#content-wrap .span4 .content-template-sub-nav li a:hover {
    text-decoration: underline;
}

#page-intro {
    padding: 20px 20px 20px 28px;
}

#page-intro h2 {
    color: #183F67;
    font-style: italic;
}
/***---------------------------***/
/** Content Layout Styles End   **/
/*********************************/


/*********************************/
/** Login/Register Styles Begin **/
/***---------------------------***/
#loginModal {
    margin: 0;
    padding: 0;
}

#loginModal .well {
    margin: 0;
    padding: 15px;
}

#loginModal #myTabContent {
    margin: 0;
}

#loginModal #myTabContent #register-form {
    margin: 0;
}

#loginModal #reg-log-user-tbls {
    margin: auto;
    margin-top: 20px;
    margin-bttom: 20px;
    width: 320px;
    height: auto;
}

#loginModal #reg-log-user-tbls, #loginModal #reg-log-user-tbls tr, #loginModal #reg-log-user-tbls tr td {
    border: none;
}

#loginModal #reg-log-user-tbls tr, #loginModal #reg-log-user-tbls tr td {
    margin: 0;
    padding: 0;
}

#loginModal #reg-log-user-tbls tr td {
    padding: 8px 0 8px 0;
}

#loginModal #reg-log-user-tbls input {
    margin: 0;
}
/***---------------------------***/
/** Login/Register Styles End   **/
/*********************************/


/*********************************/
/***  Account Info Page Begin  ***/
/****-------------------------****/
#account-content-wrap {
    margin: 0;
}

#account-content-wrap #page-intro {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 22px;
}

#account-content-wrap #page-intro #account-inner-row {
    margin: 30px 0 0 0;
    padding: 0;
}
/****-------------------------****/
/***  Account Info Page End    ***/
/*********************************/

/****-------------------------****/
/*** Delivery address details  ***/
/*********************************/

#billing-address {
    display: none;
}

#box2 .media img {
    width: 64px;
}

#welcome-tag {
    margin: 0;
    font-size: 22px;
}

#profile-info-tbl {
    margin: 10px 0 0 0;
    border: none;
}

#profile-info-tbl tr {
    margin: 0;
    padding: 0;
    border: none;
}

#profile-info-tbl tr td {
    border: none;
}

#profile-info-tbl tr td:first-child {
    width: 30%;
}

.icon-eye-open {
    margin: 5px 0 0 5px;
}

#order-details-title {
    font-size: 20px;
    border-bottom: dashed 1px silver;
    padding-bottom: 7px;
    margin: 0;
}

#order-details-sub-title {
    font-size: 18px;
    margin: 30px 0 0 0;
    border-bottom: dashed 1px silver;
    padding-bottom: 7px;
}

#order-details-tbl {
    margin: 15px 0 0 0;
    border: none;
}

#order-details-tbl tr {
    margin: 0;
    padding: 0;
    border: none;
}

#order-details-tbl tr td {
    margin: 0;
    padding: 10px 0 0 0;
    border: none;
}

#order-details-tbl tr td:first-child {
    width: 48%;
}
#order-details-tbl #delivery_address_ul {
    margin: 0;
    padding: 10px 0 0 115px;
    list-style-type: none;
}

#order-details-tbl-products {
    margin: 15px 0 0 0;
    padding: 0;
    border: none;
}

#order-details-tbl-products tr {
    margin: 0;
    padding: 0;
    border: none;
}

#order-details-tbl-products tr td, #order-details-tbl-products tr th {
    margin: 0;
    padding: 0;
    border: none;
}

#order-details-tbl-products tr td {
    padding: 10px 0 0 0;
}

#user-login-form {
    margin: 0;
    padding: 0;
    min-height: 50px;
}

#user-login-form #forg-pass-link {
    margin: 8px 0 0 0;
}

#user-login-form fieldset {
    width: 200px;
    height: auto;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 50px;
    padding: 0;
}

#user-login-form fieldset input {
    margin: 15px 0 0 0;
}

#forgot-password-title {
    font-size: 20px;
    border-bottom: dashed 1px silver;
    padding-bottom: 7px;
    margin: 0;
}

#forgot-password-par {
    margin: 10px 0 0 0;
}

#forgot-password-form {
    margin: 30px 0 0 0;
    padding: 0;
}

#forgot-password-form fieldset {
    width: 250px;
    height: auto;
    margin: auto;
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
}

#forgot-password-form fieldset .btn {
    margin: 8px 0 0 0;
}


#reset-password-title {
    font-size: 20px;
    border-bottom: dashed 1px silver;
    padding-bottom: 7px;
    margin: 0;
}

#reset-pass-form {
    margin: 0;
    padding: 0;
}

#reset-pass-form p {
    margin-top: 20px;
}

#reset-pass-form fieldset {
    width: 200px;
    height: auto;
    padding: 0;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

#reset-pass-form fieldset input {
    margin: 18px 0 0 0;
}

#reset-pass-form fieldset .btn {
    margin-top: 30px;
}

#register-user-form {
    margin: 0;
    padding: 0;
}

#register-user-form .submit {
    text-align: right;
    margin: 0;
    padding: 0;
}

#register-user-form fieldset {
    margin: auto;
    padding: 0;
    width: 200px;
    height: auto;
    margin-top: 20px;
    margin-bottom: 40px;
}

#register-user-form fieldset select, #register-user-form fieldset input {
    margin: 10px 0 0 0;
}

#loginModal .modal-body {
    max-height: none;
}

.alert-error {
    margin: 15px 0 0 0;
}

.images {
    margin-top: 20px;
}

#latest-news {
    margin: 35px 0 0 0;
}

#latest-news .well h2 {
    font-size: 16px;
    color: #165099;
    margin: 0 0 15px 0;
    line-height: 16px;
}

#latest-news .span8 {
    padding-right: 20px;
}

#latest-news .span8 .media {
    border-bottom: dashed 1px gray;
    padding-bottom: 15px;
    margin-top: 25px;
}

#latest-news .span8 .media:first-child {
    margin-top: 0;
}

#latest-news .span8 .media-body {
    padding: 0 0 0 10px;
}

#latest-news .well ul {
    margin: 0 0 25px 0;
    list-style-type: none;
    padding: 0 0 0 20px;
}

#latest-news .well ul:last-child {
    margin-bottom: 0;
}

.page-control-row {
    margin-top: 26px;
}

.page-control-row span a {
    color: white;
}

#news-article {
    margin: 18px 0 18px 0;
}

#news-article .well {
    margin: 0;
}

#news-article .well ul {
    margin: 0 0 25px 0;
    list-style-type: none;
    padding: 0 0 0 20px;
}

#news-article .well ul:last-child {
    margin-bottom: 0;
}

#news-article .well h2 {
    font-size: 16px;
    color: #165099;
    margin: 0 0 15px 0;
    line-height: 16px;
}

#news-article .span8 h3 {
    margin: 0;
}

#article-content .span4 {
    padding-right: 25px;
}

#article-content .span8 {
    padding-right: 25px;
}

#article-content .span8 .posted-label {
    font-style: italic;
}

#article-content .span4 .category-label {
    margin-top: 20px;
    margin-bottom: 35px;
}

.product-search {
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 0;
}

@media (min-width: 768px) {
    .product-search {
        float: right;
        margin-right: 0;
    }
}

.product-header .span1 {
    padding-right: 10px;
}

.product-header h4 {
    color: #CC0000;
}

.product-header p {
    color: #183F66;
    font-size: 14px;
    font-weight: bold;
}

/* Landscape phones and down */
@media (max-width: 767px) {
    .top {
        margin-left: 20px;
        margin-right: 20px;
    }
    #nav {
        margin-left: 20px;
        margin-right: 20px;
    }
    .top .row .span12 .align-right {
        text-align: right;
    }
    .header .row {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .header .row .span8 {
        width: 100%;
        text-align: center;
    }
    .header .row .span8 .logo {
        float: none;
    }
    .header .row .span4 {
        width: 100%;
        text-align: center;
    }
    
    .header .row .span4 p {
        text-align: center;
        margin: 0;
        font-size: 16px;
        line-height: 18px;
    }
    
    .header .row .span4 .number {
        line-height: 36px;
    }
    #nav .container .btn-navbar {
        background-color: transparent;
        background-image: none;
        border: none;
    }
    
    #nav .container .menu-text {
        margin: 13px 0 0 6px;
        padding: 0;
        line-height: 16px;
        font-size: 14px;
        font-weight: bold;
    }
    .navbar-inner { 
        padding: 0;
    }
    #nav .container {
        width: 100%;
    }
    .nav-collapse .nav {
        margin: 0;
    }
    #nav #main-menu, #nav #main-menu li, #nav #main-menu li a {
        background-color: white;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
    footer {
        width: auto;
        padding-left: 20px;
        margin-top: 5px;
    }
    body {
        padding-left: 0;
        padding-right: 0;
    }
    .logos {
        padding-top: 0;
    }
    .logos img {
        float: none;
    }
    .homebanner {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 0;
    }
    .navbar-inner {
        background: url("../img/nav-bg.png") repeat-x scroll left top white;
        border: medium none;
        border-radius: 15px 15px 0 0;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
        min-height: 40px;
        padding-left: 10px;
        padding-right: 0;
    }
    .intro {
        height: auto;
    }
    #myCarousel {
        height: auto;
    }
    #myCarousel .carousel-caption {
        display: none;
    }
    .manufacturers-phone {
        width: auto;
        height: auto;
        background-color: red;
        margin-top: 12px;
        background: #bbbbbb; /* Old browsers */
        background: -moz-linear-gradient(left, #bbbbbb 1%, #fff7f7 50%, #bbbbbb 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(1%,#bbbbbb), color-stop(50%,#fff7f7), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #bbbbbb 1%,#fff7f7 50%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #bbbbbb 1%,#fff7f7 50%,#bbbbbb 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #bbbbbb 1%,#fff7f7 50%,#bbbbbb 100%); /* IE10+ */
        background: linear-gradient(to right, #bbbbbb 1%,#fff7f7 50%,#bbbbbb 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#bbbbbb',GradientType=1 ); /* IE6-9 */
        margin-bottom: 5px;
        padding: 20px;
        text-align: center;
    }
    .manufacturers-phone a {
        color: black;
    }
    .manufacturers-phone .inner-wraps {
        background-color: white;
        width: auto;
        height: auto;
        border: solid 1px #c4c4c4;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-align: center;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-top: 10px;
    }
    .manufacturers-phone .inner-wraps p {
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
    }
    .manufacturers-phone .btn {
        color: white;
        margin-top: 10px;
    }
    #home-boxes-phone {
        margin-top: 5px;
    }

    #home-boxes-phone .span12 {
        padding: 20px;
        position: relative;
        background: #bbbbbb; /* Old browsers */
        background: -moz-linear-gradient(left, #bbbbbb 1%, #fff7f7 50%, #bbbbbb 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(1%,#bbbbbb), color-stop(50%,#fff7f7), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #bbbbbb 1%,#fff7f7 50%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #bbbbbb 1%,#fff7f7 50%,#bbbbbb 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #bbbbbb 1%,#fff7f7 50%,#bbbbbb 100%); /* IE10+ */
        background: linear-gradient(to right, #bbbbbb 1%,#fff7f7 50%,#bbbbbb 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#bbbbbb',GradientType=1 ); /* IE6-9 */
    }   
    
    #home-boxes-phone .inner-wrap {
         background-color: white;
        width: auto;
        height: auto;
        border: solid 1px #c4c4c4;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-align: center;
        padding-top: 25px;
        padding-bottom: 25px;
        margin-top: 0;
        background: white;
        background: white;
    }
        
    #home-boxes-phone .inner h1 {
        font-size: 20px;
        line-height: 20px;
        color: #183F67;
        font-style: italic;
        font-weight: bold;
    }
    
    #home-boxes-phone .inner p {
        margin-top: 20px;
        background: transparent;
    }
    
    #twitter-widget-0 {
        margin-left: 20px;
        margin-right: 20px;
    }
    
    #home-boxes-phone .span4 {
        margin-top: 5px;
        padding-top: 10px;
    }
    
    #home-boxes-phone .span4 .inner {
        padding-left: 20px;
        padding-right: 20px;
    }
    .manufacturers-phone {
        width: auto;
        height: auto;
        margin: 10px 0 0 0;
        padding: 20px;
    }
    .item-wrap {
        width: auto;
        height: auto;
        background-color: white;
        padding: 15px;
    }
    .item-wrap .top-row {
        border-bottom: dashed 1px #3f70ab;
        padding-bottom: 6px;
    }
    .item-wrap .top-row h2 {
        color: #155098;
        font-size: 12px;
        margin-top: 15px;
        margin-left: 0;
    }
    .header #trade-login h1 {
        font-size: 18px;
        margin: 18px 0 0 0;
    }
    .item-wrap .item-tbl {
        border: none;
        margin: 0;
    }
    .item-wrap .item-tbl tr {
        border: none;
    }
    .item-wrap .item-tbl tr td:first-child {
        border: none;
        width: 20%;
    }
    .item-wrap .item-tbl tr td img {
        border: solid 1px #d2d2d2;
    }
    .red-text {
        color: #bd0000;
    }
    .item-wrap .item-tbl tr td {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .item-wrap .item-tbl tr td p {
        margin-bottom: 5px;
    }
    .item-wrap .item-tbl .blue-bg {
        background-color: #e7edf4;
    }
    .mobile-details {
        width: auto;
        height: auto;
        margin: 0;
        padding: 0;
        background-color: white;
        padding: 15px;
    }
    .mobile-details .top-row {
        margin: 0;
        padding: 0;
        border-bottom: dashed 1px #3f70ab;
        padding-bottom: 10px;
    }
    .mobile-details .top-row h2 {
        margin: 24px 0 0 0;
        color: #183F66;
        font-size: 20px;
        line-height: 60px;
    }
    .mobile-details .content-row .product-image {
        margin: 10px 0 0 0;
        padding: 0;
    }
    .mobile-details .content-row .content-tbl {
        background-color: #e7ebef;
        margin: 15px 0 0 0;
        border-color: white;
    }
    .mobile-details .content-row .content-tbl tr td {
        width: 33%;
        border-color: white;
        border-right: solid 1px white;
    }
    .mobile-details .content-row .price-wrap {
        border-top: dashed 1px #3f70ab;
        border-bottom: dashed 1px #3f70ab;
        margin: 10px 0 10px 0;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 5px;
    }
    .mobile-details .content-row .price-wrap strong {
        margin-right: 15px;
    }
    .mobile-details .content-row .important-info-wrap {
        border-bottom: dashed 1px #3f70ab;
        margin: 10px 0 10px 0;
        text-align: left;
        padding-top: 8px;
        padding-bottom: 15px;
    }
    .mobile-details .content-row .important-info-wrap h2 {
        font-size: 14px;
        line-height: 16px;
        margin: 0 0 6px 0;
        padding: 0;
        color: #183F66;
    }
    .mobile-details .content-row .important-info-wrap p {
        margin: 0;
    }
    .mobile-details .content-row .rel-products-wrap {
        text-align: left;
        margin: 0;
        padding-top: 8px;
    }
    .mobile-details .content-row .rel-products-wrap h2 {
        font-size: 14px;
        line-height: 16px;
        margin: 0 0 6px 0;
        padding: 0;
        color: #183F66;
    }
    .mobile-details .content-row .rel-products-wrap .rel-product-wraps {
        width: auto;
        height: auto;
        margin: 10px 0 0 0;
        padding: 6px;
        background-color: #e7ebef;
    }
    .mobile-details .content-row .rel-products-wrap .rel-product-wraps img {
        margin-right: 15px;
    }
    .mobile-details .content-row .rel-products-wrap .rel-product-wraps p {
        margin-top: 25px;
        font-size: 14px;
        color: #183f66;
    }
    .model-wrap {
        padding: 20px;
        background: #bbbbbb; /* Old browsers */
        background: -moz-linear-gradient(left, #bbbbbb 1%, #fff7f7 50%, #bbbbbb 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(1%,#bbbbbb), color-stop(50%,#fff7f7), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #bbbbbb 1%,#fff7f7 50%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #bbbbbb 1%,#fff7f7 50%,#bbbbbb 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #bbbbbb 1%,#fff7f7 50%,#bbbbbb 100%); /* IE10+ */
        background: linear-gradient(to right, #bbbbbb 1%,#fff7f7 50%,#bbbbbb 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#bbbbbb',GradientType=1 ); /* IE6-9 */
    }
    .model-wrap .model-wraps {
        background-color: white;
        width: auto;
        height: auto;
        border: solid 1px #c4c4c4;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-align: center;
        padding-top: 25px;
        padding-bottom: 25px;
        margin: 10px 0 0 0;
        background: white;
    }
    .model-wrap .model-wraps a {
        color: black;
    }
	.customers-viewed-wrap {
		padding: 10px;
        background: #bbbbbb; /* Old browsers */
        background: -moz-linear-gradient(left, #bbbbbb 1%, #fff7f7 50%, #bbbbbb 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(1%,#bbbbbb), color-stop(50%,#fff7f7), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #bbbbbb 1%,#fff7f7 50%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #bbbbbb 1%,#fff7f7 50%,#bbbbbb 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #bbbbbb 1%,#fff7f7 50%,#bbbbbb 100%); /* IE10+ */
        background: linear-gradient(to right, #bbbbbb 1%,#fff7f7 50%,#bbbbbb 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#bbbbbb',GradientType=1 ); /* IE6-9 */
	}
	.content-row h2 {
		font-size: 14px;
        line-height: 16px;
        margin: 15px 0 6px 0;
        padding: 0;
        color: #183F66;
	}
	.customer-view-wraps {
		background-color: white;
        width: auto;
        height: auto;
        border: solid 1px #c4c4c4;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-align: center;
        padding-top: 25px;
        padding-bottom: 25px;
        margin: 10px 0 0 0;
        background: white;
	}
	.customers-viewed-wrap  .customer-view-wraps:first-child {
		margin-top: 0;
	}
	.customer-view-wraps a {
		color: black;
	}
    .accessories-wrap-mob, .accessories-items-wrap-mob {
        padding: 10px;
        background: #bbbbbb; /* Old browsers */
        background: -moz-linear-gradient(left, #bbbbbb 1%, #fff7f7 50%, #bbbbbb 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(1%,#bbbbbb), color-stop(50%,#fff7f7), color-stop(100%,#bbbbbb)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(left, #bbbbbb 1%,#fff7f7 50%,#bbbbbb 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(left, #bbbbbb 1%,#fff7f7 50%,#bbbbbb 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, #bbbbbb 1%,#fff7f7 50%,#bbbbbb 100%); /* IE10+ */
        background: linear-gradient(to right, #bbbbbb 1%,#fff7f7 50%,#bbbbbb 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbbbbb', endColorstr='#bbbbbb',GradientType=1 ); /* IE6-9 */
    }
    .accessories-wrap-mob .inner-wraps, .accessories-items-wrap-mob .inner-wraps {
        background-color: white;
        width: auto;
        height: auto;
        border: solid 1px #c4c4c4;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        text-align: center;
        padding-top: 25px;
        padding-bottom: 25px;
        margin: 10px 0 0 0;
        background: white;
    }
    .accessories-wrap-mob .inner-wraps a, .accessories-items-wrap-mob .inner-wraps a {
        color: black;
    }
    
    .content .inner {
        padding: 10px 20px;
    }
    .logo2 {
      display: block;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    .logo2 {
      max-width: 150px;
      margin-top: -100px;
    }
}

@media (min-width: 768px) {
  .logo3 {
    display: none;
  }
}

@media (max-width: 768px) {
  .logo2 {
    display: none;
  }
  .logo3 {
    display: block;
    margin: 0 auto;
  }
}

@media (min-width: 980px) and (max-width: 1199px) {

    .header #trade-login h1 {
        font-size: 16px;
    }

    .logo2 {
      max-width: 200px;
      margin-top: -65px;
    }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .navbar-inner { 
        padding: 0;
        height: 80px;
    }

    .navbar .nav > li {
        max-width: 100px;
        height: 60px;
        text-align: center;
    }
    .navbar .nav > li > a {
        border-right: none;
        padding: 10px 8px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .navbar-form {
        display: none;
    }
    .homebanner {
        height: auto;
    }
    #myCarousel {
        height: auto;
        min-height: 256px;
    }
    .homebanner .carousel-indicators {
        bottom: -20px;
        top: auto; 
    }
    .homebanner .intro {
        height: auto;
        min-height: 256px;
    }



    footer {
        width: auto;
    }
    .home-boxes img { 
        max-height: 100px;
        margin: 26px auto 0 auto;
    }
    .home-boxes .inner h1 {
        font-size: 14px;
    }
    .home-boxes .inner p {
        height: 60px;
    }
    
    footer {
        margin-top: 0;
    }

    .accessories .span3 img {
        width: 150px;
        height: 150px;
    }
    
    #nav .container .menu-text {
        margin: 13px 0 0 6px;
        padding: 0;
        line-height: 16px;
        font-size: 14px;
        font-weight: bold;
    }

    .header #trade-login h1 {
        font-size: 16px;
    }
    .message p.number {
        font-size: 18px;
    }
    #nav .container .btn-navbar {
        background-color: transparent;
        background-image: none;
        border: none;
    }

    .navbar-inner { 
        padding: 0;
    }
    #nav .container {
        width: 100%;
    }
    .nav-collapse .nav {
        margin: 0;
    }
    .navbar-inner {
        border: medium none;
        border-radius: 15px 15px 0 0;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
        padding-left: 10px;
        padding-right: 0;
    }
    .homebanner {
        height: auto;
    }
    #myCarousel {
        height: auto;
        min-height: 198px;
    }
    .homebanner .carousel-indicators {
        bottom: -20px;
        top: auto; 
    }
    .homebanner .intro {
        height: auto;
        min-height: 198px;
    }

    .home-boxes .inner h1 {
        font-size: 12px;
    }
    .home-boxes .span4 img {
        height: 80px;
    }
    .home-boxes .span4 {
        height: 290px;
    }
    .home-boxes .inner p {
        height: 30px;
    }
    .accessories .span2 img {
        width: 70px;
        height: 70px;
        margin: 18px auto;
    }
    footer {
        margin-top: 0;
    }
    .accessories .span3 img {
        width: 100px;
        height: 100px;
    }
}

.ccc-hdr h2 {
    line-height: 20px;
}

.video {
  background: #000;
  float: none;
  margin: 0 auto;
  text-align: center;

}

.table.no-border td, .table.address-details td {
    border: none;
    padding: 0;
    overflow-wrap: break-word;
}

.table.address-details {
    table-layout: fixed;
}

.table.no-border td:first-child {
    width: 10px;
    padding-right: 10px;
}

.product-filter {
    margin-top: 10px;
}

.thankyou .col {
    padding: 10px;
}

.thankyou .span6 {
    width: 100%;
}

@media (min-width: 1024px) {
    .thankyou .span6 {
        margin-left: 0;
        width: 50%;
    }

    .thankyou .grey-box {
        height: 160px;
    }    
}

.red {
    color: #B70000 !important;
}

.yellow {
    color: #d19900;
}

.thankyou .contact img {
    margin-right: 10px;
}

.contact td {
    padding: 5px;
}

.contact td img {
    margin-right: 5px;
}

input[type=radio] {
    vertical-align: baseline;
    margin-left: 5px;
    margin-right: 5px;
}

/* Christ knows why it goes outside of the container... BS2... */
input.full-width, textarea.full-width {
    width: calc(100% - 15px);
}

input.quick-add-input {
    width: 50px;
    margin: 0;
}

.checkout-steps {
    display: inline-block;
}

.checkout-steps div {
    float: left;
    color: rgb(129, 160, 198);
    font-weight: bold;
    padding: 0 20px;
    padding-top: 10px;
    position: relative;
}

.checkout-steps div:before {
    content: '';
    background: rgb(129, 160, 198);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: calc(50% - 5px);
    width: 10px;
    height: 10px;
    z-index: 1;
}

.checkout-steps div:after {
    content: '';
    border-top: 1px solid rgb(129, 160, 198);
    position: absolute;
    left: 0;
    top: 5px;
    width: 100%;
}

.checkout-steps div.active {
    color: rgb(15, 70, 143);
}

.checkout-steps div.active:before {
    background: rgb(15, 70, 143);
}

.checkout-steps div:first-child:after {
    width: 50%;
    right: 0;
    left: auto;
}

.checkout-steps div:last-child:after {
    width: 50%;
}

@media (min-width: 768px) {
    .modal-lg {
        width: 70%;
        margin-left: -35%;
    }

    .newaddress-modal-row {
        display: table;
        width: 100%;
    }

    .newaddress-modal-row .col {
        display: table-cell;
        width: 50%;
        padding: 5px;
    }
}

.grey-box {
    background: rgb(230, 230, 230);
    padding: 10px;
    margin-bottom: 10px;
}

.address-filter {
    margin-bottom: 0;
    width: calc(100% - 50px);
}

@media (min-width: 480px) {
    .address-filter {
        width: auto;
        float: right;
        margin-top: 5px;
        margin-right: 15px;
    }
}

.my-account-news {
    border: 2px solid #CC0000;
    padding: 15px;
    margin-bottom: 15px;
}

.my-account-news p {
    color: #165099;
    font-weight: bold;
    font-size: 16px;
    margin: 0;
}

.product-list-info-box {
    padding: 10px;
    border: 1px solid #165099;
    color: #CC0000;
    font-weight: bold;
}

.grecaptcha-badge {
    width: 70px !important;
    overflow: hidden !important;
    transition: all 0.3s ease !important;
    left: 0 !important;
}
.grecaptcha-badge:hover {
    width: 256px !important;
}