#title {
	display: block;
	margin-bottom: 10px;
}

.product_type {
	float: left;
	padding-right: 50px;
}

#leader {
	clear: both;
	margin-top: 10px;
	padding-top: 10px;
}

.flavor {
	width: 440px;
	padding-top: 10px;
}

.flavor .image {
	float: left;
	width: 88px;
}

.flavor .text {
	float: left;
	width: 345px;
}

.flavor .text .name {
	width: 345px;
}

.flavor .text .description {
	width: 345px;
}

.flavor .text .description span.ingredients {
	font-style: italic;
}

.flavor .text .description span.label {
	font-weight: bold;
}

