h3{
	font-size: 0.7em;
	color: #FFF;
	font-weight: normal;
	line-height: 1.6em;
}
.featured{
	cursor: hand;
	cursor: pointer;
	padding: 2px 10px;
	height: 20px;
	background-color: #E1E1E1;
	background-image: url(../images/featured_out.jpg);
}

.openfeatured{
	background-image: url(../images/featured_over.jpg);
	background-color: #03C;
	background-repeat: no-repeat;
}

.fcontent{
	height: 148px;
	padding: 15px;
	color: #999;
	line-height: 1.2em;
}
.fcontentUl{
	margin-left: 15px;	
}
.fcontentUl,.fcontentLi{
	font-size: 0.9em;
	list-style-position: outside;
	list-style-image: url(../images/ico_list.gif);
}
