/* CSS LAYOUT REDESIGN FOR DIETPROGRAMREVIEWS.COM */

* html p {
  height: 1%;
  margin-left: 0;
  }
  
body {
	color: #444;
	background-image: url('i/background.jpg');
	background-color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	line-height: 1.4em;

	}

p, li, ul, ol {
	color: #444;
	font-family : Verdana, Arial, sans-serif;
	font-size : 100%;
	margin-top: 4px;
	margin-bottom: 8px;
	}
	
/* LIST STYLES */
ul {
	list-style-image: url('i/bullet.gif');
	list-style-position: outside;
	margin-left: 40px;
	padding-left: 6px;
	line-height: 1.5em;
	}
ul ul {
	list-style-image: none;
	}
	
ol {
	list-style-image: none;
	margin-left: 40px;
	padding-left: 6px;
	}
	
li {
	margin-top: 0px;
	margin-bottom: 0px;
	}

/* MAIN LINK STYLES */

a:link {color: blue; font-weight: normal; text-decoration: underline;}
a:visited {color: blue; font-weight: normal; text-decoration: underline;}
a:hover {color: red; font-weight: normal; text-decoration: none; background: yellow; padding-top: 2px; padding-bottom: 2px;}
a:active {color: black; font-weight: normal; text-decoration: underline;}


/* HEADINGS */

h1 {
	font-size: 125%;
	font-weight: bold;
	color: #f8f8f8;
	letter-spacing: .05em;
	margin: 0;
	line-height: 140%;
	padding: 0;
	}

h2 {
	font-family: "Trebuchet MS", "Comic Sans MS", Arial, sans-serif;
	font-size: 135%;
	font-weight: bold;
	letter-spacing: 2;
	color: #972323;
	padding: 4px 0 4px 0;
	border-bottom: 1px solid #668;
	margin-top: 14px;
	}

h3 {
	background-image: url('i/end1.gif');
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 105%;
	font-weight: normal;
	color: #972323;
	letter-spacing: 2;
	padding-left: 20px;
	margin: 12px 0 6px 0;
	}

h4, h5 {
	font-size : 100%;
	font-weight : bold;
	color : #CD6400;
	letter-spacing: 1px;
	margin: 12px 0 6px 0;
	padding-top: 0;
	padding-bottom: 0;
	}

h6 {
	font-size: 100%;
	font-weight: bold;
	color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	}

	
/* CONTAINER DIVS */

#wrapper {
	width: 750px;
	border-top: 1px #c0c0c0 solid;
	border-left: 1px #c0c0c0 solid;
	border-right: 1px #c0c0c0 solid;
	margin: 10px 0 0 0;
	padding: 0;
	text-align: center;
	background: #fff;
	}
	
#globalnav {
	margin: 0;
	background: #fff;
	width: 750px;
	margin: 0;
	height: 24px;
	text-align: right !important;
	}
#globalnav a:link {color: #386bb0; text-decoration: underline; font-weight: bold;}
#globalnav a:visited {color: #386bb0; text-decoration: underline; font-weight: bold;}
#globalnav a:hover {color: #972323; text-decoration: none; font-weight: bold; background: none;}
#globalnav a:active {color: #386bb0; text-decoration: underline; font-weight: bold;}
.globalnav img {
	margin: 0 0 2px 0;
	vertical-align: middle;
	}
.globalnav {
	text-align: right;
	margin: 4px 20px 8px 0;
	}
.globalnav  ul {
	display: inline;
	list-style: none;
	vertical-align: middle;
	}
.globalnav li {
	display: inline;
	margin: 3px 0 4px 10px;
	list-style: none;
	vertical-align: middle;
	}

#branding {
	clear: both;
	background: #df4f4f url(i/helpcenter1.jpg);
	width: 750px;
	height: 120px;
	padding: 0;
	margin: 0;
	}
#branding h1 {
	float: right;
	margin: 40px 15px 0 0;
	text-align: right;
	letter-spacing: normal;
	}
#jumpnav {
	background-image: url(i/navigation.jpg);
	background-color: #e0e0e0;
	font-size: 90%;
	text-align: right;
	height: 30px;
	width: 750px;
	padding: 0 !important;
	margin: 0 !important;
	}
#jumpnav a:link {color: #386bb0; text-decoration: underline; font-weight: bold;}
#jumpnav a:visited {color: #386bb0; text-decoration: underline; font-weight: bold;}
#jumpnav a:hover {color: #009; text-decoration: none; font-weight: bold; background: none;}
#jumpnav a:active {color: #386bb0; text-decoration: underline; font-weight: bold;}
.jump {
	padding: 6px 20px 4px 0;
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: 1px;
	}

#content {
	width: 750px;
	text-align: left;
	margin: 0;
	padding: 0;
	background: #fff;
	}

#subnav {
	/* position: relative; */
	float: left;
	width: 165px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font: small Verdana,sans-serif;
	margin: 12px 8px 10px 8px;
	}
#subnav2 {
	/* position: relative; */
	float: left;
	width: 165px;
	padding: 0px;
	background-color: #fff;
	border-right: none;
	border-bottom: none;
	font: small Verdana,sans-serif;
	margin: 12px 8px 10px 8px;
	}
#maincontent {
	text-align: left;
	width: 490px;
	margin: 0 20px 10px 205px;
	padding: 12px;
	}
#maincontent a:link, a:visited, a:hover, a:active { font-weight: normal; }

#footer {
	clear: both;
	background-image: url('i/footer.jpg');
	background-color: #e0e0e0;
	color: #bbb;
	font-weight: normal;
	font-size: 90%;
	text-align: center;
	letter-spacing: 1px;
	line-height: 18px;
	border-bottom: 1px #aaa solid;
	width: 750px;
	height: 38px;
	margin-top: 20px;
	}
#footer a:link {color: #386bb0; text-decoration: none; font-weight: bold;}
#footer a:visited {color: #386bb0; text-decoration: none; font-weight: bold;}
#footer a:hover {color: #972323; text-decoration: underline; font-weight: bold; background: none;}
#footer a:active {color: #386bb0; text-decoration: none; font-weight: bold;}
#footer p {
	padding: 8px 0 4px 0;
	color: #889;
	}

/* SUBNAV CHILD STYLES */

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-size: 11px;
}
#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #ccc;
}

#sectionLinks a:link  {
	display: block;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #aaa;
	/* background-image: url(i/bg_nav.jpg); */
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #386BB0;
	text-decoration: none;
}
#sectionLinks a:visited {
	display: block;
	border-top: 1px solid #fff;
	border-left: 1px solid #aaa;
	border-bottom: 1px solid #ccc;
	/* background-image: url(i/bg_nav.jpg); */
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #386BB0;
	text-decoration: none;
	}
#sectionLinks a:hover {
	border-top: 1px dashed #aaa;
	border-bottom: 1px dashed #aaa;
	border-left: 1px solid #aaa;
	background-color: #fff;
	background-image: none;
	font-weight: bold;
	color: #972323;
	text-decoration: none;
}

/* SECONDARY LINKS */
#sectionLinks2 {
	margin: 0 0 10px 0;
	padding: 0px;
	font-size: 10px;
}
#sectionLinks2 h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #ccc;
}

#sectionLinks2 a:link  {
	display: block;
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #386BB0;
	text-decoration: none;
}
#sectionLinks2 a:visited {
	display: block;
	border-top: 1px dashed #fff;
	border-bottom: 1px dashed #fff;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #386BB0;
	text-decoration: none;
	}
#sectionLinks2 a:hover {
	display: block;
	border-top: 1px dashed #aaa;
	border-bottom: 1px dashed #aaa;
	background-color: #fff;
	background-image: none;
	font-weight: bold;
	color: #972323;
	text-decoration: none;
	padding: 3px 0px 3px 10px;
}
.space {
	background-color: #fff;
	background-image: none;
	border: none;
	}

/************* relatedLinks styles **************/

#relatedLinks {
	margin: 0;
	padding: 10px 0px 10px 10px;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	line-height: 120%;
	border-left: 1px #ccc solid;
	background: #fafafa;
}
.relatedLinks {
	margin: 0;
	padding: 10px 0px 10px 10px;
	border-bottom: 1px solid #ccc;
	font-size: 11px;
	line-height: 120%;
	border-left: 1px #ccc solid;
	background: #f1f1f1;
}
#relatedLinks2 {
	margin: 0;
	padding: 10px 0px 10px 10px;
	border-bottom: none;
	border-left: none;
	background: #fff;
	}
.relatedLinks2 {
	margin: 0;
	padding: 10px 0px 10px 10px;
	border-bottom: none;
	font-size: 11px;
	line-height: 120%;
	border-left: none;
	background: #fff;
	}
#relatedLinks p {
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 130%;
	}
#relatedLinks h3 {
	padding: 15px 0px 6px 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 90%;
	color: #224;
	letter-spacing: 0em;
}
#relatedLinks a {
	display: block; 
}
#relatedLinks a:link {
	font-weight: normal;
	background: none;
	}
#relatedLinks a:visited {
	font-weight: normal;
	background: none;
	}
#relatedLinks a:hover {
	color: #778;
	background: #fff;
	padding: 0;
	}
.week {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #444;
	background: #fafafa;
	padding: 4px;
	}
	
/* FOR EDIETS TOP RECOMMENDATION LINK CAPTION */
.hilite {
	font-size: 8px; 
	font-weight: normal; 
	font-family: verdana, arial, helvetica, sans-serif; 
	background: #ffff00; 
	color: #400;
	}
#select {
	background: #fff;
	background-image: none !important;
	color: #334 !important;
	}
#focus {
	position: relative;
	z-index: 1;
	border: 1px #aaa dashed;
	padding: 15px;
	margin: 20px 0px 10px 0px;
	background: #eeeeef;
	}
/* #focus a:link, a:visited, a:hover, a:active { font-weight: bold; } */

#focus p {
	font-family: Geneva, Helvetica, Arial, sans-serif;
	font-size: 12px; 
	font-weight: bold;
	line-height: 140%;
	color: #334;
	}
#focus h4 {
	text-align: center;
	margin: 0 0 10px 0;
	font-size: 12px;
	}
#focus h5 {
	text-align: center;
	background: #f6f6f6;
	padding: 4px 50px 4px 50px;
	}
/* #focus h5 a:hover {
	background: yellow;
	text-decoration: none;
	} */

.brand {
	color: #668; font-weight: bold; 
	}
	
.big {
	font-size: 110%;
	letter-spacing: .05em;
	font-weight: bold;
	}
.comp {
	font-size: 11px;
	color: #666;
	font-family: verdana, arial, helvetica, sans-serif;
	}
.comp2 {
	text-transform: uppercase;
	}
.contextmenu {
	float: right; 
	width: 150px; 
	background: #f8f8ff; 
	padding: 6px; 
	margin: 6px 0 6px 15px; 
	letter-spacing: normal;
	font-size: 11px;
	border: 1px #aaa dashed;
	line-height: 140%;
	text-align: center;
	display: inline;
	clear: none;
	}
.contextmenu p {
	text-align: center;
	}
.contextmenu a:link {
	text-decoration: underline;
	}
.contextmenu a:visited {
	text-decoration: none;
	}
.contextmenu a:hover {
	text-decoration: none;
	background: none;
	}
	
.toprec {
	font-size: 9px !important; 
	font-weight: normal; 
	font-family: verdana, arial, helvetica, sans-serif; 
	background: #ffff00; 
	color: #422 !important;
	padding: 1px;
	line-height: 2em;
	}
.charthead {
	color: #666666; 
	font-weight: bold; 
	font-size: 12px;
	}
h4.oview {
	border-bottom: 1px #ddd dotted;
	padding-bottom: 1px;
	}
a.oview {
	font-weight: bold !important;
	text-decoration: none;
	padding: 2px;
	}
.oview a:link  {
	text decoration: none !important;
	}
.oview a:visited {
	text-decoration: none; !important;
	}
.oview a:hover {
	color: red;
	background: none;
	letter-spacing: 2px;
	background: #f8f8f8;
	border-top: 1px #ccc dashed;
	border-bottom: 1px #ccc dashed;
	}
.ovbold {
	color: #777;
	font-weight: bold;
	}
.floati {
	float: right; 
	margin: 0 0 6px 20px; 
	clear: none;
	display: inline;
	}
.disclaim {
	padding: 6px 20px 6px 20px; 
	background: #fafafa; 
	font-size: 10px; 
	line-height: 1.6em; 
	border-top: 1px #ccc dashed; 
	border-bottom: 1px #ccc dashed;
	color: #666;
	margin-top: 20px;
	}
.toprec {
	font-size: 8px; 
	font-weight: normal; 
	font-family: verdana, arial, helvetica, sans-serif; 
	background: #ffff00; 
	color: #400;
	text-transform: uppercase;
	}
.headlink a:link {
	text-decoration: none;
	font-weight: bold;
	}
.headlink a:visited {
	text-decoration: none;
	font-weight: bold;
	}
.headlink a:hover {
	text-decoration: none;
	border-bottom: 1px #ccc dashed;
	border-top: 1px #ccc dashed;
	color: red;
	background: #fff;
	padding-top: 2px; 
	padding-bottom: 2px;
	font-weight: bold;
	}
.shadowp {
	line-height: 10px; 
	border-bottom: 1px #ccc dashed;
	margin-bottom: 10px;
	}
.fr {
	float: right;
	margin: 6px 0 6px 12px;
	}