@charset "utf-8";
/* CSS Document */

table.product_table
{
	text-align:center; 
	margin-top:20px;
	border: 2px solid #4d6a80;
}
table.product_table th
{
	height:40px;
}

table.product_table td
{
	height:40px;
	border: 1px solid #4d6a80;
}
td.divider_cell 
{
	height:0px;
	padding:0px;
	margin:0px;
}