/******************************************************************************************************
Title:			print.css
Browser(s):		Print.

Author: 		Peter Antonius for Fröjd (www.frojd.se)
Created: 		18.01.208
Last modified:	18.01.208
******************************************************************************************************/
body {
	font:12pt "Times New Roman", times, serif;
	background:white;
	color:black;
	}

a, a:link, a:visited {
	color:blue;
	text-decoration:underline;
	}

/*	Clearfix
---------------------------------------------*/
.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}

.clearfix {
	display:inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.clear {clear:both;}

#navigation,
#subnav,
#promos,
#footer {
	display:none;
}


table {
	border:1px solid black;
}

