﻿/*-----------------------------------------------------------------------------
	Print styles
-----------------------------------------------------------------------------*/

	@import url("/assets/stylesheets/media/print/sIFR.css");

	body {
		font:10pt "Times New Roman", Times, serif;
		background:#fff;
	}
	
	#header, #footer, #banner, #footer,
	#primary-content, #third-content,
	.breadcrumbs, .language,
	.pages,	.line-top, .line-bottom, .types,
	#plot-masterplan
	 {display:none}
	
	#container,
	#container-inner,
	#content,
	#secondary-content,
	.primary-column,
	.secondary-column,
	.results, .results div {
		width: auto;
		background: #fff;
		float: none;
		position: relative;
		text-align: left;
		margin: 0;
		padding: 10px;
		color:#000;
		left: 0;
		top: 0;
		}

	ul.search-list,
	ul.content-list,
	ul.content-list-with-image { overflow: visible;}

	 

