/* 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 {
	width: 528px;
	margin-left: 66px;
}
#text li {
	width: 132px;
	height: 130px;
}
#text li p {
	background: url(../images/price/arrow.gif) no-repeat left center;
	font-size: 12px;
	line-height: 14px;
	text-indent: 12px;
	margin: 0;
}

