﻿

.PFMBoxedBoxNew
{
    margin-left: 4px; 
    margin-right: 4px; 
    margin-top: 21px; 
    width: 175px;
    height: 399px;
	border: solid 1px black; 
}



/*******************************************************/
/* ProductFamilyMenuBoxed                              */
/*******************************************************/

.PFMBoxedBox
{
    width: 140px;
    height: 375px;
	border: solid 1px black;
	position: absolute;
}

.PFMBoxedTitle
{
    width: 100%;
    height: 17px;
	font-size: 7.5pt;    
	text-align:center;
	font-weight: bold;
	padding-top: 2px;
}

.PFMBoxedPicture
{
    width: 100%;
    height: 110px;
	border-top: solid 1px black;
	text-align: center;
}

.PFMBoxedCell
{
    width: 100%;
    height: 17px;
	border-top: solid 1px black;
	font-size: 7pt;
	font-weight: normal;
}

.PFMBoxedCell a{
	padding: 2px 0px 0px 2px;
    height: 100%;	
	text-decoration: none;
	display:block;
	color: White;
}

.PFMBoxedCell a:hover
{
    height: 98%;	
	background-color: black;
	text-decoration:none;	
	display:block;
	color: White;
}

.PFMBoxedCellBlack
{
    width: 100%;
    height: 17px;
	border-top: solid 1px black;
	font-size: 7pt;
	font-weight: normal;
}

.PFMBoxedCellBlack a{
	padding: 2px 0px 0px 2px;
    height: 100%;	
	text-decoration: none;
	display:block;
	color: black;
}

.PFMBoxedCellBlack a:hover
{
	background-color: black;
	text-decoration:none;	
	display:block;
	color: White;
}

.PFMBoxedCellWhite
{
    width: 100%;
    height: 17px;
	border-top: solid 1px black;
	font-size: 7pt;
	font-weight: normal;
}

.PFMBoxedCellWhite a{
	padding: 2px 0px 0px 2px;
    height: 100%;	
	text-decoration: none;
	display:block;
	color: white;
}

.PFMBoxedCellWhite a:hover
{
	height: 16px;
	background-color: white;
	text-decoration:none;	
	display:block;
	color: black;
}

/*******************************************************/
/* ProductFamilyMenuUnboxed                            */
/*******************************************************/

.PFMUnboxedBox
{
    width: 140px;
    height: 100%;
	position: absolute;
}

.PFMUnboxedCell  
{
    width: 100%;
    height: 15px;
	font-size: 7pt;
	font-weight: normal;
	text-align: left;
}

.PFMUnboxedCell a{
	padding: 2px 0px 0px 1px;
    height: 100%;	
	text-decoration: none;
	display:block;
	color: White;
}

.PFMUnboxedCell a:hover
{
    height: 98%;	
	background-color: black;
	text-decoration:none;	
	display:block;
	color: White;
}

.PFMUnboxedCellBlack
{
    width: 100%;
    height: 15px;
	font-size: 7pt;
	font-weight: normal;
	text-align: left;
}

.PFMUnboxedCellBlack a{
	padding: 2px 0px 0px 1px;
    height: 100%;	
	text-decoration: none;
	display:block;
	color: black;
}

.PFMUnboxedCellBlack a:hover
{
	height: 15px;
	text-decoration:none;	
	display:block;
	background-color: white;
	color: Black;
}

.PFMUnboxedCellWhite
{
    width: 100%;
    height: 15px;
	font-size: 7pt;
	font-weight: normal;
	text-align: left;
}

.PFMUnboxedCellWhite a{
	padding: 2px 0px 0px 1px;
    height: 100%;	
	text-decoration: none;
	display:block;
	color: white;
}

.PFMUnboxedCellWhite a:hover
{
	height: 15px;
	text-decoration:none;	
	display:block;
	background-color: white;
	color: Black;
}




