* {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  font-size: 13px;
  font-family: Arial;
  color: #333333;
}

.clear {
  width: 100%;
  overflow: hidden;
  clear: both;
}

.wrapper {
  margin: 25px auto;
  width: 960px;
}

.header {
  margin-bottom: 20px;
  position: relative;
}

.footer {
  color: #999;
  font-size: 11px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  line-height: 18px;
  border-top: 1px solid #dddddd;
}

.system-title {
  position: absolute;
  top: 10px;
  right: 0px;
  text-transform: uppercase;
  font-size: 18px;
  color: #002185;
}

.menu {
  height: 40px;
  background: #2a4aa9;
  color: white;
}

.menu > .item {
  float: left;
  height: 100%;
  padding: 12px 20px 0 15px;
  border-right: 1px solid #4f65a7;
  cursor: pointer;
}

.menu > .item.mouseover {
  background: #002185;
}

.menu > .item.current {
  background: #002185;
}

.menu > .item.disabled {
  color: #5e80e3;
}

.menu > .item.disabled.mouseover {
  background: transparent;
  cursor: default;
}

.configurator-container {
  display: none;
  margin-top: 30px;
  padding-left: 10px;
}

.configurator-container.current {
  display: block;
}

.form-select {
  width: 95px;
}

.form-select-large {
  width: 220px;
}

.form-select-large2 {
  width: 272px;
}

.form-checkbox {
  margin-bottom: 20px;
}

.form-checkbox > input {
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.form-checkbox.mouseover label {
  text-decoration: underline;
}

.form-checkbox.mouseover * {
  cursor: pointer;
}

.form-radio {
  float: left;
  margin-right: 30px;
}

.form-radio > input {
  margin-right: 3px;
  position: relative;
  top: -1px;
}

.form-radio * {
  cursor: pointer;
}

.transporter-scheme {
  margin-top: 50px;
}

.global-caption {
  background: #2a4aa9;
  padding: 12px 20px 12px 15px;
  color: white;
  font-weight: normal;
  font-size: 13px;
  border-left: 5px solid #002185;
}

.global-content {
  margin-top: 20px;
  margin-left: 20px;  
}

.specification-tables {
  margin-top: 50px;
}

.specification-table {
  margin-top: 20px;
}

.specification-table h4 {
}

.sorting-sorter {
  margin-bottom: 5px;
}

.total-results {
  margin-top: 50px;
}

.table {
  border-collapse: collapse;
  border: 1px solid #aaa;
}

.table th {
  padding: 10px;
  border: 1px solid #aaa;
}

.table td {
  padding: 10px;
  border: 1px solid #aaa;
}

.configurator-scheme {
  margin-top: 30px;
}