.productsBox
{
	width: 978px;
	clear:both;
	border: 1px solid #c3c3c3;
	background: #ffffff;
}

.productsBox .title
{
	background: #c3c3c3;
	font-weight: bolder;
	color: white;
	height: 25px;
	padding: 10px 10px 0px 10px;
	overflow:hidden;
}
/*
.left {float:left; padding-left: 10px;}
.right {float:right; padding-right: 10px;}
*/
.productsBox .title a,
.productsBox .title a:hover,
.productsBox .title a:visited,
{

}

.productsBox .titleRight
{
	float: right;
}

.productsBox .list
{
	overflow:hidden;
	margin: 13px 0 13px 0;
}

.productsBox .list .item
{
	float: left;
	width: 163px;
	text-align: center;
}
