#body #content table.price{
	border-top:1px solid #808080;
	border-left:1px solid #808080;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
	font-family:sans-serif;
}

#body #content .price th{
	border-right:1px solid #808080;
	border-bottom:1px solid #808080;
	color:#000000;
	background-color:#c0c0c0;
	padding:4px;
	text-align:center;
	font-size:14px;
	height:40px;
}

#body #content .price caption{
	font-size:14px;
	font-weight:bold;
	margin:5px 0;
}

#body #content .price td{
	border-right:1px solid #808080;
	border-bottom:1px solid #808080;
	padding:2px;
	padding:4px;
	text-align:right;
	font-size:14px;
	height:40px;
}

#body #content .price td.detail{
	border-right:1px solid #808080;
	border-bottom:1px solid #808080;
	background:#e0e0ff;
	padding:2px;
	padding:4px;
	text-align:left;
	font-size:14px;
	height:40px;
}

#body #content .price td.total{
	border-right:1px solid #808080;
	border-bottom:1px solid #808080;
	background:#c0d0ff;
	padding:2px;
	padding:4px;
	text-align:left;
	font-size:14px;
	height:40px;
}

#body #content .price td.bold{
	border-right:1px solid #808080;
	border-bottom:1px solid #808080;
	padding:2px;
	padding:4px;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	height:40px;
}
