/* hide the following from NS4/All per Caio's Hack                        */
/* http://css-discuss.incutio.com/?page=CaioHack                          */
/* details of box model hack are described below:                         */
/* width: auto;  for browsers with no escapes at all                      */
/* \width: 98%;  for IE5/Win                                              */
/* w\idth: auto; for good browsers                                        */

/*/*/

#dummy {
/* this is a test to see what's buggy in MAC IE5 */
color: #F00;
}

.fBook {
  font-size: 11px;
  float: left;
  margin-top: 5px;
  margin-bottom: 13px;
  padding-bottom: 10px;
  /* border-bottom: 1px dashed #CCCC99; */
}

.fBookAuthor {
	font-variant: small-caps;
}

.fBookAvailability {
	margin-bottom: 9px;
	margin-top: 9px;
}

.fBookBinding {
}

.fBookDesc {
	margin-bottom: 10px;
	margin-top: 5px;
}

.fBookDetail {
  width: 290px;
  margin-left: 5px;
  float: left;
}

.fBookDivider {
	border-top: 2px dotted #CCCC99;
	clear: left;
	text-align: center;
	width: 370px;
}

.fBookDividerIsbn {
	border-top: 2px dotted #CCCC99;
	clear: left;
	text-align: center;
	width: 370px;
	margin-bottom: 0px;
	margin-top: 5px;
}

.fBookEdition, .boldPageText, .fBookTitle {
	font-weight: bold;
}

.fBookHardware {
	margin-top: 9px;
}

.fBookPrice {
}

.fBookPriceStrikethrough {
	text-decoration: line-through;
}

.fBookPricing {
}

.fBookRelated {
	margin-top: 10px;
}

.fBookSalePrice {
	color: #FF0000;
}

.fBookShot {
	margin-bottom: 10px;
}

.fBookShotBuyButton {
	float: left;
	margin-bottom: 10px;
	text-align: center;
	width: 80px;
}

.fBuyButton {
}