

/* Catalog */
.books
{
}


.books th h1, .books th h2
{
	margin:0px;
}

.books th h1
{
	font-size:16px;
}

.books th h2
{
	font-size:10px;
	font-weight:normal;
}



.book p
{
	font-size:12px;
	padding:0px;
	margin:0px;
	text-align:justify;
}


.book .snapshot
{
	border:1px solid #333333;
	margin-right:10px;
}



.book h3, .book h4
{
	margin:0px;
	margin-bottom:4px;
}


.book h3
{
	font-size:16px;
}

.book h4
{
	font-size:14px;
	font-weight:normal;
}

