/* Custom CSS File for jDownloads
   If this file already exist then jDownloads does not overwrite it when installing or upgrading jDownloads.
   This file is loaded after the standard jdownloads_fe.css.
   So you can use it to overwrite the standard css classes for your own customising.
*/


.book {
    float: left;
    min-width: 180px;
    max-width: 200px;
    min-height: 335px;
    overflow:auto;
	word-wrap:break-word;
}
 
.booktable {
    margin: 10px 30px;
/*    padding-bottom: 30px;*/
}

.booktitle {
    font-family: Open Sans;
    font-size: 11pt;
/*    font-weight: normal;*/    
    min-width: 160px;
    max-width: 160px;
    text-wrap: normal;
    text-align: center;
    line-height: 17px;
}

.booktitle a {
    color: #be0c0c !important;
}
.booktitle a:hover {
    color: #be0c0c !important;
}
.nonengtitle {
    font-family: HNL,HN,Arial,Helvetica,serif;
    font-size: 13pt;
    max-width: 150px;
    min-width: 150px;
    text-wrap: normal;
    text-align: center;
}
.apcpubsimg {
-moz-box-shadow: 0px;
-webkit-box-shadow: none;
box-shadow: none;
border: solid #888 1px;    
}

img.apcpubsimg:hover {
    border: solid #555 1px;
    -moz-box-shadow: 2px 2px 2px 1px #888;
    -webkit-box-shadow: 2px 2px 2px 1px #888;
    box-shadow: 2px 2px 2px 1px #888;
}
div.jd_footer {
display:none;
}
