@charset "utf-8";
/* CSS Document */

/*
	FEATURES LIST PAGE
	features/default.asp
*/
.feature_dark{
	background-color:#dae6e6;
}
	.feature_dark img{
		background-image:url(../../../images/front_end/img_drop_shadow.gif);
		background-repeat:no-repeat;
		background-position: 0 0;
	}

.feature_light{
	background-color:#eaeeef;
}

	.feature_light img{
		background-image:url(../../../images/front_end/img_drop_shadow_light.gif);
		background-repeat:no-repeat;
		background-position: 0 0;
	}


.features_list{	
	margin: 0 0 1px 0;
	color:#484c4b;

}

	.first_feature{
		background-image:url(../../../images/front_end/searchBox_menuItem_bg.jpg);
		background-repeat:repeat-x;
		background-position: 0 0;
		padding: 20px 0 0 0;
		margin: 6px 0 1px 0;
	}

	.features_list img{
		float:left;
		margin: 20px 0 20px 20px;
		
		padding: 2px 3px 3px 3px;
	}
	
	.features_list .features_list_text{
		width:400px;
		float:right;
	
		display:inline;
		margin: 20px 10px 0 0px;
		padding: 0 0 20px 0;
	
	}
	
	
/*
	FEATURES DETAIL PAGE
	/features/feature.asp
*/


#feature .content_box_double_size_footer a{
	float:left;
	display:inline;
	margin-right: 10px;
}


.box_white_on_green{
	margin-top:10px;
}


.box_black_on_white img{
	float:right;
	background-image:url(../../../images/front_end/img_drop_shadow_white.gif);
	background-repeat:no-repeat;
	background-position: 0 0;
	padding: 2px 3px 3px 3px;
}

#feature_single_content{
	margin-top:10px;
}