/*******************************************************************  SFNT  */
.sfntShowCats{
	float:left;
	position:relative;
	top:16px;
	left:12px;
	width:688px;
	margin-bottom:20px;
	border:0px solid #00f;
	}
.sfntCat1{
	float:left;
	width:229px;
	height:170px;
	text-align:center;
	border:0px solid #0f0;
	}
.sfntCat1 a{
	font-size:12px;
	font-weight:bold;
	color:#f00;
	text-decoration:none;
	}
.sfntCat1 a:hover{color:#00f;}
.sfntCat1 a:visited{color:#f00;}
.sfntCat1 a:visited:hover{color:#00f;}
/******************************************************************* CTGY  */
.catTitle{
	position:relative;
	left:12px;
	}
.ctgyBreadcrumbs{
	position:relative;
	left:12px;
	font-size:10px;
	}
.ctgyBreadcrumbs a{text-decoration:none;color:#f00;}
.ctgyBreadcrumbs a:hover{color:#00f;}
.ctgyBreadcrumbs a:visited{color:#f00;}
.ctgyBreadcrumbs a:visited:hover{color:#00f;}

.ctgyShowSubcats{
	float:left;
	position:relative;
	top:16px;
	left:12px;
	width:688px;
	margin-bottom:20px;
	border:0px solid #00f;
	}
.ctgySubcats{
	float:left;
	width:229px;
	height:170px;
	text-align:center;
	border:0px solid #0f0;
	}
.ctgySubcats a{
	font-size:12px;
	font-weight:bold;
	color:#f00;
	text-decoration:none;
	}
.ctgySubcats a:hover{color:#00f;}
.ctgySubcats a:visited{color:#f00;}
.ctgySubcats a:visited:hover{color:#00f;}

.ctgyProdLink a{
	font-size:12px;
	font-weight:bold;
	color:#f00;
	text-decoration:none;
	}
.ctgyProdLink a:hover{color:#00f;}
.ctgyProdLink a:visited{color:#f00;}
.ctgyProdLink a:visited:hover{color:#00f;}
/*******************************************************************  PROD  */
div#prodThumbHover{
	position: relative;
	display:block;
	width:160px;
	cursor:pointer;
	z-index:1;
	}
div#prodThumbHover a{
	display: block;
	width:160px;
	z-index:1;
	}
div#prodThumbHover a img{border:0px;z-index:1;}
div#prodThumbHover a:hover {color: #666;white-space:nowrap;}
div#prodThumbHover a span{display: none;}
div#prodThumbHover a:hover span{
	display:block;
	position:absolute;
	top:-36px;
	left: -381px;
	z-index:100;
	white-space:nowrap;
	}
div#prodThumbHover a:hover span img{
	width:350px;
	height:320px;
	border:6px solid #7393cd;
	z-index:100;
	}
.prodThumbText{
	display:block;
	text-align:center;
	font-size:10px;
	color:#00f;
	border:0px solid #f00;
	}

.prodHead{
	position:relative;
	top:-18px;
	font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
	color: navy;
	border:0px solid #f00;
	}
/*******************************************************************  MISC  */
a img{border:none;}

.plstTable{
	position:relative;
	top:0px;
	}
