.sectionButtonContainer {
	width:720px; 
	float:right;
	height:34px;
	background:url(../images/layout/productTabs_bg.png) repeat-x 0px -68px;
	border-right:1px solid #222222;
}

.sectionButtonOverview {
	cursor:pointer;
	cursor:hand;
	float:left;
	height:34px;
	line-height:34px;
	width:116px;
	background:url(../images/layout/product_overview.png) repeat-x 0px -136px;
}

.sectionButtonOverview:hover {
	background-position:0px -170px;
}

.sectionButtonFeatures {
	cursor:pointer;
	cursor:hand;
	float:left;
	height:34px;
	line-height:34px;
	width:108px;
	background:url(../images/layout/product_features.png) repeat-x 0px -136px;
}

.sectionButtonFeatures:hover {
	background-position:0px -170px;
}

.sectionButtonSpecifications {
	cursor:pointer;
	cursor:hand;
	float:left;
	height:34px;
	line-height:34px;
	width:137px;
	background:url(../images/layout/product_specifications.png) repeat-x 0px -136px;
}

.sectionButtonSpecifications:hover {
	background-position:0px -170px;
}

.sectionButtonDownloads {
	cursor:pointer;
	cursor:hand;
	float:left;
	height:34px;
	line-height:34px;
	width:118px;
	background:url(../images/layout/product_downloads.png) repeat-x 0px -136px;
}

.sectionButtonDownloads:hover {
	background-position:0px -170px;
}

.specificationHeaders {
	color:#FF5357;
	font-size:14px;
	margin:10px 0px 0px 0px;
}

.sideNavigationTypeHeader a{
	color:#FF3C41;
}