/*-------------------------------------------------------------------------------------------------------------------------------------------------
CSS for 	Team Beds&Luton - Print Stylesheet
Author:		Alison Lee (alisonlee@silktide.com) / Silktide Ltd
Created:	11/02/2008
	
-------------------------------------------------------------------------------------------------------------------------------------------------- */
/* Global Styles
-------------------------------------------------------------------------------------------------------------------------------------------------- */

@import url(tbl.css);

body					{ background: #fff none; text-align: left; }


/* Layout Styles
-------------------------------------------------------------------------------------------------------------------------------------------------- */

#container 	  			{ width: 100%;  } 
#container-left 	  	{ display: none; }
#container-right 	  	{ display: none; }


.header					{ display:none; }

#topnav					{ display: none; }


#sidecol				{ display: none; }

.content				{ background: #fff none; padding: 0; margin-left: 0; }

#rightcol				{ background: #fff; margin: 35px 0 20px 20px; }

#footer					{ width: 100%; background: #fff none; }

/* Navigation Styles
-------------------------------------------------------------------------------------------------------------------------------------------------- */

#rightcol .subnav		{ display: none; }



/* Search Styles
-------------------------------------------------------------------------------------------------------------------------------------------------- */

#search					{ display: none; }


/* Login Styles
-------------------------------------------------------------------------------------------------------------------------------------------------- */

#login					{ display: none; }



/* Column and Box Styles
-------------------------------------------------------------------------------------------------------------------------------------------------- */

.col					{ width: 30%; border: 0; margin: 0; }
.midcol					{ width: 30%; border: 0; margin: 0; }

.widebox				{ width: 95%; background: #fff none; margin: 0; }
.wideboxtop				{ display: none; }
.wideboxbot				{ display: none; }


.articlebox				{ min-height: 60px; background: #fff url("templatefiles/article-bg.jpg") repeat-x top left; margin: 0 5px 2px; }


