/* price list */
table#price {
	width: 440px;
	margin: 0 auto 20px;
}
#price th, #price td {
	padding: 3px 15px;
	font-size: small;
	font-weight: normal;
}
#price th {
	background: #ededed;
	text-align: left;
}
#price td {
	background: #f6f4f4;
	text-align: right;
}
#first th, #first td {
	background: #2c2e48;
	color: #ffffff;
}

/* graphic */
.picture { text-align: center; }

/* photos */
#text ul {
	list-style: none;
	width: 528px;
	margin: 0 auto;
}
#text li {
	width: 132px;
	height: 130px;
	float: left;
}
#text li p {
	font-size: 12px;
	line-height: 14px;
	margin: 0;
	background: url(../images/arrow_small.gif) no-repeat left center;
	text-indent: 12px;
}

