/* CSS Document */

table.product_overview	{ width: 500px; margin: 10px auto;}
table.product_overview tr	{ vertical-align: top; }
td.description			{ vertical-align: top; }
td.description a		{ color: #00A660; font-weight:normal;}
td.description a:hover	{ text-decoration: underline }
td.picture				{ width: 80px; text-align: center; }
td.product_name a		{ color: #00553B; font-size: 1em; }
td.product a:hover		{ text-decoration: underline }
.product_name h2 		{ margin: 0px; padding:0px; font-size: 1em;}

td.price_etc			{ height: 1em; }
.othername				{ color: #00A660; }
