﻿/* BOOK LIST TABLE */
table.fb_book_list_table {
	border-collapse:separate;
}

/* BOOK / CATEGORY LIST ITEM */
td.flippingbook_book_list_item {
	color:#000000;
	padding: 10px 5px 10px 5px;
	border: 1px solid #E6E6E6;
	background: #ffffff url(../images/book_list_bg.png) 0 0 repeat-x;
}

/* BOOK / CATEGORY LIST TITLE */
.fb_contentheading {
	font-size: 16px;
	font-weight: bold;
	color: #000000;	
	text-decoration: none;
	line-height: 20px;
}

.fb_contentheading:hover {
	color: #666666;
	text-decoration: none;
}


/* 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 {
	color: #333333;
	clear: both;
	border: 1px solid #e6e6e6;
	padding: 10px 15px 10px 15px;
	margin: 5px 0px 0px 0px;
	background: #ffffff url(../images/book_list_bg.png) 0 0 repeat-x;
}

/* PAGES DESCRIPTION */
#fb_leftPageDescription {
	color: #fff;
	/*border-right: 5px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 5px 10px 5px 10px;
	background: #ffffff url(../images/book_list_bg.png) 0 0 repeat-x;*/
	background:#CC0000;
	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: 46px;*/
	float: right;
	/*height:300px;*/
	
	position:absolute;  /*float*/
	display:block;
	z-index:200;
	left:31px;
	top:63px;
	line-height:180%;
}

#fb_rightPageDescription {
	color: #fff;
	/*border-right: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	border-left: 5px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	padding: 5px 10px 5px 10px;
	background: #ffffff url(../images/book_list_bg.png) 0 0 repeat-x;*/
	background:#CC0000;
	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: 46px;*/
	float: left;
	/*height:300px;*/
	
	position:absolute;  /*float*/
	display:block;
	z-index:200;
	right:30px;
	top:63px;
	line-height:180%;
}

.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;
}

#linkbook{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
position:absolute; 
display:block;
z-index:200;
right:32px;
top:28px;
width:250px;
/*width:230px;*/
/*height:20px;*/
background:#000;
color:#FFFFFF;
margin:0px;
padding:0px
}
#linkbook a{
color:#FFFFFF;
margin-left:12px;
}