.products a {
	text-decoration:none;
	color:#33517f;
}
.products a:hover {
	text-decoration:none;
	color:#ef0000;
}


.rightproducts{
	float:left;
	margin-left:10px;
	width:722px;
}

.rightproducts .products{
	background:#e8e7e8;
	padding-bottom:8px;
}

.rightproducts .products li{
	float:left;
	margin-left:8px;
	margin-top:8px;
	display:inline;

}

.rightproducts .products p{
	background:#bdbdbd;
	width:170px;
	height:28px;
	line-height:28px;
	text-align:center;
	font-size:14px;
	color:#33517f;
}