/*   Library BOX   */
.content img{
margin:0px 0px 0px 0px !important;
border:0px solid #b5ecff !important;
}
#mainlibrary{
	float:left;
	width:762px;
}
.search_block
{
   float:left;
   width:648px;
   margin-top:3px;
}
.search_block #searchquery
{
   width:630px;
   height:16px;
   padding-left:5px;
}

input.button,#logfrm input.button {
	width: 104px;
	height: 25px;
	background: url('../img/button2.png') no-repeat top left;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 10px;
	color: #3B4758;
	font-weight: bold;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0px;
	outline: none;
}
input.button:active,#logfrm input.button:active {
	background-image: url(../img/button2_a.png);
	outline: none;
	border: none;
}

#alphabet_search_conditions{
  width:150px;
  float:left;
}

#alphabet_search_conditions span, #alphabet_search_conditions a, #alphabet a{
  font-size:11px;
  color: #3A718F;
}
/* ---- END SEARCH BLOCK  ---- */

.literature_category{
	width:130px;
	_width:113px;
	margin-right:4px;
	padding-left:5px;
}

/* Literature View All*/

.literature_top_box
{
	margin-top:5px;
	margin-bottom:5px;
}

.literature_head_block{
	background-color:#e9f1f9;
	min-height:40px;
    height:auto !important;
    height:40px;
    margin-top:5px;
	margin-bottom:5px;
	*width:532px;
}

.literature_head_block_border{
    background-image: url(../img/icon/library_border.gif);
    background-repeat: repeat-y;
    background-position: 390px 0px;
}

.literature_left_head_block{
	float:left;
	width:385px;
	padding-top:10px;
	padding-left:15px;
	text-align:left;
}

.literature_author_left_head_block{
	float:left;
	width:400px;
	padding-left:15px;
	padding-top:10px;
}

.literature_name, .author_name
{
	font-size:12px;
	color:red;
	font-weight:bold;
}

.authors a{
    font-size:12px;
    color:#286884;
}

literature_author_right_head_block{
    float:right;
    width:100px;
    background-color:inherit;
    padding-top:10px;
}

.literature_right_head_block{
	background-color:#e9f1f9;
	float:left;
	padding-top:10px;
}
.literature_right_head_block img.upload{
	float:left;
}

.file_save_info{
	float:left;
	color:grey;
}

.file_save_info span, .file_save_info a{
	font-size:14px;
	color:grey;
}
.file_save_info a{
   color:red;
}

.literature_bottom_head_box{
	margin-top:5px;
	margin-bottom:5px;
}


.library_bottom_border{
	border-bottom:1px solid #e4e6e7;
	height:3px;
	margin-bottom:10px;
}

.book_actions{
	margin-bottom:5px;
	padding-left:30px;
}

.book_cover{
	float:left;
	margin-left:10px;
	width:100px;
	border: 1px solid #E8EAEB;
    padding: 3px;
    text-align:center;

}

.bookdescription p{
  float:right;
  width:382px;
  padding-right:10px;
}

.bookdescription a, .comment_block a{
  color: #3A718F;
}

.comment_block{
  text-align:left;
  margin-right:10px;
  margin-bottom:10px;
  width:110px;
  float:right;
}

div.extrabooks{
  float:right;
  width:410px;
}

.extrabooks p{
  padding-left:10px;
  text-align:justify;
}

h5.extra_title_head{
	font-size:12px;
	color: #3A718F;
	padding-left:10px;
	margin-bottom:5px;
}

.literature_extrabooks_top_head{
	padding-left:15px;
	margin-top:5px;
	margin-bottom:5px;
}

.literature_extrabooks_head{
	min-height:105px;
	_height:100%;
    margin-right:10px;
}

.literature_extra_book_foto{
	float:left;
	margin-top:5px;
	text-align:center;
	width:68px;
	border:1px solid grey;
	padding:3px;
}

/* Literature upload  */
a.uploaded_book{
	color:#6db400;
	font-weight:bold;
	text-decoration:underline;
}

.description_field{
	width:80px;
	text-align:left;
}

.description_field label, #literature_cover label, #file_load label{
	width:80px;
}

.description_fileds
{
	width:435px;
	_width:400px;
	margin-right:0px;
	float:left;
}

.description_fileds input
{
	padding:0px;
	width:100%;
}

#mainblog textarea.description_textarea{
  width:375px;
}

textarea.description_textarea{
  width:375px;
  *width:355px;
  height:195px;
  padding:0px;
  margin:0px;
}

.description_field label, #literature_cover label, #literature_description label{
	font-weight:bold;
}

#literature_cover, #literature_description{
	float:left;
	width:150px;
}

#file_load{
	width:70px;
}

.selectedcategory{
	padding-left:3px !important;
}

.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}
/* end file upload block  */

#alphabet{
	text-align:justify;
	white-space:nowrap;
}

#alphabet a{
	margin:auto;
}

/* Autocomplete */
.autocomplete-w1 {
	background:url(img/shadow.png) no-repeat bottom right;
	position:absolute;
	top:0px;
	left:0px;
	margin:6px 0 0 6px;
	/* IE6 fix: */
	_background:none;
	_margin:1px 0 0 0;
}
.autocomplete {
	border:1px solid #999;
	background:#FFF;
	cursor:default;
	text-align:left;
	max-height:350px;
	overflow:auto;
	margin:-3px 6px 6px -6px;
	/* IE6 specific: */
	_height:350px;
	_margin:0;
	_overflow-x:hidden;
}
.autocomplete .selected {
	background:#F0F0F0;
}
.autocomplete div {
	padding:2px 5px;
	white-space:nowrap;
	overflow:hidden;
}
.autocomplete strong {
	font-weight:normal;
	/*color:#3399FF;*/
}
/* ---------------------------------- */
.ranok_description
{
    padding-left:130px;
    padding-right:10px;
    text-align:justify;
}



