/*
*	Icon tiles for main features
*/
	div.mainFeaturesRow{
		position:relative;
		margin-bottom:20px;
		margin-top:20px;
	}
	.mainFeaturesRow h3{
		font-size: 1em;
		position:absolute;
		top: 20px;
		left: 0;
		width:200px;
		text-align:center;
	}
	.mainFeaturesRow ul{
		margin-left:200px;
	}
	.mainFeaturesRow li{
		list-style:none;
		float:left;
		margin-left:20px;
		

	}
	.mainFeaturesRow a{
		position:relative;
		display:block;
		width: 220px;
		height:159px;
		background:#fff;
		color:#6B93AB;
		text-align:center;
		font-weight:700;
		text-decoration:none;
	}
	.mainFeaturesRow a img {
		margin: 20px 0 16px 0;
		
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
		filter: alpha(opacity=90);
		-moz-opacity: 0.9;
		-khtml-opacity: 0.9;
		opacity:0.9;
	}
	html>/**/body .mainFeaturesRow a:hover{
		zoom:1;
		-webkit-box-shadow: 0 1px 3px 2px rgba(15, 99, 155, 0.7),inset 0 1px 0 rgba(255, 255, 255, 0.3);
		-moz-box-shadow: 0 1px 3px 2px rgba(15, 99, 155, 0.7),inset 0 1px 0 rgba(255,255,255,0.3);
		box-shadow: 0 1px 3px 2px rgba(15, 99, 155, 0.7),inset 0 1px 0 rgba(255, 255, 255, 0.3);
		background: #ffffff url(../../graphics/feature-rollover-plus.png) no-repeat 187px 4px;
			
	}
	html>/**/body .mainFeaturesRow a:hover img {
		zoom:1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1.0;
		-khtml-opacity: 1.0;
		opacity:1.0;
	}
	.mainFeaturesRow li a:hover {
		color:#0F639B;
	}

/*
 * 	Feature detail popups
 */
	.mainFeatureDetail{
		padding:20px;
	}
	.mainFeatureDetail div.image{
		float:left;
		width: 460px;
	}
	.mainFeatureDetail div.info{
		float:left;
		width: 280px;
		padding-right:20px;
		text-align:left;
	}
	.mainFeatureDetail div.nav{
		margin-top:20px;
		font-size:18px;
		font-weight:bold;
		text-align:center;
	}
	a.nextFeatureDetail{
		margin-left: 520px;
	}
	
	.mainFeatureDetail h4 {
		color:#6B93AB;
		margin-bottom:14px;
	}
	.mainFeatureDetail p {
		
	}
	.mainFeatureDetail ul {
		margin-bottom:30px;
	}
	
	.mainFeatureDetail li {
		margin-top:8px;
		margin-bottom:8px;
	}

/*
 * 	Player feature detail popups
 */
 
 	div#playerFeatures h4{
 		margin-top:7px;
 		text-align:center;
 	}
 	div#playerFeatures a {
 		text-decoration:none;
 	}
 /*
 * 	Suggest a feature
 */	
 	
 	#suggestAFeatureContainer {
 		margin-top:20px;
 	}
 	#suggestAFeatureLeft {
 		text-align:right;
 	}
 	#suggestAFeatureRight {
 		background:transparent url(../../graphics/bg-graph-paper.png) repeat top left;
 	}
	#suggestAFeatureRight h5{
		margin-bottom: 6px;
	}
	#suggestAFeatureRight input.button{
		margin-top:6px;
	}
 	
  /*
 * Feature lists
 */	
 
 	#featureLists  h2 {
 		color:#6893AB;
 		text-align:center;
 	}
 
 
 	
