﻿/* BOOK LIST ITEM */

#flippingbook_book_list_item {

	padding: 3px;

	margin-top: 3px;

	margin-right: 3px;

	background-color: #ffffff;

	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: none;

	background-repeat: no-repeat;

	background-position: left top;

}



#flippingbook_book_list_item:hover {

}



/* IMAGE IN BOOKS LIST */

.flippingbook_book_img {

	border: none;

	margin-top: 0px;

	margin-left: 30px;

	margin-right: 0px;

	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: 10px;

	font-weight: bold;

	color: #000000;

	display: block;

	width: 200px;

	padding-top: 2px;

	padding-bottom: 3px;

	margin-bottom: 2px;

	text-decoration: none;
	
	text-align:center;

}



#flippingbook_book-name:hover {

	color: #990000;

	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: #ffffff;

}



/* FLASH OBJECT */

.fb_flash {

	width: auto;

	text-align: center;

	background-color: #ffffff;

	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: #ffffff;

	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: #ffffff;

}



#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: none;

	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: none;

}



#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: #ffffff;

	width: 100%;

	display: block;

	position: absolute;

	text-align: center;

	vertical-align: middle;

}



.mtable {

	display: block;

	top: 0px;

	left: 0px;

	position: absolute;

	text-align: center;

	vertical-align: middle;
	
	width: 750px;

}



.zoom_image {

	border: 1px solid #ffffff;

}



.zoom_table {



}



.zoom_cell {

	border: 1px solid #ffffff;

	background-color:#999999;

	padding: 5px;

}
