@charset "UTF-8";

.dataSheetContainer {
	display: block;
	width: 180px;
	height: auto;
	margin-bottom: 20px;
}
* html .dataSheetContainer {
	width: 177px;
}
.dataSheetContainer img {
	display: none;
}
.dataSheetContainer a.blue {
	clear: both;
}
.dataSheetContainer a.blue:link, .dataSheetContainer a.blue:visited, .dataSheetContainer a.blue:hover, .dataSheetContainer a.blue:active {
	background-color: #fff;
	background-image: url(../../../images_css/data_sheet_container_arrow.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	color: #007b32;
	display: block;
	font-size: .75em;
	font-weight: bold;
	line-height: 1.2;
	padding-right: 10px;
	text-decoration: none;
}
.dataSheetContainer a.blue:hover, .dataSheetContainer a.blue:active {
	background-image: url(../../../images_css/_data_sheet_container_arrow.gif);
	color: #ff0000;
}
