/* LitFuse (Joanna Weaver) - Books Section styles */

/* =Landing Page
---------------------------------------------------------------------
*/

#books {
	padding:0 10px 35px;
}

.book {
	margin-bottom:35px;
}

.book .image {
	float:left;
	margin-right:50px;
	width:110px;
}

.book .image img {
	border:1px solid #DABE9A;
}

.book .info {
	float:left;
	width:490px;
}

.book .info h3 a {
	color:#6C274F;
	text-decoration:none;
}

.book .info h3 a:hover {
	text-decoration:underline;
}

.book .info h3 + h6 {
	font-weight:normal;
	margin-top:-10px;
	margin-bottom:15px;
}

.book .info p {}

.book .info .links {
	color:#806466;
	text-align:right;
}

.book .info .links a {
	text-decoration:none;
	text-transform:lowercase;
}

.book .info .links a:hover {
	text-decoration:underline;
}


/* =Details Page
---------------------------------------------------------------------
*/

#book {
	margin-bottom:35px;
}

#book .details {}

#book .book_left {
	float:left;
	margin-right:25px;
	width:200px;
}

#book .book_left .image {
	margin-bottom:10px;
	overflow:hidden;
	width:200px;
}

#book .book_left .image img {
	border:2px solid #DABE9A;
	max-width:196px;
}

#book .book_left .sample {
	background:transparent url(/images/btn_view-sample.gif) no-repeat scroll 0 0;
	display:block;
	height:13px;
	margin-bottom:25px;
	text-align:left;
	text-indent:-9999px;
	width:188px;
}

#book .book_left .resources {
	background:transparent url(/images/btn_resources.gif) no-repeat scroll 0 0;
	cursor:default;
	display:block;
	height:20px;
	margin-bottom:10px;
	text-align:left;
	text-indent:-9999px;
	width:188px;
}

#book .book_left .buyurl {
	background:transparent url(/images/btn_buy-book.gif) no-repeat scroll 0 0;
	cursor:default;
	display:block;
	height:20px;
	margin:15px 0 10px;
	text-align:left;
	text-indent:-9999px;
	width:188px;
}

#book .book_left .download {
	background:transparent url(/images/icon_download.gif) no-repeat scroll 0 0;
	color:#7F082A;
	display:block;
	height:12px;
	margin:6px 0 9px;
	#margin:1px 0 2px;
	text-align:left;
	text-decoration:none;
	text-indent:24px;
}

#book .book_left .download:hover,
#book .book_left #backstoryToggle:hover,
#book .book_left .purchase_link:hover {
	text-decoration:underline;
}

#book .book_left #backstoryToggle {
	background:transparent url(/images/icon_arrow_right.gif) no-repeat scroll 0 3px;
	color:#7F082A;
	display:block;
	height:12px;
	margin-top:6px;
	#margin-top:1px;
	text-align:left;
	text-decoration:none;
	text-indent:24px;
}

#book .book_left .purchase_link {
	background:transparent url(/images/bullet.gif) no-repeat scroll 0 3px;
	color:#6C274F;
	display:block;
	height:12px;
	margin:6px 0 9px;
	#margin:1px 0 2px;
	text-align:left;
	text-decoration:none;
	text-indent:24px;
}

#book .book_right {
	float:left;
	width:400px;
}

#book .book_right h3 + h6 {
	font-weight:normal;
	margin-top:-10px;
	margin-bottom:15px;
}

#book .book_right .text {}

#book .book_right #summary {}

#book .book_right #backstory {
	display:none;
}

#back-link {
	float:right;
	margin-top:-45px;
	-float:none;
	-margin-left:592px;
	-position:absolute;
}

#back-link a {
	background:transparent url(/images/icon_arrow_left.gif) no-repeat scroll 0 3px;
	color:#7F082A;
	display:block;
	height:12px;
	margin-top:6px;
	text-align:left;
	text-decoration:none;
	text-indent:16px;
}

#back-link a:hover {
	text-decoration:underline;
}

