#price {
	float: right;
	width: 250px;
	padding: 1em;
	text-align: center;
	background-color: #ffff87;
	border: 2px solid #0178bc;
	font-size: 12px;
	}
	
#price p {
	margin-bottom: 0.5em;
	margin-top: 0.5em;
}

#price p.free {
	font-size: 22px;
	font-weight: bold;
	color: #0178bc;
}

#price span.bigprice {
	font-weight: bold;
	color: #bc4501;
}

#price span.bigprice span {
	font-size: 24px;
}

#price p.item {
	font-size: 10px;
}