/* Look Inside */

#Showcase {
	position: relative;
	margin-top: 20px;
	clear: left;
	float: left;
	width: 700px;
}

#Showcase .look-inside {
	float: left;
	margin-right: 20px;
}

#Showcase .description {
	float: left;
	width: 300px;
}

#Showcase .description h2 {
	padding-top: 0;
}

#Showcase .new-sticker {
	position: absolute;
	top: -10px;
	left: 250px;
	display: block;
	width: 77px;
	height: 47px;
	background: transparent url(images/new-sticker.png) no-repeat 0 0;
	text-indent: -9999px;
	z-index: 1;
}



/* Intro */

#Intro {
	clear: left;
	margin-top: 0;
}



/* Side Content */

.series-group {
	margin-top: 20px;
	border: 1px solid #ffcc66;
	padding: 9px;
	background: #fff5cc;
}

.series-group h2 {
	padding-top: 0;
}
	
.series-group a {
	display: block;
	margin-top: 10px;
	cursor: pointer;
}

.series-group a .caption {
	font-size: 12px;
}

.series-group a .image {
	display: block;
	text-indent: -9999px;
	width: 220px;
	background-image: url(images/series-groups.png);
	background-repeat: no-repeat;
}

	#Yellow.series-group a .image {
		background-position: 0 0;
		height: 62px;
	}	
	
	#Green.series-group {
		border-color: #39b54a;
		background: #9cdaa0;
	}
	#Green.series-group a .image {
		background-position: 0 -70px;
		height: 75px;
	}

	#Comics.series-group {
		border-color: #0072bc;
		background: #bad2ed;
	}
	#Comics.series-group a .image {
		background-position: 0 -240px;
		height: 90px;
	}
	
	#Spanish.series-group {
		border-color: #ff9900;
		background: #ffe3b8;
	}
	#Spanish.series-group a .image {
		background-position: 0 -150px;
		height: 83px;
	}




.news {
    margin-top: 20px;
}

.news h2 {
    padding-bottom: 4px;
    border-bottom: 1px solid #999;
    margin-bottom: 10px;
}   

.news .article-preview .headline-and-description {
    width: 580px;
}


