@font-face {
  font-family: ElektraText;
  src: url("font/ElektraText.otf") format("opentype");
}
@font-face {
  font-family: ElektraText;
  font-weight: bold;
  src: url("font/ElektraTextBold.otf") format("opentype");
}
@font-face {
  font-family: ElektraText;
  font-style: italic;
  src: url("font/ElektraTextItalic.otf") format("opentype");
}
@font-face {
  font-family: ElektraText;
  font-weight: bold;
  font-style: italic;
  src: url("font/ElektraTextBoldItalic.otf") format("opentype");
}





* {
  font: 14px/17px ElektraText,Arial,Helvetica,sans-serif;
}


.menu1 {
  display: none;
}

.buttons {
  display: none;
}


.options-header {
  display: none;
}
.options {
  display: none;
}


.submenu {
  display: none;
}


.results {
  background: url("img/result-star.png") no-repeat scroll 60px center;
  height: 131px;
  left: 0;
  position: normal;
  top: 0;
  font-size: 2em;
  margin-top: 2em;
  line-height: 1em;
}
.results .name {
  font-size: 1.6em;
}
.results .value {
  font-weight: bold;
  font-size: 1.9em;
}


.circle_slider {
  display: none;
}
.circle_images {
  display: none;
}


.tech-header {
  background: none;
  padding: 0;
  position: normal;
  top: 0;
  left: 0;
}
.tech {
  position: normal;
  top: 0;
  left: 0;
  margin: 0;
}
.tech table {
  border-collapse: collapse;
}
.tech td {
  padding: 5px;
  border: 1px solid #aaa;
  font-size: .9em;
}



.options_result {
  display: block;
}
.options_result li img {
  display: none;
}


.print_header {
  font-size: 2em;
  text-align: right;
}

.print_image {
  width: 50%;
}
.print_image img {
  width: 100%;
}


.calc_me {
  display: none;
}


.opts .la2 {
  margin-left: 0px;
}
.opts .cnt {
  display: none;
}


.noprint {
  display: none;
}




