/* CategoryView */

.CategoryViewHeader
{
	width: 740px;
	font-size: 12pt;
	font-weight: normal;
	font-weight: bold;
	text-align: left;
	margin-top: 10px;
	float: left;
	height: 30px;
}

.CatViewDataTable
{
	width: 100%;
}

/* CategoryView List Mode */

.CatViewProdLine
{
	width: 100%;
	float: left;
	clear: left;
}

.CatViewProdLineHeader
{
	margin: 5px;
	padding: 10px;
	width: 100%;
}

.CatViewProdLineHeaderHover
{
	margin: 5px;
	padding: 10px;
	width: 100%;
	cursor: pointer;
}

.CatViewProductImageDiv
{
	/*height: 150px;*/
	width: 300px;
	/*overflow: hidden;*/
}

.CatViewProductImage
{
/* 	height: 150px; */
}

.CatViewProdLineName
{
	margin-left: 20px;
	font-size: medium;
	position: relative;
	left: 250px;
}

.CatViewProdLineLink
{
	float: right;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
}

/* Category TWO_BY_TWO mode */

.CategoryRow
{
	width: 100%;
	border-top-style: solid;
	border-top-width: 1px;
}

.CategoryView
{
	width: 300px;
	float: left;
	cursor: pointer;
	border-width: 2px;
	border-style: solid;
}

.CategoryViewHover
{
	width: 300px;
	float: left;
	cursor: pointer;
	border-width: 2px;
	border-style: solid;
}

.CategoryRowClear
{
	clear: both;
}

.CategoryImageDiv
{
	text-align: center;
	margin: 20px 0 20px 0;
}

.CategoryImage
{
	
}

.CategoryDesc
{
	margin: 0 10px 0 10px;
	font-size: 10pt;
	font-weight: bold;
}

.CategoryMoreLink
{
	position: relative;
	top: 0px;
	float: right;
	width: 90px;
	height: 25px;
	text-align: center;
	padding-top: 4px;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	margin: 5px 5px 5px 0px;
}

/* Category Grid View Common Controls*/
.CatDataTable
{
	width: 100%;
	height: 100%;
}
.CatImageDiv
{
	text-align: center;
	margin: 10px 0px 10px 0px;
	padding: 0 10px 0 10px;
	overflow: hidden;
	height: 120px;
}
.CatImage
{
	text-decoration:none;
	border-style: none;
}
.CatDesc
{
	position: relative;
	margin: 0 10px 0 10px;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}
.CatMoreLink
{
	background-repeat:no-repeat;
	cursor: pointer;
	font-size: 10pt;
	height: 25px;
	left: 30%;
	margin: 5px 5px 5px 10px;
	padding: 5px;
	position: relative;
	width: 30%;
}
.CatRowClear
{
	clear: both;
}

/* Category Grid View 3X */

.Cat3x
{
	padding: 10px 0 10px 0;
	width: 33%;
	float: left;
	overflow: hidden;
}

.CatHover3x
{
	padding: 10px 0 10px 0;
	width: 33%;
	float: left;
	overflow: hidden;
}


/* Category Grid View 2X */

.Cat2x
{
	padding: 10px 0 10px 0;
	width: 49%;
	float: left;
	overflow: hidden;
}
.CatHover2x
{
	padding: 10px 0 10px 0;
	width: 49%;
	float: left;
	border-top-style: solid;
	border-top-width: 1px;
	overflow: hidden;
}

/* Department Grid View 4X */

.Cat4x
{
	padding: 10px 0 10px 0;
	width: 25%;
	float: left;
	border-top-style: solid;
	border-top-width: 1px;
	overflow: hidden;
}
.CatHover4x
{
	padding: 10px 0 10px 0;
	width: 25%;
	float: left;
	border-top-style: solid;
	border-top-width: 1px;
	overflow: hidden;
}







