@charset "utf-8";
.products_list {
	list-style-type: none;
	margin-top: 13px;
}
.products_list li {
	float: left;
	width: 135px;
	text-align: center;
	overflow: hidden;

}
.products_list p {
	height: 25px;
	width: 125px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	line-height: 25px;
	vertical-align: middle;
	margin-bottom: 10px;
}
.pages {
	text-align: center;
	height: 50px;
	width: 100%;
	line-height: 50px;
	vertical-align: middle;
	clear: both;
}
/*Made by Jensen 2007-12-10*/