/* DepartmentView */
.deptimage
{
	text-decoration: none;
	border-style: none;	
}
.departmentviewheader
{
	margin: 0px 0px 0px 0px;
  	padding: 0px 0px 0px 0px;
	float: left;
}
.deptviewsection
{
	float: left;
	clear: left;
	width: 100%;
}

.deptviewsectionheader
{
	width: 100%;
	float: left;
	margin: 5px 0 5px 0;
}

.deptviewsectionheaderhover
{
	width: 100%;
	float: left;
	margin: 5px 0 5px 0;
	cursor: pointer;
}

.deptviewsectionheadertext
{
	float: left;
}
.deptviewsectionheaderlink
{
	float: right;
	margin: 5px 10px 0 0;
}

.DeptViewItemLink
{
	padding: 4px;
	width: 100%;
	display: inline;
}

.DeptViewItemLinkHover
{
	padding: 4px;
	width: 100%;
	cursor: pointer;
	display: inline;
}

.DeptViewProductImageDiv
{
	margin: 0px 0px 0px 0px
  	padding: 0px 0px 0px 0px;
	position: relative;
	top: -10px;
	width: 160px;	
}

.DeptViewProductImage
{
	
}

.DeptViewCategoryName
{
	margin: 0px 0px 0px 0px
  	padding: 0px 0px 0px 0px;
	position: relative;
	top:-10px;
	left: 300px;
	font-size: 12pt;
}

.DeptViewCategoryLink
{
	margin: 0px 0px 0px 0px
  	padding: 0px 0px 0px 0px;
	position: relative;
	top:0px;
	float: right;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

.DeptViewNoCategoryText
{
	margin-left: 20px;
	font-size: 10pt;
}

/* Department Grid View Common Controls*/
.DeptDataTable
{
	width: 100%;
	height: 100%;
}
.deptimagediv
{
	text-align: center;
	margin: 10px 0px 10px 0px;
	padding: 0 10px 0 10px;
	overflow: hidden;
	height: 120px;
}
.deptdesc
{
	position: relative;
	margin: 0 10px 0 10px;
	text-align: center;
	font-size: 10pt;
}
.DeptMoreLink {
	background-repeat:no-repeat;
	cursor: pointer;
	font-size: 10pt;
	height: 25px;
	left: 30%;
	margin: 5px 5px 5px 10px;
	padding: 5px;
	position: relative;
	width: 30%;
}
.DeptRowClear
{
	clear: both;
}

/* Department Grid View 3X */

.Dept3x
{
	padding: 10px 0 10px 0;
	width: 33%;
	float: left;
	border-top-style: solid;
	border-top-width: 1px;
	overflow: hidden;
	cursor: pointer;
}

.DeptHover3x
{
	padding: 10px 0 10px 0;
	width: 33%;
	float: left;
	border-top-style: solid;
	border-top-width: 1px;
	overflow: hidden;
	cursor: pointer;
}


/* Department Grid View 2X */

.Dept2x
{
	padding: 10px 0 10px 0;
	width: 49%;
	float: left;
	border-top-style: solid;
	border-top-width: 1px;
	overflow: hidden;
	cursor: pointer;
}
.DeptHover2x
{
	padding: 10px 0 10px 0;
	width: 49%;
	float: left;
	border-top-style: solid;
	border-top-width: 1px;
	overflow: hidden;
	cursor: pointer;
}

/* Department Grid View 4X */

.dept4x
{
	padding: 10px 0 10px 0;
	width: 24%;
	float: left;
	border-top-style: solid;
	border-top-width: 1px;
	overflow: hidden;
	cursor: pointer;
}
.depthover4x
{
	padding: 10px 0 10px 0;
	width: 24%;
	float: left;
	border-top-style: solid;
	border-top-width: 1px;
	overflow: hidden;
	cursor: pointer;
}







