@charset "UTF-8";
/* CSS Document */
/* hide from ie on mac \*/
	html {
		height: 100%;
	}
	
	#flashcontent {
		height: 100%;
	}
	/* end hide */

	body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #ffffff;
		font-family: Verdana, Geneva, sans-serif;
	}
p {
	font-size: 11px;
	text-align:center;
	color:#000000;
}
h1 {
	font-size:14px;
	text-align:center;
	font-weight:normal;
	text-transform:uppercase;
	border-top: 1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding-top:10px;
	padding-bottom:10px;
	margin:0px;
	display:block;
}
.style2 {
	color:#aaaaaa;
}
 #info{
	/*display:none;*/
	font-size: 11px;
	margin:0px;
	padding:0px;
 }
 #noflash{
	text-align:center;
 }
  #noflash p{
	font-size:15px;
 }
 .book_thumbs li {
	float: left;
	margin:0px;
	padding:0px;
	width:300px;
	height:350px;
 }
 .book_thumbs {
	margin:0px;
	padding:0px;
	list-style-type:none; 
 }
.book_thumbs img {
	border:none;
	float:left;
	display:block;
	
 }
.book_thumbs p{
	font-size:13px;
	margin:0px;
	padding:0px;
	text-align:center;
 }

 img {
	border:none;
 }
 a {
	text-decoration:none;
	color:#666;
 }
a:hover{
	color:#000; 
 }


