/**
 * @package Joomla
 * @subpackage Abook
 * @copyright (C) 2010 Ugolotti Federica
 * @license GNU/GPL, see LICENSE.php
 * EventList is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License 2
 * as published by the Free Software Foundation.

 * Abook is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.

 * You should have received a copy of the GNU General Public License
 * along with Abook; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */

hr.separator {border-style:dotted none none none;}
.booksearch{background: url('../assets/images/find.png') no-repeat;text-indent: 22px;float:right;height:22px;}
.bookheader{padding-top:10px;padding-bottom:10px;}
li.folder{list-style-type:none;}
.cat-children{border-bottom:1px dotted #000;}
.books{border-collapse:collapse;width:100%;}
.books td{border-bottom:1px dotted #000;padding:5px;}
.books td a{text-decoration:none;}
tr.odd:hover, tr.even:hover {background: #dedede;}
.cat-image{/* width: 100px; lined out by A. Wayne Webb */float: left;margin:0px 10px 10px 0px;}
.cat-img-folder{width:48px;height:48px;}
.field-search{float:right;}
.clr{clear:both;}
.abook-path{margin-bottom:10px;}
.taggroup{float:left;margin:0px 15px;border-bottom:1px solid #eee;width:180px;padding:0px;}
.taggroup h3{font-weight:bold;border-top:1px solid #eee;border-bottom:1px solid #eee;width:100%;padding:2px 0px;}
table.booktab{border:none;}
table.bookdetails{border-collapse:collapse;}
table.bookdetails td{border-top:1px dotted #dedede;border-bottom:1px dotted #dedede;}
.book-title{font-weight:bold;font-size:1.3em;}
.book-subtitle{font-size:0.8em;font-style:italic;}
.abook_category_desc{margin-bottom: 10px;}
/*------------------------------------------*/
/*scheda libro*/
div.booktab{border:none;margin-top:10px;}
div.cover{float:left;width:80px;height:112px;margin:0px 5px 5px 0px;}
/* changes by A. Wayne Webb */
div.bookdetails{/*float: left;*/float:right;/*width: 80%;*/width:86%;}
div.bookdetails div{clear:both;padding:3px;border-top:1px solid #dedede;}
div.bookdetails div label{font-weight:bold;}
/* changes / additions by A. Wayne Webb */
div.best{clear:both;/*width: 100%;*/width:86%;padding:5px 0px;border-top:1px solid #dedede;margin-left:146px;}
div.bookhits{float:left;width:20%;}
div.bookrating{float:left;width:40%;/* following line added by A. Wayne Webb */margin-top:4px;}
div.bookrating .content_rating{font-weight:bold;}
/* following added by A. Wayne Webb */
div.bookrating span.content_rating img{margin-left:4px;}
div.description{border-top:1px solid #dedede;clear:both;width:100%;/* following line added by A. Wayne Webb */padding-bottom:50px;}
div.createdate{width:100%;clear:both;border-top:1px solid #dedede;margin-top:-30px;/* line added by A. Wayne Webb */}
/*----------------------------------*/
/*form serach */
.abook_search_params p{float:left;margin-right:10px;}
.abook_search_params p label{margin-right:5px;}
.result{margin:10px 0px;}
.search-button{text-align: center;}
/*----------------------*/
.no_children{height:1.2em;width:1.2em;padding:0.2em;display:block;float:left;}
.plus_minus{background:#dedede;height:1.2em;width:1.2em;padding:0.2em;display:block;float:left;text-align:center;vertical-align:middle;line-height:1em;cursor:pointer;}
.biblio_title{font-style:italic;}
a.biblio_author:link, a.biblio_author:visited{color:#696969;text-decoration: none;}
.bibliografy{}
/* following added by A. Wayne Webb */
div.cover a.modal img{margin-right:10px;width:90px;border:solid thin #063;box-shadow:0px 0px 4px #ff0;}
/* following added by A. Wayne Webb */
h4{margin-top:-10px !important;}
span.content_rating img{margin-left:4px;}
div.bookrating form span.content_vote input.button{margin-bottom:6px;margin-left:20px;}