@charset "UTF-8";/* BOOK CSS - Germinal Press */#bookInfo			{ width: 920px; float: left; padding-bottom: 20px; }#bookInfo h2		{ height: 30px; padding-bottom: 5px; border-bottom: 1px solid #9cb228; margin-bottom: 30px; width: 920px; float: left; color: #FFF; 					font-size: 3em; font-weight: normal; line-height: 1.5em; padding: 40px 0px 13px 0px; }#bookInfo h3		{ color: #FFF; font-weight: normal; text-transform: uppercase; font-size: 2.6em; padding-top: 18px; margin-bottom: 20px;  }#leftCol			{ width: 500px; float: left; }#rightCol			{ width: 378px; float: left; padding-left: 40px; padding-bottom: 20px; }#rightCol img			{ max-width: 100%; }
.addCart			{ width: 225px; height: 32px; float: left; margin: 18px 0px 18px 15px; background: url('/images/home/addtocart.jpg') top left no-repeat; text-indent: -9999px; }.quote				{ font-family: Georgia, sans-serif; font-style: italic; font-size: 1.9em; color: #FFF; padding-top: 10px; }.author				{ text-align: right; color: #a6a5a5; font-size: 1.2em; font-weight: normal; line-height: 1.8em; letter-spacing: 1px; margin-top: -15px; }
.comingSoon			{ left: 499px; top: 100px; }
.bookLike			{ margin-top: 20px; }

.bodyquote			{ font-family: Georgia, sans-serif; font-style: italic; font-size: 1.7em; color: #FFF; }
.bodyquoteauthor	{ text-align: right; }
#size							{ margin: 10px 0; }

#sample				{ display: block; margin: 20px 0; }

/* ADD 2 CART */
#buttonHolder			{ position: absolute; top: 35px; right: 0; width: 330px; }
#buttonHolder *			{ float: left; }
#buttonHolder h3.price	{ width: 150px; display: block; padding: 7px 20px 0 0; text-align: right; margin: 0; }
.addButton		 		{ width: 118px; height: 24px; display: block; color: #FFF; text-align: center; font-size: 14px; font-weight: bold; text-transform: uppercase; background-color: #777; padding: 13px 5px 5px 35px; position: relative; opacity: 0.5; }
.add2cart				{ background-color: #9aa92c; opacity: 1.0; }
.addButton img			{ position: absolute; left: 13px; top: 6px; }
.add2cart:hover 		{ background-color: #b0c132; }
.add2cart:active 		{ background-color: #798523; color: #FFF; }
.sizeSelect				{ margin-bottom: 10px; }

/* AUTHOR */
#author-heading				{ width: 500px; }						
#bookInfo .authorsDetail		{ height: 227px; position: relative; width: 500px; margin-bottom: 10px; }
#mainContent .authorDetail:last-child	{ border-bottom: none; }
#bookInfo .authorsDetail h2		{ color: #FFF; font-size: 2.2em; font-weight: normal; line-height: 1.3em; padding: 0 0 4px 0; margin-bottom: 0; border-bottom: none; width: 500px; float: none; display: inherit; height: auto; }
#bookInfo .authorsDetail h2.smaller	{ font-size: 2em; line-height: 1.2em; }
#bookInfo .authorsDetail h3		{ color: #FFF; font-weight: normal; text-transform: uppercase; font-size: 2.6em; padding-top: 18px; float: none;  }
#bookInfo .authorsDetail img	{ width: 150px; height: 227px; float: left; margin: 0 20px 0 0; }
#bookInfo .authorDetail			{ width: 120px; color: #9cb228; font-size: 1.4em; }

.badge					{ position: absolute; left: 40%; top: 350px; display: block; width: 194px; height: 154px; background: url('/images/books/just-for-guys.png') no-repeat left top; }


/* ADD TO CART OVERLAY*/
#add-cart-overlay		{ background: rgba(0, 0, 0, .9); z-index: 9999; width: 480px; text-align: center; position: fixed; left: 50%; margin-left: -285px; top: 50%; margin-top: -100px; padding: 20px 45px; }
#add-cart-overlay h2	{ font-size: 3em; font-weight: 300; text-transform: capitalize; color: #fff; margin-bottom: 0; }
#add-cart-overlay p		{ font-size: 2.5em; color: #fff; }
#add-cart-overlay p.greentxt { color: #8BA43B; }
#add-cart-overlay p a	{ font-size: .7em; padding: 11px 10px 13px; }
#add-cart-overlay p a span	{ display: inline-block; width: 32px; height: 42px; vertical-align: top; }
#add-cart-overlay #check-out-btn span { background: url("/images/global/white-cart.png") no-repeat right 10px; margin-right: 5px; }
#add-cart-overlay #continue-shopping span { background: url("/images/global/black-arrow.png") no-repeat left 10px; margin-left: 5px; }
#add-cart-overlay #check-out-btn { margin-right: 10px; background: #9AA92C; color: #FFF; }
#add-cart-overlay #continue-shopping { margin-left: 10px; background: #FFF; color: #000; }
#add-cart-overlay #continue-shopping:hover { background: #CCC; }
#add-cart-overlay #continue-shopping:active { background: #BBB; }
#add-cart-overlay #check-out-btn:hover { background: #b0c134; }
#add-cart-overlay #check-out-btn:active { background: #6b7619; }

