/* 2006-04-17 : moku */
/*
 * Product Book Specifics
 */

#productBookSubtitle li {
  font-size: 110%;
  margin-left: 1.2em;

}
#productBookSubtitle {
  font-size: 110%;
	/* border: 1px dashed #606; 	*/

}

#productBookAuthors {
	/* margin-bottom: 1em; */
	margin-bottom: 1em;
	padding: 1em;
}
#productBookAuthors a {
	text-decoration: underline;
    font-weight: bold;
}
#productBookAuthors a:hover {
	text-decoration: none;
}

#productBookCondition {
	margin-bottom: 1em;
}
#productBookCondition span {
	font-weight: bold;
}

#productBookGenre a,
#productBookGenres a {
}

#productBookType a,
#productBookTypes a {
}

#productBookLanguage img,
#productBookLanguages img {
  border: 1px solid black;
  vertical-align: middle;
}

.authorsNames {
  text-align: left; 
	vertical-align: top;
  margin-bottom: 1em;
	padding: .25em;
}


.authorsNames a {
  text-decoration: underline;
}
.authorsNames a:hover {
  text-decoration: none;
}

#productBookDateAvailable {
	color: red;
}
.productBookPreOrderDate {
	font-weight: bold;
}

.productBookIsbn {
  /* font-size: 110%; */ 
	/* font-weight: bold; */
	color: black;
}

.productBookIsbnRight {
  /* font-size: 110%; */ 
	/* font-weight: bold; */
	/* text-align: right; */
	color: black;
	float: right;
}