@charset "utf-8";
/* CSS Document */

*{
	border:0px;
	border-collapse:collapse;
	}
	
@font-face
{
	font-family:Verdana;
/*	src:url(fonts/euphemia.ttf) format('embedded-opentype');*/
}

body
{
	font-family:"Verdana";
}

.DescriptionTable{
	margin-bottom: 0px;
    margin-left: auto;
	margin-right: auto;
	border-collapse:collapse;
	font-size:12px;
	background:none;
	margin-bottom:10px;
	 }

.DrawingTable{
	margin-bottom: 0px;
    margin-left: auto;
	margin-right: auto;
	font-size:12px;
	background:none;
	margin-bottom:10px;
	border-collapse:separate;
	border-spacing:10px;
	table-layout:fixed;
	
	 }

.DrawingTable td
	{
		height:100%;
		text-align:center;
		}

.productimage1

{
		text-align:center;
		background: url("images/FSC_FSCRD_1-01.png") no-repeat;
		transition: 0.25s;
	 
}
	  

	  
.productimage
	{
		
		text-align:center;
		
		
		
		}

.productimage1:hover
{
	background: url("images/FSC_FSCRD_1alternating-01.png") no-repeat;
	
}

.Description
	{
		vertical-align:top;
		padding-top:10px;
		padding-left:0px;
	}
	
.Description p
	{
		padding-top:0;
		padding-bottom:0;
		margin-top:0;
		margin-bottom:0;
		
	}

.BulletsTitle
	{
		font-size:18px;
		color:#17619F;
		
	}
.BulletsTitle2
	{
		font-size:18px;
		color:#FF0004;
		text-decoration: underline;
		font-weight: bold;
		
	}
	
.Title
	{
		style="font-weight: lighter; 
		color:#17619F; 
		font-size:24px
		
	}
.Attributes
	{
		font-size:18px; 
		color: #FFFFFF;
		background-color:#17619F
		
	}
	
#Mechanical
	{
		border:1px #17619F solid;	
		background-color:#FFFFFF;
		
	}
#Schematic
	{
		border:1px #17619F solid;
		background-color:#FFFFFF;
		
		
		}
		
	
		.IconTable
	{
		height: 100%;
		border-collapse:collapse;
		text-align:center;
		margin-top:50px;
	}
	
	
	
	.IconTable td
	{
		vertical-align:middle;
		width: 100px;
		height: 70px;
		
	}
	
	.IconTable td p
	{
		font-size:9px;
		font-weight:bold;
		color:#065E02;
		margin:0px;
		padding:0px;
	}
	
	.IconTable td img
	{
		padding:0px;
	}
	
	.FAQ
	
	{
		font-family:Verdana;
		font-size:16px;
		color:#000000;
		
			
	}
	
	td a
	{
		text-decoration:none;	
	}

div.VideoLink2
{
	cursor:pointer;
	margin-top: 25px;
	width: 275px;
	height: 131px;
	margin-left: 88px;
	border-bottom-style: solid;
	border: thick;
	border-color: red;
	}
		#ToolTip
	{
		background-color: rgba(236,255,130,0.75);
		position: absolute;
		border-radius: 10px;
		padding: 5px;
		border: 2px #000000;
		-webkit-box-shadow: 3px 3px 7px 0px;
		box-shadow: 3px 3px 7px 0px;
		visibility:hidden;
		color:#000000;
		font-size:14px;
	}
.alternating
{
	background-image: url("images/SV_Alternating1.png");
}
