.item{
	width:			515px;
	margin-bottom:	20px;
	border-bottom:	dotted	2px #999999;
	font-size:		x-small;
}
.item:after{
	clear:			both;
	content:		"";
	height:			0;
	display:		block;
}
.item .photoArea{
	float:			left;
	width:			232px;
}
.item .photo img{
	border:			solid 1px #666666;
}
.item .photoArea .spec{
	padding-top:	10px;
}
.item .comment{
	float:			right;
	width:			272px;
}

