#attenuatorTechnicalSpecificationsWrapper {
	display:none;
	width:850px;
	margin:0px auto;
	background-color:#0089cf;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	padding:8px;
}

#attenuatorTechnicalSpecifications {
	background-color:#ffffff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	padding:20px;
}

#attenuatorTechnicalSpecifications TD, #fiberAttenuatorSpecifications TD {
	padding:5px 10px;
	background-color:#eeeeee;
	font-size:10pt;
}

.addToCartButtonWrapper {
	height:24px;
	overflow:hidden;
}

.addToCartButton {
	margin-top:0px;
}

.addToCartButton:hover {
	margin-top:-24px;
	cursor:pointer;
}