table#bookshelf {
	border: none;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	background: none;
	width: 692px;
	height: 690px;
}

table#temporary_panel {
	border: none;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	background: none;
	width: 692px;
	height: 229px;
}

table#bookshelf td, table#temporary_panel td{
	border: none;
	background: transparent url(../i/bg_bookshelf.jpg) 0 0 no-repeat;
	margin: 0;
	padding: 0;
	width: 173px;
	height: 229px;
	empty-cells: show;
}

#temporary_panel_container {
	position: relative;
	width: 692px;
	height: 258px;
}

.draggable {

}

.dropsite {
	width: 173px;
	height: 230px;
	overflow: hidden;
}

#normal .book {
	float: none !important;
	position: relative;
	background: transparent url(../i/bg_booktip.gif) no-repeat 0 0;
}

#trash {
	background: #bebebe url(../i/bg_trash.gif) no-repeat center center;
	width:171px;
	height:228px;
}


.hoverclass {
	border: 1px solid #66ccff;
	width: 171px;
	height: 228px;
}



#bookshelf_container {
	width: 692px;
	height: 742px;
	/*overflow: hidden;*/
}

#bookshelf_loading {
	position: relative;
	top: -742px;
	left: 0px;
	width: 692px;
	height: 742px;
	opacity: 0.2;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
	background-color: Black;
	color: white;
	font-weight: bold;
	font-size: 30px;
	color: white;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#bookshelf_loading .text {
	position: relative; 
	top: 250px; 
	left: 300px;
}

.plainbuttons b {
	color: #006699; 
  /* make current page better visible */
  display:inline-block;
  background-color:#C0C0C0;
}
.botnumpager .plainbuttons b {
  /* make current page better visible */
  display:inline-block;
  /* orig bg color #140E0F; */
  background-color:#342E2F;
}

.save {
	float: left;
	width: auto;
	padding: 8px 0 0 10px;
}

#temporary_panel_loading_element {
	position: relative;
	width: 692px;
	height: 258px;
	top: -258px;
	left: 0px;
	opacity: 0.2;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=20);
	background-color: Black;
	color: white;
	font-weight: bold;
	font-size: 30px;
	color: white;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

#temporary_panel_loading_element .text {
	position: relative; 
	top: 110px; 
	left: 300px;
}

#bookshelf_main {
	width: 692px;
	height: 742px;
	/*overflow: hidden;*/
}

#temporary_panel_main {
	position: relative;
	width: 692px;
	height: 258px;
	margin-top: 30px;
	clear: both;
	float: none;
}


#bookshelf table td {
	width: 173px;
	height: 229px;
}



