
.book-info .title  a{
	font-size: 22px;
}
.book-info .author a{
	margin-bottom: 10px;
}
.book-info img {
	margin-left: 10px;
	margin-bottom: 10px;
}

.list-titles {
	color: #D3D3D3;
  font-size: 16px;
	margin-top: 28px;
}
#title-list  {
	margin-top: 13px;
}
#title-list .book-title {
	margin-bottom: 3px;
}
.summery .active, .list .active  {
	background-color: #ADD8E6;
}
.author, .book-title, .book {
	padding-left: 5px;
	padding-right: 5px;
}
#title-info .author {
	height: 35px;
}
.search {
	margin-bottom: 10px;
}

body div .scroll-box {
	overflow-y: auto !important;
	padding-right: 12px;
}

.bs-footer {
	margin-top: 15px;
	padding-top: 0px;
	padding-bottom: 0;
	background-color: #000000;
	color:  #777777;
	bottom: 0px;
	position: fixed;
	width: 100%;
}

#title-info .description {
	margin-bottom: 100px;
}
.bottom_fade {
	width: 50%;
	height: 100px;
	z-index: 99;
	position: fixed;
	bottom: 85px;
	background: url("bottom-fade.png") bottom center no-repeat;
}
.bs-container {
	margin-bottom: 49px;
}

.home-page h3 {
	color: #666666;
	font-size:18px;
	border-bottom: solid 1px #666666;
	white-space: nowrap;
  overflow:hidden !important;
  text-overflow: ellipsis;	
}
.home-page .list .item {
	padding-bottom: 4px;
	padding-left:10px
}
.home-page .list a,.home-page .list a:hover {
	color:black;
}
.home-page .book-title {
	white-space: nowrap;
  overflow:hidden !important;
  text-overflow: ellipsis;		
}

.inline {
	display: inline-block;
}
