div#content-top
{
	width: 920px;
	height: 13px;
	background: url('../images/content-top.gif') no-repeat top left;
}

div#content-middle
{
	overflow: hidden;
	width: 920px;
	background: url('../images/content-bg.gif') repeat-y top;
}

div#content-middle-inner
{
	padding: 2px 15px 2px 15px;
	*padding: 2px 0 2px 15px;
}

div#content-bottom
{
	width: 920px;
	height: 21px;
	background: url('../images/content-bottom.gif') no-repeat top left;
}
div#content-left
{
	float: left;
	margin-right: 15px;
	width: 150px;
}

div#content-content
{
	float: left;
	margin-right: 15px;
	width: 488px;
	font-size: 11px;
}

div#content-content h1,
div#content-content h2
{
	margin: 0 0 15px 0;
	font-size: 20px;
}

div#content-content h3
{
	margin: 0 0 10px 0;
	font-size: 15px;
}

div#content-content p
{
	margin: 0 0 15px 0;
	line-height: 18px;
}

div#content-content ul,
div#content-content ol
{
	margin: 0 0 15px 35px;
}

div#content-right
{
	float: left;
	width: 162px;
}


div#flavors {
clear: both;
}
div.flavor
{
	z-index: 1;
	overflow: hidden;
	position: relative;
	float: left;
	margin: 0 25px 8px 0;
	width: 203px;
	height: 183px;
	padding-top:10px;
}

div.flavor.last
{
	margin: 0 0 8px 0; 
}

div.flavor div.fc-content
{
	position: relative;
}

div.flavor h3
{
	width: 145px;
	margin: 15px 0 0 0px !important;
	font-weight: normal;
	font-size: 13px;
	text-align: center;
	color: #89be44;
}

div.flavor.lto h3
{
	color: #fff !important;
}

div.flavor div.arrow
{
	position: absolute; 
	top: 14px;
	right: 15px;
	width: 17px;
	height: 16px;
}

div.flavor div.sep
{
	position: absolute; 
	top: 136px;
	left: 15px;
	width: 172px;
	height: 2px;
	background: url('../images/fc-sep.png') no-repeat top left;
}

div.flavor.lto div.sep
{
	background: url('../images/fc-sep-white.png') no-repeat top left;
}

div.flavor div.top
{
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	width: 202px;
	height: 15px;
	background: url('../images/fc-top.png') no-repeat top left;
}

div.flavor div.right
{
	z-index: 100;
	position: absolute;
	top: 15px;
	right: 0;
	width: 6px;
	height: 142px;
	background: url('../images/fc-right.png') no-repeat top left;
}

div.flavor div.bottom
{
	z-index: 100;
	position: absolute;
	top: 157px;
	left: 0;
	width: 202px;
	height: 16px;
	background: url('../images/fc-bottom.png') no-repeat top left;
}

div.flavor div.left
{
	z-index: 100;
	position: absolute;
	top: 15px;
	left: 0;
	width: 6px;
	height: 142px;
	background: url('../images/fc-left.png') no-repeat top left;
}

div.flavor div.fruit
{
	padding-top: 8px;
	width: 202px;
	text-align: center;
}

div.flavor div.like-thumb
{
	position: absolute;
	bottom: 15px;
	left: 13px;
	width: 14px;
	height: 15px;
}

div.flavor div.like-number
{
	position: absolute;
	bottom: 13px;
	left: 32px;
	color: #838586;
}

div.flavor.lto div.like-thumb
{
	position: absolute;
	bottom: 15px;
	left: 13px;
	width: 13px;
	height: 15px;
}

div.flavor.lto div.like-number
{
	color: #fff;
}

div.flavor div.fb-like
{
	position: absolute;
	bottom: 11px;
	left: 13px;
	overflow: hidden;
	height: 20px;
}