.vehicleselectorheader {
  background: #616161;
  background-image: url("../img/bg-grid.png");
  background-image: url("../img/bg-grid.png"), -webkit-gradient(linear, left top, left bottom, from(#616161), to(#404040));
  background-image: url("../img/bg-grid.png"), -webkit-linear-gradient(top, #616161, #404040);
  background-image: url("../img/bg-grid.png"), -moz-linear-gradient(top, #616161, #404040);
  background-image: url("../img/bg-grid.png"), -ms-linear-gradient(top, #616161, #404040);
  background-image: url("../img/bg-grid.png"), -o-linear-gradient(top, #616161, #404040);
  background-image: url("../img/bg-grid.png"), linear-gradient(to bottom, #616161, #404040);
  border-radius: 8px 8px 0 0;
  margin: 0;
  padding: 10px;
  position: relative; }

.vehicleselectorlist {
  border-color: #c8c8c8;
  color: #000;
  font-size: 14px;
  margin-bottom: 4px;
  margin-top: 4px;
  padding: 5px 5px 5px 10px; }
  .vehicleselectorlist option {
    color: #000;
    font-size: 14px; }

.vehiclesubmit {
  margin-bottom: 10px;
  margin-top: 10px; }
  .vehiclesubmit:hover {
    background: #f00;
    border-color: #f00;
    cursor: hand; }

.vehicletitle {
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 47px;
  margin: 0;
  border-radius: 8px 8px 0 0;
  display: block;
  text-align: center;
  text-transform: uppercase;
  background: #231f20;
  background: -moz-linear-gradient(top, #231f20 0%, #0d0d0d 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #231f20), color-stop(100%, #0d0d0d));
  background: -webkit-linear-gradient(top, #231f20 0%, #0d0d0d 100%);
  background: -o-linear-gradient(top, #231f20 0%, #0d0d0d 100%);
  background: -ms-linear-gradient(top, #231f20 0%, #0d0d0d 100%);
  background: linear-gradient(to bottom, #231f20 0%, #0d0d0d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#231f20', endColorstr='#0d0d0d',GradientType=0 ); }

.vsbackground {
  border-radius: 0 0 8px 8px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #d7d7d7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #d7d7d7));
  background: -webkit-linear-gradient(top, #ffffff 0%, #d7d7d7 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #d7d7d7 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #d7d7d7 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #d7d7d7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d7d7d7',GradientType=0 );
  margin: 6px 0 0;
  text-align: center;
  width: 100%; }

.makemodel {
  color: #000;
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
  padding: 5px 0 0 5px;
  text-align: left; }
  .makemodel svg {
    stroke: #dd272e;
    fill: #dd272e;
    max-width: 10px;
    max-height: 10px;
    margin: 0 5px; }
  .makemodel + select {
    margin: auto;
    width: calc(100% - 20px); }

.leftNav br,
#bmakemodel {
  display: none; }
