﻿/* Standard site bits */
*, html, body	{margin:0px;padding:0px;text-align:left;border:none;}
html			{font-size:1.1em;}
body			{font-family: Arial, Helvetica, sans-serif;font-size:62.5%;}

INPUT, SELECT, TH, TD {font-size:1.2em} /* for the sake of good ol' ie */
/* for cross browser consistancy */
H1		{font-size:2em}		/* displayed at 24px */
H2		{font-size:1.5em}	/* displayed at 18px */
H3		{font-size:1.25em}  /* displayed at 15px */
H4		{font-size:1em}		/* displayed at 12px */
p		{font-size:1.0em}
address	{font-size:1.2em;font-style:normal;}
/* we're using em's so its nice and accessible, however must make sure to set 
1em to any nested elements otherwise they will take a relative size from the 
parent and come out tiny!*/

ul {list-style:none;}

/* Site wide Clear Fixes */
.clearFix
{
	clear:both;
	height:1px;
	width:500px;
}
.clearFix10
{
	clear:both;
	height:10px;
	width:500px;
}
.fullScreenClearFix
{
	clear:both;
	display:block;
	height:1px;
	width:765px;
}
.mainContentClearFix
{
	clear:both;
	display:block;
	height:1px;
	width:569px;
}

/* Brings the container down into the display screen a touch */
#spacer					{height:8px;}

/* The overall site container */
#container				{margin-left:auto;margin-right:auto;width:765px;}

/* See also leftnav, topnav and footer css pages */

/* The main content container */
#mainContent			{float:right;width:569px;}

/* Site wide css-disabled accessibility links */
#accessibilityLinks		{color:#ffffff;float:right;}
#accessibilityLinks a	{color:#ffffff;}

/* Common to all the View Book, View Series image buttons, across all pages */
.moreButton				{float:right;margin-right:10px;}
.addToBasketButton {float:right;margin-right:10px;}

/* For IE8 beta */
/* IE8 likes to add offset for the css-disabled accessibility links */
.hiddenLink				{display:none;}
.targetLink				{height:1px;}
