﻿/*//////////////////*/
/*/////books/////*/
/*//////////////////*/

.book_right_div {
	margin: 5px;
	
	float: right;
	clear: right;
	padding: 5px;
	width: 230px;
	   border-style:solid;
     border-color:lightgrey;
	border-width: 1px;
	border-width: 1px;
	overflow: hidden;
	
}

.book_left_div
{
	margin: 5px;
	float: left;
		clear: left;
	padding: 5px;
		 width:620px;
	position:relative;
}
.book_right_div_title
{
     text-align:center;
    font-size:small;
    background-color:darkred;
    color:White;
    font-family:tahoma;
    
}
.book_changeView_div
{
            font-weight: bold;
    font-size: small;
    color: dimgray;
    font-style: italic;

    width: 100%;
    border-bottom: darkred 1px solid;
    background-color: gainsboro;
    
    text-align:right;

}
.book_changeView_btn
{
              font-weight: bold;
    font-size: small;
    color: dimgray;
    font-style: italic;
    text-decoration:none;
}
.book_paging
{
    float:left;
    clear:left;
    text-align:left;
    padding-left:3px;
    border-top:darkred 1px solid;
    padding-top:5px;
    width:630px;

}
.book_res_image
{
       text-align:center;
}
.book_res_title
{
        text-align: center;
    font-size: small;
    background-color: slategray;
    color: White;
    font-family: tahoma;

}
.book_res_link_td
{
        font-family: tahoma;
    font-size: small;
    color: steelblue;
    text-decoration: none;
   
    text-align:center;

}
.book_res_link
{
        font-family: tahoma;
    font-size: small;
    color: steelblue;
    text-decoration: none;
    display:block;
    text-align:center;
}
.book_res_link_td:hover
{
    background-color: gainsboro;
}
 .book_res_text
 {
    text-align:justify;
      font-family:tahoma;
    font-size:small;

 }
 .book_res_table
{
    background-color: snow;
}
 
 .book_table
{
    direction: rtl;
    text-align: right;
    width: 100%;
    clear: both;
    border-right: whitesmoke 1px solid;
    border-top: whitesmoke 1px solid;
    border-left: whitesmoke 1px solid;
    border-bottom: whitesmoke 1px solid;
    margin-bottom: 5px;
    color: dimgray;
    background-color: #FCFCFC;
} 
 .book_table:hover
{
    background-color: whitesmoke;
}
 .book_title 
 {
            padding: 3px;
    
    clear: both;
    overflow: auto;
    text-align: right;
    font-family: 'Times New Roman';
    font-size: large;
    font-weight: normal;
    color: #333333;
    border-bottom: #333333 1px solid;
    direction: rtl;
    background-image: url(../../images/book.jpg);
    padding-right: 100px;
    background-repeat: no-repeat;
    background-position: right 50%;
    width:380px;
   

 }
 .book_tag 
 {
        font-weight: bold;
    font-size: small;
    color: dimgray;
    font-style: italic;
    font-family: 'Times New Roman';
     direction:rtl;
         text-align:right;
         padding-right:5px;

 }
 .book_author 
 {
        color: dimgray;
   font-weight: bold;
    text-align:right;
     direction:rtl;
    font-size: small;
    
    font-family: 'Times New Roman';

 }
 .book_pub 
 {
        color: dimgray;
   font-weight: bold;
    text-align:right;
     direction:rtl;
    font-size: small;
    
    font-family: 'Times New Roman';

 }
 .book_year 
 {
        color: dimgray;
   font-weight: bold;
    text-align:right;
     direction:rtl;
    font-size: small;
    
    font-family: 'Times New Roman';

 }
 
 .book_vol 
 {
        color: dimgray;
   font-weight: bold;
    text-align:right;
     direction:rtl;
    font-size: small;
    
    font-family: 'Times New Roman';

 }
 
 .book_text
 {
          color: #333333;
    font-family: 'Times New Roman';
    font-size: small;
    direction:rtl;
    text-align:justify;
    padding:3px;

 }
 .book_image_link
{
    text-decoration: none;
    border-right: #d7d8da 1px solid;
    border-top: #d7d8da 1px solid;
    border-left: #d7d8da 1px solid;
    border-bottom: #d7d8da 1px solid;
}
 .book_image_link2
{
    text-decoration: none;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}


