/* SectionView */

.SectionViewHeader
{
	float: left;
	height: 30px;
	width: 740px;
	font-size: 12pt;
	font-weight: normal;
	text-align: center;
	margin-top: 10px;
}

.SectionViewDataTable
{
	width: 100%;
}

.SectionViewCategory
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	float: left;
	clear: left;
	top: 0px;
	width: 740px;

}

.SectionViewCategoryHeader
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	float: left;
	top: 25px;
	width: 100%;
	background-repeat: no-repeat;
	z-index: 0;
	
}

.SectionViewCategoryHeaderHover
{
	
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	top: 25px;
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	cursor: pointer;
	z-index: 1;
}

.SectionViewCategoryHeaderText
{
	float: left;
	font-size: 12pt;
	font-weight: bold;
}

.SectionViewCategoryHeaderLink
{
	float: right;
	font-size: small;
	font-weight: bold;
	margin: 5px 10px 0 0;
}

.SectionViewItemLink
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
	cursor: pointer;
	border-width: 2px;
	border-style: solid;
}

.SectionViewItemLinkHover
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;		
	cursor: pointer;
	border-width: 2px;
	border-style: solid;
}

.SectionViewProductImageDiv
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	position: relative;
	top: 10px;	
	width: 240px;
	float: left;
	clear: left;

}

.SectionViewProductImage
{
}

.SectionViewProdLineName
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	top: 35px;		
	left: 250;
	font-size: medium;
	clear: left;
}

.SectionViewProdLineLink
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	top: 10px;
	float: right;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
}

.SectionViewNoProdLineText
{
	margin-left: 20px;
}
/* Section Grid View Common Controls*/
.SectionDataTable
{
	width: 740px;
	height: 100%;
}
.SectionImageDiv
{
	text-align: center;
	margin: 10px 0px 10px 0px;
	padding: 0 10px 0 10px;
	overflow: hidden;
	height: 120px;
}
.SectionImage
{
	text-decoration: none;
	border-style: none;
}
.SectionDesc
{
	position: relative;
	margin: 0 10px 0 10px;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}
.SectionMoreLink
{
	float: left;
	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 10px;
	cursor: pointer;
}
.SectionRowClear
{
	clear: both;
}
.SectionContainer
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	float: left;
	clear: left;
	top: 25px;
	width: 100%;

}

/* Section Grid View 3X */

.Section3x
{
	padding: 10px 0 10px 0;
	width: 33%;
	float: left;
	border-top-style: solid;
	border-top-width: 1px;
	overflow: hidden;
}

.SectionHover3x
{
	padding: 10px 0 10px 0;
	width: 33%;
	float: left;
	border-top-style: solid;
	border-top-width: 1px;
	overflow: hidden;
}


/* Section Grid View 2X */

.Section2x
{
	padding: 10px 0 10px 0;
	width: 50%;
	float: left;
	border-top-style: solid;
	border-top-width: 1px;
	overflow: hidden;
}
.SectionHover2x
{
	padding: 10px 0 10px 0;
	width: 50%;
	float: left;
	border-top-style: solid;
	border-top-width: 1px;
	overflow: hidden;
}

/* Section Grid View 4X */

.Section4x
{
	padding: 10px 0 10px 0;
	width: 25%;
	float: left;
	border-top-style: solid;
	border-top-width: 1px;
	overflow: hidden;
}
.SectionHover4x
{
	padding: 10px 0 10px 0;
	width: 25%;
	float: left;
	border-top-style: solid;
	border-top-width: 1px;
	overflow: hidden;
}







