/* ***************************************************************
CORE_PRINT_STYLES
------------------------------------------------------------------
AUTHOR -			Iain McWhirter
DESCRIPTION -		The core styles for the print versions of pages
*************************************************************** */

/* ***************************************************************
SPECIFIC STYLES FOR THE HEADER BAR AND MENUS
*************************************************************** */	
#hdr {
	border-bottom: 1px #000000 solid;}
#hdr a {
	border: none;}
#hdrRight {
	position: absolute;
	top: 5px;
	right: 5px;
	text-align: right;}
#hdrClock {
	position: absolute;
	top: 70px;
	right: 5px;
	color: #ffffff;
	text-align: right;
	font: normal 10px Verdana;}
	
/* ***************************************************************
SPECIFIC STYLES FOR THE MAIN CONTENT
*************************************************************** */	
#cCol {
	padding: 0;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;}
#cColHdr {
	border-bottom: 1px #bbbbbb solid;
	background: #eeeeee;
	text-align: center;
	font-size: 11px;
	padding: 5px;}
#cColContent {
	padding: 10px;
	background: #ffffff;}
.cColHdr {
	border-bottom: 1px #bbbbbb solid;
	background: #eeeeee;
	text-align: center;
	font-size: 11px;
	padding: 5px;}
.cColContentH1Normal {
	color: #333333;}
.itemImage {
	text-align: center;
	margin: 5px 0 10px 0;}
.itemImage img {
	border: 1px #000000 solid;}
.reviewRatingImage {
	text-align: center;}
#copyright {
	clear:both;
	padding: 10px;
	margin: 0 -10px -10px -10px;
	border-top: 1px #000000 solid;
	font-size: 11px;
	text-align: center;
	vertical-align: bottom;}
.itemFtr {
	border-top: 1px #bbbbbb solid;
	background: #eeeeee;
	padding: 10px;
	font-size: 11px;}
.itemFtrLeft {
	float: left;
	text-align: left;
	font-weight: bold;
	padding: 10px;
	margin: -75px 0 0 0;}
.itemFtrRight {
	background: #eeeeee;
	text-align: right;}
