.priceBlock{
	padding: 15px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

h4.ttlPrice{
	font-size: 16px;
	font-weight: bold;
}

.priceTable{
	width: 500px;
	border-top:1px solid #eee;
	border-right:1px solid #eee;
	margin-bottom: 15px;
}

.priceTable th{
	padding: 10px;
	border-bottom:1px solid #eee;
	border-left:1px solid #eee;
	text-align: center;
}

.priceTable td{
	padding: 10px;;
	border-bottom:1px solid #eee;
	border-left:1px solid #eee;
	text-align: center;
}