.product_table {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	color: #000;
	border: none;
	width: 659px;
}
.product_name {
	font-weight: bold;
	color: #FFF;
	background-color: #663366;
	font-size:15px;
	text-align:center;
}
.thumbnail {
	padding: 2px;


}
.notes_value {
	padding: 10px 5px 5px 5px;
	font-size:0.8em;
	line-height:1.2em;
	}
th {
	font-weight: bold;
}
.data_sheet  a:link    {
	color:#FFF;
	font-size:11px;
	text-decoration:underline;
}
.data_sheet  a:hover    {
	text-decoration:none;
}
.data_sheet  a:visited    {
	text-decoration:underline;
	font-size:11px;
	color:#FFDD06;
}
.leftlist {
	float: left;
}
.notes_value li {list-style : disc outside none; margin-bottom: 4px;}
