@charset "utf-8";
/* CSS Document */

.product
{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	position: relative;
}
.product .price
{
	position: absolute;
	right: 0px;
	bottom: 0px;
	text-align: right;
	font-weight: bold;
}
.product .price label
{
	font-weight: normal;
}
.product img
{
	margin-top: 0px;	
}