/**
 * Land Securities Retail CSS
 *
 * @filename    print.css
 * @author      Oliver Rowlands
 * @date        2007-10-15
 * @copyright   Liquid Light Digital Ltd.
 * @url         http://www.liquidlight.co.uk
 */

body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11pt;
	margin-top: 0;
	margin-bottom: 0;
}
div.clear {
	clear: both;
}
img {
	border-width: 0;
}
#logo {
	float: right;
}
#content {
	clear: both;
}
table {
	width: 99%;
}
table td {
	padding: 5px;
}
div.photos div.photo {
	float: left;
}
#footer {
	border-top: 2px solid #AAAAAA;
	padding: 0.5em 0 0 0;
	margin: 2em 0 0 0;
	font-size: 8pt;
}
#accessibility,
#customerLogin,
#globalNavigation,
#primaryNavigation,
#secondaryNavigation,
#footerNavigation,
#breadcrumb,
#credits a,
div.columnTwo,
hr,
div.paginationWrapper,
div.filters,
div.teamSearch,
div.syndication,
div.newsArticle div.links,
div.contactForm {
	display: none;
}

/**
 * Headers
 */
h1, h2, h3, h4, h5, h6 {
	padding-bottom: 0.2em;
	border-bottom: 1px solid #BBBBBB;
}
div.box h2 {
	border-width: 0;
	padding-bottom: 0;
}
h1 {
	border-width: 2px;
	border-color: #AAAAAA;
}

/**
 * Link handling
 */
a {
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}
#logo a,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
div.photos div.photo a {
	border-width: 0;
}

div.divider {
	border-bottom: 1px solid #CCCCCC;
	height: 1px;
	margin: 15px 0 20px 0;
}

/**
 * sIFR
 */
.sIFR-flash {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}
.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}