	table#products {
		/*width: 285px;*/
/*		margin:5px;*/
	}
	
	table#products p {
		margin:0;
	}
	
	table#products tr, table#products th, table#products td {
		background-color: #C0C0C0;
		margin: 1px;
		padding: 5px;
	}
	
	table#products tr .model {
		width: 80px;
	}
	
	table#products tr .description {
/*		width: 175px;*/
	}
	
	table#products tr th {
		font-size: 22px;
		font-style: italic;
		font-weight: bold;
		font-family:"Times New Roman", Times, serif;
		color: #0066CC;
	}
	
	table#products tr td {
		font-size: 12px;
	}
	
	table#products td.description p {
		margin: 0;
	}
	
	table#products td.description p.emphasis {
		color: #0066CC;
		font-style: italic;
	}
