@media screen and (min-width: 800px) {
  .orderProgress {
    background: transparent url(progress.png) top left no-repeat;
    position: relative;
    width: 800px;
    height: 84px;
    margin: 0px 0px 10px;
  }
  .orderProgress li {
    position: absolute;
    top: 0px;
    width: 230px;
    height: 84px;
    background: none;
    border: none;
    margin: 0px;
    padding: 0px;
  }
  .orderProgress .step1 {
    left: 0px;
  }
  .orderProgress .step2 {
    left: 270px;
  }
  .orderProgress .step3 {
    left: 540px;
  }
  .orderProgress .step {
    display: block;
    font-size: 14px;
    padding: 19px 0px 0px 15px;
  }
  .orderProgress .desc {
    font-size: 20px;
    font-weight: bold;
    padding: 7px 0px 0px 15px;
  }
  .orderProgress .state {
    position: absolute;
    top: 0px;
    right: 0px;
    text-align: right;
  }
  .orderProgress .state span {
    font-size: 50px;
    line-height: 84px;
  }
  .orderProgress .stateActive span {
    font-size: 110px;
  }
}

@media screen and (max-width: 800px) {
  .constraintsImage,
  .category,
  .keywords,
  .deliveryAddress,
  .payment {
    background-image: none;
  }
  .footer {
    margin: 0px 5px 10px 10px;
  }

  .navigation li.active {
    background: #82383a;
    padding: 0px;
  }
  .navigation li.active div {
    color: white;
    font-weight: bold;
  }
  .cartInfo {
    display: none;
  }

  /*.navigation .menuSearch {
    border-top: white 1px solid;
  }*/
  .navigation .quicksearch {
    margin: 5px 20px;
    text-align: center;
  }
  .navigation .quicksearch input.terms {
    width: 60%;
  }
  .navigation li.mobileOnly {
    display: block;
  }

  .content {
    padding-top: 40px;
  }
  .mobileHeader {
    height: 25px;
  }
  .navigation {
    /*top: -35px;*/

  }
  .navigation ul {
    position: relative;
    background: #333;
    z-index: 150;
  }
  .navigation .menuSearch {
    background: #eee;
    position: absolute;
    top: 35px;
    left: 0px;
    right: 0px;
  }
  .navigation .quicksearch input[type="submit"] {
    padding: 1px 3px;
  }
}

@media screen and (max-width: 470px) {
}
