@charset "utf-8";


	.ProductTable
	{
		width: 900px;
		height: 300px;
		padding: 0px;
		margin-top: 10px;
		margin-bottom: 0px;
		margin-left: auto;
		margin-right: auto;
		border: 1px;
		border-style: solid;
		border-color: #000000;
		background: #E1E1E1;
		border-collapse: collapse;
		font-size: 15px;
		font-weight: normal;
		color: #000000;
		box-shadow: 6px 6px 6px 0px #333;
	}
	
	.ProductTable td
	{
		font-size:12px;
	}
	
	.ProductImage
	{
		text-align:center;
		width:225px;
	}
	
	.ProductImage p
	{
		margin:0;
		padding:0;
	}
	
	.Description
	{
		vertical-align:top;
		padding-top:10px;
	}
	
	.Description p
	{
		padding-top:0;
		padding-bottom:0;
		margin-top:0;
		margin-bottom:0;
		margin-left:10px;
	}
	
	td
	{
/*		border: 1px solid #000000;*/
	}
	
	td p
	{
		padding: 5px;
	}
	
	.IconTable
	{
		height: 100%;
		border-collapse:collapse;
		text-align:center;
		text-decoration: none;
	}
	
	
	.IconTable td
	{
		vertical-align:middle;
		width: 100px;
		
	}
	
	.IconTable a
	
	{
		text-decoration: none;
	}
	
	.IconTable td p
	{
		font-size:9px;
		font-weight:bold;
		color:#065E02;
		margin:0px;
		padding:0px;
		
	}
	
	.IconTable td img
	{
		padding:0px;
	}
	
div.VideoLink2
{
	cursor:pointer;
	margin-top: 15px;
	width: 275px;
	height: 131px;
	margin-left: 15px;	
	border-bottom-style: solid;
	border: thick;
	border-color: red;	

	}
div.VideoLink3
{
	cursor:pointer;
	margin-top: 15px;
	width: 275px;
	height: 52px;
	margin-left: 15px;	
	border-bottom-style: solid;
	border: thick;
	border-color: red;	

	}


