/*------------------------------- FEATURES STYLES -------------------------------*/
#featureContainer{
	width:226px;
	padding:0px;
	margin:0px;}
	
.featureTop{
	position:relative;
	background-image:url(../../graphx/f_feature-Mainimage1.gif);
	background-position:top left;
	background-repeat:no-repeat;
	height:165px;
	width:226px;
	font-size:10px;
	border-bottom:1px solid #ffffff;}
	
.featureCopy{
	position:absolute; 
	top:14px; 
	left:14px; 
	width:156px; 
	color:#474141;
	font-size:11px; }
	
.featureBottom{
	position:relative;
	background-color:#5C5656;
	height:26px;
	width:226px;
	font-size:10px;
	font-weight:normal;}

.featureChanger{ 
	height:13px; 
	padding:6px 6px 0px 0px;
	float:right;
	/*position:absolute; 
	left:0px; 
	top:6px;*/}
	
.featureChangerLabel{
	float:left; 
	color:#b7b7b7; 
	margin-top:1px;}
	
.btnFeature, a.btnFeature, a.btnFeature:visited, a.btnFeature:link{
	background-image:url(../../graphx/link_changer.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	margin-left:5px;
	width:13px; 
	height:13px;
	float:left;
	text-indent:-9999px;}	
a.btnFeature:hover{
	background-position:0px -26px;}
		
.btnFeatureOn, a.btnFeatureOn, a.btnFeatureOn:visited, a.btnFeatureOn:link, a.btnFeatureOn:hover{
	background-image:url(../../graphx/link_changer.gif);
	background-position:0px -13px;
	background-repeat:no-repeat;
	margin-left:5px;
	width:13px; 
	height:13px;
	float:left;
	text-indent:-9999px;}
	
.linkFeatureLearnMore, a.linkFeatureLearnMore, a.linkFeatureLearnMore:visited, a.linkFeatureLearnMore:link, a.linkFeatureLearnMore:hover{  
	background-image:url(../../graphx/arrow-callout.gif);
	background-repeat:no-repeat;
	background-position:0px 1px;
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	clear:both;
	padding:0px 0px 0px 17px;
	position:absolute; 
	top:144px; 
	left:14px; 
	height:19px; 
	width:auto;}
 a.linkFeatureLearnMore:hover{
	text-decoration:underline;}

