/*
	list of feature items
*/
div.fea_list_block {
	display: block;
	padding: 2em 2em 0 0;
}
div.fea_list_block img {
	float: left;
	margin: 0.5em 0 0 34px;
	border: 0;
}
span.fea_list_text {
	display: block;
	float: right;
	width: 365px;
}
div.fea_list_block p {
	display: block;
	float: right;
	width: 365px;
	line-height: 1.5em;
	font-size: 0.95em;
	padding: 0.5em 0 0 0;
}
div.fea_list_block a h1 {
 	cursor: pointer;
	width: 365px;
	font-size: 1.15em;
	color: #258dbf;
	text-decoration: none;
	padding: 0;
	margin: 0.5em 0 0 0;
}
div.fea_list_block h1 {
	width: 365px;
	font-size: 1.15em;
	color: #258dbf;
	padding: 0;
	margin: 0.5em 0 0 0;
}
div.fea_list_block a h1:hover {
	text-decoration: underline;
}
div.fea_list_bottom {
	height: 2em;
}