/* -------------------------------------------------------------- 
  
   print.css
   * Gives you some sensible styles for printing pages.
   
-------------------------------------------------------------- */

body {
	line-height: 1.5;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;   
	color:#000;
	background: none;
	font-size: 10pt;
	background-color: #fff;
	}

/* =Layout
-------------------------------------------------------------- */

.container { background: none; }

hr { 
	background:#ccc; 
	color:#ccc;
	width:100%;
	height:2px;
	margin:2em 0;
	padding:0;
	border:none;
	}
hr.space {
	background: #fff;
	color: #fff;
	}

.print-box {
    background-image: url(../images/bg_box.png);
    margin-top:10px;
    padding:5px;
    }
.print-box-inner {
    background-color: #ffffff;
    margin:10px;
    padding-left:20px;
    }
#print-segment {
    font-size: 18px;
    margin-top: -30px;
    padding-right: 24px;
    position: relative;
    text-align: right;
    }
	
	
/* =Text
-------------------------------------------------------------- */

h1,h2,h3, 
h4,h5,h6  { font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif; }
code      { font:.9em "Courier New", Monaco, Courier, monospace; } 

img       { float:left; margin:1.5em 1.5em 1.5em 0; }
a img     { border:none; }
p img.top { margin-top: 0; }

blockquote {
	margin:1.5em;
	padding:1em;
	font-style:italic;
	font-size:.9em;
	}

.small  { font-size: .9em; }
.large  { font-size: 1.1em; }
.quiet  { color: #999; }
.hide   { display:none; }


/* =Links
-------------------------------------------------------------- */

a:link, a:visited {
	background: transparent;
	font-weight:700;
	text-decoration: underline;
	}


/* =custom
-------------------------------------------------------------- */
#header h1 a      { display: block; width: 220px; height: 45px; background: url(../images/logo_sanoma.png) no-repeat top left; }
#header h1 a span { display: none; }
.header-image     { display: none; }
#menu             { display: none; }
#breadcrumbs      { display: none; }
.sidebar          { display: none; }
#brands           { display: none; }
#footer           { display: none; }
#footer-links     { display: none; }
.brand-nav        { display: none; }
.brand-box .tabs  { display: none; }
.brand-related    { display: none; }
.btn-row          { display: none; }
.inpicture-btn    { display: none; }
a.next            { display: none; }
img               { float: none; margin: 0.3em 0.3em 0.3em 0; }
.print-only       { display: block; }
.screen-only      { display: none; }
.hidden           { display: none; }
.related          { display: none; }
.col-full h2      { display: none; }
.overlay          { display: none; }

#footer-info      { display: block; }


