/*
Domain:    http://www.base3000.ru/
CSS Type:  Classic (Print Version)
Version:   1.0 (27.02.2010)
Author:    Grigory Zarubin (Shogo.RU)
*/

* {
  margin: 0;
  padding: 0;
  background: none!important; }
p {
  margin-bottom: 10px;
  text-align: justify; }
ul, ol {
  padding: 0px;
  margin: 15px 0px; }
ul li {
  margin: 5px 0 5px 20px;
  list-style-position: outside;
  list-style-type: disc; }
ol li {
  margin: 5px 0 5px 20px; }

div, h1, p, img {
  display: none; }
#cutter {
  background: url(cutter.gif) no-repeat 0 0!important;
  position: absolute;
  top: 10%;
  left: 1px; }
#printable {
  border: 1px dashed #000000;
  position: absolute;
  width: 50%;
  padding: 20px 20px 10px;
  top: 0;
  left: 10px; }
#cutter, #cutter img, #printable, #printable p {
  display: block!important; }