/* ======== Button Varibles =============== */
/************** Mixins ***************/
/* For anything with rounded corners , pass the pixels and/or corners
through when declaring in .scss file, i.e.(@include roundedCorner(5px 4px 3px 2px); */
/* Gives box shadow to all browsers except IE, right now no variables declared
so you're kind of stuck with the options listed below. */
/* Gives linear gradient background with no stops on all browsers */
/* End Mixins */
/***********************************************/
/*TDF Button Styles -- Primary (red) Secondary (white)*/
.mmf_primary_button, a.mmf_primary_button:active, a.mmf_primary_button:link, a.mmf_primary_button:visited, input.mmf_primary_button {
  border-radius: 5px;
  /* css3 browsers */
  -moz-border-radius: 5px;
  /* firefox */
  -webkit-border-radius: 5px;
  /* webkit */
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  /* firefox */
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  /* webkit */
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  /* css3 browsers */
  background: #b10e3a;
  /* old browsers */
  background: -moz-linear-gradient(top, #d31145 0%, #b10e3a 100%);
  /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d31145), color-stop(100%, #b10e3a));
  /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d31145', endColorstr='#b10e3a',GradientType=0 );
  /* ie */
  border: 1px solid #b10e3a;
  color: #fff !important;
  font: bold 12px arial, helvetica, sans-serif;
  min-width: 140px;
  height: 19px;
  text-align: center;
  padding: 6px 0 0; }
  .mmf_primary_button:hover, a.mmf_primary_button:active:hover, a.mmf_primary_button:link:hover, a.mmf_primary_button:visited:hover, input.mmf_primary_button:hover {
    color: #fff !important;
    text-decoration: none !important;
    background: #a30d35;
    /* old browsers */
    background: -moz-linear-gradient(top, #c51040 0%, #a30d35 100%);
    /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c51040), color-stop(100%, #a30d35));
    /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c51040', endColorstr='#a30d35',GradientType=0 );
    /* ie */ }
  .mmf_primary_button.contracted, a.mmf_primary_button:active.contracted, a.mmf_primary_button:link.contracted, a.mmf_primary_button:visited.contracted, input.mmf_primary_button.contracted {
    min-width: 100px; }

.mmf_secondary_button, a.mmf_secondary_button:active, a.mmf_secondary_button:link, a.mmf_secondary_button:visited, input.mmf_secondary_button {
  border-radius: 5px;
  /* css3 browsers */
  -moz-border-radius: 5px;
  /* firefox */
  -webkit-border-radius: 5px;
  /* webkit */
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  /* firefox */
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  /* webkit */
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
  /* css3 browsers */
  background: #dae5ef;
  /* old browsers */
  background: -moz-linear-gradient(top, white 0%, #dae5ef 100%);
  /* firefox */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dae5ef));
  /* webkit */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#dae5ef',GradientType=0 );
  /* ie */
  border: 1px solid #dae5ef;
  color: #d31145;
  font: bold 12px arial, helvetica, sans-serif;
  min-width: 130px;
  height: 19px;
  text-align: center;
  padding: 6px 5px 0; }
  .mmf_secondary_button:hover, a.mmf_secondary_button:active:hover, a.mmf_secondary_button:link:hover, a.mmf_secondary_button:visited:hover, input.mmf_secondary_button:hover {
    color: #d31145 !important;
    text-decoration: none !important;
    background: #cfddea;
    /* old browsers */
    background: -moz-linear-gradient(top, #f7f7f7 0%, #cfddea 100%);
    /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7f7f7), color-stop(100%, #cfddea));
    /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f7f7', endColorstr='#cfddea',GradientType=0 );
    /* ie */ }
  .mmf_secondary_button.contracted, a.mmf_secondary_button:active.contracted, a.mmf_secondary_button:link.contracted, a.mmf_secondary_button:visited.contracted, input.mmf_secondary_button.contracted {
    min-width: 70px; }

.extended, a.extended:link, a.extended:active, a.extended:visited {
  min-width: 200px; }

input.mmf_primary_button {
  height: 25px;
  min-width: 140px;
  padding: 2px 0; }

input.mmf_secondary_button {
  height: 25px;
  min-width: 75px;
  padding: 2px 0; }

/***********************************************/
/*Main Body Area*/
#mmf_content_container {
  margin: 0;
  background: url("/public/images/virtual/tdf/tdf_bg.jpg") no-repeat center top white;
  padding-top: 8px;
  padding-bottom: 14px;
  min-height: 700px; }

#mmf_content_container, td, th, input, select, textarea, input {
  font-family: Arial, Helvetica, sans-serif; }

#mmf_content_container, td, th, input, select, textarea, input {
  font-size: 12px;
  color: #000000; }

#mmf_content_container p {
  margin: 0em 0 5px 0; }

#mmf_content_container form {
  padding: 0;
  margin: 0; }

#mmf_content_container a img {
  border: none; }

.tdf h1 {
  font-size: 24px;
  font-weight: normal;
  margin: 0;
  padding: 0px;
  line-height: 1.2em; }

/*.tdf h2 {
	font-size:12px;
	font-weight:normal;
	color:#000000;
	margin:0px;
	padding:0px;
	display:inline;
}*/
.tdf h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 5px;
  padding: 0px;
  text-transform: none;
  color: #333; }

.tdf h4 {
  font-size: 26px;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0px;
  padding: 0px;
  display: inline; }

.tdf h5 {
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 -10px;
  padding: 0px; }

.tdf h6 {
  font-size: 12px;
  font-weight: normal;
  line-height: 1.2em;
  margin: 0px;
  padding: 0px;
  display: inline;
  text-transform: uppercase; }

.tdf a:link, .tdf a:visited {
  color: #be0c17;
  text-decoration: none; }

.tdf a:hover {
  color: #cc9933;
  text-decoration: underline; }

.tdf strong {
  font-weight: bold; }

.tdf_clear {
  display: block; }

#tdf_wrapper {
  width: 959px;
  margin: 0 auto;
  position: relative;
  margin-top: 11px; }

/***********************************************/
/*Header*/
#tdf_header {
  padding: 15px 20px 0; }

#tdf_header_left {
  float: left;
  width: 375px;
  /* display:table-cell; vertical-align:bottom; */ }

#tdf_header_right {
  float: right;
  width: 536px;
  text-align: right; }

#tdf_header_right img {
  vertical-align: top; }

#tdf_secondary_nav {
  color: #f69813;
  margin: 14px 0 0;
  font-size: 14px; }

#tdf_secondary_nav a {
  color: #000000;
  text-decoration: none; }

#tdf_secondary_nav a:hover {
  color: #cc9933;
  text-decoration: none; }

.aquaphor_healing {
  position: relative;
  left: 32px;
  top: 15px; }

.tdf_logo {
  padding: 12px 15px 20px;
  vertical-align: bottom !important; }

.tdf_donation {
  margin: 17px 0 0 48px; }

.tdf_donation strong {
  color: #be0c17; }

.tdf_donation_online, .tdf_donation_text, .tdf_donation_facebook {
  width: 117px;
  height: 48px;
  text-align: left;
  float: left;
  padding-left: 45px;
  padding-top: 10px;
  font-weight: 900; }

.tdf_donation_facebook {
  background: transparent url("/public/images/virtual/tdf/tdf_facebook_donate.jpg") no-repeat -2px 4px; }

.tdf_donation_facebook span {
  display: none; }

.tdf_donation_facebook a {
  display: block;
  height: 42px; }

.tdf_donation_online {
  background: transparent url("/public/images/virtual/tdf/donate_online_bg.png") no-repeat; }

.tdf_donation_text {
  background: transparent url("/public/images/virtual/tdf/donate_text_bg.png") no-repeat; }

/***********************************************/
/*Navigation*/
#tdf_navarea {
  background: url("/public/images/virtual/tdf/tdf_bg_nav.jpg") repeat-x;
  height: 26px;
  margin: 2px 1px 0;
  clear: both; }

#tdf_nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none;
  line-height: 1;
  z-index: 100;
  margin: 0 0 0 20px; }

#tdf_nav ul li {
  float: left;
  list-style: none;
  list-style-image: none;
  margin: 0;
  z-index: 100; }

#tdf_nav ul li a {
  display: block;
  text-decoration: none; }

/* Level 1 */
#tdf_nav ul li div {
  background: url("/public/images/virtual/tdf/tdf_bg_nav_tab.jpg") no-repeat;
  width: 125px;
  margin: 0 0 0 5px; }

#tdf_nav ul li div a {
  padding: 8px 0;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center; }

#tdf_nav ul li div a:hover, #tdf_nav ul li div a.selected {
  background: url("/public/images/virtual/tdf/tdf_bg_nav_tab_on.jpg") no-repeat;
  color: #ce9c3b; }

#tdf_nav ul li div a.disabled {
  color: #e3bc57;
  cursor: text; }

/* Level 2 */
#tdf_nav ul li ul {
  margin: 0;
  position: absolute;
  background: #ffd204;
  width: 190px;
  border-top: 1px solid #fee368;
  border-left: 1px solid #fee368;
  border-right: 1px solid #fee368;
  left: -999em; }

#tdf_nav ul li ul li a {
  border-bottom: 1px solid #fee368;
  width: 170px;
  padding: 5px 10px;
  text-indent: 0;
  color: #333333;
  font-size: 12px; }

#tdf_nav ul li ul li a:hover, #tdf_nav ul li ul li a.selected {
  background: #ff6600;
  color: #FFFFFF; }

/***********************************************/
/*Content Area*/
#tdf_body {
  background: url("/public/images/virtual/tdf/tdf_bg_header.png") no-repeat top center transparent;
  width: 960px; }

#tdf_content_area {
  background: transparent url("/public/images/virtual/tdf/tdf_border_shadow.png") repeat-y scroll 0 100%;
  width: 97.5%;
  margin-left: -7px;
  padding: 40px 20px; }

#tdf_content_left {
  float: left;
  width: 594px; }

#tdf_contentbdy_top {
  height: 15px;
  width: 594px; }

#tdf_contentbdy_small {
  background: url("/public/images/virtual/tdf/tdf_banner_small.jpg") no-repeat;
  height: 49px;
  width: 401px;
  padding: 24px 0 0 25px;
  margin: 0; }

#tdf_contentbdy_small strong {
  font-size: 190%;
  font-weight: normal;
  line-height: 22px; }

#tdf_contentbdy_top_ada {
  background: url("/public/images/virtual/tdf/ada_banner.jpg") no-repeat;
  height: 134px;
  width: 594px;
  margin-top: 9px; }

#tdf_contentbdy_top_advanced {
  background: url("/public/images/virtual/tdf/tdf_contentbdy_top_advanced.jpg") no-repeat;
  height: 134px;
  width: 594px;
  margin-top: 9px; }

#tdf_contentbdy_top_advanced_large {
  /*	background:url($image_path + "virtual/tdf/tdf_contentbody_top_advanced_large.png") no-repeat;
  	height:167px;
  	width:564px; */
  margin: 0 0 0 15px; }

#tdf_contentbdy_top_about_ada {
  height: 65px;
  width: 594px; }

#tdf_contentbdy_middle {
  width: 588px;
  padding: 0 15px 30px; }

#tdf_contentbdy_bottom {
  width: 595px;
  height: 15px; }

/* Full Width Content Body */
#tdf_contentbdy_full_top {
  background: url("/public/images/virtual/tdf/tdf_contentbdy_full_top.jpg") no-repeat;
  height: 15px;
  width: 100%; }

#tdf_contentbdy_full_middle {
  background: url("/public/images/virtual/tdf/tdf_contentbdy_full_middle.jpg") repeat-y;
  width: 100%;
  padding: 0; }

#tdf_contentbdy_full_bottom {
  background: url("/public/images/virtual/tdf/tdf_contentbdy_full_bottom.jpg") no-repeat;
  width: 100%;
  height: 15px; }

#tdf_content_right {
  float: right;
  width: 310px; }

#tdf_login_left {
  float: left;
  width: 449px; }

#tdf_login_right {
  float: right;
  width: 449px; }

#tdf_login_top {
  background: url("/public/images/virtual/tdf/tdf_bg_login_top.gif") no-repeat;
  height: 15px;
  width: 449px; }

#tdf_login_middle {
  background: url("/public/images/virtual/tdf/tdf_bg_login_middle.gif") repeat-y;
  width: 419px;
  min-height: 215px;
  padding: 10px 15px; }

#tdf_login_bottom {
  background: url("/public/images/virtual/tdf/tdf_bg_login_bottom.gif") no-repeat;
  width: 449px;
  height: 15px; }

.tdf_header_padding {
  padding: 0 0 15px; }

.tdf_form_area {
  background: url("/public/images/virtual/tdf/tdf_le_tour_watermark.jpg") bottom right no-repeat;
  margin: 10px; }

.tdf_form_area .form_simple_footer_right {
  background: #fefae5;
  width: 100%;
  border: 5px solid #fbe6aa; }

.tdf_form_area select {
  width: 250px; }

#tdf_note_top {
  background: url("/public/images/virtual/tdf/tdf_bg_note_top.gif") no-repeat;
  width: 310px;
  height: 45px;
  margin: 57px 0 0 0; }

.tdf_note {
  padding: 6px 20px 0; }

#tdf_note_middle {
  background: url("/public/images/virtual/tdf/tdf_bg_note_middle.gif") repeat-y;
  width: 270px;
  padding: 20px 20px 0; }

#tdf_note_bottom {
  background: url("/public/images/virtual/tdf/tdf_bg_note_bottom.gif") no-repeat;
  width: 310px;
  height: 26px; }

.tdf_box_top {
  background: transparent url("/public/images/virtual/tdf/tdf_box_top.png") no-repeat;
  width: 563px;
  height: 15px; }

.tdf_box_middle {
  background: transparent url("/public/images/virtual/tdf/tdf_box_middle.png") repeat-y;
  width: 563px;
  min-height: 10px; }

.tdf_box_content {
  margin: 0 22px; }

.tdf_box_content h3 {
  padding: 8px 0; }

.tdf_box_bottom {
  background: transparent url("/public/images/virtual/tdf/tdf_box_bottom.png") no-repeat;
  width: 563px;
  height: 35px;
  margin-bottom: 5px; }

.tdf_box_bottom_tdc_events {
  background: transparent url("/public/images/virtual/tdf/tdf_box_bottom.png") no-repeat;
  width: 563px; }

.tdf_box_bottom_ada_win {
  background: transparent url("/public/images/virtual/tdf/tdf_box_bottom_ada_win.png") no-repeat;
  width: 563px;
  height: 331px;
  margin-bottom: 5px; }

.tdf_box_bottom_about_ada {
  background: transparent url("/public/images/virtual/tdf/tdf_box_bottom_aboutada.png") no-repeat;
  width: 568px;
  height: 69px;
  margin-bottom: 5px; }

.tdf_box_image {
  float: right; }

.tdf_box_image_left {
  float: left;
  margin-right: 8px; }

.tdf_item_num {
  background: transparent url("/public/images/virtual/tdf/item_num_bg.gif") no-repeat;
  width: 24px;
  height: 25px;
  color: #fff;
  font-size: 14px;
  padding: 6px 0 0 8px;
  float: left; }

.tdf_box_small_top {
  background: transparent url("/public/images/virtual/tdf/tdf_box_small_top.png") no-repeat;
  width: 280px;
  height: 18px; }

.tdf_box_small_middle {
  background: transparent url("/public/images/virtual/tdf/tdf_box_small_middle.png") repeat-y;
  width: 280px;
  min-height: 10px; }

.tdf_box_small_middle .box_graphic {
  margin-left: 5px;
  margin-bottom: 12px; }

.tdf_box_small_content {
  margin: 0 22px; }

.tdf_box_small_content .tdf_box_link {
  display: block;
  text-align: center;
  margin-top: 12px; }

.tdf_box_small_content h3 {
  font-weight: normal !important;
  color: #AF1D2D; }

.tdf_box_small_bottom {
  background: transparent url("/public/images/virtual/tdf/tdf_box_small_bottom.png") no-repeat;
  width: 280px;
  height: 23px;
  margin-bottom: 5px; }

.tdf_registration_button_area {
  padding: 20px;
  text-align: center; }

/*.tdf_mmf_logo{position:absolute;left: 355px;top: 256px;}*/
.tdf_mmf_logo {
  float: right;
  clear: none; }

.about_ada_goldsp {
  width: 540px;
  height: 54px;
  text-align: center;
  padding-top: 5px; }

.about_ada_tdf_events {
  width: 540px;
  height: 14px;
  text-align: center;
  padding-top: 5px; }

.about_ada_prizes {
  width: 314px;
  padding: 0 25px; }

.teamup_pic {
  float: left;
  padding-right: 20px; }

.teamup_content {
  width: 100%; }

.about_ada_header {
  padding: 50px 30px; }

.tdf_riderbio_top {
  background: transparent url("/public/images/virtual/tdf/ada_bio_top.png") no-repeat;
  width: 309px;
  height: 107px; }

.tdf_riderbio_middle {
  background: transparent url("/public/images/virtual/tdf/ada_bio_middle.png") repeat-y;
  width: 309px; }

.tdf_riderbio_bottom {
  background: transparent url("/public/images/virtual/tdf/ada_bio_bottom.png") no-repeat;
  width: 309px;
  height: 38px;
  margin-bottom: 5px; }

.riderbio_title {
  font-size: 16px;
  font-weight: normal;
  padding: 35px 25px 0px 0px;
  float: right; }

.riderbio_name {
  font-size: 12px;
  color: #d02127;
  font-weight: normal;
  padding: 0px 25px 0px 0px;
  float: right; }

.tdf_riderbio_middle p {
  font-size: 12px;
  font-weight: normal;
  padding: 0px 25px 0px 25px; }

.bio_salesmark {
  font-size: 9px; }

.bio_salesmark sup {
  vertical-align: text-top; }

/***********************************************/
/***********************************************/
/*Create - Join - Individual */
.tdf_join_columns {
  height: 94px; }

.tdf_join_columns label {
  display: block;
  cursor: pointer; }

.tdf_join_columns input {
  float: left;
  margin-right: 5px; }

.tdf_join_create div, .tdf_join_join div, .tdf_join_individual div {
  padding: 60px 0 0 30px;
  font-size: 18px; }

#tdf_join_create_form, #tdf_join_join_form, #tdf_join_individual_form {
  display: none; }

.tdf_join_create {
  background: transparent url("/public/images/virtual/tdf/create_team.jpg") no-repeat; }

.tdf_join_join {
  background: transparent url("/public/images/virtual/tdf/join_team.jpg") no-repeat; }

.tdf_join_individual {
  background: transparent url("/public/images/virtual/tdf/individual.jpg") no-repeat; }

.tdf_join_content {
  background: transparent url("/public/images/virtual/tdf/team_middle.jpg") repeat-y;
  padding: 20px;
  min-height: 140px; }

.tdf_join_bottom {
  background: transparent url("/public/images/virtual/tdf/team_footer.jpg") no-repeat;
  height: 16px; }

.tdf_join_content ul li {
  background: url("/public/images/virtual/tdf/tdf_bullet.gif") no-repeat 0 1px;
  padding-left: 15px;
  margin-bottom: 3px; }

.tdf_join_content input {
  width: 190px !important; }

.tdf_join_content #id_name {
  width: 190px !important; }

.tdf_join_content .form_simple, .tdf_join_content .form_simple_container, .tdf_join_content .form_simple_fields_container, .tdf_join_content .form_row_full, .tdf_join_content .help_container, .tdf_join_content .form_group_rule, .tdf_join_content .mmf_form_submit_row {
  width: 100% !important; }

.tdf_join_content .form_row_full {
  margin: 0 !important; }

.tdf_join_content .form_row_label {
  text-align: left !important;
  color: #000;
  padding: 5px 0 0 0 !important;
  font-size: 12px; }

.form_row_label i {
  color: #D31145; }

.tdf_join_content .tdf_submit, .tdf_submit {
  width: 128px !important;
  height: 45px !important;
  background: none;
  background-color: transparent;
  border: 0px none;
  vertical-align: middle;
  margin-top: 20px;
  padding: 0; }

.form_simple_container .form_row_label {
  color: #000 !important; }

.tdf_registration_form .form_row_label {
  text-align: right; }

#opt_out_fundraising_row {
  padding-top: 5px;
  padding-bottom: 8px; }

#opt_out_fundraising_row .form_row_label {
  float: right;
  width: 230px !important; }

#id_opt_out_fundraising {
  width: 30px !important;
  margin-top: 5px; }

#wrapper_opt_out_fundraising {
  float: left; }

.tdf_join_content hr {
  border: 0px none;
  background-color: #fadd83;
  height: 1px;
  width: 80%; }

hr.mmf_separator {
  background-color: #F4A817; }

#id_fundraising_goal {
  background: white url("/public/images/virtual/tdf/dollar_sign.gif") no-repeat 3px 7px;
  padding-left: 10px; }

.id_fundraising_goal_disabled {
  background: #ececec url("/public/images/virtual/tdf/dollar_sign.gif") no-repeat 3px 7px !important;
  padding-left: 10px; }

#tdf_join_join_form #invitation_code_row {
  display: none; }

.tdf_minimum_goal {
  font-size: 11px;
  color: #666666;
  font-style: italic; }

#id_team {
  width: 180px; }

#email_list_row {
  width: 500px; }

#email_list_row .form_row_label {
  width: 100%;
  text-align: left; }

#email_list_row .form_row_content {
  width: 100%;
  text-align: left; }

#email_list_row textarea {
  width: 500px;
  height: 100px; }

.tdf_no_thanks {
  text-align: center;
  margin: 18px; }

/***********************************************/
/*Sponsors*/
#tdf_gold_sponsor_wide .bottom {
  background: url("/public/images/virtual/tdf/tdf_gold_sponsors.png") no-repeat top center;
  height: 30px;
  width: 920px;
  margin: 0 auto;
  position: relative; }

#tdf_gold_sponsor_wide .bottom h4 {
  display: none; }

#tdf_silver_sponsor_wide {
  margin-top: 5px; }

#tdf_silver_sponsor_wide .middle {
  background: url("/public/images/virtual/tdf/tdf_silver_sponsors.png") no-repeat center;
  width: 919px;
  height: 29px;
  margin: 0 auto;
  position: relative;
  padding: 10px; }

#tdf_silver_sponsor_wide .bottom h4 {
  display: none; }

#tdf_bronze_sponsor_wide {
  margin-top: 5px; }

#tdf_bronze_sponsor_wide .middle {
  background: url("/public/images/virtual/tdf/tdf_bronze_sponsors.png") no-repeat center;
  width: 919px;
  height: 29px;
  margin: 0 auto;
  position: relative;
  padding: 10px; }

#tdf_bronze_sponsor_wide .bottom h4 {
  display: none; }

#tdf_prize_sponsor_wide {
  margin-top: 5px; }

#tdf_prize_sponsor_wide .middle {
  background: url("/public/images/virtual/tdf/tdf_prize_sponsors.png") no-repeat center;
  width: 919px;
  height: 29px;
  margin: 0 auto;
  position: relative;
  padding: 10px; }

#tdf_prize_sponsor_wide .bottom h4 {
  display: none; }

.tdf_footer_ad {
  float: left;
  margin: 20px 10px 10px; }

/***********************************************/
/*Left Box*/
.left_box {
  width: 594px; }

.left_box .top {
  height: 10px;
  margin: 0 auto;
  position: relative; }

.left_box .middle {
  margin: 0 auto;
  position: relative;
  padding: 10px; }

.left_box .bottom {
  height: 17px;
  margin: 0 auto;
  position: relative; }

.left_innerbox {
  width: 584px;
  margin-right: auto;
  margin-left: auto; }

.left_innerbox .top {
  margin: 0 auto;
  position: relative; }

.left_innerbox .middle {
  margin: 0 auto;
  position: relative;
  padding: 0px; }

.left_innerbox .middle_less_padding {
  margin: 0 auto;
  position: relative;
  padding: 10px 5px 0px 5px; }

.left_innerbox .bottom {
  height: 22px;
  margin: 0 auto;
  position: relative; }

.left_innerbox .bottom_darker {
  height: 22px;
  margin: 0 auto;
  position: relative; }

/***********************************************/
/*Right Box*/
#tdf_gold_sponsor_sm {
  background: url("/public/images/virtual/tdf/sidebar_goldSponsors.png") no-repeat top left;
  margin-top: 20px;
  position: relative;
  right: 11px; }

#tdf_gold_sponsor_sm .top {
  background: url("/public/images/virtual/tdf/bg_gold_sponsor_sm_top.gif") no-repeat top center;
  height: 16px;
  margin: 0 auto;
  position: relative; }

#tdf_gold_sponsor_sm .middle {
  margin: 0 auto;
  position: relative;
  padding: 10px;
  margin-bottom: 30px; }

#tdf_gold_sponsor_sm .bottom {
  background: url("/public/images/virtual/tdf/bg_gold_sponsor_sm_bottom.gif") no-repeat top center;
  height: 28px;
  margin: 0 auto;
  position: relative; }

#tdf_gold_sponsor_sm h4 {
  /*color: #000000;
  display:block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight:bold;
  padding-bottom: 5px;
  border-bottom:1px solid #DDDDDD;*/
  display: none; }

#tdf_gold_sponsor_tiny {
  margin-top: 1px;
  width: 165px; }

#tdf_gold_sponsor_tiny .top {
  background: url("/public/images/virtual/tdf/bg_gold_sponsor_tiny_top.jpg") no-repeat top center;
  height: 16px;
  margin: 0 auto;
  position: relative; }

#tdf_gold_sponsor_tiny .middle {
  background: url("/public/images/virtual/tdf/bg_gold_sponsor_tiny_mid.jpg") repeat-y top center;
  margin: 0 auto;
  position: relative; }

#tdf_gold_sponsor_tiny .bottom {
  background: url("/public/images/virtual/tdf/bg_gold_sponsor_tiny_bottom.jpg") no-repeat top center;
  height: 28px;
  margin: 0 auto;
  position: relative; }

#tdf_gold_sponsor_tiny .bottom h4 {
  color: #FFF;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 5px;
  padding-left: 12px; }

#tdf_silver_sponsor_sm {
  margin-top: 10px;
  width: 310px; }

#tdf_silver_sponsor_sm .top {
  background: url("/public/images/virtual/tdf/bg_silver_sponsor_sm_top.gif") no-repeat top center;
  height: 17px;
  margin: 0 auto;
  position: relative; }

#tdf_silver_sponsor_sm .middle {
  background: url("/public/images/virtual/tdf/bg_silver_sponsor_sm_mid.gif") repeat-y top center;
  margin: 0 auto;
  position: relative;
  padding: 10px; }

#tdf_silver_sponsor_sm .bottom {
  background: url("/public/images/virtual/tdf/bg_silver_sponsor_sm_bottom.gif") no-repeat top center;
  height: 28px;
  margin: 0 auto;
  position: relative; }

#tdf_silver_sponsor_sm .bottom h4 {
  color: #FFF;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 7px;
  padding-left: 7px; }

#tdf_bronze_sponsor_sm {
  margin-top: 10px;
  width: 310px; }

#tdf_bronze_sponsor_sm .top {
  background: url("/public/images/virtual/tdf/bg_bronze_sponsor_sm_top.gif") no-repeat top center;
  height: 20px;
  margin: 0 auto;
  position: relative; }

#tdf_bronze_sponsor_sm .middle {
  background: url("/public/images/virtual/tdf/bg_bronze_sponsor_sm_mid.gif") repeat-y top center;
  margin: 0 auto;
  position: relative;
  padding: 10px; }

#tdf_bronze_sponsor_sm .bottom {
  background: url("/public/images/virtual/tdf/bg_bronze_sponsor_sm_bottom.gif") no-repeat top center;
  height: 28px;
  margin: 0 auto;
  position: relative; }

#tdf_bronze_sponsor_sm .bottom h4 {
  color: #FFF;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  padding-top: 7px;
  padding-left: 7px; }

#tdf_twitter {
  margin-bottom: 30px; }

/***********************************************/
/*FAQ*/
#tdf_faq b.q {
  color: #000;
  font-weight: bold;
  font-size: 14px;
  margin-left: 7px; }

#tdf_faq b.a {
  color: #d31145;
  font-weight: bold;
  font-size: 14px; }

#tdf_faq b.a span {
  font-size: 12px;
  color: #000;
  font-weight: normal; }

#tdf_faq b.a a:link {
  font-size: 12px !important; }

#tdf_faq a:link, #tdf_faq a:visited {
  /*color: #d31145;*/
  font-size: 14px;
  text-decoration: none; }

#h2_wrapper {
  width: 564px;
  background: none repeat scroll 0 0 #F7F7F7;
  border: 1px solid #E5E5E5;
  padding: 5px;
  margin: 3px 0; }

#tdf_faq .faq_answer {
  padding: 10px 0 0 20px; }
  #tdf_faq .faq_answer p {
    margin-bottom: 15px; }

#tdf_faq a.faq_answer {
  font-size: 12px; }

p.faq_message {
  font-size: 16px;
  color: #000;
  line-height: 20px;
  padding-top: 5px; }

/***********************************************/
/*Landing: Not Logged In*/
#tdf_landing_welcome {
  background: url("/public/images/virtual/tdf/bg_landing_welcome.jpg") no-repeat;
  height: 327px;
  width: 919px;
  margin: 0 auto;
  position: relative; }

#tdf_landing_welcome .welcome {
  top: 46px;
  left: 35px;
  width: 370px;
  position: relative;
  height: auto; }

#tdf_landing_welcome .welcome p {
  font-size: 12px;
  line-height: 16px;
  margin-left: 10px;
  position: relative;
  top: 110px; }

#tdf_landing_welcome .welcome a {
  margin-left: 10px;
  position: relative;
  top: 115px; }

#tdf_landing_welcome .learn_more {
  font-size: 11px;
  margin-left: 10px;
  position: relative;
  top: 125px; }

#tdf_landing_welcome .prizes {
  top: 60px;
  left: 30px;
  width: 370px;
  position: relative; }

#tdf_landing_welcome .prizes h2 {
  font-size: 15px;
  color: #000;
  font-weight: bold;
  margin-bottom: 0px; }

#tdf_landing_welcome .prizes table {
  width: 370px;
  margin-top: 5px;
  border-collapse: separate !important;
  border-spacing: 5px !important; }

#tdf_landing_welcome .prizes td {
  width: 50%;
  padding: 2px;
  font-size: 12px;
  border-bottom: 1px dashed #D7AD06; }

#tdf_landing_welcome .prizes td.alpha {
  border-top: 1px solid #D7AD06; }

#tdf_landing_welcome .prizes td b {
  color: #bb0a17; }

#tdf_landing_welcome h2.tdf_heading {
  display: block;
  margin-top: 5px; }

#tdf_landing_how_to {
  background: url("/public/images/virtual/tdf/bg_landing_trifold.jpg") no-repeat;
  height: 257px;
  width: 919px;
  margin: 0 auto;
  position: relative; }

.tdf_how_to {
  margin: 0 0 15px 10px; }

p.landing_howto {
  font-size: 24px;
  font-weight: bold;
  color: #d31145;
  padding: 4px 7px 0 0;
  float: left; }

.tdf_how_to h1 {
  margin-left: 10px; }

.tdf_grid_4 {
  float: left;
  width: 150px;
  margin: 33px 0 0 150px; }

.tdf_grid_5 {
  float: left;
  margin-left: 15px;
  margin-top: 33px;
  width: 270px; }

.tdf_grid_6 {
  float: left;
  margin-left: 40px;
  margin-top: 33px;
  width: 185px; }

#tdf_landing_how_to h2 {
  color: #D31145;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 5px;
  padding-left: 10px; }

#tdf_landing_how_to p {
  padding: 5px 5px 5px 10px; }

/***********************************************/
/*Landing: Logged In (i.e., Welcome Page)*/
/* 2011 Code */
#letour_challenge h2, #letour_tellfriend h2 {
  font-size: 16px;
  color: #d31145; }

#letour_challenge img, #letour_tellfriend img {
  margin-bottom: 12px;
  margin-top: -10px; }

.tdf_details_txt {
  left: 52px;
  position: relative;
  top: 140px;
  width: 300px; }

#letour_challenge {
  background: transparent url("/public/images/virtual/tdf/home_signedup_header-bg.png") no-repeat 0 0;
  height: 296px;
  width: 601px;
  margin-left: -10px;
  margin-bottom: 20px; }

#letour_tellfriend {
  background: transparent url("/public/images/virtual/tdf/home_signedup_share-bg.png") no-repeat 0 0;
  height: 79px;
  width: 588px;
  margin: -10px 0 0 -7px; }

#letour_tellfriend a {
  float: right;
  position: relative;
  right: 150px;
  top: 25px; }

.sidebar_header {
  position: relative;
  right: 4px; }

.sidebar_create_team {
  background: transparent url("/public/images/virtual/tdf/sidebar_create_bg.png") no-repeat 0 0;
  height: 291px;
  width: 311px;
  margin-bottom: 17px; }

.sidebar_log_workout {
  background: transparent url("/public/images/virtual/tdf/sidebar_workout_bg.png") no-repeat 0 0;
  height: 164px;
  width: 262px;
  padding: 10px 25px;
  margin-bottom: 25px; }

.sidebar_gold_sponsors {
  height: 105px;
  width: 280px;
  margin-bottom: 20px;
  padding: 10px; }

.gold_sponsors_ad {
  display: none; }

.create_text {
  color: #333333;
  left: 20px;
  position: relative;
  top: 104px;
  width: 269px; }

.sidebar_gold_sponsor {
  margin-top: 20px;
  position: relative;
  right: 11px; }

.tdf_gold_sponsor_sm h4 {
  display: none !important; }

/*************************
#carmichael_training_video {  margin-right:auto; margin-left:auto; width: 588px; }
#carmichael_training_video h1 { font-size: 34px; color: #bb0a17; font-weight: normal; text-transform: uppercase; margin:20px 0 0; padding:0; line-height: normal; }
#carmichael_training_video h1 b { font-weight: bold; color: #000; }
#carmichael_training_video h2 { font-size: 14px; color:#000; padding-bottom:8px; margin: 0; }
#carmichael_training_video p { font-size:12px; color: #333; padding:30px 0;}
#carmichael_training_video h3 { font-size: 18px; color:#000; padding-bottom:5px; }
**********************/
.carmichael_training_object {
  padding: 10px 0; }

#carmichael_call2action {
  margin-bottom: 10px;
  font-size: 16px;
  color: #333; }

#carmichael_call2action a {
  margin: 7px 0 5px; }

.carmichael_call2action {
  float: left;
  padding-right: 20px;
  margin-right: 10px;
  width: autopx;
  border-right: 1px solid #ddd; }

/* End 2011 Code */
.tdf_welcome_banner {
  background: transparent url("/public/images/virtual/tdf/welcome_banner.jpg") no-repeat 0 0;
  height: 317px; }

.tdf_welcome_banner img {
  margin: 192px 0 0 32px; }

#tdf_hero {
  background: transparent url("/public/images/virtual/tdf/hub_hero.jpg") no-repeat 0 0;
  height: 302px;
  width: 608px; }

#tdf_hero h1 {
  padding: 63px 0 0 41px;
  font-size: 30px; }

#tdf_hero p {
  padding: 0 258px 0 42px;
  font-size: 14px;
  line-height: 1.3; }

#tdf_kick_start {
  margin: 0;
  background: transparent url("/public/images/virtual/tdf/kick_start_bg.jpg") no-repeat 0 -70px;
  height: 400px;
  padding: 2px 28px 5px 117px; }

#tdf_kick_start h2 {
  font-size: 24px;
  font-weight: normal;
  color: #bb0a17;
  margin-bottom: 10px;
  display: block; }

#tdf_kick_start p {
  margin: 0 0 8px 0;
  position: relative;
  padding-left: 22px; }

#tdf_kick_start p span {
  display: block;
  margin-left: -1.8em;
  position: absolute;
  color: #bb0a17; }

#tdf_kick_start .center {
  text-align: center;
  margin: 15px 0; }

#tdf_kick_start .footer {
  font-size: 12px;
  padding-top: 30px;
  font-size: 10px; }

.tdf_sponsor_row {
  border-top: 3px solid #000;
  border-bottom: 3px solid #000; }

.ride_box, .map_box, .prizes_box {
  width: 290px;
  height: 85px;
  font-size: 12px;
  color: #000;
  margin: 6px 0; }

.ride_box h3, .map_box h3, .prizes_box h3 {
  font-size: 18px;
  font-weight: normal;
  color: #bb0a17;
  margin: 0 0 0 85px;
  padding: 20px 0 0 0;
  line-height: 1.2em;
  text-transform: none; }

.ride_box p, .map_box p, .prizes_box p {
  margin: 0 0 0 85px !important; }

.ride_box {
  background: transparent url("/public/images/virtual/tdf/ride_box.gif") no-repeat 0 0; }

.map_box {
  background: transparent url("/public/images/virtual/tdf/map_box.gif") no-repeat 0 0; }

.prizes_box {
  background: transparent url("/public/images/virtual/tdf/prizes_box.gif") no-repeat 0 0; }

.highlight_bg {
  background: transparent url("/public/images/virtual/tdf/highlight_bg.png") no-repeat 0 0;
  text-align: right;
  height: 40px;
  padding: 11px 28px 0 0; }

.additional_info {
  margin-top: 7px;
  width: 276px;
  background: transparent url("/public/images/virtual/tdf/column_bg.png") repeat-x 0 0;
  padding: 8px 7px; }

.additional_info h4 {
  font-size: 18px;
  font-weight: normal;
  color: #bb0a17; }

.additional_info ul li {
  border-bottom: 1px dashed #f7a61a;
  padding: 6px 0; }

.tour_sponsor_bar {
  background: transparent url("/public/images/virtual/tdf/sponsor_bg.png") repeat-x 0 0;
  height: 93px; }

/***********************************************/
/* Advertisement Styles  */
.tdf_ad_300x250 {
  height: 270px;
  width: 310px;
  margin-bottom: 30px;
  border: 1px solid #999999; }

.tdf_ad_bg_125x125 {
  margin-top: 15px; }

.tdf_ad_bg_125x125 div {
  float: left;
  width: 125px;
  margin-left: 23px; }

/***********************************************/
/* Tour Challenge Winners  */
/***********************************************/
/* Donation Right Side - Progress and Honor Roll  */
#tdf_progress {
  width: 313px;
  height: 221px;
  background: transparent url("/public/images/virtual/tdf/progress_bg.png") no-repeat 0 0;
  margin: 10px 0; }

#tdf_honor_roll {
  position: relative;
  width: 313px;
  height: 308px;
  background: transparent url("/public/images/virtual/tdf/honor_roll_bg.png") no-repeat 0 0;
  margin: 10px 0; }

#tdf_honor_roll .tdf_honor_roll_title {
  position: absolute;
  top: 247px;
  left: 32px;
  width: 253px;
  height: 30px;
  z-index: 999; }

#tdf_honor_roll_supporters {
  background: transparent url("/public/images/virtual/tdf/honor_roll_supporters_bg.png") no-repeat 0 0;
  width: 313px;
  height: 308px;
  margin: 10px 0; }

.tdf_progress_content, .tdf_honor_roll_content {
  padding: 75px 20px 0 17px;
  height: 167px;
  overflow: hidden; }

.tdf_progress_content p, .tdf_honor_roll_content p {
  border-bottom: 1px solid #ECDCAB;
  margin: 0 36px 7px 0 !important;
  padding: 0 0 8px 10px !important; }

#honor_carousel {
  height: 273px;
  width: 250px !important;
  overflow: hidden; }

.tdf_honor_roll_item {
  margin: 6px 0;
  padding-left: 15px; }

.tdf_honor_roll_item span {
  color: #B24445; }

/***********************************************/
/* User Profile Overides  */
.mmf_tabs_nav {
  border-bottom-color: #333 !important; }

.ui-state-default a, .ui-widget-content .ui-state-default a {
  color: #333 !important; }

.mmf_tabs_nav .ui-tabs-selected {
  background: #F7A619 none !important;
  background-color: #333 !important;
  color: #FFF7CD !important; }

.mmf_tabs_nav .ui-tabs-selected a {
  color: #FFF !important; }

.mmf_button_tabs {
  border-top-color: #F0A62B !important; }

#daily_log_form_advanced h3, .icon_list_header h3, .mmf_list_block h3 {
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  text-transform: uppercase;
  margin: 12px 0; }

.mmf_action_bar {
  margin-top: 0px; }

.tdf_profile_content {
  background-color: #fefae5;
  border-left: 1px solid #f6df97;
  border-right: 1px solid #f6df97;
  padding: 0 10px; }

div.mmf_mod_container_small, div.mmf_mod_container_large {
  border-color: #F4A817 !important; }

div.mmf_mod_container_small {
  margin-bottom: 0px !important;
  padding-bottom: 5px !important; }

div.mmf_workout_summary .mmf_grid_50_content {
  background: none !important;
  border: 1px solid #e7dcb0;
  width: 78px !important;
  margin: 0 !important; }

.tdf_profile_links {
  padding: 5px 0; }

/***********************************************/
/* Group Profile Overides  */
.container_16 .grid_10 {
  width: 560px; }

.tdf_team_right .group_user_activity {
  background-color: #FFFAE6 !important; }

.group_status_field {
  width: 500px; }

.group_user_activity {
  background-color: #FFFAE6 !important; }

.right_ad_banner {
  margin-top: 10px; }

.mmf_tabs_content {
  border: 0px !important; }

.tdf_team_header {
  background: transparent url("/public/images/virtual/tdf/tdf_teams_header.jpg") no-repeat 0 0;
  height: 72px;
  padding: 0px 20px; }

.tdf_team_header h1.mmf_header {
  color: #000;
  padding-top: 20px; }

.tdf_team_header .group_button_container {
  margin-right: 155px; }

.tdf_team_middle {
  background: transparent url("/public/images/virtual/tdf/tdf_teams_middle.jpg") repeat-y 0 0;
  padding-left: 10px;
  padding-right: 25px; }

.tdf_team_footer {
  background: transparent url("/public/images/virtual/tdf/tdf_teams_footer.jpg") no-repeat 0 0;
  height: 22px; }

.tdf_team_link {
  display: block;
  background: transparent url("/public/images/virtual/tdf/red_bullet.png") no-repeat 0 0;
  padding: 4px 0 0 22px;
  height: 22px; }

.group_quicklinks, .group_nav, .group_feed {
  border-color: #F4A817 !important; }

#beta_promo {
  margin-top: 0px !important;
  margin-bottom: 10px !important; }

/***********************************************/
/*User Donation*/
div.donate_banner h4 {
  font-size: 16px;
  font-weight: normal; }

.user_text_donation {
  background: transparent url("/public/images/virtual/tdf/user_text_donation.png") no-repeat 0 0;
  padding-left: 45px;
  padding-top: 7px;
  height: 55px;
  margin-left: 115px;
  margin-top: 8px;
  width: 298px;
  font-size: 14px;
  line-height: 1.3; }

.user_text_donation span {
  color: #be0c17; }

#user_donation_form .main_heading {
  margin-left: 8px; }

.print_donation {
  float: right;
  margin-right: 8px; }

#user_donation_form .donation_type {
  background-color: #FDF5CE;
  border-bottom: 1px dotted #F7A61A;
  padding: 13px;
  margin-top: 10px; }

#user_donation_form .fixed_amount, #user_donation_form .pledge_amount {
  margin: 6px 25px;
  font-size: 14px;
  line-height: 2; }

#user_donation_form .pledge_amount {
  height: 350px; }

#user_donation_form .fixed_amount input {
  width: 140px; }

#id_donation_type_0, #id_donation_type_1 {
  margin: 10px; }

#id_amount_min, #id_amount_per, #id_amount_max {
  width: 200px; }

#user_donation_form .donation_anom {
  background-color: #FDF5CE;
  border-top: 1px dotted #F7A61A;
  padding: 13px;
  line-height: 2.4; }

#user_donation_form .employer_match {
  background-color: #FDF5CE;
  border-top: 1px dotted #F7A61A;
  padding: 13px;
  line-height: 2.4; }

#id_company_match {
  width: 100px; }

#id_message {
  width: 500px;
  height: 100px; }

.billing_same {
  margin: 7px 6px; }

#id_billing_same {
  float: left;
  margin-right: 4px; }

.billing_fields_grey {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5; }

.live_tracking {
  margin-left: 175px;
  margin-top: 10px;
  line-height: 1.5; }

#ada_no_fundraising {
  color: #000;
  font-weight: normal; }

/***********************************************/
/*Leaderboard Page */
.leaderboard_header {
  margin: 0 0 20px 0; }

div#tdf_contentbdy_top_advanced_large .leaderboard_header h1 {
  display: inline; }

div#tdf_contentbdy_top_advanced_large .leaderboard_header p {
  display: inline;
  font-size: 16px; }

/***********************************************/
/*Tour Stages Page */
.course_desc {
  width: 100%;
  opacity: 0.9;
  background-color: #2C3227;
  color: #fff; }

.course_desc_content {
  padding: 15px; }

.course_desc_content strong {
  font-size: 18px; }

.course_desc p {
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.4; }

.mmf_separator {
  margin: 0;
  padding: 0; }

.nocourses {
  padding: 10px; }

/***********************************************/
/*Teams Page*/
#find_teams {
  margin: 0 5px 0 20px; }

#create_team_box {
  margin-bottom: 20px; }

#create_team_box li {
  line-height: 19px;
  list-style-type: disc;
  margin-left: 20px; }

#toggleText p, #find_teams p {
  margin: 10px 0 5px 0; }

.create_team_btn {
  margin-top: 10px; }

/***********************************************/
/*Group Landing Page*/
div.team_banner, div.donate_banner, #lb_banner {
  padding: 46px 33px; }

div.team_banner img, div.donate_banner img {
  float: left;
  margin-right: 5px; }

div.team_stats {
  margin-left: 111px;
  margin-top: 8px;
  width: 320px;
  background: transparent url("/public/images/virtual/tdf/team_stats_bg.png") no-repeat 0 0; }

div.team_stats_left, div.team_stats_right {
  float: left;
  height: 60px;
  width: 90px;
  margin: 9px 0 0 20px;
  line-height: 1.8; }

div.team_stats_right {
  padding-left: 25px;
  width: 110px; }

div.team_stats strong {
  color: #BB0A17; }

div.content p {
  margin: 0 !important; }

.tabbed_header {
  border-bottom: none !important; }

.tabbed_header span {
  background: #000 none !important;
  color: #fff !important;
  width: 252px !important; }

.summary_container {
  border-top: 4px solid #F7A61A;
  margin-top: 8px; }

.search_container {
  margin-left: -23px;
  margin-top: 5px;
  width: 355px; }

.search_container .search_box {
  background-color: #F7A61A; }

.search_container .arrow {
  background: transparent url("/public/images/core/template/bg_search_orange.png") no-repeat 0 2px;
  width: 13px; }

/***********************************************/
/*Participants Widget */
.tdf_participants {
  background: url("/public/images/virtual/tdf/participants.png") no-repeat 0 0;
  margin-top: 8px; }

.tdf_participants_content {
  background: url("/public/images/virtual/tdf/participants_repeat.png") repeat-y 0 0;
  margin-top: -17px; }

.tdf_participants_footer {
  background: url("/public/images/virtual/tdf/participants_footer.png") no-repeat 0 0;
  height: 20px; }

/***********************************************/
/*Prize Winners Widget */
.prize_disclaimer {
  font-size: 10px;
  color: #000;
  text-align: left;
  line-height: 14px; }

.tdf_prize_winners {
  background: url("/public/images/virtual/tdf/prize_winners.png") no-repeat 0 0;
  height: 209px; }

.tdf_widget_content {
  padding: 64px 15px 0 19px; }

.tdf_widget_content strong {
  color: #BB0A17; }

.tdf_participants .tdf_widget_content {
  padding: 47px 15px 0 19px; }

.tdf_widget_content a {
  float: right;
  outline: none; }

#prize_stages {
  background-color: #FFF; }

.stage_prize {
  width: 917px;
  margin: 30px auto; }

.stage_prize h1 {
  font-size: 14px;
  color: #000;
  padding: 12px 10px;
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5; }

.stage_prize h2 {
  font-size: 12px;
  color: #000;
  padding: 7px 10px;
  background-color: #bcbdc0;
  margin: 0px;
  border: 1px solid #e5e5e5; }

.jersey_sponsor_logo {
  position: absolute;
  right: 0;
  margin-right: 20px; }

.stage_prize table {
  width: 100%;
  font-size: 12px;
  margin: 10px; }

.stage_prize table td.prize_sponsor, .stage_prize table td.jersey_prize {
  width: 25%; }

.stage_prize table td.winner {
  width: 33%; }

.stage_prize table td {
  padding: 2px; }

/***********************************************/
/*tdf_team_stats Widget */
.tdf_team_stats {
  background: url("/public/images/virtual/tdf/tdf_2010_team.png") no-repeat 0 0;
  height: 129px;
  margin-top: 5px; }

/***********************************************/
/*TDF Gear Box*/
/* Moved to Profile/MyHome Style Sheets

/***********************************************/
/*Footer*/
#tdf_footer {
  background: url("/public/images/virtual/tdf/tdf_bg_footer.png") no-repeat;
  height: 203px;
  width: 973px;
  margin: 0 auto;
  position: relative; }

/***********************************************/
/*Sponsor*/
#tdf_sm_spon_top {
  background: url("/public/images/virtual/tdf/tdf_sm_sponsors_top.jpg") no-repeat;
  height: 83px;
  width: 959px;
  margin: 0 auto;
  position: relative; }

#tdf_sm_spon_middle {
  background: #ffffff;
  padding: 10px 20px;
  margin: 0 auto;
  position: relative;
  width: 919px; }

#tdf_sm_spon_bottom {
  background: url("/public/images/virtual/tdf/tdf_sm_sponsors_bottom.jpg") no-repeat;
  height: 16px;
  width: 959px;
  margin: 0 auto;
  position: relative; }

.tour_sponsor_bar {
  padding: 10px; }

.tour_sponsor_bar img {
  float: left;
  margin-right: 15px; }

/* Login Form Styles */
.tdf_registration_form .form_group_rule {
  font-weight: normal;
  display: block;
  border-top: 1px solid #f4d778;
  width: 540px; }

.tdf_registration_form .form_group_rule .form_rule_title {
  color: black;
  font-size: 18px;
  font-weight: normal; }

.tdf_registration_form .form_row_full {
  width: 540px; }

.form_row_terms .form_row_label {
  width: 100px !important;
  padding-top: 0px !important; }

#amount_row .form_row_label {
  display: none; }

/* Messaging Overides */
.mmf_messages {
  padding: 8px 0 !important; }

.mmf_messages_content_warning {
  color: 000; }

/* Gold Sponsors */
#gold_sponsors {
  position: relative;
  width: 289px;
  /* Set your image width */
  height: 129px;
  /* Set your image height */ }

.gold_sponsors_tiny {
  position: relative;
  width: 160px !important;
  /* Set your image width */
  height: 95px !important;
  /* Set your image height */ }

.gold_sponsors_tiny div {
  margin-left: 15px; }

#gold_sponsors .ad_rotate_container {
  display: none;
  position: absolute;
  top: 0;
  left: 0; }

#gold_sponsors div.active {
  display: block; }

/* TDF Donation Widget */
#tdf_donation_widget {
  background: url("/public/images/virtual/tdf/donation_widget.png") no-repeat;
  height: 270px;
  width: 161px;
  position: relative;
  margin-bottom: 50px; }

#tdf_donation_widget p {
  margin: 0 0 3px 0;
  padding: 0; }

#tdf_donation_widget .tdf_donation_widget_text {
  padding: 78px 0 0 57px;
  margin-bottom: 41px; }

#tdf_donation_widget .tdf_donation_widget_goal {
  margin: 63px 0 0 15px;
  font-size: 18px;
  text-shadow: 2px 2px 2px #000000;
  color: #fff; }

#tdf_donation_widget .tdf_donation_widget_goal sup {
  font-size: 50%;
  vertical-align: top; }

#tdf_donation_widget .tdf_donation_widget_bar {
  background-color: #8B1D1D;
  border-right: 1px solid #C48C8D;
  position: absolute;
  top: 73px;
  left: 23px;
  width: 20px;
  height: 122px; }

/* Prizes Page Styles */
#table_spacer {
  margin: 10px; }

#prize_winners {
  margin-left: 10px; }

#prize_banner {
  background-color: #fff;
  border: 1px solid #e5e5e5; }

#prize_hero {
  height: 400px;
  overflow: hidden;
  width: 919px;
  position: relative;
  padding: 7px 0 0;
  margin: 0 0 3px; }

#prize_hero .ui-tabs .ui-tabs-panel {
  margin: 0 !important;
  padding: 0 !important; }

#prize_hero ul.ui-tabs-nav {
  position: absolute;
  top: 384px;
  left: 0px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 280px;
  height: 24px;
  overflow: hidden;
  z-index: 200; }

#prize_hero .ui-widget-header {
  background: transparent none;
  border: 0 none; }

#prize_hero ul.ui-tabs-nav li {
  padding: 0;
  font-size: 12px; }

#prize_hero ul.ui-tabs-nav li img {
  float: left;
  margin: 2px 5px;
  padding: 2px; }

#prize_hero .ui-state-default, #prize_hero .ui-widget-content .ui-state-default {
  background: transparent none !important;
  border: 0 none; }

#prize_hero li.ui-tabs-nav-item a {
  display: block;
  font-weight: bold;
  width: 18px;
  margin: 0 !important;
  padding: 0 0 0 1px !important;
  height: 20px;
  text-decoration: none;
  color: #fff !important;
  margin: 0;
  padding: 0;
  line-height: 20px;
  outline: none;
  background-color: #000; }

#prize_hero li.ui-tabs-nav-item a:hover {
  background-color: #ffcc00;
  font-weight: bold;
  color: #000 !important; }

#prize_hero ul.ui-tabs-nav li.ui-tabs-selected a {
  background-color: #ffcc00;
  font-weight: bold;
  color: #000 !important; }

#prize_hero .ui-tabs-panel {
  width: 919px;
  height: 372px;
  background: #999;
  position: relative;
  padding: 0; }

#prize_hero .ui-tabs-panel .moreinfo {
  display: block;
  height: 50px;
  left: 300px;
  position: absolute;
  top: 300px;
  width: 370px; }

#prize_hero .ui-tabs-panel .moreinfo-3 {
  display: block;
  height: 20px;
  left: 10px;
  position: absolute;
  top: 265px;
  width: 300px; }

#prize_hero .ui-tabs-panel .sponsorlink {
  display: block;
  height: 55px;
  left: 200px;
  position: absolute;
  top: 15px;
  width: 150px; }

#prize_hero .ui-tabs-panel .sponsorlink-3 {
  display: block;
  height: 55px;
  left: 290px;
  position: absolute;
  top: 15px;
  width: 150px; }

#prize_hero .ui-tabs-panel .info {
  position: absolute;
  bottom: 0;
  left: 466px;
  height: 70px;
  top: 85px; }

#prize_hero .ui-tabs-panel .info a.hideshow {
  position: absolute;
  font-size: 11px;
  font-family: Verdana;
  color: #f0f0f0;
  right: 10px;
  top: -20px;
  line-height: 20px;
  margin: 0;
  outline: none;
  background: #333; }

#prize_hero .info h2 {
  color: #fff;
  padding: 5px;
  margin: 0;
  font-weight: normal;
  overflow: hidden; }

#prize_hero .info p {
  margin: 0 5px;
  font-family: Verdana;
  font-size: 11px;
  line-height: 15px;
  color: #f0f0f0; }

#prize_hero .info a {
  text-decoration: none;
  color: #fff; }

#prize_hero .info a:hover {
  text-decoration: underline; }

#prize_hero .ui-tabs-hide {
  display: none; }

#prize_carousel_box {
  padding: 2px 3px 3px 3px;
  background: transparent url("/public/images/virtual/tdf/prize_bg.png") repeat-x 0 0;
  border-top: 1px solid #000;
  width: 914px;
  margin-left: 7px; }

#prize_carousel_cnt {
  width: 808px !important;
  float: left;
  overflow: hidden;
  height: 170px;
  margin-top: 20px; }

#prize_carousel_cnt .loading_stages {
  text-align: center;
  color: #ccc;
  width: 800px;
  line-height: 1.9;
  margin-top: 35px; }

#prize_carousel_box .prev {
  width: 53px;
  height: 136px;
  float: left;
  background: transparent url("/public/images/virtual/tdf/prizes_left.png") no-repeat 0 0;
  cursor: pointer;
  margin-top: 20px; }

#prize_carousel_box .next {
  width: 50px;
  height: 136px;
  border-left: 1px solid #000;
  float: left;
  background: transparent url("/public/images/virtual/tdf/prizes_right.png") no-repeat 0 0;
  cursor: pointer;
  margin-top: 20px; }

#prize_carousel li {
  background: transparent url("/public/images/virtual/tdf/prize_stage_bg.png") no-repeat 0 0;
  width: 136px;
  cursor: pointer;
  color: #999;
  height: 150px;
  margin-right: 4px;
  /* for IE */
  filter: alpha(opacity=60);
  /* CSS3 standard */
  opacity: 0.6; }

#prize_carousel li.active {
  background: transparent url("/public/images/virtual/tdf/prize_selected_bg.png") no-repeat 0 0;
  position: relative;
  color: #000;
  /* for IE */
  filter: alpha(opacity=100);
  /* CSS3 standard */
  opacity: 1; }

#prize_carousel li.hidden {
  background: transparent none;
  cursor: default; }

#prize_carousel li:hover {
  /* for IE */
  filter: alpha(opacity=100);
  /* CSS3 standard */
  opacity: 1; }

#prize_carousel li img {
  border: 1px solid #e7aa01;
  box-shadow: 2px 2px 3px #888;
  margin: 7px 4px 2px 8px; }

#prize_carousel li div {
  padding: 0 0 0 12px;
  line-height: 1.1;
  font-size: 11px; }

#prize_winners .prize_list_top h2 {
  padding: 0px 3px 9px 19px;
  font-size: 22px;
  color: #bb0a17;
  display: block; }

#prize_winners .prize_list_top p {
  color: #000;
  padding: 2px 3px 3px 0px;
  margin: 0 0 0 18px;
  font-size: 15px; }

.prize_list {
  background-color: #f7f7f7;
  color: #000;
  padding: 1px;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5; }

.prize_list h2 {
  margin: 10px;
  display: block;
  font-size: 16px; }

.prize_list thead tr th {
  border-bottom: 1px solid #e5e5e5;
  background-color: #bcbdc0;
  color: #000;
  font-size: 12px;
  padding: 5px 0 4px 10px; }

.prize_list tbody tr td {
  background-color: #fff;
  border-top: 1px dotted #e5e5e5;
  padding: 7px 0 7px 9px; }

.prize_list tbody tr td strong {
  margin-top: 4px;
  display: inline-table; }

.prize_list tbody tr td img {
  float: left;
  margin-right: 7px; }

.prize_list .prize_link {
  color: #000 !important; }

/* About Aquaphor Page */
.about_intro {
  margin-left: 28px; }
  .about_intro h1 {
    font-size: 30px;
    color: #000; }
  .about_intro p {
    font-size: 18px;
    color: #333333;
    padding-top: 5px;
    line-height: 27px; }

#aquaphor_wonders {
  min-height: 422px;
  min-width: 620px;
  background: transparent url("/public/images/virtual/tdf/about_aquaphor_bg.png") no-repeat 0 0;
  margin-left: -13px; }

.aquaphor_reasons {
  float: right;
  width: 379px;
  margin: 20px 10px 0 0; }
  .aquaphor_reasons h3 {
    font-size: 16px;
    color: #000;
    margin-top: 4px; }
  .aquaphor_reasons p {
    font-size: 12px;
    color: #333333;
    margin: 5px 0 !important;
    line-height: 18px; }

#aquaphor_quote {
  min-height: 200px;
  min-width: 671px;
  background: transparent url("/public/images/virtual/tdf/aquaphor_quote.png") no-repeat 0 0;
  margin-left: -13px;
  position: relative; }
  #aquaphor_quote #save_dollar {
    display: block;
    height: 136px;
    position: absolute;
    top: -22px;
    right: 60px;
    width: 172px; }

#why_it_works {
  min-height: 376px;
  min-width: 658px;
  background: transparent url("/public/images/virtual/tdf/aquaphor_why_works.png") no-repeat 0 0;
  margin-left: -13px; }

.aquaphor_why {
  float: left;
  margin: 75px 0 0 40px;
  width: 390px; }
  .aquaphor_why h3 {
    font-size: 16px;
    color: #000;
    margin-top: 4px; }
  .aquaphor_why p {
    font-size: 12px;
    color: #333333;
    margin: 5px 0 !important;
    line-height: 18px; }

.about_logo {
  margin: 15px 0 0 25px; }

/* Types of Teams Page */
.team_bullet {
  color: #D31145; }

#team_types {
  min-height: 640px;
  min-width: 599px;
  background: transparent url("/public/images/virtual/tdf/types_of_teams-bg1.png") no-repeat 0 165px;
  margin-left: -13px; }

.team_groups {
  float: right;
  width: 425px;
  margin: 20px 5px 0 0; }
  .team_groups h1 {
    font-size: 24px;
    color: #D31145;
    margin-bottom: 3px; }
  .team_groups h3 {
    color: #333333;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 20px; }
  .team_groups li {
    text-indent: -10px;
    margin: 0 0 7px 10px; }
  .team_groups p {
    font-size: 12px;
    color: #333333;
    margin: 5px 0 !important;
    line-height: 18px; }

#group_solo {
  min-height: 980px;
  min-width: 599px;
  background: transparent url("/public/images/virtual/tdf/types_of_teams-bg2.png") no-repeat 0 120px;
  margin-left: -13px; }

.team_retail {
  float: right;
  margin: 5px 25px 0 0;
  width: 545px; }
  .team_retail h1 {
    font-size: 24px;
    color: #D31145;
    margin-bottom: 3px; }
  .team_retail h3 {
    color: #333333;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 20px; }
  .team_retail li {
    text-indent: -10px;
    margin: 0 0 7px 10px; }
  .team_retail p {
    font-size: 12px;
    color: #333333;
    margin: 5px 0 !important;
    line-height: 18px; }

.team_solo {
  float: right;
  margin: 150px 10px 0 0;
  width: 390px; }
  .team_solo h1 {
    font-size: 24px;
    color: #D31145;
    margin-bottom: 3px; }
  .team_solo h3 {
    color: #333333;
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 20px; }
  .team_solo li {
    text-indent: -10px;
    margin: 0 0 7px 10px; }
  .team_solo p {
    font-size: 12px;
    color: #333333;
    margin: 5px 0 !important;
    line-height: 18px; }

/* TDF Countdown Clock */
#tdf_discount {
  background: url("/public/images/virtual/tdf/countdown2_bg.png") no-repeat scroll 0 0 transparent;
  height: 40px;
  padding: 13px 0 0;
  margin-left: 5px; }

#tdf_discount .signup_link {
  display: block;
  height: 35px;
  position: absolute;
  right: 30px;
  top: 228px;
  width: 145px; }

/*  TDF Countdown Clock to start of tdf */
#tdf_countdown_to_start {
  background: url("/public/images/virtual/tdf/countdown_tour_starts.png") no-repeat scroll 0 0 transparent;
  height: 15px;
  padding: 13px 0 25px;
  margin-left: 5px; }

/* TDF Countdown Clock */
#tdf_countdown {
  background: transparent url("/public/images/virtual/tdf/countdown_bg.png") no-repeat 0 0;
  height: 40px;
  padding: 13px 0 0 0;
  margin: -20px 0 0 10px; }
  #tdf_countdown a {
    display: block;
    float: left;
    height: 25px;
    width: 153px; }
    #tdf_countdown a span {
      display: none; }

#tdf_countdown .tdf_countdown_stage {
  float: left;
  margin-left: 485px;
  font-size: 13px;
  color: #fff; }

#tdf_countdown .dash, #tdf_countdown_to_start .dash {
  float: left;
  width: 39px; }
#tdf_countdown .seconds_dash, #tdf_countdown_to_start .seconds_dash {
  padding-left: 2px; }
#tdf_countdown .digit, #tdf_countdown_to_start .digit {
  float: left; }
#tdf_countdown .weeks_dash, #tdf_countdown_to_start .weeks_dash {
  margin-left: -2px;
  margin-right: 2px; }

#tdf_countdown_to_start {
  padding-left: 664px; }

#tdf_countdown_done {
  background: transparent url("/public/images/virtual/tdf/countdown_bg_done.png") no-repeat 0 0;
  color: #fff;
  height: 40px;
  width: 905px;
  padding: 18px 0 0 17px;
  font-size: 15px; }

#tdf_countdown_done a, #tdf_countdown_done span {
  color: #FBD145; }

#tdf_discount {
  background: url("/public/images/virtual/tdf/countdown2_bg.png") no-repeat scroll 0 0 transparent;
  height: 40px;
  padding: 13px 0 0;
  margin-left: 5px; }

#tdf_discount .signup_link {
  display: block;
  height: 35px;
  position: absolute;
  right: 30px;
  top: 228px;
  width: 145px; }

/* Expert Styles on Challenge Hub */
#tdf_content_2col {
  width: 920px;
  height: 286px;
  background-image: url("/public/images/virtual/tdf/aquaphor_hero.png");
  margin-bottom: 20px; }

#carmichael_tips_container {
  position: relative; }

#carmichael_tips {
  position: absolute;
  top: 91px;
  left: 348px;
  color: white;
  width: 245px; }

#carmichael_tips p {
  margin-bottom: 7px;
  padding-bottom: 4px;
  border-bottom: solid 1px #7b7b7b; }

#carmichael_tips p.last {
  border-bottom: none; }

#carmichael_tips a, #carmichael_tips a:visited {
  color: #ffc200;
  cursor: pointer; }

#carmichael_tips a:hover, #carmichael_tips a:visited:hover {
  color: #FFE180; }

#video {
  position: relative; }

#video object {
  position: absolute;
  top: 20px;
  left: 612px;
  border: 1px solid black; }

.ride_along h3 {
  font-size: 2em;
  color: #ad0024; }

.expert_block {
  float: left;
  width: 173px;
  position: relative;
  background-image: url("/public/images/virtual/tdf/polaroid.png");
  background-position: center 0;
  background-repeat: no-repeat; }

.expert_block img {
  position: absolute;
  top: 15px;
  left: 15px; }

.expert_block span.name {
  width: 100%;
  display: block;
  position: absolute;
  top: 148px;
  text-align: center;
  font-size: 16px;
  color: #424242; }

.expert_block p {
  width: 136px;
  margin-top: 181px !important;
  margin-left: 18px !important; }

.tdf_login_text {
  margin: 2px 136px 18px 9px;
  line-height: 1.5; }

/*Signup*/
#tdf_cart_details {
  margin-top: 4px; }
  #tdf_cart_details .change_cart_button {
    float: right; }

#legal {
  margin-top: 10px;
  color: #666666; }

/*Gear Page*/
#gear_form {
  margin-top: 20px; }
  #gear_form .gear_heading {
    color: #4D4D4D;
    display: block;
    border: 1px solid #E7E7E7;
    background: #F7F7F7;
    padding: 10px; }
  #gear_form .gear_fields {
    margin: 10px 0;
    padding: 0 10px; }
  #gear_form .gear_actions {
    /*border-top:1px solid #E7E7E7;*/
    padding-top: 10px;
    margin: 10px 0 0 12px; }
    #gear_form .gear_actions input {
      margin-right: 20px; }
  #gear_form #bike_frame_row, #gear_form #bike_model_row, #gear_form #bike_year_row {
    float: left;
    width: 181px; }
    #gear_form #bike_frame_row .form_row_label, #gear_form #bike_model_row .form_row_label, #gear_form #bike_year_row .form_row_label {
      width: 125px; }
    #gear_form #bike_frame_row .form_row_content, #gear_form #bike_model_row .form_row_content, #gear_form #bike_year_row .form_row_content {
      width: 175px; }
    #gear_form #bike_frame_row select, #gear_form #bike_model_row select, #gear_form #bike_year_row select {
      width: 175px; }
    #gear_form #bike_frame_row i, #gear_form #bike_model_row i, #gear_form #bike_year_row i {
      color: #D31145; }
  #gear_form #bike_weight_row input {
    width: 125px;
    float: left; }
  #gear_form #id_bike_year {
    width: 100px; }
  #gear_form #id_bike_weight_1 {
    width: 75px;
    float: left;
    background: none;
    border: none; }
  #gear_form #agree_terms_row, #gear_form #agree_us_row, #gear_form #newsletter_row, #gear_form #post_social_row, #gear_form #agreed_sponsor_information_row {
    width: 685px; }
    #gear_form #agree_terms_row .form_row_content, #gear_form #agree_us_row .form_row_content, #gear_form #newsletter_row .form_row_content, #gear_form #post_social_row .form_row_content, #gear_form #agreed_sponsor_information_row .form_row_content {
      clear: both;
      width: 685px; }
    #gear_form #agree_terms_row input, #gear_form #agree_us_row input, #gear_form #newsletter_row input, #gear_form #post_social_row input, #gear_form #agreed_sponsor_information_row input {
      width: 40px; }
  #gear_form #id_agree_terms {
    float: left; }
  #gear_form #wrapper_agree_terms label {
    float: left;
    width: 600px; }
  #gear_form #wrapper_agree_terms i {
    display: none; }
  #gear_form #add_more_gear {
    margin-top: 13px;
    display: block; }
  #gear_form #jersey_size_row #wrapper_jersey_size {
    float: left; }
  #gear_form #jersey_size_row .form_inline_help {
    float: left;
    width: 50px;
    margin-left: 20px; }
  #gear_form #bike_weight_row {
    margin-top: 15px; }

#fileInput_queue img {
  height: 100px;
  width: 100px; }

#personalize_fields_container .form_row_label {
  text-align: left; }

#bikePhoto_row .form_row_label {
  text-align: left;
  width: 400px; }
#bikePhoto_row img {
  float: left;
  margin-right: 10px; }

.labels_left .form_row_label {
  text-align: left; }

#find_teams img.logo {
  float: left;
  margin-right: 10px;
  width: 80px;
  height: 80px;
  border: 1px solid #CCC; }
#find_teams .search_box_container {
  margin-top: 0px;
  margin-bottom: 0; }
#find_teams .search_box {
  border: 1px solid #e5e5e5;
  background: #f5f5f5;
  padding: 10px; }
#find_teams .search_box2 {
  background: #333;
  padding: 10px; }
  #find_teams .search_box2 h3 {
    color: #fff;
    font-size: 16px;
    float: left;
    margin-right: 6px;
    margin-top: 5px; }
  #find_teams .search_box2 .mmf_secondary_button {
    margin-top: -3px; }
  #find_teams .search_box2 #tdf_team_filter {
    width: 250px; }
#find_teams #location_filter {
  font-size: 12px; }
#find_teams option {
  background: #FFF;
  color: #000; }
#find_teams optgroup {
  background: #BBB;
  color: #FFF; }
#find_teams .search_results_title {
  display: none; }
#find_teams .my_teams, #find_teams .search_for_teams_heading {
  background: #bcbdc0;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: normal;
  color: #000; }
#find_teams .my_teams_list {
  background-color: #FFF; }
#find_teams .search_team_item {
  margin: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc; }
  #find_teams .search_team_item h1 a {
    font-size: 14px; }

#tdf_content_area .bread_crumbs li {
  color: #666;
  text-decoration: none;
  padding: 6px 18px 0 20px;
  background: #e5e5e5;
  /* fallback color */
  background: #e5e5e5;
  text-align: center !important;
  height: 21px;
  font-size: 12px;
  width: 155px;
  position: relative;
  display: block;
  float: left; }
  #tdf_content_area .bread_crumbs li:first-child {
    padding-left: 12px;
    text-align: left !important;
    width: 135px; }
  #tdf_content_area .bread_crumbs li.nth-child-2 {
    margin-left: 10px; }
  #tdf_content_area .bread_crumbs li:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 13px solid #e5e5e5;
    position: absolute;
    top: 0%;
    margin-top: 0px;
    left: 100%;
    z-index: 2; }
  #tdf_content_area .bread_crumbs li:before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 13px solid white;
    position: absolute;
    top: 0%;
    margin-top: 0px;
    margin-left: 1px;
    left: 100%;
    z-index: 1; }
  #tdf_content_area .bread_crumbs li.current_step {
    background-color: #d31145;
    color: #fff; }
  #tdf_content_area .bread_crumbs li.current_step:after {
    border-left-color: #d31145; }
  #tdf_content_area .bread_crumbs li.last_step {
    border-radius: 0 12px 12px 0;
    /* css3 browsers */
    -moz-border-radius: 0 12px 12px 0;
    /* firefox */
    -webkit-border-radius: 0 12px 12px 0;
    /* webkit */
    background-image: none; }
  #tdf_content_area .bread_crumbs li.last_step:after {
    display: none; }

#join_team_promo ul {
  list-style-type: disc;
  margin-bottom: 10px; }
  #join_team_promo ul li {
    list-style-type: disc;
    margin-left: 20px;
    line-height: 1.5; }

.bread_crumbs {
  margin-top: 20px; }

/************** Levi Video ***************/
.levi_video {
  padding: 50px 10px 30px; }

.tdf_content_padding {
  padding: 10px 10px 20px; }

/************** Teams Call 2 Action ***************/
.how_to_steps2 {
  display: block;
  border: 1px solid #e5e5e5;
  min-height: 30px;
  margin: 3px 0;
  background: #f7f7f7;
  padding: 5px; }
  .how_to_steps2 h2 {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 10px;
    display: inline; }

.toggle a {
  float: right;
  font-size: 12px;
  /*color:#d31145 !important; */
  margin-right: 10px; }

p.toggle {
  display: inline;
  font-size: 14px;
  line-height: 30px; }

.more_details {
  margin: 10px 10px; }

/************** Experts Video ***************/
.tdf_experts_video_header {
  background-color: #333;
  color: #FFFFFF;
  font-size: 18px;
  margin: 10px 0 0;
  padding: 7px 0 7px 10px; }

.tdf_experts_video {
  background-color: #f5f5f5;
  border: 1px solid #e5e5e5;
  padding: 10px; }

