/* **************************************************************************** */
/*	Style sheet for Links by Chris Croome (chris@atomism.demon.co.uk) of 	*/
/*	webarchitects (http://www.webarchitects.co.uk/)				*/
/*										*/
/*	For further information on CSS see these sites:				*/
/*	http://www.w3.org/Style/						*/
/*	http://www.css.nu/							*/
/*	Want answers to your CSS questions? try this usenet group:		*/
/*	comp.infosystems.www.authoring.stylesheets				*/
/*										*/
/*	If you want to check the validity of the style sheet you can use this:  */
/*	http://jigsaw.w3.org/css-validator/					*/
/*										*/
/* **************************************************************************** */


/*	Note the use of an absolute URI for the background image		*/
/*	This is a workaround for NN using an address relative to the		*/
/*	.html file rather than the .css file					*/
body {
color: #000000;
background: #FFFFFF;
}

/*	Paragraph									*/
p {
margin-left: 60px;
color: #000000;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
 font-size : small;
}

/*	Definition list									*/
dl {
color: #000000;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Menu									*/
small.menu {
font-size: small;
color: #000000;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Menu unvisited links							*/
a.menulink:link {
color: #6633FF;
background: transparent;
}

/*	Menu visited links							*/
a.menulink:visited {
color: #993399;
background: transparent;
}

/*	Menu active links (not widely supported)				*/
a.menulink:active {
color: #FF6666;
background: #transparent;
}

/*	Menu links when hovered over (MSIE only)				*/
a.menulink:hover {
color: #FF6666;
background: transparent;
}

/*	Links unvisited links							*/
a.link:link {
color: #6633FF;
background: #FFFFFF;
}

/*	Links visited links							*/
a.link:visited {
color: #993399;
 background : transparent;
}

/*	Links active links (not widely supported)				*/
a.link:active {
color: #FF6666;
background: transparent;
}
td.side{
	background : transparent;
	background-color : inherit;
	border : 1px dashed Olive;
	border-bottom : thin dotted;
	margin-right : 10px;
}
/*	Links when hovered over (MSIE only)					*/
a.link:hover {
color: #FF6666;
background: transparent;
}

/*	Unvisited links								*/
a:link {
color: #6633FF;
background: transparent;
}

/*	Visited links								*/
a:visited {
/* color: #FFFFFF; */
color: #993399;
background: transparent;
}

/*	Active links (not widely supported)					*/
a:active {
color: #FF6666;
background: transparent;
}

/*	Links when hovered over (MSIE only)					*/
a:hover {
color: #FF6666;
background: transparent;
}

/*	Links unordered lists							*/
ul {
margin-left: 60px;
list-style: disc;
color: #000000;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	The link description							*/
span.descript {
font-size: small;
color: #333333;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	New links								*/
sup.new {
font-size: x-small;
color: #FFFFFF;
background: #FF3300;
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Popular links								*/
sup.pop {
font-size: x-small;
color: #FFFFFF;
background: #00CCFF;
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Links date and hits							*/
small.date {
font-size: x-small;
color: #666666;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Number of links in categories						*/
small.numlinks {
font-size: x-small;
color: #666666;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This class is for "Looking for something in particular?"		*/
strong.search {
color: #000000;
background: #FFFFFF;
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This class is for "More options"					*/
small.more {
font-size: small;
color: #000000;
background: #FFFFFF;
font-weight: normal;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This is for main headers on all pages *apart* from the home page	*/
h1 {
margin-left: 40px;
font-size: large;
font-weight: bold;
border: none;
color: #996666;
background: transparent;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This class is for the main header on the Links home page		*/
h1.home {
margin-left: 40px;
font-size: x-large;
font-weight: bold;
border: none;
color: #996666;
background: transparent;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This class is for the error messages					*/
strong.error {
color: #FFFFFF;
background: #FF3300;
font-weight: bold;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This is used for the sub headers					*/
h2,h3 {
margin-left: 40px;
font-size: medium;
font-weight: bold;
border: none;
color: #996666;
background: transparent;
font-family: "verdana", "arial", "geneva", sans-serif;
}
h4 {
margin-left: 40px;
font-size: medium;
font-weight: bold;
border: none;
color: #996666;
background: transparent;
font-family: "verdana", "arial", "geneva", sans-serif;
 font : 85%;
}
/*	This is for the margin for the form elements				*/
div.margin {
margin-left: 60px;
}

/*	This is for page $title_linked						*/
strong.title {
font-size: small;
font-weight: bold;
color: #000000;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Table cells								*/
td {
font-size: small;
color: #000000;
background: transparent;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This is  for Category Listings table cells				*/
td.catlist {
font-size: small;
color: #000000;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	Preformatted text							*/
pre {
margin-left: 60px;
font-size: small;
font-weight: bold;
color: #000000;
background: #FFFFFF;
}

/*	This is for the page last updated text					*/
small.update {
font-size: x-small;
font-weight: bold;
color: #999999;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
}

/*	This is for the total number of links					*/
p.grandtotal {
margin-left: 60px;
font-size: small;
font-weight: lighter;
color: #000000;
background: #FFFFFF;
font-family: "verdana", "arial", "geneva", sans-serif;
 font-style : italic;
}
@charset "ISO-8859-1";
/* $Id: Associates.css,v 1.4 2002/04/28 16:01:10 allane Exp $ */
/* Associates.css - Default stylesheet for the Associates package */
/*

Copyright (c) 2002 Allan Engelhardt <allane@cybaea.com>

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or (at
your option) any later version.

This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
USA

*/

/* Predefined colors:
aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, 
purple, red, silver, teal, white, and yellow. 
*/


div.Associates {
	page-break-inside:	avoid;
	margin-top:		0.5ex;
	margin-bottom:		0.5ex;
}

div.Associates img {
	border-style:		none;
}

div.Associates > div > table {
	background:		inherit;
	border-width:		thin;
	border-style:		solid;
}

div.Associates table td.A__image_top,
div.Associates table td.A__image_left,
div.Associates table td.A__image_right,
div.Associates table td.A__image_bottom
{
	background:		white;
	text-align:		center;
	border-style:		none;
}

div.Associates > div > table td.A__data_table {
	text-align:		center;
}

div.Associates table.A__data_table {
	width:			100%;
	background:		silver;
}

div.Associates table.A__data_table td.A__cover_image{
	background:		inherit;
	text-align:		center;
}

div.Associates table.A__data_table td.A__text {
	width:			8em;
	font-size:		small;
	color:			black;
}

div.Associates table.A__data_table td.A__text div.A_title a:link,
div.Associates table.A__data_table td.A__text div.A_title a:visited
{
	color:			inherit;
	text-decoration:	underline;
}

div.Associates table.A__data_table td.A__text div.A_ranking:before {
	content:		"Rank: ";
	font-style:		bold;
}
div.Associates table.A__data_table td.A__text div.A_ranking {
	display:		none;
	font-style:		bold;
}

/* In the following section we make the title follow the author
   on a single line with a colon to separate them. */

div.Associates table.A__data_table td.A__text div.A_author,
div.Associates table.A__data_table td.A__text div.A_director
{
	display:		inline;
}
div.Associates table.A__data_table td.A__text div.A_director:after {
	content:		": ";
}

div.Associates table.A__data_table td.A__text div.A_title {
	display:		inline;
}

/* Other settings */

div.Associates table.A__data_table td.A__text div.A_title {
	font-style:		italic;
}

div.Associates table.A__data_table td.A__text div.A_our_price:before {
	content:		"Price: ";
}

div.Associates table.A__data_table td.A__text div.A_list_price {
	display:		none;
}

div.Associates table.A__data_table td.A__text div.A__save_percent:before {
	content:		"(Save ";
	font-weight:		bold;
}

div.Associates table.A__data_table td.A__text div.A__save_percent {
	font-weight:		bold;
}

div.Associates table.A__data_table td.A__text div.A__save_percent:after {
	content:		")";
	font-weight:		bold;
}

div.Associates table.A__data_table td.A__text div.A_release_date:before {
	content:		"Released: "
}
div.Associates table.A__data_table td.A__text div.A_release_date {
	display:		block;
	padding-top:		1ex;
	font-size:		x-small;
}

div.Associates table.A__data_table td.A__text div.A_binding {
}

div.Associates table.A__data_table td.A__text div.A_availability {
}

div.Associates table.A__data_table td.A__text div.A_asin:before {
	content:		"ASIN ";
}

/* Variations */

/* DVDs are different from books */
div.Associates > div.DVDs > table
{
	border-width:		medium;
	border-style:		ridge;
}
div.Associates div.DVDs table.A__data_table td.A__text 
{
	width:			10em;
	background:		teal;
	color:			white;
	font-size:		medium;
}
div.Associates div.DVDs table.A__data_table td.A__text 
div.A_release_date,
div.Associates div.DVDs table.A__data_table td.A__text 
div.A_binding,
div.Associates div.DVDs table.A__data_table td.A__text 
div.A_asin
{
	display:		none;
}

div.Associates div.DVDs table.A__data_table td.A__text 
div.A_ranking
{
	display:		block;
}

/* And Electronics is also special */

div.Associates div.Electronics table,
div.Associates div.Electronics table td.A__image_top,
div.Associates div.Electronics table td.A__image_left,
div.Associates div.Electronics table td.A__image_right,
div.Associates div.Electronics table td.A__image_bottom,
div.Associates div.Electronics table.A__data_table td.A__text
{
	background:		black;
	color:			silver;
	font-weight:		bold;
}
div.Associates div.Electronics table.A__data_table td.A__text
div.A_author,
div.Associates div.Electronics table.A__data_table td.A__text
div.A_director,
div.Associates div.Electronics table.A__data_table td.A__text
div.A_binding,
div.Associates div.Electronics table.A__data_table td.A__text
div.A_asin,
div.Associates div.Electronics table.A__data_table td.A__text
div.A_release_date
{
	display:		none;
}


/* left_ad is one of our private styles: see index.shtml  */

div.left_ad
div.Associates table 
table.A__data_table td.A__text
{
	background:		#FFFFCC;
	width:			5em;
}
div.left_ad
div.Associates table 
table.A__data_table td.A__text div.A_release_date,
div.left_ad
div.Associates table 
table.A__data_table td.A__text div.A_asin,
div.left_ad
div.Associates table 
table.A__data_table td.A__text div.A_binding
{
	display:		none;
}

/* text_ad is another of our styles.  Used for small, text-only ads */

div.text_ad {
	margin:			0.1ex 1em;
}
div.text_ad
div.Associates table {
	border-style:		dotted;
	background:		white;
}

div.text_ad
div.Associates table table.A__data_table,

div.text_ad
div.Associates table 
table.A__data_table td.A__text
{
	background:		white;
	color:			inherit;
	border-style:		none;
}
div.text_ad
div.Associates table 
table.A__data_table td.A__cover_image
{
	display:		none;
}
div.text_ad
div.Associates table 
table.A__data_table td.A__text div.A_release_date,
div.text_ad
div.Associates table 
table.A__data_table td.A__text div.A_asin,
div.text_ad
div.Associates table 
table.A__data_table td.A__text div.A_binding
{
	display:		none;
}
div.text_ad
div.Associates table 
table.A__data_table td.A__text div.A_author:before
{
	content:	"I recommend: \A";
	font-weight:	bold;
}

/* Just to show you don't need inline styles to float: */

div.Associates table.right_float
{
	float:			right;
}

/* right_dvd is right aligned text */

div.right_dvd
div.Associates div.DVDs table.A__data_table td.A__text 
{
	text-align:		right;
}




.big_box
div.Associates table
{
	background:		teal;
}

.big_box
div.Associates table.A__data_table td.A__text {
	color:			yellow;
	width:			10em;
	font-family:		sans-serif;
}
.big_box
div.Associates table.A__data_table td.A__text
div.A_asin
{
	display:		none;
}

.big_box
div.Associates table.A__data_table td.A__text div.A_ranking
{
	display:		block;
}

/* Predefined colors:
aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, olive, 
purple, red, silver, teal, white, and yellow. 
*/


