/* product */
#product .a {
	float: right;
	/*margin: 10px;*/
	font-size: 10px;
	text-align: center;
	cursor: pointer;
	margin-left: 10px;
}

#product .b {
	margin-bottom: 20px;
}

.top_price
{
	font-family: 	Georgia;
	font-style:		italic;	
}

del.sale_old_price
{
	color:	#aaa;
	font-size:		.9em;
	font-family: 	Georgia;
	font-style:		italic;	
}

ins.sale_new_price 
{
	color:			#b00;	
	text-decoration: none;
	font-size:		1.2em;
	font-family: 	Georgia;
	font-style:		italic;	
}
