table.product-grid  {
	background-color: #ffffff;
	clear: both;
	width:100%;
	font-size: 1em;
	}
table.product-grid td {
  padding:5px 0 5px 0;
  vertical-align:middle;
}
table.product-grid td.header {
	font-size: 1.1em;
	font-weight: bolder;
	color: #666666;
	margin: 20px 0 0 0;
	vertical-align: bottom;	
	text-align:center;
	}
table.product-grid td.title {
	background-color: #EEEEEE;
	border-top: 1px solid #808080;
	font-size: 1em;
	padding: 5px 0 5px 23px;
	border-right: 2px dotted #EEEEEE;
	background-position: 6px center;
	background-repeat: no-repeat;
	}
table.product-grid td.title a {
	text-decoration: none;
	font-weight: bolder;
	}			
table.product-grid td.logo-left {
	width: 10%;
	text-align: left;	
	border-right: 2px dotted #EEEEEE;
	}
table.product-grid td.logo-center {
	width: 10%;
	text-align: center;	
	border-right: 2px dotted #EEEEEE;
	}	
table.product-grid td.printable {
	width: 18%;
	text-align: center;	
	}
table.product-grid td.video {
	width: 18%;
	border-right: 2px dotted #EEEEEE;
	text-align: center;	
	}
table.product-grid td.pi {
	width: 20%;
	text-align: center;
	border-right: 2px dotted #EEEEEE;
	}
table.product-grid td.footer {
	clear: both;
	background-color: #EEEEEE;
	border-top: 1px solid #808080;
	height: 20px;
	}	
