/*------------------------------------------------------------*/
/*******************       LIST PAGE       ********************/
.listPage_categoryDiv{
    width: 150px;
    float: left;
    margin: 25px 15px 40px;
}
.listPage_categoryLink{
	text-decoration: none;
	display: block;
	text-align: center;
}
.listPage_categoryImage{
	text-decoration: none;
	margin: 0 0 10px 0;
}
.listPage_categoryName{
	display: block;
	clear: both;
}
.listPage_categoryDescription{
	display: none;
	text-align: center;
}
.listPage_productDiv{
    width: 150px;
    float: left;
    margin: 20px 0 40px;
    height: 200px;
    padding: 0 40px;
}
.listPage_productLink{
	text-decoration: none;
}
.listPage_productImage{
	text-decoration: none;
	margin: 0 0 10px 0;
}
.listPage_productName{
	color: #666;
	font-size: 14px;
	font-weight: bold;
	display: block;
	clear: both;
}