﻿/* BOOK LIST TABLE */

table.fb_book_list_table {

	border-collapse:separate;

}



/* BOOK / CATEGORY LIST ITEM */

td.flippingbook_book_list_item {

	padding: 10px 5px 10px 5px;

}



/* BOOK / CATEGORY LIST TITLE */

.fb_contentheading {
	display:block;
	width:630px;
	background-color: #FF9933;
	padding: 0px 0px 0px 5px;
	margin: 0px 0px 5px 0px;
	font-family: "Lucida Grande", Times;
	font-size: 11px;
	font-size: 110%;
	color: #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 7px;
	text-transform: uppercase;
	font-weight: lighter;
	font-variant: small-caps;
	word-spacing: 1px;
}

.fb_contentheading:hover {
	background-color: #666666;
	color: #FFFFFF;
}



/* IMAGE IN BOOK / CATEGORY LIST */

a.flippingbook_book_img {

	margin: 0px 10px 0px 0px;

	text-decoration: none;

	float: left;

}



/* DESCRIPTION BLOCK BELOW BOOK */

#fb_bookDescription {

	clear: both;

	padding: 5px 0px 5px 0px;

	margin: 5px 0px 0px 0px;

}



/* PAGES DESCRIPTION */

#fb_leftPageDescription {

	padding: 5px 0px 5px 0px;

	margin: 5px 0px 0px 0px;

/*	If you want to display page descriptions under their pages, uncomment these two strings and specify the block width. */

/*	width: 225px;

	float: right;*/

}



#fb_rightPageDescription {

	padding: 5px 0px 5px 0px;

	margin: 5px 0px 0px 0px;

/*	If you want to display page descriptions under their pages, uncomment these two strings and specify the block width. */

/*	width: 225px;

	float: left; */

}



.fb_errorMessage {

	font-family: Arial, Helvetica, sans-serif;

	font-size: 11px;

	font-weight: bold;

	background-color: #c3d2e5;

	padding: 10px;

	border-top: 3px solid #84a7db;

	border-bottom: 3px solid #84a7db;

	border-left: 0px;

	border-right: 0px;

	color: #0055bb;

}



/* Fix a dotted border around SWF when using Firefox 3 on Windows and wmode transparent or opaque */

object { outline:none; }
