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

BODY {
	font-family : arial, sans-serif;
	background-color : #F3E3F3;
	color : #603360;
	margin-top : 0;
	margin-left : 0;
}
P, DIV, BLOCKQUOTE, CAPTION, TD, TH, DL { /* necessary only for Netscape */
	font-family : arial, sans-serif;
	color : #603360;
}
.list {	/* necessary only for Netscape : repair after using border in previous list item... */
	font-family : arial, sans-serif;
	color : #603360;
}
H1 {
	font-family : "arial black", arial, sans-serif;
	color : #603360;			/* necessary only for Netscape */
	font-weight : 400;
	font-size : large;
	margin-bottom : 0;
}
H2 {
	font-family : arial, sans-serif;	/* necessary only for Netscape */
	color : #FFFFFF;
	font-weight : 600;
	text-align : right;
	font-size : medium;
	background-color : #825682;
	padding-left : 0.3em;
	padding-right : 0.3em;
	padding-top : 0.1em;
	padding-bottom : 0.2em;
	border : none;
}
H3, H4 {
	font-family : arial, sans-serif;	/* necessary only for Netscape */
	color : #FFFFFF;
	font-weight : 600;
	text-align : right;
	background-color : #A482A4;
	padding-left : 0.5em;
	padding-right : 0.5em;
	padding-top : 0.1em;
	padding-bottom : 0.2em;
	border : none;
}
H5 {
	font-family : verdana, arial, sans-serif;
	color : #603360;			/* necessary only for Netscape */
	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 */
}
PRE {
	font-family : monospace;		/* necessary only for Netscape */
}
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:ACTIVE {
	color : #A482A4;			/* not supported by Netscape */
}
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 : 1.2em;			/* supported only by MSIE4 */
	margin-bottom : 0;
	list-style-image : url(img/ball.gif);	/* supported only by MSIE4 */
	font-family : arial, sans-serif;
	color : #603360;
}
OL {
	margin-bottom : 0;
	list-style-image : none;			/* supported only by MSIE4 */
	list-style-type : decimal;
	font-family : arial, sans-serif;
	color : #603360;
}
DT {						/* supported only by MSIE4 */
	font-weight : 600;
}



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

.body {
	width : 40em;
}
.ibody {
	width : 36.5em;
}

.important {
	color : #FF0000;
}
.update	{
	font-weight : 600;
	color : #DD0099;
}
.minorupdate {
	font-size : smaller;
	color : #DD0099;
}
.example {
	font-size : 100%;
	color : #AA0000;
	margin-left : 20px;
}
.inlinexmp {
	font-family : monospace;
	font-size : 100%;
	color : #AA0000;
}
.xmpstrong {
	font-weight : bold;
 	color : #603360;
}
.smallcaps {
	font-size : 60%;
}
.note {
	font-size : 80%;
	color : #666666;
}
.webring {
	font-size : 80%;
}



/* --- embedded tables --- */

TH.matrix {
	background-color : #E3D3E3;
}
TD.matrix {
	font-weight : 500;
	background-color : #FFEEFF;
}
TABLE.instruction {
	width : 20em;
}
.background {
	width : 15em;
}
.userquote {
	margin-left : 1em;
	margin-bottom : 1em;
}

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


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

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



/* --- installation instructions --- */

.hasnote {
	margin-right : 2em;	/* not supported by Netscape */
}
.folder {
	font-weight : bold;
}
.change {
	font-weight : bold;
 	color : #CC2323;
}
.strong {
	font-weight : bold;
 	color : #AA0066;
}
.modified {
	font-family : arial, sans-serif;	/* necessary only for Netscape */
	color : #603360;			/* necessary only for Netscape */
	border-right : solid;
	/* setting of width needs to be border-right-width rather than just border-width for Netscape! */
	/* expression in px is more precise than "thin" and not browser-dependent */
	border-right-width : 1px;
	border-color : #DD0099;
	padding-right : 1em;
}



/* --- bookstore --- */ 

.bs_header {
	/*background-color : #FFEEFF;*/
	border-bottom : 1px solid #825682;	/* apply on cells, not table! */
}
.bs_h1 {
	margin-bottom : 15px;
}
.amzlogo {
	border : 0;
	text-align : right
	/*float : right;*/			/* leaves one pixel on the right within a table (in IE 5.0); text-align works fine */
}
.bookspage {
	margin-right : 20px;
}
.booksbody {
	width : 700px;
	padding-right : 20px;
}

.navbar {
	padding : 2px 2px 2px 2px;
	border-top : 1px solid #A482A4;
	border-bottom : 1px solid #A482A4;
	width : 100%;
	background-color : #FFEEFF;
}
.shelflinks {
	margin-top : -1px;			/* for 1-pixel overlap */
	padding : 2px 2px 2px 2px;
	border-top : 1px solid #A482A4;
	border-bottom : 1px solid #A482A4;
	width : 100%;
	background-color : #FFEEFF;
}
.pagelinks ul {
	margin-top : 0;
}

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

/* Bookstore sidebars */
.booksbackground {
	width : 14em;
}
.sidebar {
	background-color : #FFEEFF;
	border-top : 1px solid #A482A4;
	border-bottom : 1px solid #A482A4;
}
.sitemap {
	width : 165px;
	background-color : #FFEEFF;
	padding : 1em 1em 1em 1em;
	margin-left : 0;
	margin-right : 5px;
	margin-top : 0;
	margin-bottom : 0;
	font-size : 80%;
	text-align : left;
	border : 1px solid;
	border-color : #A482A4;
	float : right;
}
.sidebar ul {
	margin-top : 0;
	margin-left : 1.5em;			/* supported only by MSIE4 */
}
.background ul {
	margin-left : 1.5em; /* was 2 */
}
.sitemap ul {
	margin-top : 0;
	margin-left : 1.5em;			/* supported only by MSIE4 */
	margin-bottom : 0;
	list-style-image : url(img/square_6.gif);	/* supported only by MSIE4 */
	font-family : arial, sans-serif;
	color : #603360;
}
.sidebar h5 {
	margin-top : 0;
	margin-bottom : 0;
}
.sitemap h5 {
	margin-top : 0;
	margin-bottom : 0;
	margin-left : 0;
	font-size : 110%;
	/*background-color : #FFFFFF*/
}

/* bookstore instructions popups */
.amzinstruction {
	background-color : #FFEEFF;
	padding : 1em 1em 1em 1em;
}
h3.amzinstruction {
	font-weight : 600;
	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;
}
.formcomment {
	margin-left : 2em;
}



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

.button {
	font-weight : 600;
	font-size : 90%;
	color : #FFFFFF;
	background-color : #A482A4;
	border-style : outset;		/*added*/
	border-color : #E7CFEE;		/*added*/
	width : 5em;
	height : 1.8em;
}

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