/*
	filename:	/css/skin-print.css
	version:	1.0 - 2008-03-15 -
	author:		-quale- at web dot de 
	validated by W3C CSS Validator // jigsaw.w3.org
*/
html {
  font-size: 100%;
}

html > body {
  font-size: 16px;
}

input, select, th, td, li li, li p, td p, q p {
  font-size: 1em;
}

table td * {
  font-size: 1em !important;
}

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: Courier New, Courier New, Courier, monospace;
  background: #fff;
}

#stage {
  position: relative;
  width: 526px;
  max-width: none;
  margin: 0pt auto;
  background: #fff;
  border: none;
}

/* ---- misc ---- */
.clearAll {
  font-size: 0px !important;
  line-height: 0px !important;
  height: 0px !important;
  clear: both;
}

img {
  border: none;
  display: block;
}

.floatLeft {
  float: left;
}

.floatLeft {
  float: right;
}

#containerPrint {
  font-size: 0.6875em;
  position: absolute;
  top: 10px;
  left: 0;
  clear: both;
  display: block;
}
