@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	color: #666666;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
}

#reading_container {
	width:960px;
	padding:30px 0 0 0;
}
.reading_bookcase, .reading_bookcase_xl {
	border-style: solid;
	border-width:1px;
	border-color:#d1d1d1;
	position:relative;
}
	.reading_bookcase {
		width:468px;
	}
	.reading_bookcase_xl {
		width:958px;
	}
		
.reading_bookcase_title {
	height:57px;
	padding-left:10px;
	font-size:18px;
	font-weight:bold;
	color:#000000;
	line-height:57px;
}
.reading_bookcase_image {
	height:57px;
	padding-right: 10px;
}
.reading_stripe {
	height:3px;
	margin:0 9px;
	height: 3px;
	background-color:#b50c20;
}
.reading_bookcase_shelves, .reading_bookcase_shelves_xl {
	margin:0 9px;
}
	.reading_bookcase_shelves {
		width:450px;
	}
	.reading_bookcase_shelves_xl {
		width:940px;	
	}

.reading_bookcase_shelf, .reading_bookcase_shelf_xl {
	height:125px;;
	background-repeat: none;
	background-position: top left;
}
	.reading_bookcase_shelf {
		width:390px;
		padding: 0 30px;
		background-image: url('../img/ui_bookcase_shelf.jpg');
	}
	.reading_bookcase_shelf_xl {
		width:882px;
		padding: 0 29px;
		background-image: url('../img/ui_bookcase_shelf_xl.jpg');
	}
.reading_book {
	position: relative;
	width:62px;
	height:94px;
	padding:15px 0 5px 0;
	cursor:pointer;
}
.reading_book_cover {
	position: absolute;
	width:58px;
	height:88px;
	top:20px;
	left:3px;
	background-image:url('../img/ui_loading.gif');
	background-repeat:no-repeat;
	background-position:center;
}
.reading_book_more {
	position: absolute;
	width:58px;
	height:88px;
	top:20px;
	left:3px;
	background-color:#ffffff;
	font-size:12px;
	font-weight:bold;
	color:#be1717;
	text-align:center;
}
.reading_book_frame {
	position: relative;
	width:62px;
	height:94px;
}
.reading_book_ranking {
	position: absolute;
	top:20px;
	left:37px;
	width:20px;
	height:20px;
	line-height:20px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	font-size:11px;
	letter-spacing:-0.5;
}
.reading_bookcase_info, .reading_bookcase_info_xl {
	display: none;
	height:500px;
	margin:0 9px;
	position:absolute;
	top:60px;
	left:0px;
}
	.reading_bookcase_info {
		width:450px;
	}
	.reading_bookcase_info_xl {
		width:940px;
	}
.reading_bookcase_header, .reading_bookcase_header_xl {
	height:20px;
	background-repeat: none;
	background-position: top left;
}
	.reading_bookcase_header {
		width:390px;
	padding: 0 30px;
		background-image: url('../img/ui_bookcase_header.jpg');
	}
	.reading_bookcase_header_xl {
		width:882px;
	padding: 0 29px;
		background-image: url('../img/ui_bookcase_header_xl.jpg');
	}
.reading_bookcase_details, .reading_bookcase_details_xl {
	position: relative;
	height:460px;
	background-repeat: y-repeat;
	background-position: top left;
}
	.reading_bookcase_details {
		width:390px;
	padding: 0 30px;
		background-image: url('../img/ui_bookcase_details.jpg');
	}
	.reading_bookcase_details_xl {
		width:882px;
	padding: 0 29px;
		background-image: url('../img/ui_bookcase_details_xl.jpg');
	}
.reading_bookcase_details_block {
	width: 342px;
	height: 375px;
	position: absolute;
	top: 30px;
	left:0;
	right:0;
	margin: 0 auto;
}
.reading_bookcase_details_book {
	position: relative;
	width:102px;
	height:159px;
}
.reading_bookcase_details_cover {
	position: absolute;
	width:98px;
	height:148px;
	top:5px;
	left:3px;
}
.reading_bookcase_details_frame {
	position: relative;
	width:102px;
	height:159px;
}
.reading_bookcase_details_ranking {
	position: absolute;
	top:5px;
	left:77px;
	width:20px;
	height:20px;
	line-height:20px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	font-size:11px;
	letter-spacing:-0.5;
}
.reading_bookcase_details_price {
	position: absolute;
	bottom:0px;
	left:32px;
	width:40px;
	height:25px;
	line-height:25px;
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	font-size:11px;
	letter-spacing:-0.5;
}
.reading_bookcase_details_get {
	width: 100px;
	height: 25px;
	line-height: 25px;
	position: absolute;
	top: 169px;
	left:2px;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	background-color: #be1717;
	cursor: pointer;	
}
.reading_bookcase_details_copy {
	position: relative;
	width:220px;
}
.reading_bookcase_details_title {
	position: relative;
	width:220px;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
.reading_bookcase_details_author {
	position: relative;
	width:220px;
	margin-top: 5px;
	font-size: 12px;
	color: #be1717;
}
.reading_bookcase_details_description {
	position: relative;
	width:220px;
	margin-top: 15px;
	font-size: 10px;
	color: #666666;
}
.reading_bookcase_return {
	width: 150px;
	height: 25px;
	line-height: 25px;
	position: absolute;
	bottom: 30px;
	left:0;
	right:0;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 0 20px;
	margin: 0 auto;
	background-color: #666666;
	cursor: pointer;	
}
.reading_bookcase_footer, .reading_bookcase_footer_xl {
	height:20px;
	background-repeat: none;
	background-position: top left;
}
	.reading_bookcase_footer {
		width:390px;
		padding: 0 30px;
		background-image: url('../img/ui_bookcase_footer.jpg');
	}
	.reading_bookcase_footer_xl {
		width:882px;
		padding: 0 29px;
		background-image: url('../img/ui_bookcase_footer_xl.jpg');
	}

.gutter {margin-right: 20px;}
.left{float:left;}
.right{float:right;}