* {
  margin: 0;
  padding: 0;
}
img,
a img {
  border: none;
}
img {
  max-width: 100%;
  height: auto;
}
ul li,
ol li {
  list-style: none;
}
a,
a:hover {
  outline: none;
  text-decoration: none;
}
button,
input[type="submit"] {
  cursor: pointer;
}
fieldset {
  border: none;
}
.fix {
  display: block;
  height: 0 !important;
  clear: both;
  border: none;
  background: none;
}
.fix.left {
  clear: left;
}
.fix.right {
  clear: right;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.fLeft {
  float: left;
}
.fRight {
  float: right;
}
.displayNone {
  display: none;
}
.visibilityHidden,
.visibleNone {
  visibility: hidden;
}
.button.blue {
  font-size: 13px;
}
.button.blue::before {
  background-size: 70% auto;
}
header.body {
  padding-top: 42px;
}
header.body #tray {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 96;
  height: 20px;
  width: 100%;
  background: rgba(24,24,24,0.95);
  border-bottom: 1px solid #5C5C5C;
}
header.body #tray ul li.openMenuCont {
  display: inline;
  border: none;
}
header.body #tray ul li.first {
  border-left: 1px solid #777;
  margin-left: 1.4285714285714em;
}
header.body #topMenu {
  background: rgba(51,51,51,0.95);
  display: block;
  position: fixed;
  top: -440px;
  left: 0;
  z-index: 95;
  width: 100%;
  height: 450px;
  -o-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}
header.body #topMenu > ul {
  float: none;
  text-align: left;
  vertical-align: top;
}
header.body #topMenu > ul.fRight {
  display: none;
}
header.body #topMenu > ul > li {
  display: inline-block;
  vertical-align: top;
  width: 12%;
  padding: 0 1%;
  margin: 1em 0 2em;
  height: auto;
  border: none;
}
header.body #topMenu > ul > li a {
  display: block;
  border: none;
  height: auto;
  padding: 0;
}
header.body #topMenu > ul > li > a {
  font-size: 1.1em;
  padding-bottom: 0.4em;
  margin-bottom: 0.3em;
  border-bottom: 2px solid #5C5C5C;
}
header.body #topMenu > ul > li.active > a,
header.body #topMenu > ul > li > a:hover {
  color: #33B5E5;
}
header.body #topMenu > ul > li.home {
  display: none;
}
header.body #topMenu > ul > li ul {
  display: block;
  position: static;
  opacity: 1;
  border: none;
  padding: 0;
  margin: 0;
  width: auto;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  behavior: url('PIE.htc');
}
#page {
  width: 100%;
}
#sidebar {
  background: #F3F3F3 url('../img/backs/noiseGrey.gif') repeat 0 0;
  position: absolute;
  top: 52px;
  left: -250px;
  z-index: 94;
  width: 250px;
  min-height: 100%;
  padding-top: 0;
  border-right: 1px solid #e0e0e0;
  -o-transition: left .25s ease;
  -moz-transition: left .25s ease;
  -webkit-transition: left .25s ease;
  transition: left .25s ease;
}
#sidebar .box {
  padding-left: 5%;
  padding-right: 5%;
}
#sidebar .box .button {
  margin-left: 10px;
  margin-right: 10px;
  width: 70%;
}
#sidebar .box .button.blue {
  padding-left: 25%;
}
body.sidebarOpened #sidebar {
  left: 0;
}
body.topMenuOpened header.body #topMenu {
  top: 40px;
}
#carSelection .inputCont.radio .radInputLabel {
  width: 24.5%;
}
