
body 
{ 
	background-color: #65fdfd;
	color: #020044;
	background-image: url(siteGraphics/pirateMapBack.jpg);
}

table, td, body
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	vertical-align: top;
	text-align: left;
}


h1
{
	font-size: 24px;
	letter-spacing: -1px;
	font-weight: bold;
}


h2
{
	font-size: 18px;
}

h3
{
	font-size: 16px;
}

h4
{
	font-size: 14px;
}

a
{
	color: #020044;
	text-decoration: none;
}

a:hover 
{
	color: #000033;
	text-decoration: underline;
}

.lowVisualPriority
{
	color: #0099FF;
}

.navPath
{
	font-size: 10px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.hiddenPanel
{
	visibility: hidden;
 	display: none;
}

.visiblePanel
{
	visibility: visible;
	display: block;
}

.bookContainer
{
	float: left; 
	text-align: center;
	padding-right: 10px;
	width: 115px; 
	height: 145px;
}

.bookNoImage
{
	cursor: pointer;
	border: 1px solid #000033;
	width: 90px;
	height: 90px;
}

.insetImage
{
	float: right;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 5px;
}

.insetImage2
{
	float: centre;
	padding-left: 15px;
	padding-bottom: 15px;
	padding-top: 5px;
}

.overlaybox
{
	background-image: url(siteGraphics/60OpaqueWhite.png); 
	padding: 10px; 
	text-align: justify; 
	border: 1px solid #666666;
	vertical-align: top;
}

/* --------- PRODUCT PAGE ------------------ */

.clickableDiv
{
	cursor: pointer;
	float: left;
	padding: 3px;
}

/* ------------------------  BLOG STUFF -------------------------- */

.blogTitle
{
	border-bottom: 1px solid #663300;
	font-weight: bold;
	font-size: 16px;
}


/* --------------------- CONTACT PAGE ------------------------------- */

.contactTextarea
{
	width: 300px; 
	height: 100px; 	
	padding: 10px;
	font-size: 11px;
	font-family: Georgia, 'Times New Roman', Times, serif; 
	background-color: transparent;
	background-image: url(siteGraphics/semiOpaqueCreamBack.png);
	border: none; 
	border-top: 1px solid #000000;
}

.contactFormText
{
	color: #4F2B0F;
	background-image: url(siteGraphics/contactTextScrollBack.png); 
	width: 330px;
	height: 300px;
	float: left;
	padding-top: 60px;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	overflow: hidden;
}

/* ---------------------- FIXED POSITION STUFF --------------------------- */

.underHeaderTable
{
	width: 100%;
}

.toyAhoyLogoCell
{
	padding: 0px;
	border: 0px;
	margin: 0px;
}

.headerLinksCell
{
	vertical-align: bottom;
	text-align: center;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
	width: 654px;
	padding-bottom: 30px;
}

.topRightIslandCell
{
	text-align: right;
	padding-right: 10px;
	padding-top: 20px;
	width: 161px; 
	background-image: url(siteGraphics/topRightIsland.gif);
	background-repeat: no-repeat;
}

.sideBarCell
{
	padding-top: 20px;
	padding-left: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	width: 120px;
	height: 480px;
	background-image: url(siteGraphics/sideBarBack.png);
	background-repeat: no-repeat;
}

.sideBarSearchBox
{
	width: 200px; 
	font-size: 10px; 	
	font-family: Georgia, 'Times New Roman', Times, serif; 
	background-color: transparent;
	background-image: url(siteGraphics/semiOpaqueCreamBack.png); 
	border-top: 1px solid #000000;
}

.sideBarSearchButton
{
	font-size: 10px; 	
	font-family: Georgia, 'Times New Roman', Times, serif; 
}

.pageContentCell
{
	padding-left: 10px;
	text-align: left; 
	width: 810px;
}

.sideBarBottomCell
{
	padding-left: 20px;
	text-align: left; 
}

.footerCell
{  
	background-image: url(siteGraphics/footerBack.gif);
	background-position: top right;
	height: 64px;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-right: 70px;
	text-align: right;
	width: 660px;
}


/* ---------------------- REVIEW STUFF --------------------------- */

.reviewMan
{
	vertical-align: bottom;
}

.reviewText
{
	background-image: url(siteGraphics/speechBubble.png); 
	width: 205px;
	height: 100px;
	padding-top: 35px;
	padding-bottom: 30px;
	padding-left: 25px;
	padding-right: 20px;
	overflow: hidden;
}

.reviewBook
{
	text-align: center;
	width: 200px;
	height: 145px;
	padding-top: 20px;
}

.reviewAuthor
{
	padding-top: 5px;
	padding-left: 5px;
	height: 20px;
	width: 200px;
}

img
{
	border: 0px;
}

/* ---------------------- BASKET PAGE STUFF --------------------------- */

.indentDiv
{
	padding-left: 20px;
}

th
{
	border-bottom: 1px solid #333333;
}

.topRightBasketLinkCell
{
	text-align: right;
	font-size: 13px;
	width: 130px;
}


.itemField
{
	padding-bottom: 5px;
}

.itemQuantity
{
	padding-left: 20px;
}

.itemPrice
{
	text-align: right;
}

.changeQuant
{
	padding-left: 6px;
}

.totalLine
{
	padding-top: 2px;
	padding-bottom: 2px;
	border-top: 1px solid #000000; 
	border-bottom: 1px solid #000000;
}

.plusButton
{
	padding: 4px;
	background-color: #CCCCCC;
	font-weight: bold;
}

.plusButton:hover
{
	background-color: #FFCC00;
	text-decoration: none;
}

.minusButton
{
	padding: 4px 5px 4px 5px;
	background-color: #CCCCCC;
	font-weight: bold;
}

.minusButton:hover
{
	background-color: #FFCC00;
	text-decoration: none;
}