.productShowWapper div.item{
	border: 1px solid #ccc;
}
.productShowWapper div.item>div:first-child{
	display: inline-block;width: 40%;vertical-align: top;
}
.productShowWapper div.item>div:nth-child(2){
	display: inline-block;width: 59%;
	padding: 20px 0;
}
.productShowWapper div.item img{
	border: 0;
}
.productShowWapper div.item div{
	text-align: left;
}
.productShowWapper div.item div.title{
	font-size: 18px;
	border-bottom: 0;
}