.product_table {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #333333;
	color: #fff;
	border: none;
	width: 659px;
}
.product_name {
	font-weight: bold;
	color: #FFFF00;
	background-color: #663366;
	font-size: 1em;
	text-align:left;
}
.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:#FFFF00;
	font-size:0.8em;
	text-decoration:underline;
}
.data_sheet  a:hover    {
	text-decoration:none;
}
.data_sheet  a:visited    {
	text-decoration:underline;
	color:#999900;
}
.leftlist {
	float: left;
}
