.productcase{
	position:relative;
	float:left;
	
	height:150px;
	width:290px;
	border:1px solid #999999;
	margin-bottom:20px;
	margin-right:20px;
	padding:10px;
}

.productimg{
	position:relative;
	float:left;
	width:150px;
	height:120px;
	border:1px solid #999999;
	text-align:center;
	overflow:hidden;	
}
.producttxt{
	position:relative;
	float:right;
	width:120px;
	height:98px;
	overflow:hidden;
}
.productmore{
	position:absolute;
	bottom:12px;
	left:179px;	
}
