body 
{
	/*this is to fix :hover issue in IE*/
	behavior:url("csshover.htc");
}

.ProductLinks, .ProductLinksBottom
	{
		display:block;
		width:160px;
		height:53px;
		padding:1px;
		border:1px solid #888;
		border-bottom:none;
		text-align:center;
		padding-top:11px;
		padding-bottom:10px;
		background-color:#7DAFD0;
		position:relative;
		font-family:arial;
		font-size:13px;
		color:black;
		font-weight:bold;
}
.ProductLinksBottom
{
	border:1px solid #888;
}
.ProductLinks a
{
/*	___color:#124662; */
	color:black;
	text-decoration:none;	
}
.ProductLinks a:hover
{

	color:#C1E7FB;
}
.ProductLinksBottom a
{
	color:black;
	text-decoration:none;	
}
.ProductLinksBottom a:hover
{
	color:#C1E7FB;
}





.FeatureLinks, .FeatureLinksBottom
	{
		display:block;
		width:160px;
		height:780px;
		padding:1px;
		border:1px solid #888;
		border-bottom:none;
		text-align:center;
		padding-top:11px;
		padding-bottom:10px;
		background-color:#A8B89C;
		position:relative;
		font-family:sans-serif;
		font-size:12px;
		color:black;
		
}
.FeatureLinksBottom
{
	border:1px solid #888;
}
.FeatureLinks a
{
/*	___color:#124662; */
	color:#1F4666;
	text-decoration:underline;	
}
.FeatureLinks a:hover
{

	color:#C1E7FB;
}
.FeatureLinksBottom a
{
	color:black;
	text-decoration:none;	
}
.FeatureLinksBottom a:hover
{
	color:#C1E7FB;
}

