@charset "utf-8";
#header .readerLogo {
	position: absolute;
	top: 65px;
	left: 586px;
}
#header .readAloudLogo {
	position: absolute;
	top: 80px;
	left: 573px;
}

#content li.bookSelf {
	position: relative;
	margin-top: 40px;
	width: 668px;
	height: 210px;
	background: url(../img/sub_shelf.png) no-repeat center bottom;
}

#content li.bookSelf .cover {
	position: relative;
	width: 128px;
	height: 173px;
	background: url(../img/book_effect.png) no-repeat;
}

#content li.bookSelf .cover img {
	position: absolute;
	top: 4px;
}

#content li.bookSelf .cover .new {
	position: absolute;
	width: 39px;
	height: 38px;
	top: 2px;
	left: 78px;
	background: url(../img/new_label.png) no-repeat;
}

#content li.bookSelf .info {
	position: relative;
	width: 520px;
	height: 173px;
	margin-left: 18px;
	background: url(../img/info_bg.png) no-repeat;
}

#content li.bookSelf .info p {
	margin: 30px; 
	color: #FFFFFF;
	font-size: 0.9em;
	font-family: 'Nanum Gothic', Sans-serif;	
}

#content li.bookSelf .info .title {
	font-size: 1.1em;
	font-weight: bold;
	text-shadow: 2px 2px #787878;
}

#content li.bookSelf .info .detail {
	position: absolute;
	width: 113px;
	height: 32px;
	top: 131px;
	left: 341px;
	background: url(../img/btn_detail.png) no-repeat;
}

#content li.bookSelf .info .detail:focus,
#content li.bookSelf .info .detail:hover {
	background: url(../img/btn_detail_focus.png) no-repeat;
}

#content li.bookSelf .info .installer {
	position: absolute;
	width: 55px;
	height: 53px;
	top: 120px;
	left: 468px;
}

