
/******************************
* Products Section Styles
******************************/

/******************************
* Overview Styles
******************************/

#productGrid {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none;
}

#productGrid li {
	float: left;
	width: 50%;
	padding: 1em 0;
	text-align: center;
}

#productGrid li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
}

#productGrid li img {
	margin-bottom: -5px !important;
}

#productGrid li sup {
	font-size: 80%;
}

#f5TechList {
	margin-left: 10px !important;
	padding-left: 0;
	list-style: none;
}

#f5TechList li {
	padding-bottom: 1em;
}

#solutionsGuideBox li {
	padding-bottom: 1em;
}

#toolsBox .roundedBoxInside {
	/* Remove this if the content is long enough to fill gradient */
	padding-bottom: 7em;
}

/******************************
* Performance Tools Styles
******************************/

#performance-tools #leftColGroup {
	width: 75px;
}



/******************************
* Product/Feature Modules Styles
******************************/

#product-modules .roundedBox, #feature-modules .roundedBox {
	margin-top: 1em;
}

#product-modules .roundedBox p, #feature-modules .roundedBox p {
	padding-top: 0 !important;
}

#product-modules .roundedBox h4, #feature-modules .roundedBox h4 {
	padding-bottom: .25em !important;
}

.hardwareBox {
	padding-left: 0;
	list-style: none;
}

.hardwareBox li {
	width: 100%;
	padding: 1em 0;
	text-align: center;
}

.hardwareBox li a {
	display: block;
	text-decoration: none;
	font-weight: bold;
}


/******************************
* Hardware Styles
******************************/

#hardwareTable h4, #hardwareTable p {
	margin-top: .25em !important;
	font-size: 110%;
}

/******************************
* Awards Styles
******************************/

.awardsList {
	margin: 3em 0 0 0 !important;
	padding-left: 0;
	list-style: none;
	float: left;
	clear: both;
}

.awardsList li {
	float: left;
	margin-right: 2em;
}

.awardsList li a {
	display: block;
	width: 125px;
	height: 100px;
}


