@charset "utf-8";

/*
-----------------------------------------------------------------------------------------
MAGNET 2009 - PRINT

--------------
CONTENTS
--------------
## PRINT LAYOUT
## ACCESSIBLE HIDE

-----------------------------------------------------------------------------------------
*/


/*  ## PRINT LAYOUT  ----------------------------------------------------------------*/

body {
background-color: #FFFFFF;
color: #0D0D0D;
font-family: 'Gill Sans MT', 'Gill Sans', Arial, Verdana, sans-serif;
}
.branding a img {
border: 0;
}
p a.badge {
text-decoration: none;
color: #333;
}
#map {
height: 300pt;
}

/*  ## ACCESSIBLE HIDE  -------------------------------------------------------------*/
div.accessibility,
div.personalisation,
div.site-search,
.screens-nav,
#nav,
div.footer,
small.more,
p.add-to-wishlist,
p.remove-from-wishlist,
a.browse
{
display: block;
height: 0;
left: -3000px;
line-height: 0;
position: absolute !important;
text-decoration: none;
top: -3000px;
visibility: hidden;
width: 0;
}
