/* Products Pages */

table.product{
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	width: 470px;
	clear: left;
}
table.product td, table.product th{
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: center;
	padding: 3px;
}
table.product th{
	font-weight: bold;
	background: #F4C61E;
}
table.product caption, h3.product{
	font-weight: bold;
	font-size: 130%;
	text-transform: uppercase;
	padding: 1em 0;
	text-align: left;
	margin: 0;
}
h3.product{
	padding-bottom: 0;
	clear: both;
}
img.floatleft{
	/*width: 200px;*/
	float: left;
	margin: 0 10px 10px 0;
}
h2 a, h2 a:visited{
	color: #3D7788;
	font-weight: normal;
}
