/********************************************************
   print.css
   (C) Mangrove 2007
   Style properties for print
********************************************************/

#header, #flash, #menu, #footer, img.route_small, div.route_buttons, div#topright, div#middleright, div#bottomright_1, div#bottomright_2, div#bottomright_3, div.contact img
{
  display: none;
}

div.route
{
  position: absolute;
  z-index: 15;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  width: 200px;
  height: 337px;
  background-color: #eaeced;
  color: #505f6d;
}

img.route_detail
{
  display: block;
}


div.contact
{
  margin-top: 270px;
}


div#middleleft address
{ 
  position: absolute;
  z-index: 25;
  left: 590px;
  top: 70px;
  padding: 0;
  margin: 0;
  width: 200px;
  height: 100px;
}