/* --- basic text and color properties --- */ 

body {										/* cannot set padding or margin: ignored */
	font-family : arial, helvetica, sans-serif;
	color : #603360;
	background-color : #F3E3F3;
}
p, div, blockquote, caption, td, th, dl, ul, li { /* necessary only for NN4 */
	font-family : arial, sans-serif;
	color : #603360;
}
h1 {
	font-family : "arial black", arial, helvetica, sans-serif;
	font-weight : 400;
	font-size : large;
	margin-bottom : 0;
	color : #603360;					/* necessary only for NN4 */
}
h2 {
	font-family : arial, helvetica, sans-serif;	/* necessary only for NN4 */
	font-weight : 600;
	text-align : right;
	font-size : medium;
	padding-left : 0.3em;
	padding-right : 0.3em;
	padding-top : 0.1em;
	padding-bottom : 0.2em;
	color : #FFFFFF;
	background-color : #825682;
}
h3, h4 {
	font-family : arial, helvetica, sans-serif;	/* necessary only for NN4 */
	font-weight : 600;
	text-align : right;
	padding-left : 0.5em;
	padding-right : 0.5em;
	padding-top : 0.1em;
	padding-bottom : 0.2em;
	color : #FFFFFF;
	background-color : #A482A4;
}
h5 {
	font-family : verdana, arial, helvetica, sans-serif;
	font-weight : bold;
	font-size : 100%;
	margin-left : 0.1em;
/* for some reason the left arm of a capital W (starting a header) was
getting cut off (even in IE), so I added a tiny margin - seems to work */
	color : #603360;			/* necessary only for Netscape */
}
h6 {
	font-family : verdana, arial, helvetica, sans-serif;
	font-weight : bold;
	font-size : 100%;
	margin-top : 5px;
	margin-bottom : 0;
	color : #603360;			/* necessary only for NN4 */
}
pre {
	font-family : monospace;		/* necessary only for NN4 */
}
hr {
	color : #A482A4;
}



/* --- links --- */ 

/* Explanation of combination of A.title and A :VISITED.title :
.title	- Netscape : text-decoration works for all links, color for non-visited links only
		- Microsoft : does not work
A.title - Netscape : works for all links
		- Microsoft : text-decoration works for all links, color for non-visited only
A :LINK.title
		- Netscape : does not work at all
A :VISITED.title
		- Netscape : does not work at all
		- Microsoft : works (both color and text-decoration)
*/

a:link {
	color : #66429A;
}
a:visited {
	color : #AA33B3;
}
a.title, a.bookstoretitle, a:visited.title, a:visited.bookstoretitle {
	text-decoration : none;
	color : #FFFFFF;
}
a.title:hover {
	text-decoration : none;
	color : #FFAAEE;
}
a.bookstoretitle:hover {
	text-decoration : none;
	color : #FF99EE;
}



/* --- lists --- */

ul {
	margin-left : -20px;
	margin-bottom : 0;
	list-style : disc;						/* fall-back for no image */
	list-style-image : url(http://books.hshelp.com/img/ball.gif);	/* use full URL to work around NN4 bug */
	font-family : arial, helvetica, sans-serif;
	color : #603360;
}
ol {
	margin-bottom : 0;
	list-style-type : decimal;
	font-family : arial, helvetica, sans-serif;
	color : #603360;
}
dt {						/* supported only by MSIE4 */
	font-weight : 600;
}



/* --- special classes --- */


.important {
	color : #FF0000;
}
.update	{
	font-weight : 600;
	color : #DD0099;
}
.minorupdate {
	font-size : smaller;
	color : #DD0099;
}
.smallcaps {
	font-size : 60%;
	text-transform : uppercase;
}
.note {
	font-size : 80%;
	color : #666666;
}



/* --- page footer --- */

.footer {
	margin-top : 0;
	font-size : 70%;
}

.footnote {
	font-size : 70%;
}
hr.footnote {
	height : 1px;
}
.footnote ol {
	margin-left : 1em;
}



/* --- bookstore --- */ 

.bs-header {							/* apply on cells, not table! */
	border-bottom : 1px solid #825682;	/* not in NN4 */
}
.bs-h1 {
	margin-bottom : 15px;
}
.amzlogo {
	border : 0;
	text-align : right;					/* float would leave one pixel on the right within a table (in IE 5.0); text-align works fine */
}
.bookspage {
	/*margin-right : 20px;*/
	z-index : 0;
}

.marginright {
	width : 185px;
}

.navbar {
	padding : 2px 2px 2px 2px;
	/*width : 100%;*/
	border : 1px solid #F3E3F3;				/* only for NN4: page background color */
	background-color : #FFEEFF;
}
.detaillinks {
	margin-top : -1px;			/* for 1-pixel overlap */
	padding : 2px 2px 2px 2px;
	width : 100%;
	border : 1px solid #F3E3F3;				/* only for NN4: page background color */
	background-color : #FFEEFF;
}
.pagelinks ul {
/*	margin-top : -1em;*/		/* must be negative in NN to make smaller! */
/*negative margin-top seems to make first (line of) link non-operational ... */
	margin-top : 0;				/* see if this works */
}

.mailtoimg {
	display : none;
}

.searchlogo {
	margin-top: 2px;
	margin-bottom: 0;
}

.cover {
	text-align : right;
	padding-right : 0em;
	border : 1px solid;
}
.publisher {
	margin-top : 0.5em;
	font-size : 75%;
}
.ownlib {
	vertical-align : bottom;
	margin-top : 0;
	margin-bottom :0;
}
blockquote {
	margin-left : 1em;
	margin-right : 0;
	font-size : 90%;
	font-style : italic;
	color : #66429A;
}
blockquote h5 {
	margin-top : -0.2em;
	margin-bottom : 0;
}
.pick {
	font-weight : bold;
	font-style : italic;
	color : #EE0000;
}
div.quote p {
	margin-top: 0;
	margin-bottom: 0.5em;
}
p.quote {
	font-style : italic;
	color : #AA0000;
}
.letter {
	padding : 1em 1em 1em 1em;
	background-color : #FFEEFF;
}

/* Bookstore sidebars */
table.sitemap {
	width : 175px;
	border : 1px solid #A482A4;				/* does not work in NN4 - why? */
	background-color : #FFEEFF;
	z-index : 1;							/* does not seem to work */
}
div.sitemap {
	padding : 5px 5px 5px 5px;
}
.sitemap ul {
	margin-top : 0;
	margin-left : -20px;		/* must be negative in NN to make smaller! */
	margin-bottom : 0;
	list-style : square;						/* fall-back for no image */
	list-style-image : url(http://books.hshelp.com/img/square_6.gif);	/* use full URL to work around NN4 bug */
	font-size : 80%;
	font-family : arial, helvetica, sans-serif;
	color : #603360;
}
h4.sitemap {
	margin-top : 0;
	margin-bottom : 0;
	text-align : center;
}

table.spy {
	margin-top : 4px;
	/*margin-bottom : 10px;*/
	background-color : #FFEEFF;
}
td.spy {
	font-size : 70%;
	padding-bottom : 4px;
}
img.spy {
	margin-top : 4px;
}

table.sidebar {
	background-color : #FFEEFF;
}
td.sidebar, th.sidebar {
	padding : 10px 10px 10px 10px;
	margin-top : 0;
}
div.sidebar{
	/*padding-left : 10px;*/				/* does work */
	/*padding-right : 10px;*/				/* does not work */
	/*padding-top : 10px;*/					/* does not work */
	/*padding-bottom : 10px;*/				/* does not work */
}
h4.sidebar {
	margin-top : 0;
	margin-bottom : 0;
	text-align : center;
}
.amz-hdr {
	font-family : arial, helvetica, sans-serif;
	font-size : 85%;
	color : #000000;
}
.amz-title {
	font-family : arial, helvetica, sans-serif;
	font-size : 85%;
	color : #3366FF;
}
.amz-author {
	font-family : arial, helvetica, sans-serif;
	font-size : 75%;
	color : #000000;
}
.amz-privacy {
	font-family : arial, helvetica, sans-serif;
	font-size : 75%;
	color : #A1A1A1;
}

table.booksbackground {
/* actually looks better -without- a margin-left rul! */
	width : 14em;
	border : 1px solid #A482A4;			/* for NN4 - left and right will be overridden in IE*/
	background-color : #FFEEFF;
}
td.booksbackground {
	padding : 5px 5px 5px 5px;
}
.booksbackground ul {
/* margin-left should be in pixels so it remains constant if the font size changes! */
/*	margin-top : -1em;*/		/* must be negative in NN to make smaller! */
/*negative margin-top seems to make first (line of) link non-operational ... */
	margin-bottom : 0em;
	margin-left : -20px;		/* must be negative in NN to make smaller! */
	font-size : 85%;
}
.booksbackground h5 {
	margin-top : 0;
	margin-bottom : 0;
}

/* bookstore instructions popups */
.amzinstruction {
	background-color : #FFEEFF;
	padding : 1em 1em 1em 1em;
}
h3.amzinstruction {
	font-weight : 700;
	text-align : left;
	font-size : 120%;
	padding : 0 0 0 0;
	margin-bottom : 0;
	color : #603360;
}


/* --- forms --- */

.form {
	background : #FFEEFF;
}
.formheader, .formcontrol {
	font-weight : 600;
	color : #603360;
	background-color : #E3D3E3;
}



/* --- search forms and results pages --- */

.button {						/* does not work at all in NN4?? */
	font-weight : 600;
	font-size : 90%;
	width : 5em;
	height : 1.8em;
	color : #FFFFFF;
	background-color : #A482A4;
}

.rank	{
	font-size : 8pt;
	/*color : #000000;*/
	color : #FFFFFF;
}
.search {
	background : #FFEEFF;
}
.searchheader {
	color : #603360;
	background : #E3D3E3;
}
.excerpt {
	font-size : smaller;
}
