#productBox {
	border: 1px solid #bfbfbf;
	border-top-width: 0px;
	padding: 30px;
}

#productBox div.tab {
	display: none;
}

#productBox div.act {
	display: block;
}

#productTabBox {
	height: 21px;
	border-bottom: 1px solid #bfbfbf;
	position: relative;
}

#tabList {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-left: 1px solid #bfbfbf;
	position: relative;
	top: 1px;
	height: 21px;
}

	#tabList li {
		/*float: left;
		display: block;*/
		display: inline;
		margin: 0;
		height: 19px;
	}

	#tabList a {
		border: 1px solid #bfbfbf;
		border-left: none;
		display: block;
		height: 19px;
		line-height: 19px;
		padding: 0px 7px;
		background-color: #e3e3e3;
		color: black;
		float: left;
	}

	#tabList a:hover, #tabList a.act {
		background-color: white;
	}

	#tabList a.act {
		border-bottom: 1px solid white;
	}
#dataSheet table {
	margin-top: 10px;
	width: 100%;
}

#dataSheet table p {
	margin: 0px;
	padding: 0px;
}

#dataSheet th {
	text-align: left;
	font-size: inherit;
}

#dataSheet th, #dataSheet td {
	padding: 5px 5px;
}

#dataSheet tr.alternatingCell-even td {
	background-color: #f0f0f0;
}
#dataSheet .alternatingColumn-odd {
	width: 390px;
}

#dataSheet .alternatingColumn-even {
	text-align: right;
 	padding-right: 7px; 
}

#dataSheet td {
	padding-left: 10px;
}
#dataSheet .contenttable td, #dataSheet .contenttable th {
	border: none;
} 
#dataSheet th {
	background-color: silver;
	color: white;
	border-bottom: 3px solid white !important;
}

#dataSheet tr.inlineHead td {
	padding: 3px 5px;
}

#equipment h2 {
	text-transform: uppercase;
}

