@import url("../review.css");
/* images are 300x300, squashed to save reloading if image is clicked */

img#BookImage {	
	position: relative;
	float: left;
	height: 200px;
	width: 130px;
	left: 0;
	margin-right: 10px;
	}

table#BookInfo {
	position: static;
	border: none;
	height: 200px;
	width: 320px;
	text-align: left;
	overflow: auto;
	}	
	table#BookInfo td {
		border-bottom: none;
		}
	table#BookInfo td.Meta {
		font-weight: bolder;
		vertical-align: top;
		}
	table#BookInfo td.Data {
		font-weight: normal;
		vertical-align: top;

		}
	table#BookInfo td.BuyBook, td.AuthorSite {
		font-weight: normal;
		}
	table#BookInfo td.AuthorSite {
		border-bottom: none;
	}


	
