
#divHeaderImage
{
	position:relative;
	background-image:url("/images/catalog/subcategorybg.png");
	background-repeat:no-repeat;
	width:155px;
	height:120px;
	left:5px;
}

#imgCategory
{
	padding-left:8px;
}

#divHeaderPathContainer
{
	position:absolute;
	left:190px;
	top:20px;
}

#hlHeaderPathRoot
{
	position:relative;
	color:#2d62ae;
	font-size:10px;
	text-decoration:none;	
}

#hlHeaderPathCurrent
{
	position:relative;
	color:#000000;
	font-weight:bold;
	font-size:10px;
}

#divHeaderTitle
{
	position:absolute;
	color:#2d62ae;
	font-size:18px;
	left:190px;
	top:65px;
}

#ulCatalogSubCategories
{
	list-style: square;
	color:#2d62ae;
}

#divCatalogSubCategories_Families
{
	position:relative;
	left:-15px;
}

.CatalogSubCategories_SubCategoryText
{
	color:#2d62ae;
	font-size:12px;
}

.CatalogSubCategories_SubCategoryFamily
{
	color:#000000;
	font-size:12px;
	text-decoration:underline;
}

.CatalogSubCategories_SubCategoryFamily:link
{
	color:#000000;
	font-size:12px;
	text-decoration:underline;
}

.CatalogSubCategories_SubCategoryFamily:visited
{
	color:#000000;
	font-size:12px;
	text-decoration:underline;
}

.CatalogSubCategories_SubCategoryFamily:active
{
	color:#000000;
	font-size:12px;
	text-decoration:underline;
}


