/*---  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-size: large;
	color: #000000;
	font-weight: 600;
	text-align: center;
	background: #008000;
	vertical-align: top;
}
.col2 {
	width: 150px;
	font-family: "Toronto","Times New Roman", serif;
	font-size: medium;
	color: #005252;
	font-weight: 600;
	text-align: center;
	vertical-align: top;
}
col3 {
	width: 620px;
	font-family: "Toronto","Times New Roman", serif;
	font-size: medium;
	color: #005252;
	font-weight: 600;
	text-align: left;
	vertical-align: top;
}

/*---  This image floats the PayPal button to the right  for the book list Table and  has a white border.  ---*/
.imageppal {
	float: right;
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
}
/*---  TEXT ---*/

/*---  Text  for Book List tables first one for currency in book list table  ---*/
.price {
	font-family: "Toronto","Times New Roman", serif;
	font-size: medium;
	color: #005252;
	font-weight: 600;
	text-align: right;
	margin-bottom: 2px;
}
/*---  Text for  Alphabet Section Headers in Book List ---*/
.book1 {
	font-family: "Toronto","Times New Roman", serif;
	font-size: large;
	color: #FF0000;
	font-weight: 600;
	background: ECF6F6;
	text-align: center;
	vertical-align: middle;
}
/*---  Text for left aligned Book Tile and Author name in Book List ---*/
.book {
	font-family: "Toronto","Times New Roman", serif;
	font-size: medium;
	color: #005252;
	font-weight: 500;
	text-align: left;
	vertical-align: middle;
}
.book a:hover{
	font-family: "Toronto","Times New Roman", serif;
	font-size: medium;
	color: #FF0000;
	font-weight: 500;
	text-align: left;
	text-decoration: underline;
	background: #FFFFD7;
	vertical-align: middle;
}
.book a:visited{
	font-family: "Toronto","Times New Roman", serif;
	font-size: medium;
	color: #804000;
	font-weight: 500;
	text-align: left;
	vertical-align: middle;
}
/*---  Text for  alphabetical links on book list page ---*/
.text2 {
	font-family: "Toronto","Times New Roman", serif;
	font-size: small;
	color: #005252;
	background: #ECF6F6;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
}
.text2 a:link{
	font-family: "Toronto","Times New Roman", serif;
	font-size: small;
	color: #005252;
	background: #ECF6F6;
	font-weight: 200;
	text-align: center;
	vertical-align: middle;
}
.text2 a:hover{
	font-family: "Toronto","Times New Roman", serif;
	font-size: medium;
	color: #800000;
	background: #ECF6F6;
	font-weight: 500;
	text-decoration: underline;
	text-align: center;
	vertical-align: middle;
}
.text2 a:visited{
	font-family: "Toronto","Times New Roman", serif;
	font-size: small;
	color: #005252;
	background: #804000;
	font-weight: 500;
	text-align: center;
	vertical-align: middle;
}