@charset "utf-8";
/* CSS Document */
.table_product {
	font: message-box;
	background: #E3ECEE;
	color: #333;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright: 12px;
	-moz-border-radius-bottomleft: 12px;
	-moz-border-radius-bottomright: 12px;
}
.table_product thead {
	height: 20px;
}
.table_product th {
	text-align: center;
	font: menu;
	font-weight: bold;
	padding: 5px 10px 5px 10px;
	font-size: 12px;
	color: #666;
}
.table_product td {
	text-align: center;
	padding: 5px 10px 5px 10px;
	font: message-box;
	color: #666;
}
