@charset "utf-8";
@import "import.css";

#price table {
	background-color: #F5F5F1;
	border-left: 1px solid #706C5A;
	border-top: 1px solid #706C5A;
	margin-bottom: 20px;
	width: 610px;
}

#price th {
	border-bottom: 1px solid #706C5A;
	border-right: 1px solid #706C5A;
	font-weight: normal;
	padding: 5px 10px;
	text-align: left;
}

#price thead th {
	background-color: #5C5B3F;
	color: #fff;
	font-weight: bold;
	text-align: center;
}

#price td {
	border-bottom: 1px solid #706C5A;
	border-right: 1px solid #706C5A;
	padding: 5px 10px;
}

#price td.price {
	text-align: right;
}

#price ul.notes {
	margin: 0 5px 25px;
}

#price ul.notes li {
	padding-left: 1em;
	text-indent: -1em;
}
