@CHARSET "UTF-8";
/*
div.product_group					{
	float:							left;
}

table.product_group					{
	border:							1px solid #405060;
	
	margin:							4px;
	
	width:							140px;
	height:							140px;
	
	border-collapse:					collapse;						
}

table.product_group thead td				{
	background-color:					#c0d0e0;
	border-bottom:						1px solid #405060;

	padding:						4px 4px 4px 10px;
}

table.product_group tbody td				{
	text-align:						center;
	
	height:							110px;
}

table.product						{
	border:							1px solid #405060;
	
	margin:							4px;
	
	width:							100%;
	
	border-collapse:					collapse;						
}

table.product thead td					{
	background-color:					#c0d0e0;
	border-bottom:						1px solid #405060;

	padding:						4px 4px 4px 10px;
}

table.product td.product				{
	padding:						10px;
}
*/
table.product_detail					{
	border:							1px solid #405060;
	
	margin:							4px;
	
	width:							100%;
	height:							140px;
	
	border-collapse:					collapse;						
}

tr.product_detail_header td				{
	background-color:					#c0d0e0;
	border-bottom:						1px solid #405060;

	padding:						4px 10px 4px 10px;
}

table.product_detail_text				{
	width:							100%;
}

table.product_detail_text td				{
	padding:						10px;
}

table.product_detail_list				{
	margin:							10px auto 10px auto;
}

table.product_detail_list tbody th			{
	font-weight:						bold;
	text-align:						left;
	
	padding-right:						10px;
}

table.product_detail_list tbody td			{
}