/* 
	================================================================================
	== COMPOSITE composite_features
	================================================================================

*/
.composite_features_page_div_line
{
	float:left; 
	width:100%; 
	overflow:hidden;
}

.composite_features_row_div_main
{
	float:left; 
	width:110px; 
	height:140px; 
	overflow:hidden;
	margin-left:2px;
	margin-bottom:4px;
}

.composite_features_row_div_top
{
	float:left; 
	width:100%; 
	height:24px; 
	background: #202020;
	overflow:hidden; 
	white-space: nowrap;
}

.composite_features_row_div_image
{
	float:left; 
	width:100%; 
	height:90px; 
	border-left:1px solid #202020;
	border-right:1px solid #202020;
}

.composite_features_row_div_text
{
	float:left;
	width:100%; 
	height:38px; 
	border-left:1px solid #202020;
	border-right:1px solid #202020;
	overflow:hidden;
}
.composite_features_row_div_bottom
{
	float:left;
	width:100%; 
	height:18px; 
	border-left:1px solid #202020;
	border-right:1px solid #202020;
	border-bottom:1px solid #202020;
	overflow:hidden;
	text-align:center;
}
