.recommended, .recommended_old, .discontinued {
	padding: 2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.recommended {
	background-color: #ccffcc;
}
.recommended_old {
	background-color: #ccddcc;
}
.discontinued {
	background-color: #dddddd;
}
.table {
	font-family: Helvetica, Geneva, Verdana, sans-serif;
	font-size: 12px;
}
.pop-up-link {
	cursor: hand;
	color: #0000CC;
	text-decoration: underline;
}
.editing {
	font-size: 80%;
}
.switchcontent {
	width: 650px;
}
