/* DepartmentView */
.deptdesc
{
	font-size: small;
	font-weight: bold;
	/*text-decoration: underline;*/
}
.DeptMoreLink
{
	text-align: center;
	font-size: small;
	font-weight: bold;
	text-decoration: none;
	background-color:LightGrey;
}

.DeptViewItemLink
{
	border-color: white;

}
.DeptViewItemLinkHover
{
	
}

.DeptViewProductImageDiv
{
}

.DeptViewProductImage
{
	
}

.DeptViewCategoryName
{
	color: black;
}

.DeptViewCategoryLink
{
	color: red;
}

.DeptViewNoCategoryText
{
	color: Black;
}



