@charset "utf-8";
/* CSS Document */

#content ul.featurelinks {
	list-style: none;
	margin: 0 0 18px;
	padding: 0;
}
#content ul.featurelinks li {
	padding: 0 0 9px;
}

#content ul.featurelinks li a {
	color: #606060;
	text-decoration: none;
}
#content ul.featurelinks li a:hover {
	color: #BD142D;
	background: #FAFAEE;
}

.icon-bcc, .icon-ac, .icon-nc, .icon-sac {
	float: left;
	width: 72px;
	height: 72px;
	margin: 0 10px 5px 15px;
}
.col-1-1-right .icon-bcc, .col-1-1-right .icon-ac, .col-1-1-right  .icon-nc, .col-1-1-right  .icon-sac{
	margin-left: 5px;
}
.icon-bcc {background: url(../img/products/icons.png) no-repeat 0 0;}
.icon-ac {background: url(../img/products/icons.png) no-repeat -82px 0;}
.icon-nc {background: url(../img/products/icons.png) no-repeat -165px 0;}
.icon-sac {background: url(../img/products/icons.png) no-repeat -247px 0;}

#content .icon-bcc-36, #content .icon-ac-36, #content .icon-nc-36, #content .icon-sac-36 {
	margin: 0 0 12px;
	padding-left: 46px;
	line-height: 36px;
	color: #433;
}
#content .icon-bcc-36 {background: url(../img/products/icons-36.png) no-repeat -10px -10px}
#content .icon-sac-36 {background: url(../img/products/icons-36.png) no-repeat -10px -56px}
#content .icon-ac-36 {background: url(../img/products/icons-36.png) no-repeat -10px -102px}
#content .icon-nc-36 {background: url(../img/products/icons-36.png) no-repeat -10px -148px}

#content ul.challenges {
	list-style: none;
	margin: 0 5px 9px 15px;
	padding: 0;
	border: 1px solid #505050;
	border-bottom: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
	#content ul.challenges li {
		margin: 0;
		padding: 0;
		background: #F8F8FA;
		border-bottom: 1px solid #505050;
	}
		#content ul.challenges li.even {background: #F2F2F5}
		#content ul.challenges li a {
			display: block;
			padding: 5px;
			color: #8A0F2F;
		}
			#content ul.challenges li a:hover {
				background: #F7E8B3;
				text-decoration: none;
			}
	#content ul.challenges li.head {
		background: #505050;
		padding: 5px;
		font-weight: bold;
		color: #FFF;
	}
	
#content ul.sidechallenge {
	background: #F8F8FA;
	list-style: none;
	margin: 0 15px 9px 5px;
	padding: 0;
	border: 1px solid #888;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	#content ul.sidechallenge li {
		margin: 0;
		padding: 3px 5px;
	}
		#content ul.sidechallenge li.even, #content ul.sidechallenge li.odd {background: none;}
	#content ul.sidechallenge li.head {
		font-weight: bold;
		color: #555;
	}
	#content ul.sidechallenge li a {color: #888}
	#content ul.sidechallenge li a:hover {color: #BD142D}
	
#content ul.resources {
	background: #FDFDFD;
	margin: 0 15px 9px 5px;
	padding: 0;
	list-style: none;
	border: 1px solid #D6B8BC;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
	#content ul.resources li {
		margin: 0;
		padding: 3px 5px;
	}
	#content ul.resources li.head {
		font-weight: bold;
		color: #555;
	}
		#content ul.resources li a {color: #888}
		#content ul.resources li a:hover {color: #BD142D}
		
#content ul.solutions {
	list-style: none;
	margin: 0 5px 0 15px;
	padding: 0;
}
	#content ul.solutions li {
		display: inline-block;
		float: left;
		margin: 0 5px 9px;
	}
		#content ul.solutions li a {
			font-weight: bold;
			color: #606060;
		}
		#content ul.solutions li a:hover {color: #222; text-decoration: none}
		
#content .productinfo {
	float: left;
	width: 280px;
	background: #FAFAFA;
	margin: 3px 0 9px 15px;
	padding: 9px;
	border: 1px solid #EEE;
}
	#content .productinfo p {
		margin: 0 0 9px;
	}
	#content .productinfo ul {
		margin: 0;
		padding: 0 0 0 5px;
	}
	#content .productinfo li {
		font-size: 10px;
		line-height: 15px;
	}
	
#content a.dl {
	float: right;
	display: inline-block;
	margin: 3px 5px 0 0;
	padding-right: 36px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #888;
	background: url('/img/m-headerdl.png') no-repeat right top;
}
#content a.dl:hover {background-position: right bottom; text-decoration: none; color: #BD142D;}