/* CSS Document */
/* CSS printing definitions for The Back Centre web site, http://www.backcentre.co.uk */
/* copyright 2008 Martin Coard, Ermeco Mar 2008 */


body {
	font-family: Georgia, serif;
	background: none;
	color: black;
	}

page {
	width: 80%;
	margin: 0; padding: 0;
	background: none;
	}

#header, #menu, .gallerycontainer a img, .gallerycontainer a span, #column2, #sidebar, #footer {
	display: none;
	}

.entry a:after {
	content: " [" attr(href) "] ";
	}

#printed-article {
	font-size:0.65em;
	text-align:center;
	border: 1px solid #666;
	padding: 15px;
	}
	
/* ----- price table ----- */
	
#price table {
	clear:both;
	font-size:10px;
	border:1px solid #000;
	border-collapse:collapse;
	margin-bottom:25px;
	}
#price caption {
	font-weight:bold;
	text-align:left;
	padding-bottom:0.5em;
	}
#price caption span {
	font-weight:normal;
	}
#price th, td {
	padding:10px;
	border:1px solid #000;
	}
#price td.pound {
	color:#088;
	font-weight:bold;
	text-align:right;
	}
#price strong {
	color:#f00;
	}
