/*
//
// +----------------------------------------------------------------------+
// |zen-cart Open Source E-commerce                                       |
// +----------------------------------------------------------------------+
// | Copyright (c) 2003 The zen-cart developers                           |
// |                                                                      |
// | http://www.zen-cart.com/index.php                                    |
// |                                                                      |
// | Portions Copyright (c) 2003 osCommerce                               |
// +----------------------------------------------------------------------+
// | This source file is subject to version 2.0 of the GPL license,       |
// | that is bundled with this package in the file LICENSE, and is        |
// | available through the world-wide-web at the following url:           |
// | http://www.zen-cart.com/license/2_0.txt.                             |
// | If you did not receive a copy of the zen-cart license and are unable |
// | to obtain it through the world-wide-web, please send a note to       |
// | license@zen-cart.com so we can mail you a copy immediately.          |
// +----------------------------------------------------------------------+
// $Id: stylesheet_bookbox.css 290 2004-09-15 19:48:26Z wilt $
*/;
	color: #FE2E83;
;

/* book sidebox */
.boxText_booktypesjph1box {
background-color:#FFFF99;
  font-size: 11px;
  font-family: Verdana, Arial, sans-serif;
}

.book_dd {
width: 100%;
}
/*small items in display */
TD.smallTextbg {
   font-size: 10px;
   background-color:
   #FFFFCC;
}
div.smallTextbg {
   font-size: 9px;
}
/*center main section of book product main display
-----------------------------------*/
TD.pageHeadingbg {
  font-size: 16px;
  font-weight: bopageHeadingld;
  color:#640032;
  background-color:#FFFFCC;
}

#BookHeader {        margin:0px 0px 10px;        padding:17px 0px 5px 20px;        /* For IE5/Win's benefit height = [correct height] + [top padding] + [top and bottom border widths] */        height:33px; /* 14px + 17px + 2px = 33px */        line-height:11px;        background-color:#E5F5C8;/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style declaration. The incorrect IE5/Win value is above, while the correct value is below. See http://glish.com/css/hacks.asp for details. */        voice-family: "\"}\"";        voice-family:inherit;        height:14px; /* the correct height */        }/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct length values to user agents that exhibit the parsing error exploited above yet get the CSS box model right and understand the CSS2 parent-child selector. ALWAYS includea "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */body>#BookHeader {height:14px;}#BookContent {
	   margin: 0px 0px 50px 200px;        padding:10px;        }#BookOverview {
	   float: left;        width:190px;
        height: 100%;
        padding:10px;        background-color: #F3F4E7;        border:1px;        line-height:17px;/* Again, the ugly brilliant hack. */        voice-family: "\"}\"";        voice-family:inherit;        width:178px;
}/* Again, "be nice to Opera 5". */body>#BookOverview {width:178px;}

.productDetail {
		text-transform: uppercase;
	   	color: #FE2E83;
		font-family: Arial, Helvetica, sans-serif;
}

.title, .price {
	font-size: 1.6em;
	font-weight: bold;

}

.subtitle {
	font-weight: bold;
}

.subcaption {
	font-size: 0.8em;
	font-weight: normal;
	text-align: right;
	align: right;
}

.book_arrows {
	font-weight: bolder;
	font-size: 1.6em;
}



