table.productstable
{
	width: 600px;		
}
table.productstable tr td.descriptioncell
{
	height: 100px;
	width: 400px;
/*
	border-top: solid 1px #999966;
	border-right: solid 1px #999966;
	border-bottom: solid 1px #999966;
*/
	padding-left: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 16px;
	font-size: 8pt;
	font-weight: normal;
	background-color: #999966;
	background-position: left top;
	background-repeat: no-repeat;
	color: #FFFFFF;
}
table.productstable tr td.namecell
{
	height: 40px;
	width: 200px;
	border-right: solid 1px #999966;
}
table.productstable tr td.bottom
{
	height: 60px;
	padding-right: 15px;
}
table.productstable tr td.bottom a
{
	font-size: 8pt;
	text-decoration: none;
}
.breadcrumbs
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 7.5pt;
	color: #666633;
	text-decoration: none;
}
a.breadcrumbs:hover
{
	text-decoration: underline;
}