#smoothie-detail-middle-column
{
	float: left;
	width: 360px;
}
#smoothie-detail-right-column
{
	width: 165px;
	float: right;
}
.smoothie-detail-chart-container
{
	clear: both;
	padding-top: 1.5em;
}
.smoothie-detail-chart
{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
	
	padding: 0px;
	margin: 0px;
}

.smoothie-detail-chart td,
.smoothie-detail-chart th
{
	margin: 0px;
	padding: 2px 0px;
	font: bold 12px "Trebuchet MS", sans-serif;
	color: #8889BE;
	border-bottom: 1px solid #D1D1E8;
}
.smoothie-detail-chart th
{
	text-align: left;
}
.smoothie-detail-chart td
{
	padding: 2px 20px;
	text-align: center;
}
.smoothie-detail-chart-regular
{
	width: 60px;
	padding-right: 20px;
}
.smoothie-detail-chart-skinny
{
	background-color: #FAE6F0;
}
#smoothie-detail-chart-header-main
{
	border: none;
}
#smoothie-detail-chart-header-skinny
{
	border: none;
	padding: 0px;
	width: 90px;
	background-image: url("/images/smoothie-detail-skinny.gif");
	background-position: bottom;
	background-repeat: no-repeat;
}
.smoothie-detail-chart .smoothie-detail-chart-header th
{
	border: none;
	background-image: url("/images/smoothie-detail-header-background.gif");
	background-position: bottom;
	background-repeat: repeat-x;
	padding-bottom: 15px;
}

.smoothie-detail-chart .smoothie-detail-chart-bottom td
{
	font-size: 1px;
	padding: 0px 0px 4px 0px;
	border-bottom: 2px solid #D1D1E8;
}
.smoothie-detail-chart-disclaimer
{
	font: italic 11px "Trebuchet MS", sans-serif;
	color: #8889BE;
	padding: 8px 0px;
}
.smoothie-detail-link-all
{
	padding-bottom: 15px;
}
.smoothie-detail-link-all a
{
	font: normal 11px "Trebuchet MS", sans-serif;
	color: #666666;
}
.smoothie-detail-link-buttons
{
	text-align: center;
}
.smoothie-detail-link-buttons img
{
	padding: 3px;
}

.smoothie-detail-size,
.smoothie-detail-size *
{
	font: bold 13px "Trebuchet MS", sans-serif;
	color: #8889BE;
	font-weight: bold;
}
.smoothie-detail-size-heading
{
	text-align: right;
}
.smoothie-detail-size-select
{
	text-align: center;
}

.smoothie-detail-chart th#smoothie-detail-size-select
{
	text-align: center;
	background-color: yellow;
}

.smoothie-detail-ingredients
{
	font: normal 11px "Trebuchet MS", sans-serif;
	color: #666666;
}

.smoothie-detail-sidebar
{
	width: 125px;
	margin: 0px auto;
}
.smoothie-detail-top
{
	height: 10px;
	margin: 0px;
	padding: 0px;
	background-image: url("/images/smoothie-detail-sidebar-top.gif");
	background-position: bottom;
	background-repeat: no-repeat;
}
.smoothie-detail-bottom
{
	height: 10px;
	margin: 0px;
	padding: 0px;
	background-image: url("/images/smoothie-detail-sidebar-bottom.gif");
	background-position: top;
	background-repeat: no-repeat;
}
.smoothie-detail-sidebar-middle
{
	padding: 10px 24px;
	background-color: #D1D1E8;
	margin: 0px;
}
.smoothie-detail-sidebar-middle h2
{
	color: #CC3366;
	font: bold 14px "Trebuchet MS", sans-serif;
}
.smoothie-detail-sidebar-middle div
{
	padding: 0px 0px 30px 0px;
}
.smoothie-detail-sidebar-middle ul
{
	margin: 0px;
	padding: 0px;
}
.smoothie-detail-sidebar-middle li
{
	list-style-type: none;
	color: #666666;
	font: normal 11px "Trebuchet MS", sans-serif;
	padding-bottom: 2px;
}
