@charset "utf-8";

/**
 * Health Nutrition
 */
div#nutrition-home {
	min-height: 240px;
}

* html div#nutrition-home {
	height: 240px;
}

div.main-content div#nutrition-home ul li {
	height: 20px;
	list-style-image: url('../images/generic-arrow.gif');
	vertical-align: middle;
}

div.main-content div#nutrition-home ul li a {
	color: #454974;
	font-weight: bold;
	text-decoration: none;
	padding-left: 5px;
}

div#content-text {
	float: left;
	width: 425px;
	margin-right: 30px;
}

div#content-image {
	float: left;
}

div#nutrition-featured-boxes {
	clear: both;
}

/**
 * Overwrites the Box main class
 */
div.main-content div.generic-featured-box {
	float: left;
	width: 220px;
	margin-right: 10px;
}

div.main-content div.box-content {
	min-height: 100px;
	padding-left: 8px;
	padding-bottom: 0;
}

/**
 * IE6 min-height workaround
 */
* html div.main-content div.box-content {
	height: 100px;
}

div.main-content div.box-content h4 {
	margin-bottom: 10px;
}

div.main-content div.box-text {
	width: 110px;
	margin-right: 17px;
	_margin-right: 10px;
}

div.main-content div.box-image {	
	margin-top: 10px;
	margin-bottom: -7px;
	
	*margin-top: 0;
	*padding-top: 14px;
	*margin-bottom: -14px;
	
	_padding-top: 13px;
	_margin-bottom: -13px;
	
	position: relative;
	z-index: 99;
}

div.main-content p.box-text {
	height: 50px;
}

div.main-content p.calculator {
	width: 117px;
}

/**
 * CSS for Url: weight-control.aspx
 */
div#healthy-eating,
div#physical-activity {
	float: left;
	width: 210px;
}

div#healthy-eating {
	margin-right: 25px;
}

p.intro {
	font-style: italic;
}

/*  */

img.calorie-table {
	display: none;
}

table.bmi-calculator {
	border-collapse: separate;
	margin-bottom: 10px;
	font-size: 100%;
	color: #525253;
}

table.bmi-calculator td {
	padding: 2px 15px;
	width: auto;
}

/*BEST HEALTH*/

div#best-home, div#best-home-over {
	width:645px;
	_width:642px;
	min-height:450px;
}

div#best-home #intro p, div#best-home-over #intro p{
	color:#464a74;
}


div#best-home .title, div#best-home .title2, div#best-home-over .title, div#best-home-over .title2{
	font-size:150%;
	font-weight:bold;
	color:#464a74;
	font-family:Arial;
}

div#best-home .subtitle, div#best-home-over .subtitle{
	padding-left:20px;
	color:#464a74;
}

.blue{
	color:#464a74;
}

div#space-left {
	float:left;
	margin-left:30px;
	_margin-left:15px;
}

div#space-left .btn{
	text-align:right;
}

div#lefttext{
	width:495px;
	/*float:left;*/
}

div#space-left .btn-thanks{
	text-align:center;
	margin:0px 0 10px 150px;
}


div#box-recipes{
	background: transparent url('../images/box-recipes.gif') top left repeat-y ;
	width:611px;
	_width:620px;
	height:240px;
	_height:250px;
	padding:10px 0 0 10px;
}

.recipes {
	width:200px;
	float:left;
}

.recipes a {
	margin-left:65px;
}

div#form-health{
	width:450px;
}

div#form-health p{
	padding:5px;
}

div#form-health .fields label, div#form-health .email-again label, div#form-health .birth-date label, div#form-health .gender .not-required, div#form-health .double-line .lang{
	float:left;
	width:180px;
}

.required{
	color:#FF0000;
	width:2px;
}

 .fields, .email-again, .birth-date, .gender, .double-line{
	margin:5px 0;
}

.check{
	float:left;
}

.check label{
	clear:both;
	width:20px;
}

.check input{
	border:none;
	margin: 3px 5px 0 2px;
}

.double-line2{
	clear:both;
}

.text .btn-sbmt{
	padding:5px 0 15px 261px;
	_padding:5px 0 20px 261px;
}

.border{
	border-top:1px solid #CCE1F0;
	margin:10px 0 25px 0;
	_margin:10px 0 10px 0;
	width:100%;
}


div#errorMessages, div#errorAge, .error{
	background-color:#FFFDC5;
	border:1px solid #DC8181;
	color:#953434;
	margin:10px 0;
}

div#errorMessages{
	height:65px;
	padding:5px;
}

div#errorAge, .error{
	height:auto;
	padding:10px 5px;
}

div#errorMessages li{
	color:#953434;
	float:left;
}

div#errorMessages ul{
	list-style-type:none;
}

.text p{
	color:#464a74;
}
