
/* style sheet for bestseller list */



table		{font-family: Verdana, Arial, Helvetica, sans-serif;
		 font-size: 9.25pt; 
		 margin: 1px; }

table.main	{margin-top: -10px; }

td.top	{text-align: center; }

/* title row */
.title	{color:#000066; 
		 font-size: 10.5pt; 
		 font-family: Times New Roman; 
		 font-weight: bold; }

.status	{font-size:9pt;
		 font-family; Verdana, Arial, Helvetica, sans-serif; }


br 		{line-height: 50%; }
		 
/*header row*/
.head	{background-color: #000066; 
		 color: #FFFFFF; 
		 font-size: 8pt; 
		 height: 34px; }

/*h1 in the header row*/		 
h1		{margin: 0px; }

/*if book is available in Horizon*/
.A		{font-weight: bold;
		 color: blue; }

/*if book is on order in horizon*/
.O		{font-weight: bold;
		 color: red; }

/*if book is not available in Horizon*/
.NA		{font-weight: bold;
		 color: black; }

/* alignment for the first column in each table */
td:first-child 	{text-align: center; 
				 vertical-align: top;
				 font-weight: bold; }

/* alignment for the last column in each table */
td+td+td	{text-align: center; 
		 vertical-align: top;}

.attn	{color: red; 
		 font-style: italic}

div		{padding: 0px;
		 margin: 0px; 
		 text-align: center;
		 width: 800px;
		 font-family: Verdana, Arial, Helvetica, sans-serif; }

div.footer	{clear: both; }

div.link		{color: dark blue;
			 font-size: 10pt; }

.link a:link	{color: blue; }

div.list		{text-align: left;
			 font-size: 7.5pt; 
			 padding-left: 100px; }

