.product	{
	padding:1px 10px 10px 10px;
	background:url(../img/product_bg.png) top left no-repeat;
	width:460px;
	height:125px;
}
.product:hover	{
	background:url(../img/product_bghover.png) top left no-repeat;
	cursor:pointer;
}
.product	p	{
	padding-left:10px;
}
.product h2	{
	margin-bottom:-5px;
	display:inline;
}
.product sup	{
	font-family:"Courier New", Courier, monospace;
	background:#333333;
	color:#fff;
	font-size:9px;
	display:inline;
	margin-left:6px;
}
