/**
 * This file is part of the ZenCart add-on Book X which
 * introduces a new product type for books to the Zen Cart
 * shop system. Tested for compatibility on ZC v. 1.5
 *
 * For latest version and support visit:
 * https://sourceforge.net/p/zencartbookx
 *
 * @package templateSystem
 * @author  Philou
 * @copyright Copyright 2013
 * @copyright Portions Copyright 2003-2011 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.gnu.org/licenses/gpl.txt GNU General Public License V2.0
 *
 * @version BookX V 0.9 BETA
 * @version $Id: [ZC INSTALLATION]/includes/templates/[CURRENT_TEMPLATE]/css/stylesheet_bookx.css 2013-03-24 philou $
 */

@CHARSET "UTF-8";

.bookxLabel {
	font-style: italic;
	font-weight: normal;
}

#bookxImprint, #bookxPublishingDate, #bookxExtraAttributes,
.bookxSingleAuthor, .bookxSingleGenre {
	display: block;
}

.bookxCondition {}

.bookxPublishingDate {}
.bookxTitle {}
.bookxSubtitle {}
.bookxVolume {}


.bookxGenres {}


.bookxAuthors {
	font-size: 1em;
}

.bookxSingleAuthor {
	padding: 5px;
	border: 1px solid #ccc;
}

.bookxAuthor {
	font-weight: bold;
}

.bookxAuthorImage {}

.bookxAuthorDescription p {
	color: #2793d6;
	margin-top: 0;
}

.bookxAuthorDescription .bookxLabel {
	color: #2793d6;
	font-weight: bold;
}

.bookxAuthorUrl {
    color: #aa1166;
}

/* wraps extra bookx attributes info on product_info_display page */
#bookxExtra {
	margin-top: 10px;
}
#bookxExtra #productDescription {
	border: 1px solid #000;
}

.bookxSingleGenre, .bookxGenreName, .bookxGenreImage {
	display: inline;
}

/* display volume no. of book */
.bookxProdVolume {
	display: inline;
	color: #000;
}

/* display subtitle of book */
.bookxProdSubtitle {
	display: inline;
	color: #000;
}

/* wrapper for publisher detail on product_info_display */
#bookxPublisher {
	border: 1px solid #000;
}

.bookxPublisherName {}

.bookxPublisherImage {
	float: left;
	margin: 0 1.5em 1.5em 0;
}

.bookxPublisherDescription {
}

.bookxPublisherUrl {}

#bookxImprint {}

.bookxImprintImage{}

.bookxImprintDescription{}

.bookxImprintName{}

.bookxImprintUrl{}

.productListing-data #bookxPublishingDate {
	
}

#bookxSeries{}

.bookxSeriesImage{}
.bookxSeriesName{}

.bookxSeriesDescription{}

#bookxExtraAttributes a.boox_searchlink:link, 
#bookxExtraAttributes a.boox_searchlink:active,
#bookxExtraAttributes a.boox_searchlink:visited {
	color: #2740d6;
}

a.boox_searchlink:hover {
	color: #fdb300;
}