@charset "utf-8";
/* 
	File Description & Change Log
	-------------------------------------------------------

	Details
	-------

	Title: 		print.css
	Author: 	Andy Smith
	Of:			Tsuko Limited
	Creation:	01/09/2008

	Note:		This is the StyleSheet that defines
				the layout of the printed pages.

	Edits
	-----
	Author: 	Andy Smith
	Date:		01/09/2008


	Note:		

	-------------------------------------------------------

*/

/*
 * All tag resets
 */

*{
	margin:0px;
	padding:0px;
}

body {
	background: white;
	font-size: 12pt;
	}

div#header,
div#leftContentcol{
	display:none;
	}
	
a:link, a:visited {
   color: #3CABA1;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
body a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
body a[href^="/"]:after {
   content: " (http://www.shopthecentre.com" attr(href) ") ";
   }

#wrapper {
	width: 100%; 
	text-align:left;
	display: block;
}