.price_list {
	border-collapse: collapse;
	margin: 5px 40px 5px 30px;
	font-size: 90%;
	width: 93%;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

.price_list td {
	padding: 2px;
	text-align: center;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}

.price_list th {
	padding: 0 4px 0 4px;
	line-height: 1.2em;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-align: left;
}

.price_list .head {
	font-size: 90%;
	text-align: center;
	white-space: nowrap;
}