@charset "UTF-8";
.product_list {
	list-style-type: none;
}
.wsl {
	color: #FF0033;
}
.table_bg {
	background-color: #D5F3FF;
}
.category {
	background-color: #FFDBCC;
	text-align: center;
	border: 2px outset #FFFFFF;
	width: 100px;
	padding: 0px;
	margin: 0px;
}

.table_header {
	background-color: #003366;
	color: #FFFFFF;
	font-weight: bold;
}
