/**
 * @package Joomla
 * @subpackage Abook
 * @copyright (C) 2010 Ugolotti Federica
 * @license GNU/GPL, see LICENSE.php
 * Abook 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.
 */

.booksearch{
	text-indent: 22px;
	float: right;
	margin-bottom: 10px;
}

hr.separator {
	border-style:dotted none none none;
}

.cart {
}

img.nocover {
}

table.booktab {
	border-collapse: collapse;
	width: 100%;
}

tr.bookheader td{
	border-bottom: 1px dotted #000;
	padding: 5px;
}

tr.bookheader td div{
        border-top: 1px dotted #000;
}

td.bookreview{
	border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
	padding: 10px 0px 10px 0px;
}

tr.sectiontableentry1:hover,
tr.sectiontableentry2:hover  {
	/*background: #dedede;*/
}


tr.sectiontableentry1 td,
tr.sectiontableentry2 td {
	border-bottom: 1px dotted #696969;
}

div.list_horizontal_book {
	float: left;
	padding: 0px 5px;
	vertical-align: bottom;
}

div.list_horizontal_book p.cover {
        margin: 0px auto 0px auto;
        min-height: 112px;
}

li.list_horizontal_book {
        float: left;
        padding: 0px 5px;
	list-style-position: inside;
}

div.list_vertical_book {
	margin:0px auto 0px auto;
}

div.list_horizontal_book p.cover {
        margin: 0px auto 0px auto;
}

li.list_vertical_book {
        margin-left: 0px;
	padding-left: 0px;
}

div.list_vertical_book p, div.list_horizontal_book p {
	text-align:center;
}

div.list_vertical_book, div.list_horizontal_book {
        text-align:center;
	width: 100px;
}

p.cover a img {
	border: 4px double #ababab;
}

.subtitle{
	font-style: italic;
}

.fullcat a img{
	border: 0px;
	
}

.fullcat a:link, .fullcat a:visited {
        text-decoration:none;
}


/*plugin*/
.lbooktab {
        width: 100%;
        border-collapse: collapse;
        border-top: 1px dotted #000;
	border-bottom: 1px dotted #000;
}

.lbooktab td {
        padding: 5px;
}

.opt {
        font-weight: bold;
}

.title {
        font-weight: bold;
}
.biblio_title {
        font-style: italic;
}

.bibliografy {
}

.abook_alert {
	border: 1px solid #ff0000;
	padding: 2px;
}
/*end plugin*/