/* This will remove all default margin, padding, borders, bolding */
/* (anything you want to define) from ALL elements. These */
/* can all be redefined later in the CSS file, as done here. */
/* Source: http://www.csskarma.com/articles/csswildcard.php */
*
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

/* Typography and colors ~~~~~~~~~~~~~~~~~~~~~~~ */

body
{
	margin: 0px;
	padding: 0;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
	color: #000;
	background-color: white;
}

p
{
	color: black;
	font-size: 10px;
	font-style: normal;
	line-height: 16px;
}

b { font-weight: bold; }

/* #C7191Fefine italic and em tags to avoid actual italics: */
i, em
{
	font-style: normal;
	font-weight: bold;
	color: #9B9489;
}

.old-price
{
	text-decoration: line-through;
}

.ref /* reference: names of books, magazines, movies, etc. */ { color: teal; }

/* For adding a caption to graphics, etc: */
/* This is essentially the same as 'p' - 6.6.07 */
.caption
{
	font-style: normal;
	font-size: 10px;
	line-height: 16px;
	padding: 0px;
}

/* For displaying search results: */
.search
{
	font-style: normal;
	font-size: 12px;
	line-height: 16px;
	padding: 0px;
}

/* For font price, etc.  Same as h6 */
.accent
{
	color: DimGray;
	font-weight: bold;
	font-size: 10px;
}

/* regular text color */
.reg { color: black; }

b, i, img, span { display: inline; }

/* Redefine header tags; default padding has already been stripped out */
h1, h2, h3, h4, h5, h6
{
	line-height: 16px;
	font-weight: bold;
}

/* Redefine H1 as reversed type */
h1 {
	height: 12px;
	font-size: 12px;
	color: #6B6459; /* dark warm gray */
}

h1 a:link {color: #6B6459; font-weight: bold;}
h1 a:visited {color: #6B6459; font-weight: bold;}
h1 a:hover {color: #6B6459; font-weight: bold;}
h1 a:active {color: #6B6459; font-weight: bold;}

h2
{
	font-size: 11px;
	color: #505050;
}

h3
{
	font-size: 10px;
	color: #404040; /* darkest of header grays */
}

/* Use this to preload images */
.hiddenImg {display:none;}

/* Layout and Links ~~~~~~~~~~~~~~~~~~~~~~~ */

.containingbox
{
	width: 1500px;
	height: 1500px;
	background-color: #7B7469; /* #F5F5F5; */
	border: 0px solid #000;
}

.content-table 
/* cellspacing must be in HTML to work in older MS IE */
{
	width: 901px; /* Do NOT change this number! */
	background-color: white;
	border-spacing: 20px;
	}
	
.topmenu
{
	width: 861px;
	text-decoration: none;
	display: block;
	border-bottom: 1px solid gray;
	padding: 2px 0px 2px 0px; /* top right bottom left */
	color: #9B9489; /* This is the color of the vertical bar */
	font-style: normal;
	font-weight: bold; 
	font-size: 12px;
	background-color: #D4CEC7;
}

.topmenu a:link {color: #333333; padding-left: 4px; padding-right: 4px;}
.topmenu a:visited {color: #333333; padding-left: 4px; padding-right: 4px;}
/* Do not use underline for hover in topmenu */
.topmenu a:hover {color: white; background-color: #6B6459; text-decoration: none;}
.topmenu a:active { color: black; padding-left: 4px; padding-right: 4px;}

.showing {
	width: 400;
	height: 640;
	background-color: #9B9489;
	/* background-color: #DD0000; RED  */
	/* background-image: url(../gif/misc/parchment.gif); */
	align: center;
	vertical-align: center;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: gray;
}

.wide-column {
	width: 400px;
	height: 600px;
	vertical-align: top;
}

.narrow-column {
	width: 200px;
	height: 600px;
	vertical-align: top;
}

.quarter-page {
	width: 410px;
	height: 300px;
	vertical-align: top;
}

.vertical-rule {
	width: 1px;
	height: 600px;
	vertical-align: top;
}

.codepages {
	height: 30px;
	vertical-align: top;
}

.square {
	width: 200px;
	height: 200px;
}

.textsquare {
	width: 200px;
	height: 200px;
	vertical-align: top;
	/* background-color: lightgray; */
	/* border-bottom-width: 1px; */
	/* border-bottom-style: dotted; */
}

/* Use this for text box */
.indent {
	margin: 8px 6px 4px 10px;
}


/* Codepage icons, keywords, package(s) */
.fontinfo {
	width: 200px;
	height: 200px;
	vertical-align: top;
	background-color: #D4CEC7; /* light warm gray  */
	/* background-image: url(../gif/misc/parchment-light.gif); */
}

/* For Browse-all */
.square-sm {
	width: 100px;
	height: 100px;
	vertical-align: top;
}

.boxframe {
	width: 200px;
	height: 200px;
	text-align: center;
}

.footer {
	text-align: center;
}

.popup {
/* Changes the color of body; can't do */
/* from within HTML, for some reason */
	background: #D4CEC7;
}

.popup2 {
/* Changes the color of body; can't do */
/* from within HTML, for some reason */
	background: #D4CEC7;
}

.squaremenu a:active { color: black;}

/* Do not use underline for hover in footer */
.footer a:link {color: black; background-color: white; padding: 3px;}
.footer a:hover {color: white; background-color: #7B7469; text-decoration: none; padding: 3px;}
.footer a:active { color: black; padding: 3px;}

li { 
	padding-top: 2px;
	padding-bottom: 4px;
	border-top-color: silver;
	border-top-width: 1px;
	border-top-style: none;
}

/* General links for everything except menus */
a:link {color: darkred; text-decoration: none; padding: 0px;}

/* DO use underline in hover for content */
a:visited {color: #343434; padding: 0px;}  /* was #454545 = medium gray */
a:hover {color: red; text-decoration: underline;}
a:active {color: black; padding: 0px;}

.ref /* reference: names of books, magazines, movies, etc. */ { color: #9B9489; }

/* relative to the parent */
address { 
	font-style: normal;
	font-weight: bold;
	color: #9B9489;
	margin-left: 3em; 
}

blockquote
{
	margin-left: 3em;
	margin-right: 3em;
}
