/* BOOK LIST ITEM */
#flippingbook_book_list_item {
	padding: 3px;
	margin-top: 3px;
	margin-right: 3px;
	background-color: #E6F7FF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #393939;
	border-right-color: #262626;
	border-bottom-color: #262626;
	border-left-color: #393939;
	/*background-image: url(../images/black_descr_bg.jpg);*/
	background-repeat: no-repeat;
	background-position: left top;
}

#flippingbook_book_list_item:hover {
}

/* IMAGE IN BOOKS LIST */
.flippingbook_book_img {
	border: 1px solid #082f4d;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 4px;
	margin-bottom: 3px;
	text-decoration: none;
	width: auto;
	float: left;
}

/* BOOK NAME IN BOOKS LIST */
#flippingbook_book-name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00416B;
	display: block;
	width: 100%;
	padding-top: 2px;
	padding-bottom: 3px;
	margin-bottom: 2px;
	text-decoration: none;
}

#flippingbook_book-name:hover {
	color: #EC1C26;
	text-decoration: none;
}


/* DESCRIPTION IN BOOKS LIST */
.flippingbook_book-description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-align: left;
}

/* DESCRIPTION BLOCK */
.fb_description {
	margin: 0px;
	padding: 5px;
	width: auto;
	font-weight: normal;
	color: #CCCCCC;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 15px;
	background-color: #E6F7FF;
}

/* FLASH OBJECT */
.fb_flash {
	width: auto;
	text-align: center;
	background-color: #E6F7FF;
	margin-top: 5px;
}

/* NAVIGATION BACKGROUND */
.fb_navigation {
	width: auto;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 5px;
	text-align: center;
	background-color: #E6F7FF;
	background-repeat: repeat-x;
	background-position: top;
}

/* NAVIGATION ITEMS */
.fb_navigation a:link, .fb_navigation a:visited, .fb_navigation a:active {
	font-weight: normal;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
}

.fb_navigation a:hover {
	color: #000000;
}

#fb_back {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-top: 3px;
	line-height: 22px;
	background-image: url(../images/black_back.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#dd_menu {
	font-weight: normal;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #4C4C4C;
	background-color: #d3d3d3;
}

#fb_first {
	padding-left: 20px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-top: 3px;
	line-height: 22px;
	background-image: url(../images/black_first.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

#fb_prev {
	padding-left: 25px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-top: 3px;
	line-height: 20px;
	background-image: url(../images/black_prev.gif);
	background-repeat: no-repeat;
	background-position: left;
	border-right: 1px solid #4c4c4c;
}

#fb_next {
	padding-left: 5px;
	padding-right: 25px;
	padding-bottom: 4px;
	padding-top: 3px;
	line-height: 22px;
	background-image: url(../images/black_next.gif);
	background-repeat: no-repeat;
	background-position: right;
}

#fb_last {
	padding-left: 5px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-top: 3px;
	line-height: 22px;
	background-image: url(../images/black_last.gif);
	background-repeat: no-repeat;
	background-position: right center;
}

#fb_l_download {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 3px;
	line-height: 22px;
	background-image: url(../images/black_link.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#fb_r_download {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 3px;
	line-height: 22px;
	background-image: url(../images/black_link.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#fb_slideshow {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-top: 3px;
	line-height: 22px;
	background-image: url(../images/black_play.gif);
	background-repeat: no-repeat;
	background-position: center;
}

/* ZOOM */
.shadow {
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	background-color: #000000;
	width: 100%;
	display: block;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	z-index:999;
}

.mtable {
	display: block;
	top: 0px;
	left: 0px;
	position: absolute;
	text-align: center;
	vertical-align: middle;
	z-index:999;
}

.zoom_image {
	border: 1px solid #999999
}

.zoom_table {

}

.zoom_cell {
	border: 1px solid #000000;
	background-color:#999999;
	padding: 5px;
}