/*---  CSS code for Highway Book Shop site Book List Table style  ---*/

/*--- Book List Table Settings --- */
.bklist {
	display: table;	
	width: 780px;
}
.col1 {
	width: 10px;
	font-family: "Toronto","Times New Roman", serif;
	font-weight: 600;
	text-align: center;
	color: #FFFFFF;
	vertical-align: top;
}
.col2 {
	width: 450px;
	font-family: "Toronto","Times New Roman", serif;
	font-size: medium;
	color: #005252;
	font-weight: 600;
	text-align: left;
	vertical-align: middle;
}
col3 {
	font-family: "Toronto","Times New Roman", serif;
	font-size: medium;
	color: #005252;
	font-weight: 600;
	text-align: left;
	vertical-align: middle;
}
.col4 {
	width: 80px;
	font-family: "Toronto","Times New Roman", serif;
	font-size: medium;
	color: #005252;
	font-weight: 600;
	text-align: left;
	vertical-align: left;
}

/*---  This image floats the amazon button to the left for the book list Table and  has a no border.  ---*/
.imageam {
	float:left;
}
/*---  TEXT   light green for backround is colour #ECF6F6---*/
.book {
	font-family: "Times New Roman", "Toronto", serif;
	font-size: medium;
	font-weight: 500;
	color: #000000;
	text-decoration: none;
}
.book a:link{
	font-family: "Times New Roman", "Toronto", serif;
	font-size: medium;
	font-weight: 600;
	font-variant: small-caps;
	color: #000000;
	text-decoration: none;
	background: #FFFFBF;
}
.book a:hover{
	font-family: "Times New Roman", "Toronto", serif;
	font-size: medium;
	font-weight: 500;
	font-variant: small-caps;
	color: #FF0000;
	text-decoration: underline;
	background: #F8FDB0;
}    
.book a:visited{
	font-family: "Times New Roman", "Toronto", serif;
	font-size: medium;
	font-weight: 500;
	font-variant: small-caps;
	color: #000080;
	text-decoration: none;
}  
.book1 {
	font-family: "Times New Roman", "Toronto", serif;
	font-size: x-large;
	font-weight: 700;
	color: #000080;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}
.text2 {
	font-family: "Times New Roman", "Toronto", serif;
	font-size: small;
	font-weight: 600;
	color: #000000;
	text-decoration: none;
}
.text2 a:link{
	font-family: "Times New Roman", "Toronto", serif;
	font-size: small;
	font-weight: 600;
	color: #000000;
	text-decoration: none;
}
.text2 a:hover{
	font-family: "Times New Roman", "Toronto", serif;
	font-size: small;
	font-weight: 500;
	color: #FF0000;
	text-decoration: underline;
	background: #F8FDB0;
}    
.text2 a:visited{
	font-family: "Times New Roman", "Toronto", serif;
	font-size: small;
	font-weight: 500;
	color: #000000;
	text-decoration: none;
}  