.item {
	width: 780px;
	margin-bottom: 20px;
	clear: both;
}
.item .item-image {
	float: left;
	width: 100px;
}
.item .item-detail {
	float: right;
	width: 650px;
}
.item-detail dt {
	font-weight: bold;
}
.item .price {
	font-weight: bold;
	margin-bottom: 16px;
}
.item .detail {
	margin-bottom: 12px;
	line-height: 1.3em;
}
.item .service-image {
	float: left;
	width: 195px;
}
.item .service-detail {
	float: right;
	width: 555px;
}
.service-detail dt {
	font-weight: bold;
}

#hidden {
	clear: both;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.inline {
	height: 480px;
	width: 680px;
}
.inline .leftside {
	float: left;
	width: 230px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 0px;
}
.inline .rightside {
	float: right;
	width: 420px;
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 0px;
}
.inline .rightside h4 {
	font-weight: bold;
	color: #898989;
	font-size: 110%;
	margin-bottom: 14px;
}

#buy {
	margin-top: 24px;
}
.list {
	font-size: 85%;
	text-align: center;
	padding-top: 3px;
}
.order {
	padding: 8px;
	border: 1px solid #CCC;
	clear: both;
	font-weight: bold;
	display: block;
	margin-bottom: 52px;
	text-align: center;
}

