#main_content #feature_box {

	margin: 0 0 30px 0;

	overflow: auto;

	width: 100%;

	}



 #feature_box .feature_item {

	background: url(../images/bg_featureditem.gif) no-repeat top left;

	width: 236px;

	padding: 14px 0 0 0;

	float: left;

	margin-right: 30px;

	overflow: auto;

	display: inline; /* IE floated box double width margin hack */

}



 #feature_box .feature_item .feature_item_content {

	width:204px;

	min-height: 220px;

	height:auto;

	border: 1px solid #DDD;

	border-top: none;

/*	overflow: hidden;*/

	padding: 0 15px 15px 15px;

}

	/* for Internet Explorer */

	/*\*/

* html  #feature_box .feature_item .feature_item_content {

	height: 220px;

	}

	/**/



 #feature_box .feature_item .feature_item_content p {

	margin-top: 1em;

}
a.btn_more {
	background: url(../images/btn_more.gif) no-repeat;
	overflow: hidden;
	display: block;
	padding: 23px 0 0 0;
	width: 58px;
	/* WIN IE5.5 hack */ 
	height: 23px;
	voice-family: "\"}\""; 
	voice-family:inherit; 
	height: 0; 
	}
	
a.btn_more:hover {
	background-position: 0 -23px;
	}