.navigation {
  list-style: none;
  padding-left: 0px;
  margin-top: 20px;
  margin-bottom: 0px;
}
.navigation > li {
  float: left;
  position: relative;
  display: block;
  padding: 0px;
  margin: 0px -17px 0px 0px;
}
.navigation > li a {
  background-repeat: no-repeat;
  text-align: center;
  vertical-align: middle;
  position: relative;
  float: none;
  clear: both;
  display: table-cell;
  width: 140px;
  height: 30px;
  background-image: url('/content/images/wizard_menu_inactive.png');
  color: black;
  cursor: pointer;
  z-index: 1;
}
.navigation > li a:hover,
.navigation > li a:active,
.navigation > li a:visited {
  text-decoration: none;
}
.navigation > li.first.active a {
  background-image: url('/content/images/wizard_menu_first_active.png') !important;
  z-index: 100 !important;
}
.navigation > li.first a {
  background-image: url('/content/images/wizard_menu_first_inactive.png') !important;
}
.navigation > li.active a {
  color: white;
  background-image: url('/content/images/wizard_menu_active.png');
}
.navigation:after {
  clear: both;
}
.navigation:before,
.navigation:after {
  display: table;
  content: " ";
}
.tpager {
  display: inline;
}
.tpager:before,
.tpager:after {
  display: table;
  content: " ";
}
.tpager:after {
  clear: both;
}
.tpager div {
  height: 39px;
  padding: 6px 0px;
}
.tpager div.next {
  float: right;
}
.tpager div.next a {
  background-image: url('/content/images/wizard_next.png');
  background-repeat: no-repeat;
  padding-left: 15px;
}
.tpager div.prev {
  width: 110px;
  float: left;
  margin-right: 10px;
}
.tpager div.prev a {
  background-image: url('/content/images/wizard_previous.png');
  background-repeat: no-repeat;
  text-align: right;
  padding-right: 15px;
}
.tpager a {
  display: table-cell;
  vertical-align: middle;
  color: white;
  height: 39px;
  width: 110px;
  cursor: pointer;
}
.tpager a:before,
.tpager a:after {
  content: "";
}
.tpager a:hover,
.tpager a:active,
.tpager a:visited {
  text-decoration: none;
  color: white;
}
/*# sourceMappingURL=navigation.css.map */