body { height:100%; }
.content .main { width:724px; }
.content .menu { width:167px; }


#features {
	width:100%;
	padding:0 10px 0 10px;
	margin-left:5px;
	position:relative;
	z-index:2;
	cursor:default;
	margin-bottom:20px;
}

#holder { display:none; }
#features #holder { display:block; }

#innerNav { display:none; }
#features #innerNav { display:block; }

.ft {
	float:left;
	width:49%;
	height:62px;
	margin-bottom:8px;
	padding:1px;
	cursor:pointer;
	overflow:hidden;
}

.featFoot {
	padding-bottom:190px;
	width:100%;
}

#features .sel {
	border:1px solid silver;
	padding:0 !important;
	background-color:#f0f0f0;
	background-image:url(/images/grad.png);
	background-position:top right;
}

.ft .teaser {
	padding:5px;
	font-weight:bold;
}

.ft .teaser img, .ft .teaser .img {
	vertical-align:middle;
	margin-right:8px;
}

.ft .desc {
	width:610px;
	display:none;
}

#features .view {
	position:absolute;
	float:none;
	cursor:default;
}

#features .view .teaser {
	padding-top:8px;
	padding-left:8px;
}

#features .view .teaser img, #features .view .teaser .img {
	position:absolute;
	top:40px;
	left:40px;
}

#features .view .desc {
	display:block;
	padding:20px 20px 20px 200px;
}

#innerNav {
	position:absolute;
	top:8px;
	right:6px;
}

#innerNav img {
	margin-right:5px;
	cursor:pointer;
}

#instructions {
	display:block;
}

#expand {
	color:#d40086;
	cursor:pointer;
}
