/* product overview */
p.link
{
}
table.products
{
	width:100%;
	margin-top:10px;
}
table.products td
{
	text-align:left;
	padding:0px;
}
table.products a
{
	color:#0044ff;
	text-decoration:none;
}
table.products a:hover
{
	text-decoration:underline;
}
table.products h2
{
	margin:0px 0px 0px 0px;
	padding:0;
}
table.products h2 a
{
	color:#d00000;
	font-size:16px;
	letter-spacing:0px;
	text-decoration:none;
	font-family: Arial Black, Helvetica, sans-serif;
}
table.products h3 a
{
	color:#000000;
	font-style:normal;
	font-size:12px;
	letter-spacing:0px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
}
table.products p
{
	margin:2px 200px 0px 0px;
	line-height:130%;
}
table.products td.product-image
{
	padding-right:10px;
}
p.bread-crumb
{
	margin-top:10px;
	letter-spacing:1px;
	color:#333;
	padding-bottom:4px;
	border-bottom:dotted 1px #cecece;
}
p.bread-crumb a
{
	text-decoration:none;
	color:#333;
}
p.bread-crumb a:hover
{
	text-decoration:underline;
}
tr.separator
{
	height:5px;
}