@charset "UTF-8";
/* CSS Document */

@import "forms.css";

* {
	margin: 0;
	padding: 0;
}

/* Page Formatting */
body {
	position: relative;
	width: 1000px;

	color: #111;
	margin: 0 auto 20px auto;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

div.page {
	width: 100%;

	margin: 0 auto;
	padding-top: 190px;
}

div.column { clear: both; width: 65%; float: left; }

/* Misc formatting */
div.clear { clear: both; }

h2, h2 a {
	clear: both;
	width: auto;
	color: #00317a;

	font-size: 23px;
	font-weight: normal;

	margin-bottom: 10px;
}

h2 a { text-decoration: none; }

form legend, h4, h5 { color: #900; }

p { padding-bottom: 10px; line-height: 20px; text-align: justify; }
a { color: #900; }

/* Profile Boxes */
ul.productList {
	float: left;
	width: 100%;
	padding-top: 10px;
	list-style-type: none;
}

ul.productList li {
	float: left;
	width: 100%;

	margin: 0 5px 1% 5px;
	padding: 5px;

	border: 1px solid #6e8cae;
	background-color: #fff;
}

ul.productList li img {
	float: left;
	display: block;

	width: 75px;
	height: 107px;
	margin-right: 5px;
	border: 1px solid #555;
}

ul.productList li h3 {
	float: left;
	width: 85%;
	margin-bottom: 10px;

	font-weight: normal;
	font-size: 13px;
}

ul.productList li h3 a {
	color: #900;
	text-decoration: none;
}

ul.productList li ul {
	float: left;
	width: 80%;
	margin-bottom: 10px;
	list-style-type: none;
}

ul.productList li ul li {
	float: left;
	clear: left;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}

ul.productList li ul li.old { text-decoration: line-through; }

ul.productList li a.button {
	float: left;
	margin: 0;
	padding: 0;

	color: #900;
}

/* Blog */
ul#blogPosts {
	height: 400px;
	overflow: auto;
	list-style-type: none;
}

ul#blogPosts li span {
	display: block;
	font-size: 10px;
	font-weight: bold;
	color: #111;
}

/* Comments List */
ul.comments {
	list-style-type: none;
}

ul.comments li {
	border-bottom: 1px dotted #555;
	margin-bottom: 10px;
}

/* Links */
ul#linksList { list-style-type: none; }

/* Featured Products Banner */
div#featuredProduct {
	position: absolute;
	top: 7px;
	right: 0;

	z-index: 10;

	width: 550px;
	height: 90px;
	overflow: hidden;

	border: 1px solid #6e8cae;	
}

div#featuredProduct div {
	position: absolute;
	left: 100%;
	width: 100%;
	height: 100%;
}

div#featuredProduct div img {
	position: absolute;
	display: block;

	top: 10px;
	left: 10px;

	width: 200px;
	border: 0;
}

div#featuredProduct h3 {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 15px;
}

div#featuredProduct p {
	position: absolute;
	color: #293158;

	bottom: 0;
	right: 20px;

	z-index: 2;
}

div#featuredProduct p span { font-size: 25px; }

/* Bestsellers list */
ul#bestsellers {
	float: right;
	clear: right;
	list-style-type: none;
	width: 315px;
}

ul#bestsellers li {
	float: left;
	width: 33%;
	height: 150px;

	padding-bottom: 10px;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
}

ul#bestsellers li h3 {
	width: 90%;
	height: 28px;
	overflow: hidden;
	font-size: 10px;
	margin: 0 auto 5px auto;
	text-align: center;
}

ul#bestsellers li p { display: none; }
ul#bestsellers li h3 a { text-decoration: none; }

ul#bestsellers img { width: 75px; border: 0; }

ul#bestsellers li ul {
	list-style-type: none;
	width: 100%;
	margin-bottom: 5px;
}

ul#bestsellers li ul li#old { display: none; }
ul#bestsellers li ul li { width: 100%; height: auto; font-size: 12px; margin: 0; padding: 0; }

ul#bestsellers li a.buyNow { display: none; }

a.buyNow, input.buyNowA {
	display: block;
	float: right;
	width: 70px;
	height: 23px;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	background: url(../images/buyNow.png) top left no-repeat;
}

a.buyNow:hover, input.buyNowA:hover { text-decoration: underline; }

input.buyNowA {
	float: left;
	border: 0;
	cursor: pointer;
}

/* Category nav bar */
ul.categoryNav {
    clear: both;
	width: 102%;
	height: 78px;

	margin-left: 5px;
	line-height: 39px;

	color: #fff;
	font-size: 13px;
	list-style-type: none;
	background: url(../images/interface/categoryNavBG.gif) top left repeat-x;
}

ul.categoryNav li { float: left; height: 39px; }
ul.categoryNav li#numProducts { width: 25%; padding-left: 1%; }

ul.categoryNav li#pageNav {
	float: right;
	width: 50%;
	text-align: right;
	padding-right: 5px;
}

ul.categoryNav li#pageNav span { font-size: 11px; }
ul.categoryNav li#pageNav a {
	color: #fff;
	text-decoration: none;
}

ul.categoryNav li#pageNav a.active { font-size: 15px; font-weight: bold; }

ul.categoryNav li#sortBox {
	clear: both;
	width: 100%;
	color: #111;
	text-align: right;
}

ul.categoryNav li#sortBox div {
	float: left;
	width: 40%;
	color: #00317a;
	text-align: left;
	font-size: 19px;
}

ul.categoryNav li#sortBox div span { font-size: 13px; }

ul.categoryNav li#sortBox form {
	width: 50%;
	float: right;
	margin: 0;
	padding: 0;
}

ul.categoryNav li#sortBox form input.button { display: none; }

/* Product Page */
h3.author {
	font-size: 15px;
	padding: 0 0 10px 0;
	margin: 0;
}

a#productShadow {
	display: block;
	float: left;
	width: 258px;
	height: 360px;
	background: url(../images/interface/bookShadow.gif) top left no-repeat;
}

img#productImage {
	float: left;
	width: 250px;
	height: 354px;
	margin: 2px 0 0 4px;
	border: 0;
}

div#productDetails {
	float: right;
	width: 57%;
}

#productPrices li span.isbn {
	font-size: 9px;
	padding-right: 5px;
}

ul#productPrices {
	padding: 20px 0;
	list-style-type: none;
}

ul#productPrices li { margin-bottom: 10px; line-height: 15px; height: 20px;}
ul#productPrices li label { font-size: 15px; }
ul#productPrices span { font-weight: bold; font-size: 17px; }

/* Send to a Friend */
div#sendToFriend {
	width: 100%;
	margin: 10px 0 0 0;
}

div#sendToFriend a {
	display: block;
	float: right;
	margin-right: 10px;
	height: 25px;
	line-height: 25px;
}

div#sendToFriend p {
	font-size: 11px;
	font-weight: bold;
	line-height: 15px;
}

div#sendToFriend form {
	clear: both;
	float: right;

	width: 90%;
	padding: 5%;
	margin-top: 13px;
	border: 1px solid #6e8cae;
	background: url(../images/interface/searchform.gif) top left repeat-x;
}

div#sendToFriend form ol li { width: 40%; }
div#sendToFriend form ol li.btn { width: 15%; }
div#sendToFriend form ol li input.text { width: 90%; }

/* Shopping Cart */
form#coupon {
	float: right;
	width: 100%;
	height: 50px;
	background: url(../images/coupon.png) top right no-repeat;
	padding: 15px 0 10px 0;
}

form#coupon label, form#coupon input { float: right; }
form#coupon label {
	width: auto;
	margin-top: 5px;
}

form#coupon input { margin: 0 10px; }
form#coupon input.text {
	width: 100px;
	border: 1px solid #555;
	margin-top: 2px;
}

form#coupon input.button {
	width: 63px;
	height: 23px;
	border: 0;
	background: url(../images/redeemButton.png) top left no-repeat;
	font-size: 0px;
	text-indent: -1000px;
	line-height: 50px;
	overflow: hidden;
	color: #006bc8;
}

form#coupon input.button:hover, table#cartTable input#updateButton:hover, table#cartTable input#changeButton:hover, table#cartTable input#checkoutButton:hover, table#cartTable input#paypalButton:hover {
	cursor: pointer;
	background-position: bottom left;
}

table#cartTable {
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 100%;

	table-layout: fixed;
	border-collapse: collapse;
}

form#cartForm { padding-top: 60px; }

table#cartTable td, table#cartTable th { text-align: right; }

table#cartTable th {
	padding: 5px 2px 5px 0;
	background: url(../images/catprodBG.gif) top left repeat-x;
}

table#cartTable th.cartHeader { color: #fff; }

table#cartTable td {
	padding: 5px 2px;
	border: 1px solid #ccc;
}

table#cartTable td.quickCode {
	color: #555;
	font-size: 9px;
}

table#cartTable span.cartPublisher { display: block; font-size: 10px; }

table#cartTable th.totalLabel {
	border-left: 1px solid #ccc;
	background: none;
	padding-right: 5px;
}

table#cartTable td.totalValue { font-size: 17px; }
table#cartTable td.totalDelivery { font-weight: bold; }

table#cartTable input.qty { width: 25px; }
table#cartTable input.qty, table#cartTable select { border: 1px solid #555; }
table#cartTable select {
	width: 150px;
}

table#cartTable input#updateButton, table#cartTable input#changeButton, table#cartTable input#checkoutButton, table#cartTable input#paypalButton {
	border: 0;
	font-size: 0px;
	text-indent: -1000px;
	line-height: 50px;
	overflow: hidden;
	color: #006bc8;
}

table#cartTable input#updateButton, table#cartTable input#changeButton {
	width: 70px;
	height: 23px;
}

table#cartTable input#updateButton {
	float: left;
	background: url(../images/updateButton.png) top left no-repeat;
}

table#cartTable input#changeButton { background: url(../images/changeButton.png) top left no-repeat; }

table#cartTable input#checkoutButton {
	width: 116px;
	height: 21px;
	background: url(../images/checkoutButton.png) top left no-repeat;
	color: #488800;
}

table#cartTable input#paypalButton {
	width: 72px;
	height: 29px;
	background: url(../images/paypalButton.png) top left no-repeat;
	color: #fff;
}

/* Accept Box on Cart */
div#acceptBox {
	float: right;
	width: 50%;
	padding-bottom: 10px;
}

div#acceptBox div { clear: both; }

div#acceptBox label {
	float: right;
	width: 70%;
	text-align: right;
	padding-right: 1%;
}

div#acceptBox input {
	float: right;
}


/* Small button */
a.smallButton {
	display: block;
	width: 74px;
	height: 18px;
	line-height: 18px;

	color: #fff;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	text-decoration: none;
	background: url(../images/interface/smallbutton.gif) top left no-repeat;
}

a.smallButton:hover { color: #111; }

/* Masthead */
ul#masthead {
    position: absolute;
    top: 0;
    left: 0;

	width: 992px;
	height: 82px;
	padding: 102px 0 0 16px;

	list-style-type: none;
	background: url(../images/interface/masthead.gif) top left no-repeat;
}

ul#masthead li {
	float: left;

	width: 120px;
	height: 48px;
	line-height: 57px;

	text-align: center;
	margin-right: 1px;
}

ul#masthead li a {
	display: block;
	width: 100%;
	height: 100%;

	color: #fff;
	font-size: 13px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;

	text-transform: uppercase;
	text-decoration: none;
}

ul#masthead li a#cartbtn, ul#masthead li a#cartbtn.active {
	float: right;
	padding-right: 10px;
	color: #fff;
	background: url(../images/interface/cart.gif) right 20px no-repeat;
}

ul#masthead li a#cartbtn:hover {
	color: #111;
	background: url(../images/interface/cartA.gif) right 20px no-repeat;
}

ul#masthead li a:hover, ul#masthead li a.active { background: url(../images/interface/tabs.gif) top left no-repeat; color: #111; }

/* Page Menu; Masthead Sub Menu */
ul#pageMenu {
    position: absolute;
    top: 150px;
    left: 0;

	width: 992px;
	height: 33px;
	padding: 0 0 0 16px;

	list-style-type: none;
}

ul#pageMenu li {
	float: left;
	height: 100%;
	line-height: 33px;

	text-align: center;
	margin-right: 20px;
}

ul#pageMenu li a {
	display: block;

	height: 100%;
	padding: 0 10px;

	color: #111;

	text-decoration: none;
}

ul#pageMenu li a:hover, ul#pageMenu li .active { text-decoration: underline; background: url(../images/interface/tabs.gif) bottom left repeat-x #fff; }

/* Head Menu (At very top of page) */
ul#headMenu {
    position: absolute;
    top: 0;
    right: 11px;

	width: 545px;
	height: 36px;
	padding: 0 3% 0 0;

	list-style-type: none;
}

ul#headMenu li {
	float: right;

	height: 100%;
	line-height: 36px;

	text-align: center;
	margin: 0 5px;
}

ul#headMenu li.right { float: right; }
ul#headMenu li a {
	display: block;
	width: 100%;
	height: 100%;

	color: #fff;
	font-size: 10px;

	text-decoration: none;
}

ul#headMenu li a:hover { text-decoration: underline; }
ul#headMenu li form { width: 200px; float: left; padding-top: 7px; }
ul#headMenu li form input {
	float: right;
	border: 1px solid #222;
	padding: 2px 2px;
	width: 70px;
}

/* Footer */
ul#footer {
	width: 100%;
	height: 40px;
	line-height: 40px;

	padding: 0;
	list-style-type: none;

	background: url(../images/interface/footer.gif) top left no-repeat;
	margin-top: 10px;
}

ul#footer li {
	float: left;
	color: #fff;
	margin-left: 2%;
	font-size: 11px;
}

ul#footer li.right { float: right; margin-left: 0; margin-right: 4%; }
ul#footer li a { color: #fff; text-decoration: none; }
ul#footer li a:hover { text-decoration: underline; }

/* W3C Logo */
ul#footer li a.w3c {
	display: block;

	width: 26px;
	height: 14px;

	margin-top: 12px;
	padding: 0 4px 0 28px;

	color: #222;
	text-decoration: none;

	font-size: 8px;
	font-weight: bold;
	line-height: 7px;

	background: url(../images/interface/w3c.gif) top left no-repeat #ffd377;
	border: 1px solid #fff;
}

ul#footer li a.w3c#w3cCSS { background-color: #bed6e6; }

ul#footer li a.w3c#w3cXHTML:hover { color: #000; background: url(../images/interface/w3c.gif) top left no-repeat #fff599; }
ul#footer li a.w3c#w3cCSS:hover { color: #000; background: url(../images/interface/w3c.gif) top left no-repeat #dff8f8; }

/* GIFT WRAPPING SECTION ON CART & CHECKOUT - ADDED 21ST APRIL 2009 */
table td.giftWrap {
	background: url(../images/interface/giftwrap.jpg) top left no-repeat;
}

table td.giftWrap h2 {
	float: left;
	width: 100%;
	padding: 5px 0 10px 0;
	text-align: center;
}

table td.giftWrap p {
	clear: both;
	width: 60%;
	margin: 0 auto;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 10px;
	text-align: center;
}

table td.giftWrap input {
	float: left;
	margin-left: 38%;
}

table td.giftWrap label {
	float: left;
	font-size: 14px;
}

span.discountLabel {
	display: block;
	clear: both;
	text-align: right;
	color: #090;
	font-size: 8px;
	font-weight: bold;
}
