/**
 * Charcol CSS
 *
 * @filename screen.css
 * @author Matt Hamm
 * @author Norbert Laposa
 * @author Oliver Rowlands
 * @author Pranath Fernando
 * @author Adam Wallace
 * @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;
}
#logo {
	float: right;
	margin: 0 0 1em 0;
}
#content {
	clear: both;
	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.divider {
	border-top: 1px solid #CC0000;
	height: 1px;
}
.hide,
ul.navigation,
div.bestBuysSelect,
div.tx-llbanner-pi1,
div.slideshow,
#account,
#wizardStepZero,
#credits,
form,
hr {
	display: none;
}

/**
 * Link handling
 */
a {
	text-decoration: none;
	border-bottom: 1px dotted #000000;
	color: #CC0000;
}
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,
div.lenderLogo a:after {
	content: "";
}
#logo a, div.lenderLogo, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	border-width: 0;
}

/**
 * Table
 */
table {
	width: 100%;
}
table td,
table th {
	padding: 0.4em 0.4em 0.4em 0;
	border-bottom: 1px solid #CCCCCC;
}
table th {
	text-align: left;
}
