/*
Theme Name: Dietspotlight
Author: Phil Hess
*/
/* /* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* END THICKBOX */

.tablebox {
	width: 100%; 
	background: #fff; 
	padding-top: 3px; 
	padding-bottom: 7px;
}

.ComparisonTable
{
width: 562px;
background-color: #616161;
margin-top: -8px;
font-size: 11px;
text-align: center;
}
.ComparisonTable td
{
	background-color: #fff;
}
.tableStars
{
	 padding-left: 6px;
	 text-align: left;
}
.tableFullStarImg
{
	width: 12px;
	height: 12px
}
.reviewNameTitles
{
	font-size: 13px;
	font-weight: bold;
}
.reviewAlignRight
{
	display: inline; 
	text-align: right; 
	height: 15px;
	width: 30px;
	position: relative; 
	float: right;
}
.reviewAnchor
{
	font-size: 12px;	
}
.firstColumnStyle
{
	font-size: 12px;
	font-weight: bold;
	font-color: #000;
	text-align: center;
}
.tablebox h2 {
	color: #ae252f;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.greyTableBg
{
	margin-left: -10px; 
	width: 582px; 
	background-color: #ececec;
}
body {
	margin: 0px;
	padding: 0px;
	background: #EEE;
	color: #333333;
	font-family: Arial, Times New Roman, sans-serif;	
	font-size: 12px;
	text-align: left;
	display: block;
}

h1 {
	font-size: 24px;
	font-weight: bold;
	color: #79ad3a;
	padding-left: 0px;
	margin: 0;
}

h2 {
	font-size: 18px;
	font-weight: bold;
	color: #ae252f;
	padding-left: 20px;
}

h3 {
	font-size: 18px;
	font-weight: bold;
	color: #64a01c;
	padding-left:20px;
}

h3 img {
	float: left;
	padding: 2px 6px 0 0;
}

h4 {
	padding: 0px 15px;
	margin: 0;
	color: #5a74a8;
	font-size: 12px;
	font-weight: bold;
}

h4 a {
	color: #5a74a8;
	font-size: 12px;
	font-weight: bold;
}

img {
	border: 0;
}

.red {
	color: #AE252F;
}

#page_container {
	width: 1000px;
	margin: 0 auto;
	background: #FFF;
}

#header {
	width: 100%;
	padding-top:0px;
	text-align:left;
	background: url('images/skin-cream-top-bg.gif') no-repeat;
	background-position: right top;	
}

#quicklinks {
	text-align: right;
	width: 420px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	padding-left: 570px;
	top: 1px;
	color: #5a74a8;
	text-shadow: 0.1em 0.1em #fff;	
	font-size: 14px;
}

.quicklinks {
	list-style-type: none;
	margin-right: 0px;
}

.quicklinks li {
	display: inline;
	padding-left: 7px;
	/*padding-right: 5px;*/
	text-shadow: 0.1em 0.1em #fff;	
}

.quicklinks li a {
	color: #5a74a8;
	text-decoration: none;
	font-weight: bold;
	padding-right: 7px;
	text-shadow: 0.1em 0.1em #fff;
}

.quicklinks li a:hover {
	color: #eec424;
	text-decoration: underline;
}

.review_quicklinks {
	margin-right: 16px;
}

.review_quicklinks li {
	padding: 0 4px;
	font-weight: bold;
	color: #777;
}

#menu {
	height: 30px;
	background: url('images/menu.jpg') repeat-x;
	font-weight: bold;
}

#menu ul {
	list-style-type: none;
	padding: 8px 0 0;
	margin: 0;
}

#menu ul li {
	display: inline;
	padding: 0 20px;
	margin: 0;
	border-right: 1px solid #d8d8d8;
}

#menu ul li a {
	text-decoration: none;
	color: #777;
	letter-spacing: -0.5px;
	padding: 8px 0;
}

#menu ul li a:hover, .active {
	color: #79ad3a !important;
}

#search {
background: #fff url("images/search.png");
background-repeat:no-repeat;
border:1px solid #82765b;
color:#999;
display:inline;
float:left;
font-size:14px;
font-weight:bold;
height:18px;
margin:2px 0 0 0px;
padding:0 0 0 60px;
size:100px;
vertical-align:middle;
width:240px;	
}

#header_search {

	font-weight: bold;
	color: #777;
	width: 450px;
	
	float: right;
	position: relative;
	top: -21px;
	font-weight: bold;
	color: #777;
	left: -540px;
}
.hide {
	border: 0;
	background: transparent;
	position: relative;
	top: -5px;
	font-weight: bold;
	color: #777;
	padding-right: 15px;
}

#page {
	width: 100%;
}

.left {
	width: 500px;
	float: left;
	padding: 0 10px 10px;
}

.right {
	width: 300px;
	float: right;
}

#main_sidebar1 {
	width: 120px;
	float: left;
	margin-top: 20px;
}

.sidebar_header {
	font-weight: bold;
	font-size: 12px;
	color: #3d5370;
	background: #e5e5e5;
	text-align: left;
	padding: 8px 10px;
	margin: 0;
}

.video_links li {
	padding: 6px 8px;
	text-align:center;
}

.video_links a {
	font-family: Tahoma, Arial, Times New Roman, sans-serif;
	font-size: 12px;
	color: #3d5370;
	text-decoration: none;
	font-weight: bold;
}

.browse {
	margin: 0 0 0 10px;
	padding: 0;
}

.browse ul {
	margin: 0;
	padding: 0;
}

.browse .top{
	padding: 5px 5px 4px;
	border: 1px solid #666;
	margin: 10px 10px 0;
	font-size: 10px;
	color: #46526a;
	background: url('images/arrow.gif') no-repeat right;
}

.item {
	list-style-type: none;
	display: none;
	background: #FFF;
	position: absolute;
	padding: 0;
	margin: -24px 0 0 150px !important;
	z-index: 16;
}

.item li {
	padding: 4px 8px 4px 8px;
	margin: 0;
	width: 150px;
}

/*.browse ul:hover ul {
	display: block;
} */

.rollover {
	display: block !important;
}

.sidebar_links {
	list-style-type: none;
	border: 1px solid #e5e5e5;
	width: 100px;
	padding: 0;
	margin: 0 0 0 10px;
}

.sidebar_links li {
	padding: 6px 8px;
	text-align: left;
}

.sidebar_links li a {
	font-family: Tahoma, Arial, Times New Roman, sans-serif;
	font-size: 10px;
	color: #3d5370;
	text-decoration: none;
}

.sidebar_links .all {
	margin: 0 0 10px;
	padding-bottom: 5px;
	text-align: left;
}

.sidebar_links .all a {
	text-decoration: underline;
	color: #3d5370;
}

.sidebar_links .item li {
	padding: 3px 8px;
}

.sidebar_links .item a {
	font-size: 10px;
	color: #3d5370;
	text-decoration: none;
}

.sidebar_links .item a:hover {
	text-decoration: underline;
}

.sidebar_links li img {
	margin-bottom: -8px;
	padding-right: 10px;
}

.browse_cat {
	list-style-type: none;
	border: none;
	margin: 0 -1px;
}

.all {
	margin-left: 10px;
	padding: 8px 8px 0 !important;
	color: #3D5370;
	font-size: 10px;
}

.post {
	padding: 10px 0;
}

.navigation {
	width: 470px;
	padding: 20px 30px;
}

.navigation a {
	color: #ae252f;
	font-size: 15px;
	font-weight: bold;
}

.navigation .alignleft {
	float: left;
	width: 200px;
	text-align: left;
}

.navigation .alignright {
	float: right;
	width: 200px;
	text-align: right;
}

#main_content {
	width: 584px;
	float: left;
	text-align: left;
	margin: -10px 0 0 10px;
	padding: 0 0 10px;
}

#main_content p {
	text-align: justify;
	padding: 10px 8px;
	margin: 0;
	font-size: 13px;
	font-family: arial, helvetica, clean, sans-serif;
	line-height: 16px;
}

#main_content .reviews {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#main_content .reviews li {
	display: inline;
	padding: 2px;
}

#main_content .reviews a {
	font-size: 10px;
}

#main_content a {
	color: #5a74a8;
}

#comment_link {
	padding: 8px 0px 15px;
}

#comment_link a {
	font-size: 14px;
	font-weight: bold;
}

.full_box {
	border-top: none !important;
}

.full_box li {
	border-top: 1px solid #E5E5E5;
}

#questions li {
	padding: 10px 20px !important;
	text-align: left;
}

#questions li a {
	color: #333;
	font-weight: bold;
	font-size: 15px;
}

#top_nav {
	margin: 15px 10px 25px 0;
	height: 200px;
}

#top_nav p {
	padding: 20px 200px 0 20px;
	margin: 0;
	border: 1px solid #e5e5e5;
	border-bottom: none;
	display: none;
	height: 140px;
	font-weight: bold;
	font-size: 13px;
	text-align: left;
	background-position: right top;
	background-repeat: no-repeat;
}

#top_nav span {
	height: 110px;
}

.top {
	padding: 5px 20px 10px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #64a01c
}

.top_links {
	padding: 4px 0 2px;	background: url('images/top_nav_background.gif') repeat-x 0 18px;
	width: 520px;
	height: 44px;
	text-align: center;
	position: relative;
	top: -28px;
}

.top_links tr {
	vertical-align: top;
}

.top_links td {
	width: 106px;
	padding: 20px 12px 12px;
}

.td_active {
	background: url('images/pointer.gif') no-repeat center top;
}

.td_active a {
	color: #FFF !important;
}

.text_active {
	display: block !important;
}

.top_links a {
	font-size: 12px;
	color: #3d5370;
}

.main_footer {
	width: 530px;
	text-align: center;
	border: 1px solid #e5e5e5;
}

.main_footer tr {
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.main_footer tr td {
	width: 115px;
	padding: 10px 8px 0;
	margin: 0;
}

.main_footer tr td h4 {
	font-family: Arial, Times New Roman, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #64a01c;
	margin: 0;
	padding: 0 0 10px;
}

.main_footer tr td h4 a {
	color: #64a01c !important;
	text-decoration: none;
}

.main_footer tr td p {
	margin: 0;
	padding: 0 0 10px;
	font-size: 11px;
	font-family: Tahoma, Arial, Times New Roman, sans-serif;
	text-align: left !important;
}

.answer-ico {
	background: url('images/answer.gif') no-repeat 0 1px;
	padding-left: 16px;
	font-size: 12px !important;
	color: #5a74a8 !important;
}

#comments {
	padding: 0 90px 10px 90px;
}

#comments h3 {
	padding: 0;
}

#expert {
	width: 490px;
	border: 1px solid #e5e5e5;
	padding: 20px;
	margin: 0;
	height: 250px;
}

#expert h3 {
	font-family: Tahoma, Arial, Times New Roman, sans-serif;
	color: #3d5370;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px;
}

#expert img {	
	float: left;
	margin-right: 30px;
}

#main_sidebar2 {
	width: 280px;
	float: right;
	margin-top: -8px;
	padding: 0 0 10px 0;
	text-align: left;
}

#main_sidebar2 ul {
	list-style-type: none;
	padding: 0;
	margin: 0 10px;
	border: 1px solid #e5e5e5;
}

.quest {
	color: #333;
}

.sidebar2_links li {
	padding: 6px 8px;
	text-align: left;
}

.sidebar2_links a {
	font-family: Tahoma, Arial, Times New Roman, sans-serif;
	font-size: 12px;
	color: #3d5370;
	text-decoration: none;
}

#main_sidebar2 p {
	padding: 0 20px;
}

#voteComment {
	background: url('/img/comment-grey.gif') no-repeat;
	height: 26px;
	width: 26px;
	float: left;
}

#voteComment:hover, #voteComment.active {
	background: url('/img/comment.gif') no-repeat !important;
}

#voteUp {
	background: url('/img/up-grey.gif') no-repeat;
	height: 26px;
	width: 26px;
	float: left;
}

#voteUp:hover, #voteUp.active {
	background: url('/img/up.gif') no-repeat !important;
}

#voteDown {
	background: url('/img/down-grey.gif') no-repeat;
	height: 26px;
	width: 26px;
	float: left;
}

#voteDown:hover, #voteDown.active {
	background: url('/img/down.gif') no-repeat !important;
}

#voteQuestion {
	background: url('/img/question-grey.gif') no-repeat;
	height: 26px;
	width: 26px;
	float: left;
}

#voteQuestion:hover, #voteQuestion.active {
	background: url('/img/question.gif') no-repeat !important;
}

#commentID {
	width: 15px;
	float: left;
	padding: 5px;
	position: relative;
	right: 10px;
	top: 18px;
}

#commentAvatar {
	width: 80px;
	float: left;
}

#commentVote {
	width: 40px;
	float: left;
}

#commentVote .voteLeft {
	width: 30px;
	float: left;
	padding: 0 10px 0 0;
}

#commentVote .voteRight {
	width: 280px;
	float: left;
}

.commentBody {
	padding: 6px 10px 0 0;
	margin: 0;
}

#commentbreak {
	margin: 0 20px 0 -20px;
	color: #D6D6D6;
	background-color: #D6D6D6;
	height: 1px;
}

.editComment, .editableComment, .textComment{
	display: inline;
}
.comment-childs{
	border: 1px solid #999;
	margin: 5px 2px 2px 4px;
	padding: 4px 2px 2px 4px;
	background-color: white;
}
.chalt{
	background-color: #E2E2E2;
}
#newcomment{
	border:1px dashed #777;width:90%;
}
#newcommentsubmit{
	color:red;
}
.adminreplycomment{
	border:1px dashed #777;
	width:99%;
	margin:4px;
	padding:4px;
}
.mvccls{
	color: #999;
}

#adv h2 {
	color: #79ad3a;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#adv ul {
	list-style-image: url('images/clear_arrow.gif');
	padding: 10px 0 10px 20px;
	margin: 0;
}

#disad h2 {
	color: #ae252f;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#disad ul {
	list-style-image: url('images/clear_arrow.gif');
	padding: 10px 0 10px 20px;
	margin: 0;
}

.box h2 {
	color: #5a74a8;
	font-size: 18px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.box {
	padding: 10px 10px 0;
	border: 1px solid #ececec;
	border-bottom: none;
	margin: 0;
}

.box ul {
	margin: 0;
	padding: 10px 0 10px 40px;
}

#editors_choice {
	width:601px;
	margin-left: 42px;
}

.case {
	background: #ffe7c5;
	padding: 10px;
	margin-top: 10px;
	width: 230px;
	color: #3d5370;
	font-size: 12px;
	float: left;
}

.case h3 {
	margin: 0 0 0 20px;
	position: relative;
	top: -4px;
}

.case blockquote  {
	margin: 0;
	padding: 0 13px;
	line-height: 20px;
}

.case img {
	padding: 0;
}

.sig {
	padding: 15px 14px;
	font-weight: bold;
}

.choice_text {
	float: right;
	text-align: left;
	width: 540px;
	margin: 0px 20px 0 10px;
	padding: 20px;
	border: 1px solid #ececec;
	color: #666;
}

.choice_img {
	padding: 0 10px 20px 0;
	float: left;
}

.choice_text h2 {
	margin-top: 5px;
	font-size: 13px;
}

.choice_text a {
	color: #4a5e7a;
	font-weight: bold;
}

#orange {
	background: #AE252F;
	padding: 4px 8px !important;
	margin-right: 20px;
	color: #FFF;
}

#img_left {
	margin-left:25px;
	position: relative;
	top: -20px;
	float: left;
}

#img_right {
	float: right;
	margin-right: 25px;
	position: relative;
	top: -20px;
}

#clear {
	clear:both;
	font-size:1px;
	line-height:0px;
}

#contactUs input {
	width: 500px;
}

#contactUs textarea {
	width: 500px;
	height: 80px;
}

.seal {
	float: right;
	text-align: right;
	position: relative;
	top: -34px;
}

#footer {
	width: 100%;
	background: #e6e6e6;
	margin-top: 30px;
}

#footer_sidebar {
	width: 135px;
	margin: 15px 10px 15px 35px;
	float: left;
}

#footer_sidebar h2 {
	margin: 0;
	padding: 0 0 16px 0;
	color: #3d5370;
	font-weight: bold;
	font-size: 12px;
}

#footer_sidebar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

#footer_sidebar ul li {
	padding: 2px 0;
	margin: 0;
}

#footer_sidebar ul li a {
	color: #666;
	font-size: 10px;
	font-family: Tahoma, Arial, Times New Roman, sans-serif;
	text-decoration: none;
}

#footer_sidebar ul li a:hover {
	text-decoration: underline;
}

#footer_content {
	float: left;
	width: 285px;
	background: #333;
	padding: 30px 25px;
	margin: 0 30px 10px 30px;
	position: relative;
	top: -20px;
}

#footer_content p {
	margin: 0;
	padding: 0;
	color: #FFF;
	text-align: left;
	font-family: Tahoma, Arial, Times New Roman, sans-serif;
	font-size: 10px;
	line-height: 14px;
}

#footer_content p a {
	color: #FFF;
	text-decoration: underline;
}

#footer_copyright {
	width: 205px;
	float: right;
	margin: 20px 40px 0 0;
	padding: 60px 0 0 0;
	background: url('images/footer.jpg') no-repeat center;
}

#footer_copyright p {
	padding: 0;
	margin: 0;
	font-family: Tahoma, Arial, Times New Roman, sans-serif;
	font-size: 10px;
	color: #666;
	text-align: center;
}
