


/* Header Content */

.description {
	margin-top: 10px;
}

.description h2 {
	padding-top: 0;
}

/*
.look-inside {
	margin-right: 10px;
}
*/



/* Series */

.series {
	clear: left;
	float: left;
	width: 960px;
	margin-top: 20px;
	border-top: 1px solid #ddd;
	padding-top: 19px;
	margin-bottom: 10px;
}

/* Float the columns */

.series .thumbnail,
.series .text,
.series .table,
.series .features {
	float: left;
}


/* Assign widths and margins */

.series .thumbnail {
	width: 130px;
	margin-right: 20px;
	text-align: center;
}

.series .text {
	width: 250px;
	margin-right: 20px;
}

.series .table {
	width: 348px;
	margin-right: 20px;
}

.series .features {
	width: 148px;
	margin-top: -17px;
	border: 1px solid #ffcc66;
	padding: 10px;
	background: #fff5cc;
}


/* Typography */

.series h2,
.series h3 {
	padding-top: 0;
}

.series h2 {
	padding-bottom: 10px;
}

.series .text p:first-child {
	padding-top: 0;
}


/* Table */

.series table {
	position: relative;
	border-collapse: collapse;
	width: 340px;
	top: -17px;
}

.series table h3,
.series table p {
	font-size: 11px;
	line-height: 1em;
	padding: 0;
	margin: 0;
}

.series table th,
.series table td {
	font-size: 11px;
	padding: 3px;
	border-bottom: 1px solid #ccc;
}

.series table th {
	font-weight: bold;
	border-bottom: 1px solid #000; 
}

.series table .col-level { width:  30px; text-align: center; }
.series table .col-price { width:  50px; text-align: right; }
