/*

Print.css
*/

/*body, #shell, #head, #foot {
  border: 2px solid blue;
}
*/
#foot {
  height: 50px;
  min-height: auto;
}
/* for ie6 */
* html body, * html #shell, * html #head, * html #foot, * html .confirm_order, * html .finish_order {
  width: 650px;
}

* { background: #fff; }
body { font-family: georgia, times, serif; color: black; }
blockquote { font-style: italic; color: black; }
a:link, a:visited { border-bottom-width: 1px; border-bottom-style: solid; }
#head {
  height: 100px;
}
#logo, #overlay, #lightbox, #popupMask, #popupContainer {
  display: none;
}
#print-logo {
  background: none;
  border: 0 !important;
  display: block;
  width: 294px;
  height: 90px;
  position: absolute;
  top: 5px;
  left: 5px;
  text-decoration: none !important;
}
  
.navBar, #navTop {
  display: none !important;
}

/*

Finish Order view */
.finish_order {
  padding: 0;
}

  #thank-you-printme {
    display: none;
  }

  #thank-you-printme-text {
    display: block;
  }

/*

confirm order view
*/
* html table.multiple_shipping_table { /* for ie6 */
  width: 700px;
}

.confirm_order {
  padding-top: 0px;
}

/** html .confirm_order .float {
  width: 250px !important;
}
*/
