.icon16, .bullet_list li:before, .clear_input:before {
  width: 16px;
  height: 16px;
  background-image: url(/assets/frontend/img/icon/16px_1x.png);
  background-repeat: no-repeat;
  background-size: 16px 320px; }

.icon20 {
  width: 20px;
  height: 20px;
  background-image: url(/assets/frontend/img/icon/20px_1x.png);
  background-repeat: no-repeat;
  background-size: 20px 200px; }

.icon30 {
  width: 30px;
  height: 30px;
  background-image: url(/assets/frontend/img/icon/30px_1x.png);
  background-repeat: no-repeat;
  background-size: 30px 600px; }

.icon66 {
  width: 66px;
  height: 66px;
  background-image: url(/assets/frontend/img/icon/66px_1x.png);
  background-repeat: no-repeat;
  background-size: 66px 264px; }

.font_lucida {
  font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; }

.font_futura {
  font-family: "futura-pt-condensed", "Arial Narrow", Arial, sans-serif;
  text-transform: uppercase;
  font-style: normal; }

.font_smoothing, .menu_content {
  -webkit-font-smoothing: antialiased; }

.bullet_list {
  margin: 15px 0;
  list-style: none; }
  .bullet_list li {
    position: relative;
    padding-left: 24px;
    margin: 6px 0;
    font-size: 13px;
    line-height: 18px; }
    .bullet_list li:before {
      content: '';
      display: block;
      position: absolute;
      left: 0;
      top: 1px;
      background-position: 0 -304px; }

.panel {
  border-radius: 4px;
  border: solid 1px #d4d9de;
  box-shadow: 0 1px 4px rgba(82, 86, 91, 0.2);
  background: #f7f8f9; }

.dark_overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #272B33;
  background: -webkit-gradient(radial, center center, 0, center center, 460, color-stop(0%, #272B33), color-stop(100%, #000));
  background: -webkit-radial-gradient(50% 50%, circle farthest-side, #272B33, #000);
  background: -moz-radial-gradient(50% 50%, circle farthest-side, #272B33, #000);
  background: -ms-radial-gradient(50% 50%, circle farthest-side, #272B33, #000);
  background: -o-radial-gradient(50% 50%, circle farthest-side, #272B33, #000);
  background: radial-gradient(50% 50%, circle farthest-side, #272B33, #000);
  color: #FFF; }
  .dark_overlay > * {
    position: absolute;
    top: 50%;
    left: 50%;
    text-shadow: 0 1px 1px #000; }
  .dark_overlay \.button {
    border-radius: 15px; }

.inline_block {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
  *vertical-align: auto; }

.hardware, .dark_overlay, .menu_content {
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: '';
    display: table; }
  .clearfix:after {
    clear: both; }

.input_dark {
  border-color: #3f4449;
  box-shadow: inset 0 1px 4px rgba(67, 80, 91, 0.22), 0 1px rgba(255, 255, 255, 0.1); }
  .input_dark:focus {
    box-shadow: inset 0 1px 4px rgba(67, 80, 91, 0.22), 0 1px rgba(255, 255, 255, 0.1), 0 0 6px rgba(234, 237, 239, 0.6); }

.clear_input {
  display: none;
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background: #bbc2c8;
  cursor: pointer; }
  .clear_input:hover {
    background: #9fa9b1; }
  .clear_input:before {
    margin: -1px 0 0 -1px;
    content: '';
    display: block;
    position: relative;
    background-position: 0 -32px; }

.fluid_inner {
  max-width: 1400px;
  margin: auto; }

.fixed_inner {
  width: 960px;
  padding: 0 20px;
  margin: auto; }

.hide_text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.noise {
  background-color: #656b71;
  background-image: url(/assets/frontend/img/nav/noise.png), linear-gradient(#656b71, #595e64);
  background-image: url(/assets/frontend/img/nav/noise.png), -o-linear-gradient(#656b71, #595e64);
  background-image: url(/assets/frontend/img/nav/noise.png), -ms-linear-gradient(#656b71, #595e64);
  background-image: url(/assets/frontend/img/nav/noise.png), -moz-linear-gradient(#656b71, #595e64);
  background-image: url(/assets/frontend/img/nav/noise.png), -webkit-linear-gradient(#656b71, #595e64); }

.menu_content {
  background: #656b71;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #656b71), color-stop(100%, #595e64));
  background: -webkit-linear-gradient(top, #656b71, #595e64);
  background: -moz-linear-gradient(top, #656b71, #595e64);
  background: -ms-linear-gradient(top, #656b71, #595e64);
  background: -o-linear-gradient(top, #656b71, #595e64);
  background: linear-gradient(top, #656b71, #595e64);
  text-shadow: 0 1px rgba(58, 61, 64, 0.8);
  color: #FFF; }
  .menu_content > ul,
  .menu_content > fieldset,
  .menu_content > div {
    background: url(/assets/frontend/img/nav/noise.png); }
  .menu_content.show {
    box-shadow: 0 1px 2px rgba(82, 86, 91, 0.86); }

#primary,
#menu .tertiary,
#primary li.on,
#menu .tertiary a.on {
  background: url(/assets/frontend/img/nav/ie_gradients.gif) 0 0 repeat-x; }

#menu .tertiary {
  background-position: 0 -320px; }

#primary li.on {
  background-position: 0 -360px; }

#menu .tertiary a.on {
  background-position: 0 -420px; }

.ie8 #primary,
.ie8 #menu .secondary,
.ie8 #menu .tertiary {
  font-family: "futura-pt-condensed-n7", "Arial Narrow", Arial, sans-serif;
  font-weight: 500; }
.ie8 h1, .ie8 h2, .ie8 h3, .ie8 h4 {
  font-family: "futura-pt-condensed-n8", "Arial Narrow", Arial, sans-serif;
  font-weight: 800; }
.ie8 .row.first_of_type {
  padding-top: 0; }
.ie8 .row.last_child {
  padding-bottom: 0; }

#primary li.open {
  background: #656b71; }

/*# sourceMappingURL=ie.css.map */
