.clear { display: inline-block; }   
.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}
* html .clear { height: 1%; }
.clear { display: block; }
	
.ldr {
	color: #fff;
	position: absolute;
    right: 10px;
    top: 10px;
}

.overlay {
    position: absolute;
    background: #000;
    opacity: 0.7;
    filter: alpha(opacity = 70);
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.box {
    position: absolute;
    color: #333;
    textAlign: left;
    z-index: 1000;
    background: #000;
    padding: 10px;
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 1.1em;
}

.box .gutter { 	background: #000; }

.box a {
	display: block;
	color: #666;
	outline: none;
}

.box a.close,
.box a.close img {
	line-height: auto;
	border: 0;
}

.box a.inactive	{ color: #ccc; }

.box a.close { float: right; }

.box .nav		
{ 
	position: absolute;
	height: 62px;
}

.box .nav a	{ 
	position: absolute;
}

.box .nav a,
.box .nav a span {
	background-image: url(../../SiteImages/lnk-boxNav.jpg);
	height: 62px;
	width: 25px;	
}

.box .nav a.next,
.box .nav a.next span {
	background-position: top right;
}

.box .nav a.prev:hover,
.box .nav a.prev:hover span {
	background-position: bottom left;	
}

.box .nav a.next:hover,
.box .nav a.next:hover span {
	background-position: bottom right;	
}

.box .nav a.next { right: 0; }
.box .nav a.prev { left: 0; }

.box .ajax { 
	padding: 25px 0 5px 0;
}

.box .bd, .box .hd { 
	text-align: left;
}

.box .bd { position: relative; }

.box .ft { 
	text-align: left; 
	background: #fff; 
}

.box .caption { padding: 0 5px; }

.box .caption {
	margin: 0; 
	line-height: 1.4;
	float: left;
	padding-top: 5px;
}

.box h2 {
	margin-top: 0;
	margin-bottom: 14px;
	text-transform: uppercase;
	font-family: "FuturaBT MediumCondensed", FuturaBT, Impact, Arial, Verdana, Sans-Serif;
	color: #0055a5;
	font-weight: bold;
	font-size: 2.2em;
}

.box p,
.box h3 {
	margin: 0;
}

.box p{
	margin-bottom: 1em;
	line-height: 1.4;
}

.box .original{
	background: url(../../SiteImages/div-original.jpg) top right no-repeat;
	/* min-height: 358px; */
}
/*
*+html .box .original, 
* html .box .original {
	height: 358px;
}
*/
.box .nutrition{
	margin-bottom: 3em;
}

.box .nutrition table { 
	border-collapse: collapse;
	background: #fff;
}

.box th,
.box td { 
	border: solid 1px #999999; 
	padding: 4px 6px;
	text-align: center;
}

.box th			{ width: 135px; }
.box th.fixed	{ width: 69px; }

.box .alignleft { text-align: left; }

.box .stripe { background: #e3f2f5; }

.content { padding: 0 45px 0 45px; }

.box .caption strong { font-weight: bold; }

.ajax .figure {
	position: absolute;
	right: 0;
	top: 0;
}
.box .nutrition th { font-weight: bold; }