.list-box {
	float:left;
	width:50%;
	margin-bottom:20px;
	text-align:center;	
	border-bottom:1px solid #CECAC2;
}
	.list-box img{
		float:left;
	}
	.list-box-right {
		float:right;
		margin:0 10px 0 0;
		width:65%;			
	}
	.item-name {
		display:block;
		margin:0 0 10px 0;
		font-weight:bold;
	}
