/* CSS Document for Fitness.com*/

/*  Layout ************************************************************************************************/
#container {
	width: 1000px;
}
#leftcolumn {
	width: 820px;
	float:left;
	background-color:#ffffff;
}
#rightcolumn {
	width: 180px;
	float:right;
	text-align: center;
}
#centerwrap {
	width: 810px;
	background-color:#ffffff;
	margin: 0px 0px 10px 4px;
	padding: 0px;
}
#centerleft {
	width:475px;
	float:left;
	margin:0px;
}

#centerright {
	width: 270px;
	float:right;
}


#maincontent {
	width:780px;
	float:left;
	margin: 15px 0px 25px 23px;
	padding: 0px;
}

/*  General ************************************************************************************************/
body {
	background: #e1e1e1 url(/images/sitebg.gif);
	font-family: tahoma, verdana, sans-serif;
	font-size: 75%;
	color: #4b4b4b;
	margin: 0;
	border: 0;
	padding: 0;
	text-align: left;
}

a {
	color:#055b9b;
	text-decoration:none;
}
a:hover {
	color:#c01439;
	text-decoration:none;
}

h1 a{
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #c01439;
	margin: 0;
	text-decoration:none;

}
h1 a:hover{
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #c01439;
	margin: 0;
	text-decoration:underline;

}
h1 {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 1.6em;
	font-weight: bold;
	color: #c01439;
	margin:0;

}
h2, h3, h4 {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #c01439;
	margin: 0;

}
h4 { display: inline; }


form {
	margin: 0;
}
input {
	border: 1px solid #acacac;
	margin:2px;
	font-size: 11px;
}
textarea {
	border: 1px solid #acacac;
	margin:2px;
	font-size: 11px;
}
select {
	border: 1px solid #acacac;
	margin:2px;
	font-size: 11px;
}

.required {color:red; font-size:12px;}

.clearfix {clear:both; line-height: 0px; font-size: 0;}

.tableform { border: 1px solid #cccccc; }

.profile { color: #51A3E0; }

.list_stars { float: left; }

.printpage {
	display:block;
	border-bottom:1px dashed #777777;
	border-top:1px dashed #777777;
	padding:5px;
	text-align:right;
	font-size:10px;

}
.printpage img{
	margin:0px;
	padding:0px;
}

@media print {

  /*  GENERAL */
  body {
	background: #ffffff;
	color : #000000;
	background : #ffffff;
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	margin: 0;
	border: 0;
	padding: 0;
	text-align: left;
  }

  #google_ad_big_size, #google_ad_text_link{
  	display: none;
  }

  /* EXERCISES */
  #printlogo {
  	display: block;
  }

  /* MASTHEAD */
  #masthead {
	display: none;
  }

  /* NAVIGATION */
  #navbg {
	display: none;
  }

  /* BANNERS */
  #rightcolumn {
	display: none;
  }

  #footer {
	display: none;
  }

  .article-social {
	display: none;
  }

  h1, h2, h3, h4 {
  	padding: 0px;
  	margin: 0px;
  }
}

.article-social {
	float: right;
	margin: 5px 10px 5px 0px;
}

/* Masthead ************************************************************************************************/

#printlogo {
  	display: none;
}

#masthead {
	width: 820px;
	height: 148px;
	background:#ffffff url(/images/masthead_bg.jpg) no-repeat;
}
#logomasthead {
	width: 276px;
	height:148px;
	float:left;
}
#adtext {
	float:right;
	margin-right:7px;
	margin-top:5px;
	font-size:9px;
	color:#ffffff;
	text-decoration:underline;
}
#adbanner {
	width: 528px;
	height:60px;
	float:left;
	margin-left:4px;
	margin-top:3px;
	padding-right:4px;
	padding-left:5px;
	text-align: center;
}
#topsearch {
	float: right;
	margin-top:20px;
	margin-left:20px;
	width:504px;
	color:#ffffff;
}
#topsearch form {
	display:inline;
}
#inter_contain {
	float:left;
}
#cse-search-box {
	float:right;
	margin-right:20px;
}

/* Navigation ************************************************************************************************/
#navbg {
	background:#ffffff url(/images/navbg.jpg) repeat;
	width:820px;
	height:61px;
}
#topnav {
	margin: 0px 0px 10px 0;
	padding: 0 15px 0 40px;
	position: relative;
	top: 10px;
	height: 61px;
	font-size: 11px;
}
#topnav li ul, #topnav li ul {
	margin: 0;
	padding: 0;
	width: 700px;
}
#topnav a {
	text-decoration: none;
}
#topnav li { /*float the main list items*/
	margin: 0;
	float: left;
	display: block;
	padding-right: 10px;
}
#topnav li ul {
	display: none;
}
#topnav li ul { /*put the subnav below*/
	position: absolute;
	top: 21px;
	left: 0;
	background: #224d6f;
	height: 30px;
	width: 820px;
}
#topnav li ul li {
	padding-top: 5px;
}
#topnav li ul li.first {
	margin-left: 60px;
}
#topnav li.on ul {
	background: #c01439;
}
#topnav li.on:hover ul, #topnav li.over ul { /*for ie*/
	background: #224d6f;
}
#topnav li a {
	color: #fff;
	font-weight: bold;
	display: block;
	padding: 4px;
}
#topnav li.on a {
  background-color:#00a1e3;
}
#topnav li.on ul a, #topnav li.off ul a {
	border: 0;
	float: left; /*ie doesn't inherit the float*/
	color: #c01439;
	width: auto;
	margin-right: 15px;
}
#topnav li.on:hover ul a, #topnav li.over ul li a { /*for ie - the specificity is necessary*/
	background: #224d6f;
}
#topnav li.on ul {
	display: block;
}
#topnav li.off:hover ul, #topnav li.over ul {
	display: block;
	z-index: 6000;
}
#topnav li a:hover, #topnav li ul:hover li a:hover {
	background-color:#00a1e3;
}
#topnav li.off ul a, #topnav li.on ul a {
	display: block;
	background: #224d6f;
	color: #fff;
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	padding: 0px 0px 5px 0px;
}
#topnav li.on ul a {
	background: #c01439;
}

/*  Search bar ************************************************************************************************/
#studiosuchebar {
        width: 818px;
        background:#990000;
	color:#ffffff;
	font-weight: bold;
        margin-left:0px;
        margin-top:1px;
        padding: 5px 0 8px 2px;
		  text-align: center;
}

#outline_stars {
        margin: 0px;
        width: 100px;
        padding: 3px;
        border: 1px solid #cccccc;
        float:right;
        text-align:center;
}

#outline_stars2 {
        margin: 0px;
        width: 100px;
        padding: 3px;
        border: 1px solid #cccccc;
        float:right;
        text-align:center;
}

#outline_stars2 img {border: none; }

#ratingMessage { font-size: 10px; text-align: center; }

#favorites {
	text-align: right;
	padding-bottom: 4px;
}

/*  Right column ************************************************************************************************/
#rightcolumn img{
	margin-top:2px;
	margin-bottom:2px;
	border:0;
}
#rightcolumnbox {
	text-align: left;
	padding: 2px;
	background-color: #d7edf6;
	width: 164px;
    margin: 5px auto;
}

#rightcolumnbox ul {
  margin: 0;
  padding-left: 30px;
}

#rightcolumnbox ul ul {
    padding-left: 10px;
}

#rightcolumnbox li {
  margin: 0px 0px 5px 0px;
  padding: 0px 5px 0px 0px;
}
#rightcolumnbox li a {
  text-decoration: none;
}

#bannerset {
	margin-bottom:10px;
}

/*    PAGE NUMBERS   */
.page_select {
	padding-top:10px;
	padding-bottom:10px;
	width:760px;
	height:30px;
	text-align:right;
}

.page_select a{
	font-size:1.2em;
	font-weight:bold;
	color:#00a1e3;
	background-color:#d5f0fa;
	padding:3px;
	margin:1px;
	border:1px solid #00a1e3;
	text-decoration:none;
	display:inline;
}

.page_select a:hover {
	background-color:#00a1e3;
	color:#ffffff;
	padding:3px;
	margin:1px;
	border:1px solid #00a1e3;
	text-decoration:none;
	display:inline;
}

.page_select em {
	font-size:1.2em;
	font-weight:bold;
	background-color:#c01439;
	color:#ffffff;
	padding:3px;
	margin:1px;
	border:1px solid #c01439;
	text-decoration:none;
	display:inline;
	font-style:normal;
}

#disclaimer {
	font-size: 11px;
	color: #bfbfbf;
	text-align: center;
	width: 600px;
}

/*  Center right content *********************************************************************************************/
#surveyresults {
	margin-top: 5px;
	margin-left: 5px;
}
.pollbg {
	background-color: #FFFFFF;
	height: 12px;
	border: 1px solid #9bd0f4 !important;
	margin: 2px 0;
	padding: 0 !important;
}
.pollfill {
	 height: 12px;
	 background-color: #9bd0f4;
	 float: left;
	 font-weight: bold;
	 margin: 0 !important;
	 padding: 0 !important;
	 border: none !important;
}
#questionlist, .poll_questionlist {
	list-style-type: none;
	margin: 0 10px !important;
	padding: 0 !important;
}
#questionlist li, .poll_questionlist li {
	margin: 0 0 5px 0 !important;
	padding: 0 !important;
}
#questionlist input, .poll_questionlist input {
	border: none;
}
.poll_answer {
	padding: 10px !important;
	margin: 0 5px 5px 5px !important;
	border: 1px solid #ccc !important;
}


.subtitle {font-size:.8em; font-style:normal; margin:0; color:#777777; display:block;}


/* Rounded Corners CSS **********************************************************************************************/

.xsnazzy h1, .xsnazzy h2, .xsnazzy p {margin:0 10px; letter-spacing:1px;}
.xsnazzy h1 {font-size:1.4em; color:#c01439;}
.xsnazzy h2 {font-size:1.4em;color:#c01439; border:0;}
.xsnazzy p {padding-bottom:0.5em;}
.xsnazzy h2 {padding-top:0.5em;}
.xsnazzy {background: transparent; margin:1em; width:385px;}

.xtop, .xbottom {display:block; background:transparent; font-size:1px;}
.xb1, .xb2, .xb3, .xb4 {display:block; overflow:hidden;}
.xb1, .xb2, .xb3 {height:1px;}
.xb2, .xb3, .xb4 {background:#fff; border-left:1px solid #e1e1e1; border-right:1px solid #e1e1e1;}
.xb1 {margin:0 5px; background:#e1e1e1;}
.xb2 {margin:0 3px; border-width:0 2px;}
.xb3 {margin:0 2px;}
.xb4 {height:2px; margin:0 1px;}
span {font-size:.8em; font-style:normal; margin-left:10px; margin-bottom:15px; color:#777777; display:block;}

.xboxcontent {display:block; background:#ffffff; border:0 solid #e1e1e1; border-width:0 1px; padding: 1px;}

.xsnazzy2 h1, .xsnazzy h2, .xsnazzy2 p {margin:0 15px; letter-spacing:1px; font-size:.8em;}
.xsnazzy2 h1 {font-size:1.4em; color:#c01439;}
.xsnazzy2 h2 {font-size:1.4em;color:#c01439; border:0; margin:0 0 0 15px; padding-left: 30px; background:#ffffff url(/images/featureheadbg.gif) no-repeat left; text-transform:uppercase;}
.xsnazzy2 p {padding-bottom:0.5em;}
.xsnazzy2 h2 {padding-top:0.5em;}
.xsnazzy2 {background: transparent; margin:0em;}
/* End Rounded Corners CSS **********************************************************************************************/

#marketplace_nav {
	margin-bottom: 5px;
	text-align: left;
}
#marketplace_nav ul {
	margin: 0 5px 5px 25px;
	padding: 0;
}
#marketplace_nav li {
margin: 0 0 0 -3px;
padding: 2px 0 1px 0px;
}
#marketplace_nav a {
margin: 0;
padding: 0;
}
#marketplace_nav h2 {
	margin: 0 0 10px 5px;
}

/**************************** Contest Styles ****************************/
#contest_cont {
	left: 0;
	position: absolute;
	z-index: 9999;
}

#contest_content {
	background: url(/images/contest/bg.gif) repeat-x;
	display: none;
	float: left;
	width: 720px;
}
#contest_content, #contest_content span, #contest_content strong {
	color: #fff;
}
#contest_content img {
	border: none;
}

#contest_help {
	background: #fff;
	border: 2px solid #901128;
	display: none;
	padding: 20px;
	position: absolute;
}

#contest_header {
	float: left;
	height: 31px;
	margin-left: 20px;
	margin-top: 20px;
	width: 700px;
}
#contest_header span {
	display: block;
	font-family: verdana,arial,sans-serif;
	font-size: 20px;
	float: left;
	margin: 2px 0 0 0;
	padding: 0;
	width: 360px;
}
#contest_header span.login {
	width: auto;
}
#contest_header span.login a {
	color: #fff;
	text-decoration: underline;
}
#contest_header div {
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
#contest_header #current_points {
	background: url(/images/contest/total_box.gif);
	height: 31px;
	margin-top: 0;
	text-align: right;
	width: 116px;
}
#contest_header #current_points strong {
	color: #cfcfcf;
	font-size: 16px;
	float: right;
	padding: 6px 15px 0 0;
}
#contest_header img {
	cursor: pointer;
	float: right;
	margin-right: 25px;
	margin-top: 8px;
}

#contest_padding {
	padding: 10px 20px;
}

#contest_padding .black_box {
	float: left;
	margin-right: 10px;
	width: 372px;
}
#contest_padding .black_box .header {
	background: url(/images/contest/black_top.gif);
	width: 372px;
}
#contest_padding .black_box .content {
	background: url(/images/contest/black_main.gif);
	width: 372px;
}
#contest_padding .black_box .footer {
	background: url(/images/contest/black_bottom.gif);
	width: 372px;
}

#contest_padding .white_box {
	float: left;
	width: 292px;
}
#contest_padding .white_box .header {
	background: url(/images/contest/white_top.gif);
	width: 292px;
}
#contest_padding .white_box .content {
	background: url(/images/contest/white_main.gif);
	width: 292px;
}
#contest_padding .white_box .footer {
	background: url(/images/contest/white_bottom.gif);
	width: 292px;
}

#contest_padding .grey_box {
	float: left;
	width: 292px;
}
#contest_padding .grey_box .header {
	background: url(/images/contest/grey_top.gif);
	width: 292px;
}
#contest_padding .grey_box .content {
	background: url(/images/contest/grey_main.gif);
	width: 292px;
}
#contest_padding .grey_box .footer {
	background: url(/images/contest/grey_bottom.gif);
	width: 292px;
}

#contest_padding .content {
	margin: 0;
	float: left;
}
#contest_padding .content div {
	float: left;
	padding: 10px 20px;
}
#contest_padding .header, #contest_padding .footer {
	line-height: 0px;
	font-size: 0;
	height: 8px;
	float: left;
}

#contest_main {
	height: 255px;
}
#contest_questions {
	width: 668px;
}
#contest_questions #questions_nav {
	background: url(/images/contest/questions_top.gif);
	height: 48px;
	text-align: left;
}
#contest_questions #questions_nav div {
	padding-top: 16px;
	text-align: center;
}
#contest_questions #questions_nav a.previous {
	background: url(/images/contest/arrow_up.gif) no-repeat 98% 0;
	color: #f2c7ca;
	font-size: 12px;
	padding-right: 22px;
}
#contest_questions #questions_nav a.next {
	background: url(/images/contest/arrow_down.gif) no-repeat 2% 0;
	color: #f2c7ca;
	font-size: 12px;
	padding-left: 22px;
}
#contest_questions table {
	width: 100%;
}
#contest_questions table td {
	background: #707070;
	border-top: 1px solid #000;
	color: #ececec;
	font-size: 12px;
	height: 36px;
	padding: 10px 20px;
}
#contest_questions table td a {
	color: #ececec;
}
#contest_questions table tr.featured td {
	background: #a8a8a8;
	height: 63px;
}
#contest_questions table tr.featured td a {
	color: #f5fbfe;
	font-size: 18px;
}
#contest_questions table tr.next td {
	background: #4b4b4b;
}
#contest_questions table td.options {
	text-align: right;
}
#contest_questions table td.options div {
	float: right;
	white-space: nowrap;
}
#contest_questions table tr.featured td.options {
	padding: 10px;
}
#contest_questions .arrow_right {
	background: url(/images/contest/arrow_right.gif);
	display: block;
	float: right;
	height: 15px;
	margin-left: 5px;
	text-align: left;
	text-indent: -9999px;
	width: 15px;
}
#contest_questions .b_play_now {
	background: url(/images/contest/b_play_now.gif);
	float: right;
	height: 37px;
	text-align: left;
	text-indent: -9999px;
	width: 122px;
}

#contest_question {
	color: #cfcfcf;
	display: block;
	font-size: 12px;
}
#contest_question .content span.title {
	color: #cfcfcf;
	font-size: 20px;
	margin: 0;
	text-align: left;
}
#contest_question .black_box p {
	float: left;
	margin: 10px 0 0 0;
}
#contest_question .black_box .content div div {
	background: url(/images/contest/button_bg.gif) no-repeat;
	float: left;
	height: 25px;
	margin-top: 10px;
	padding: 0;
	width: 160px;
}
#contest_question .black_box .content div div a {
	color: #cfcfcf;
	display: block;
	float: left;
	font-size: 14px;
	padding: 3px 9px;
}
#contest_question .black_box span {
	display: block;
	font-size: 16px;
	margin: 10px 0;
	text-align: right;
	width: 320px;
}
#contest_question .black_box .content, #contest_question .grey_box .content, #contest_question .white_box .content {
	height: 210px;
}

#contest_question .grey_box ul {
	list-style: none;
	margin: 7px 0;
	padding: 0;
}
#contest_question .grey_box ul li {
	padding: 5px;
}
#contest_question .grey_box ul li input {
	border: none;
	margin: 0;
	padding: 0;
	position: relative;
	top: 1px;
}
#contest_question .white_box {
	display: none;
	color: #999;
}
#contest_question .white_box p {
	color: #999;
	margin: 0;
}
#contest_question .white_box p.answer {
	color: #901128;
	font-size: 14px;
}
#contest_question .white_box p.margin {
	font-size: 11px;
	margin-top: 10px;
}
#contest_question .white_box span {
	display: block;
	font-size: 22px;
	margin: 0;
}
#contest_question .white_box span.correct {
	color: #16c01a;
}
#contest_question .white_box span.incorrect {
	color: #99003A;
}
#contest_question .white_box p strong {
	color: #000;
}
#contest_question .white_box a {
	color: #5a5a5a;
	display: block;
	float: left;
	font-size: 14px;
	margin-right: 25px;
}
#contest_question .white_box a img {
	margin-top: 4px;
}
#contest_question #select_answer {
	border: 2px solid #901128;
	color: #fff;
	display: none;
	font-size: 14px;
	margin-bottom: 5px;
	padding: 5px 10px;
}

#contest_question .b_submit {
	background: url(/images/contest/b_submit.gif);
	display: block;
	height: 25px;
	text-indent: -9999px;
	width: 81px;
}
#contest_question .b_try_again {
	background: url(/images/contest/b_try_again.gif);
	display: block;
	height: 25px;
	text-indent: -9999px;
	width: 81px;
}
#contest_question div.back {
	margin-top: 10px;
	padding: 0;
}
#contest_question div.back a {
	color: #cfcfcf;
	font-size: 12px;
	text-decoration: none;
}
#contest_question .white_box .back a {
	color: #626262;
}

#contest_login {
	height: 255px;
}
#contest_login strong {
	font-size: 18px;
	display: block;
	margin-top: 15px;
}
#contest_login label {
	display: block;
	margin-top: 20px;
}
#contest_login div.input {
	background: #fff;
	float: left;
	height: 25px;
	margin-top: 5px;
	padding: 0;
	width: 170px;
}
#contest_login input {
	border: 0;
	display: block;
	font-size: 16px;
	height: 19px;
	margin: 3px;
	width: 164px;
}
#contest_login div.hidden, #contest_login .hidden input {
	display: inline;
	font-size: 0px;
	margin: 0;
	height: 0px;
	padding: 0;
	width: 0px;
}
#contest_login .b_login {
	background: url(/images/contest/b_login.png);
	display: block;
	float: left;
	height: 37px;
	margin-left: 20px;
	margin-bottom: 20px;
	text-indent: -9999px;
	width: 122px;
}
#contest_login p {
	color: #cecece;
	margin: 5px 0;
	width: 220px;
}
#contest_login .black_box .content, #contest_login .grey_box .content {
	height: 220px;
}
#contest_login .b_register {
	background: url(/images/contest/b_register.png);
	display: block;
	height: 37px;
	margin-top: 10px;
	text-indent: -9999px;
	width: 122px;
}

#contest_tab {
	background: url(/images/contest/tab.gif);
	float: left;
	width: 35px;
	height: 177px;
}
#contest_tab img {
	display: block;
	margin-left: 4px;
}
#contest_tab #close_contest {
	cursor: pointer;
	margin: 10px 8px;
}
#contest_tab div {
	cursor: pointer;
}
#contest_tab .toggle_contest {
	cursor: pointer;
	margin: 10px 8px;
}

#contest_bottom {
	background: url(/images/contest/main_bottom.gif);
	line-height: 0;
	font-size: 0;
	height: 10px;
	width: 720px;
}


/*  Footer ************************************************************************************************/
#footer {
	margin-top:45px;
	padding-top:25px;
	width:820px;
	height:116px;
	background:#ffffff url(/images/footer_bg.jpg) repeat-x bottom;
	text-align:center;
	font-size:11px;
	float:left;
}

.google-new-ad {
	color: #4b4b4b;
	font-family: Arial, Helvetica, Verdana;
	font-size: 11px;
}

.google-new-250x250, .google-new-160x600, .google-new-250x250 .google-txt {
	text-align: left;
	background-color: #fff;
}

.google-new-ad span {
	margin: 0;
	padding: 0;
	display: inline;
}

.by-google a {
	color: #000;
	font-size: 10px;
}

.google-title {
	color: #dc2f2f;
	font-size: 15px;
	font-weight: bold;
}

.google-url {
	color: #a5a5a5;
	font-style: normal;
}

.google-txt, .google-image {
	padding: 8px 10px;
}

.google-txt {
	background-color: #dbeef3;
}

.google-image {
	background-color: #fff;
	text-align: center;
}

.meta {
    font-size: 10px;
    margin-top: 20px;
    }
