/* 2006-04-17 : moku */
/*
 * Product Book Specifics
 */
.book_label{
	COLOR: #000000;
    FONT-FAMILY: 'Comic Sans MS', helvetica, arial;
    FONT-SIZE: 14px;
    FONT-WEIGHT: normal;
    LINE-HEIGHT: 20px;
	display:inline;
	width:60px;
	float:left;
	padding:0 2px 0 0;
	text-align:right;
}
.book_value{
	color:#E32000;
    FONT-FAMILY: 'Comic Sans MS', helvetica, arial;
    FONT-SIZE: 14px;
    FONT-WEIGHT: normal;
    LINE-HEIGHT: 20px;
	display:inline;
	width:180px;
	float:left;
	padding:0 0 0 2px;
	
}
#productBookSubtitle {
  font-size: 110%;
}

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

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

#productBookGenre a,
#productBookGenres a {
}

#productBookType a,
#productBookTypes a {
}

#productBookLanguage img,
#productBookLanguages img {
  vertical-align: middle;
}

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

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

.productBookIsbn {
	color: grey;
}
#book_image_new{
	/*border:#CCCCCC 1px solid;*/
	float:left;
}
#book_details_new{
	/*border:#CCCCCC 1px solid;*/
	float:left;
	width:175px;
	padding-left: 5px;
}
#productDetailsList {
	line-height:16px;
	width:300px;
	/*border:#CCCCCC 1px solid;*/
}
#productDetailsList li {
	margin-bottom:6px;
	clear:both;
}
#product_description{
line-height: 18px;
}