/**
 * Charcol print CSS
 *
 * @filename    print.css
 * @author      Oliver Rowlands
 * @date	2007-03-01
 * @copyright   Liquid Light Digital Ltd.
 * @url	 http://www.liquidlight.co.uk
 */

body {
	color: #333333;
    font-family: Verdana, Hevetica, Arial, sans-serif;
    font-size: 11pt;
    margin-top: 0;
    margin-bottom: 0;
}
#content {
	border-top: 2px solid #CC0000;
	border-bottom: 2px solid #CCCCCC;
	margin: 1em 0;
	padding: 1em 0;
}
#breadcrumb {
	font-size: 80%;
}
p.compliance,
p.copyright,
p.legal {
	font-size: 80%;
}
div.hrDotted {
	border-top: 1px solid #CC0000;
	height: 1px;
}
#accessibility,
#account,
#primaryNavigation,
#secondaryNavigation,
#banners,
div.tx-llbanner-pi1,
div.bannerLandscape,
#footerNavigation,
#topBanner,
div.csc-textpic,
#wizardStepZero,
#bestBuysSelect,
hr {
	display: none;
}

/**
 * Link handling
 */
a {
	text-decoration: none;
	border-bottom: 1px dotted #000000;
}
a:link:after,
a:visited:after,
a:hover:after,
a:active:after {
	content: " [charcol.co.uk/"attr(href)"] ";
	font-size: 8pt;
}
a[href^="/"]:after {
	content: " [charcol.co.uk"attr(href)"] ";
}
a[href^="http"]:after {
	content: " [" attr(href) "] ";
}
a[href^="mailto"]:after,
a[href=""]:after,
#logo a:after,
#breadcrumb a:after {
	content: "";
}
#logo a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	border-width: 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;
}