.level-sticker-and-text .level-sticker {
	float: left;
}

.level-sticker-and-text .level-text {
	display: block;
	float: left;
	margin-left: 5px;
}

.level-sticker-and-text .level-text h3,
.level-sticker-and-text .level-text p {
	padding-top: 0;
}


/* Large Book Cover */

.large-book-cover {
	clear: left;
	float: left;
	margin-right: 20px;
}


/* Look Inside */

.look-inside .cover {
	position: relative;
	float: left;
}

.look-inside .cover .sticker {
	position: absolute;
	display: block;
	right: 2px;
	bottom: 4px;
	width: 69px;
	height: 67px;
	background: transparent url(images/look-inside-sticker.png) no-repeat 0 0;
	text-indent: -9999px;
	cursor: pointer;	
}

.look-inside ol.page-list {
	display: none;
}



/* Book Group */

.book-group {
    clear: left;
    float: left;
}

.book-group h2 {
    padding-bottom: 4px;
    border-bottom: 1px solid #999;
}   



/* Book Thumb */

.book-thumb {
    float: left;
    width: 150px;  
    margin: 10px 5px 20px 5px; 
}

.book-thumb img {
    display: block;    
    margin: 0 auto 0 auto;
}

.book-thumb .title {
    display: block;
    text-align: center;
    font-size: 12px;
    padding-top: 5px;
}

.book-thumb .author {
    display: block;
    text-align: center;
    font-size: 10px;
    padding-top: 5px;
}



/* Video Feature */

.video-feature {
    margin-top: 20px;
    clear: left;
    float: left;
}

.video-feature h2 {
    padding-bottom: 4px;
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
}   

.video-feature .book-thumb {
    margin-top: 0;
    margin-right: 0;
    float: right;
}

/* "View All Titles" Button */

a.view-big {
	position: relative;
	display: block;
	clear: left;
	float: left;
	width: 90px;
	margin-top: 10px;
	border: 1px solid #ccc;
	padding: 10px 10px 10px 30px;
	background: #eee;
	font-size: 12px;
	text-align: center;
}

a.view-big:hover {
	text-decoration: none;
	background: #d6f1ff;
}

a.view-big .icon {
	position: absolute;
	display: block;
	width: 24px;
	height: 24px;
	top: 4px;
	left: 4px;
	background: transparent url(images/magnifying-glass-24.png) no-repeat 0 0;
}


.view-small {
	position: relative;
	display: block;
	float: left;
}

.view-small .icon {
	position: absolute;
	bottom: 0;
	right: -16px;	
	display: block;
	width: 12px;
	height: 12px;
	background: transparent url(images/magnifying-glass-12.png) no-repeat 0 0;
	text-indent: -9999px;
}
