/*
Intro text
*/

#introText.family {
	min-height: 10px;
	_height: 10px;
}

/*
Illustration
*/

#funStuffIllustration {
	position: absolute;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: 160;
	top: 0px;
	left: 547px;
}

/*
Thumbnails engine
*/

#thumbnailsArea {
	display: block;
	margin: 10px 60px 0px 60px;
	padding: 0px 0px 0px 0px;
	width: 680px;
	height: 170px;
	position: relative;
}

#thumbnailsArea #thumbnailsContainer {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

#thumbnailsArea #thumbnailsContainer .thumbnail {
	display: block;
	position: absolute;
}

#thumbnailsArea #thumbnailsContainer .thumbnail img {
	border: 1px solid #ffffff;
}

/*
Book details
*/

.bookInfoArea {
	display:block;
	margin: 0px 60px 20px 60px;
	padding: 0px 0px 0px 0px;
	width: 680px;
	position: relative;
	text-align: left;
}
.bookCover {
	display: inline;
	float: left;
	width: 182px;
}
.bookCover img {
	border: 1px solid #ffffff;
}	
.bookInformation {
	display:inline;
	float: right;
	width: 480px;
}	
.bookInformation p {
	display:block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.bookInformation h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	font-size: 26px;
	line-height: 30px;
}
.bookSummary {
	display:block;
}
.bookSummary p {
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

.bookSpecs {
	display:block;
	margin-top: 20px;
	padding-top: 5px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #ffffff;
}
.bookSpecs #Spec {
	display:inline;
	color: #421C65;
}

/*
Book buttons
*/

dl.bookButtons {
	display: block;
	width: 480px;
	height: 44px;
	margin: 10px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
}
dl.bookButtons dd {
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 44px;
	position: relative;
	background-image:  url("/olivermoon/images/common/button_bg.gif");
	background-position: top center;
	background-repeat: no-repeat;
}
dl.bookButtons dd span.buttonLeft {
	display: block;
	position: absolute;
	top: 0px;
	left: -1px;
	width: 20px;
	height: 44px;
	background-image:  url("/olivermoon/images/common/button_left_edge.gif");
	background-repeat: no-repeat;
}
dl.bookButtons dd span.buttonRight {
	display: block;
	position: absolute;
	top: 0px;
	right: -1px;
	width: 20px;
	height: 44px;
	background-image:  url("/olivermoon/images/common/button_right_edge.gif");
	background-repeat: no-repeat;
}
dl.bookButtons dd a {
	display: block;
	position: relative;
	/* hack for IE */
	_display: inline;
	height: 44px;
	margin: 0px 0px 0px 0px;
	padding: 0px 30px 0px 30px;
	color: #FFE867; 
	font-weight: bold;
	text-decoration: none;
	line-height: 44px;
}
dl.bookButtons dd a:visited {
	color: #FFE867; 
	text-decoration: none;
}
dl.bookButtons dd a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

