@media all {

}

@media screen {
	a img.datalinkproduct {
		border:1px solid #ccc;
	}
	a:hover img.datalinkproduct {
		border:1px solid #f00;
	}

	table.compat tr td {
		padding:7px 5px;
	}
	table.compat tr.nav td {
		text-align:center;
		font-weight:bold;
	}
	table.compat tr.row-0 td {
		background-color:#e0e0e0;
	}
	table.compat tr.feature td {
		border-right:1px solid #f0f0f0;
		font-family:Verdana, Tahoma, Arial;
		font-size:9pt;
	}
	table.compat tr.feature td.col-first {
		white-space:nowrap;
		-webkit-border-bottom-left-radius:5px;
		-moz-border-radius-bottomleft:5px;
		border-bottom-left-radius:5px;
		-webkit-border-top-left-radius:5px;
		-moz-border-radius-topleft:5px;
		border-top-left-radius:5px;
	}
	table.compat tr.feature td.col-last {

		-webkit-border-bottom-right-radius:5px;
		-moz-border-radius-bottomright:5px;
		border-bottom-right-radius:5px;
		-webkit-border-top-right-radius:5px;
		-moz-border-radius-topright:5px;
		border-top-right-radius:5px;
	}

	table.compat tr.nocompat td {
		background-color:#dddddd;
	}

}

@media print{

}

