﻿.productsList
{
	width:640px;
	height:100%;
	overflow:hidden;
}
.productsListImg
{
	float:left;
	width:170px;
	height:230px;
	overflow:hidden;
}
.productsListContent
{
	float:left;
	width:450px;
	height:100%;
	padding-left:10px;
	margin-left:5px;
	overflow:hidden;
}
.uls
{
	height:100%;
	overflow:hidden;
}
.ProductsLeft
{
	float:left;
	width:80px;
	line-height:25px;
}
.right
{
	float:left;
	width:370px;
	line-height:22px;
}
