/* CSS Document */

p, th, h1, h2, h3, label, td, li, ol, ul, link, a {
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 12px;
}
h1 {
	color: #8B2E2E;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	margin-top: 0px;
	padding-top: 5px;
}
h2 {
	color: #8B2E2E;
	padding-top:0;
	font-size: 14px;
	font-weight: bold;
}
a {
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: bold;
}
li {
	padding-bottom: 5px;
}
.linkText {
	color: #8E3434;
	text-decoration: none;
}
#highlightText {
	font-weight: bold;
	color: #8E3434;
}
#thanksText {
	color: #8E3434;
	text-align:center;
	padding-bottom: 250px;
	padding-top: 50px;
}
#bodyText {
	clear: both;
	margin-left: 10px;
}
body {
	width: 800px;
	position: relative;
	width: 800px;
	margin-left:auto;
	margin-right:auto;
	background-color: #F9EFD9;
}

.floatLeft {
	float: left;
	padding-left: 10px;
}
.floatRight {
	float: right;
	padding-right: 10px;
}
.centred {
	padding-left: 113px; /* In order to centre the image and pass WAI validation */
}
#footer {
	clear: both;
	margin-top: 30px;
	text-align: center;
	font-size: 8px;
}

a .moreDetails {
	display: none;
}
/**************** PRODUCTS PAGE ****************/

.indexTable { /* Appearance of book listings on products and view basket page */
	border: #8B2E2E groove medium;
}
.indexTable th {
	color: #8B2E2E;
	padding: 2px 5px;
	text-align: left;
}
.indexTable td {
	padding: 0px 5px;
}

.productImage {
	padding: 10px;
}
.productLink {
	color: #8B2E2E;
	font-weight: bold;
}
/**************** end of PRODUCTS PAGE ****************/



/**************** PRODUCT DETAILS PAGE ****************/
#productDetails td {
	padding-top: 5px;
	padding-right: 10px;
	vertical-align: top;
}
#productDetails #header {
	font-weight: bold;
	font-size: 14px;
	color: #8E3434;
}
#productDetails #price {
	font-weight: bold;
	font-size: 14px;
}
#productDetails img {
	border: #8B2E2E thick double;
}
/**************** end of PRODUCT DETAILS PAGE ****************/


/**************** VIEW BASKET PAGE ****************/
.indexTable #productName {
	width: 200px;
}
.indexTable .numbers {
	text-align: right;
}
.indexTable .quantity {
	text-align: right;
	width: 50px;
}
/**************** end of VIEW BASKET PAGE ****************/

#signature {
	margin: 10px;
	margin-left: 75px;
}

/* Link Options */
a span {
	display: none;
}
#addToBasket, #returnProducts, #continueShopping, #updateBasket, #checkout {
	height: 40px;
	width: 140px;
	background-repeat:no-repeat;
	float: left;
	border: none;
	background-color: #F9EFD9;
}
#addToBasket {
	background-image: url(Images/addToBasket.gif);
}
#addToBasket:hover {
	background-image: url(Images/addToBasket_RO.gif);
}
#returnProducts {
	width: 220px;
	clear: left;
	background-image: url(Images/returnProducts.gif);
}
#returnProducts:hover {
	background-image: url(Images/returnProducts_RO.gif);
}
#continueShopping {
	margin: 10px 0px;
	width: 180px;
	background-image: url(Images/continueShopping.gif);
}
#continueShopping:hover {
	background-image: url(Images/continueShopping_RO.gif);
}
#checkout {
	margin: 10px 10px;
	margin-left: 50px;
	background-image: url(Images/checkout.gif);
}
#checkout:hover {
	background-image: url(Images/checkout_RO.gif);
}
#updateBasket {
	float: right;
	margin-top: 10px;
	background-image: url(Images/updateBasket.gif);
}
#updateBasket:hover {
	background-image: url(Images/updateBasket_RO.gif);
}

/* For Contact Form */
#human {
	display: none;
	visibility: hidden;
}
