#digiInfo { font-size: 16px; border-bottom: 1px solid #bbb; margin-bottom: 20px; }
	#digiInfo .col-lg-6 { text-align: right; }
	#digiInfo .col-lg-6:first-child { text-align: left; }


#bookList { list-style: none; margin: 0 15px 0 0; padding: 0; }
	#bookList li { margin: 0 0 30px 0; padding: 0; overflow: hidden; }
	#bookList .book-cover { float: left; width: 80px; margin: 0 30px 60px 0; padding: 0; display: block; 
		-webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.5);
		-moz-box-shadow:    2px 2px 3px 0px rgba(50, 50, 50, 0.5);
		box-shadow:         2px 2px 3px 0px rgba(50, 50, 50, 0.5);
	}
	#bookList .book-info { display: block; overflow: hidden; }
	#bookList h3 { margin-top: 0; font-family: 'titilliumbold'; font-size: 24px; font-weight: normal;  }
	#bookList h3 a { color: #000; }
	#bookList p { font-size: 14px; font-family: 'titilliumlight'; margin: 0 0 8px 0 !important; padding: 0; line-height: 16px; }
		#bookList p b { font-family: 'titilliumregular'; font-weight: normal; }
	#bookList .book-more { color: #888; font-family: 'titilliumlight'; font-size: 16px; }
	#bookList .book-noaccess { display: block; background-image: url('img/lock.png');  font-size: 16px; background-repeat: no-repeat; background-position: left; padding-left: 28px; font-family: 'titilliumbold'; }
	#bookList .book-noaccess-c { font-family: 'titilliumlight'; overflow: hidden; font-size: 12px; line-height: 20px; margin-top: 5px; }

#bookInfo h1 { font-family: 'titillium_bdbold'; }
	#bookInfo h2 { font-size: 20px; font-family: 'titilliumregular'; margin-top: 15px; padding-top: 15px; border-top: 1px solid #aaa; }
	#bookInfo .light-item { 
		display: inline-block; 
		margin: 0 20px 20px 0; padding: 0; 
		-webkit-box-shadow: 2px 2px 3px 0px rgba(50, 50, 50, 0.3);
		-moz-box-shadow:    2px 2px 3px 0px rgba(50, 50, 50, 0.3);
		box-shadow:         2px 2px 3px 0px rgba(50, 50, 50, 0.3);	
	}

