@charset "utf-8";
CSS Document */

/*
@media screen {
	
body{
	/*font-family: Oswald,'Open Sans Condensed',sans-serif;*/
	margin: auto;
}

.category_header{
    background: none repeat scroll 0% 0% #000;
    line-height: 50px;
    font-size: 28px;
    padding: 3px 15px;
    color: #FFF;
    /*font-weight: bold;*/
    margin: 3px 0;
    font-family: Oswald,'Open Sans Condensed',sans-serif;
    text-transform: uppercase;
	width: 914px;
}

.product_labels{
    background: none repeat scroll 0% 0% #00abdf;
    color: #fff;
    font-weight: bold;
}

.product_labels tr td{
	line-height: normal;
	height: 40px;
	vertical-align: middle;
}

.productpic img {
	max-height: 90px;
	text-align: center;
}

/*
#product_accordion .itemCode, #product_accordion .productName, #product_accordion .productprice, #product_accordion .productDesc, #product_accordion .productquantity, #product_accordion .addtocart_cell{
	vertical-align: top;
	padding-top: 20px;
}
*/


#product_accordion .productpic{
	padding-top: 10px;
	width: 100px;
	text-align: center;
}

.productpic_label{
	width: 99px;
  padding-left: 50px;
}

.productName_label{
	width: 254px;
	padding-left: 5px;
}

/*tr td{
	border: 1px solid black;
}*/


#product_accordion .productName{
	width: 260px;
	font-size: 16px;
}

.product_labels #product_accordion .productName, .product_labels #product_accordion .productquantity, .product_labels, #product_accordion .productprice{
	line-height: 13px;
}

.productName_label{
	font-size: 16.5px;
}

.productDesc_label{
	font-size: 16.5px;
	width: 331px;
}

.productquantity_label{
	font-size: 16.5px;
	text-align: center;
	width: 55px;
}

.productprice_label{
	font-size: 16.5px;
	text-align: center;
	width: 85px;
}

.addtocart_cell_label{
	width: 110px;
}

#product_accordion .productquantity{
	width: 55px;
	text-align: center;
}

#product_accordion .productprice{
	width: 85px;
	font-size: 14px;
	text-align: center;
}

#product_accordion .addtocart_cell{
	width: 110px;
	text-align: right;
}

#product_accordion .ui-accordion-content { padding: 0; margin: 0; border: none;  overflow-x: hidden; }

#product_accordion .ui-widget-content {
	background: none;
}

#product_accordion .ui-state-active {
	border: none;
	background: none;	
}

#product_accordion .ui-state-default {
	border: none;	
	background: none;
}

#product_accordion.ui-widget select,{
	/*font-family: 'Roboto', sans-serif;*/
	font-size: 16px;
}

#product_accordion .category_accordion.ui-accordion-header.ui-corner-all{
	border-radius: 0px;
}

#product_accordion .category_accordion.ui-accordion-header.ui-corner-top{
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}


.ui-widget-content {
	color: #000;
}

.ui-state-hover a{
	color: #ffffff !important;
}

#product_accordion .checkout_quantity_input, #order_challenge_program .checkout_quantity_input{
	text-align: center;
}

.page_name{
	font-weight: bold;
	font-family: Oswald,'Open Sans Condensed',sans-serif;
	text-transform: uppercase;
	font-size: 36px;
	color: #00abdf;
	float: left;
	line-height: 36px;
	padding-left: 10px;
}


#log_details{
	background-color: #000;
	color: #fff;
	padding: 9px 15px;
	font-size: 18px;
	font-family: 'Cuprum',sans-serif !important;
}

#log_details span{
	color: #00abdf;
	text-transform:uppercase;
	font-weight: bold;
}



.category_header a{
	float: right;
	text-align: right;
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: normal;
}

#main_content{
	width: 944px;
}

#welcome{
	text-align: left;
	float: left;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 36px;
}

#logout{
	text-align: right;
	float: right;
	display: block;
}

#right_content{
	float: right;
	width: 596px;
}

#cc_side_menu{
	float: left;
	width: 275px;
}

.cc_menu_item{
  border: 0;
  margin: 10px 0;
  padding:3px 15px !important;
  text-transform: uppercase !important;
  border: 0;
  font-family: Oswald,'Open Sans Condensed',sans-serif;
  font-size: 30px;
  cursor: pointer;
  background: #000;
  color: #FFFFFF !important;
  border-radius: 8px; 
  -moz-border-radius: 8px; 
  width: 275px;
  text-align: left;
  font-weight: 400 !important;
}

.cc_menu_item.firstly{
	margin: 0;
}

.cc_menu_item a{
	color: #fff;
}

.quantity_times{
	padding-left: 25px;
	color: #00abdf;
	font-weight: bold;
}


/* ------order history and details page---------- */

#order_history_top_buttons{
	margin-bottom: 25px;
}

.order_history_table{
	border-collapse: collapse;
	width: 942px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}

.order_history_table_header{
	background-color: black;
	color: #fff;
	height: 40px;
	font-size: 18px;
}

.order_history_table_header div{
	float: left;
}

.order_history_table_header {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.order_history_table_header div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.order_history_table_list{
	font-size: 16px;
}

.order_history_table_list .order_history_table_row div{
	float: left;
}

.order_history_table_list .order_history_table_row:nth-child(even){
	background-color: #ffffff;
}

.order_history_table_list .order_history_table_row:nth-child(odd){
	background-color: #efefef;
}

.order_history_table_list .order_history_table_row:hover{
	background-color: #D9EFFA;
}

.oh_on{
	width: 150px;
	padding-left: 10px;
}

.oh_od{
	width: 125px;
} 

.oh_sd{
	width: 125px;
	display: inline-block;
}

.oh_sv{
	width: 250px;
}

.oh_tr{
	width: 284px;
}

.order_history_row_mobile label{
	font-weight: bold;
}

.order_history_row_mobile{
	padding: 15px 0;
}


.ord_history_ord_numb{
	font-weight: bold;
}


.general_order_details{
	width: 472px;
	font-size: 16px;
}

.general_order_details .row{
	padding: 10px 0;
}

.general_order_details .label{
	font-weight: bold;
	color: #000000;
	font-size: 16px;
	text-align: left;
	padding-left: 10px;
}

.general_order_details td{
	padding: 6px;
}

.line_items_table{
	width: 944px;
	border: 1px solid black;
	border-bottom: 0px;
}

.line_items_table_header{
	font-weight: bold;
	background-color: #000000;
	color: #ffffff;
	height: 40px;
	text-align: center;
}

.line_items_table_header {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.line_items_table_header div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.line_items_table_header.row{
	margin-left: 0px;
	margin-right: 0px;
}



.line_items_table_header.row{
	margin-left: 0px;
	margin-right: 0px;
}


.line_items_table_row{
	border-bottom: 1px solid #f5f5f5;
	height: 105px;
}

.line_items_table_row {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.line_items_table_row div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.line_items_table_mobile .label{
	color: #000000;
	font-weight: bold;
	font-size: 16px;
}

.line_items_table_mobile .row div{
	margin-top: 8px;
}




.line_items_table_row:last-child{
	border-bottom: 1px solid black;
}

.line_items_table_row div{
	text-align: center;
	font-size: 16px;
	vertical-align: middle;
}

.line_items_table_row.row{
	margin-left: 0px;
	margin-right: 0px;
}

.line_items_table_row:nth-child(2n+1){
	background-color: #F9F9F9;
}

.line_items_table .productpic{
	background-color: #fff;
}

.cstitle.order_summary_details {
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	color: #fff !important;
	font-size: 17px;
}

/*.line_items_table .amount{
	text-align: right;
}*/

/*------------------------autoship-------------------------------------*/
.autoship_copy{
	font-size: 16px;
	margin-bottom: 35px;
	padding-left: 25px;
}

.autoship_copy ul {
    list-style: none;
    padding:0;
    margin:0;
	font-family: Helvetica Neue, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 300;
	max-height: 999999px;
	margin-bottom: 30px;
}

.autoship_copy ul li{  width: 100%: display: block; } 
 li:after{ clear: both; } 
 
.autoship_copy ul li { list-style-position: outside !important; 
	padding-top: 15px;
}


.autoship_copy ul li:before {
      /* For a round bullet */
      content:'\2022';
      /* For a square bullet */
      /*content:'\25A0';*/
      display: block;
      position: relative;
      max-width: 0px;
      max-height: 0px;
      left: -15px;
      top: -3px;
      color: #00abdf;
      font-size: 20px;
}

.autoship_dream_vacation{font-weight: 700; font-size: 22px; color: #00abdf; margin-left: -15px !important;}

.ex_autoship_title{margin-top: 35px; font-size: 28px; font-family: Oswald,'Open Sans Condensed',sans-serif; font-weight: bold; text-transform: uppercase;padding-left: 10px; color: #00abdf;}


.table-responsive table{
	border-collapse: collapse;
	border: 1px solid #555;
	text-align: center;	
	
}

.autoship_table{
	border-collapse: collapse;
	border: 1px solid #555;
	text-align: center;
}


.autoship_table .autoship_header{
	background-color: #000000;
	color: #ffffff;
	font-size: 18px;
	height: 40px;
}

/* vertically center the labels in the header */
.autoship_header {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.autoship_header div {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
/* end vertically center the labels in the header */

.autoship_order_id{
	font-weight: bold;
}

.datepicker_container{
	text-align: center;
}

.datepicker-center{
	display: inline-block;
	margin: 0 auto;
}


.ui-datepicker{
	/*width: 518px;*/
	width: 100%;
}

@media print {
	body { width: 7in; color: #000; font: 12pt/20pt "Times New Roman", Times, serif; }
	img {display: none; }
	#log_details{ display: none; }
	table {width: 100%; }
}

#social_media_form{
	text-align: right;
}

#social_media_form td{
	padding: 6px;
	text-align: right;
}

#social_media_form td.example{
	color: #666;
}

#social_media_form div input{
	width: 150px;
}

#social_media_form .help{
	text-align: left;
}

#social_site_explination, #social_site_too_many, #social_shareables_explination{
	font-size: 16px;
	margin-bottom: 50px;
	padding-left: 10px;
}

.requalification_headline{
	font-size: 24px;
	color: #ffffff;
	background-color: #00abdf;
	padding-left: 10px;
	margin-bottom: 10px;
}

.requalification_explination{
	font-size: 16px;
	margin-bottom: 20px;
	padding-left: 10px;
}

.requalification_image{
	padding-bottom: 50px;
}

#social_shareables_explination{
	margin-bottom: 20px;
}

#social_site_too_many{
	color: #ec008c;
}

.social_shares_images{
	float: left;
	width: 290px;
	margin-right: 37px;
}

.social_shares_images.last{
	margin-right: 0px;
}

.social_shares_images img{
	width: 290px;
}

.share_header{
	padding-left: 10px;
	font-weight: bold;
	font-size: 24px;
}

/* css to override outside pages because these are still tables on the inside */

.productpic img{
	margin-top: 0px !important;
}

@charset "utf-8";

  
a.tip img{
	width: 15px;
	position: relative;
	top: -1px;
}

.cart_summary_top a.question{
	text-transform: none; !important;
}

a.tip.bigger img{
	width: 20px;
	postition: relative;
	top: 4px;
	text-align: right;
}

.cart_summary_top a.tip.bigger{
	text-transform: none;
}

.cart_summary_top a.tip.bigger img{
	float: right;
}

  
.help-inline{
	color: red;
	margin-top: -10px;
	display: block;
}

.help-label{
	font-size: 12px;
	font-weight: normal;
	padding-left: 5px;
}

.help-lookup a{
	font-size: 14px !important;
	font-weight: normal;
	padding-left: 5px;
	text-decoration: underline;
}

.ffn_checkout_stepcontainer{
  /*
	font-family: 'Roboto',sans-serif;
	font-size: 16px !important;
  */
	min-height: 422px; /* this is a height I came up with from looking at box model in firebug to get keep things on right from coming under accordion */
}

.ffn_checkout_stepcontainer input, .ffn_checkout_stepcontainer select{
	font-family: 'Roboto',sans-serif;
	font-size: 16px !important;
}

#new_customer_checkout, #new_customer_checkout2,
#sponsor_lookup,
.blue_button, .gray_button
 {
  border: 0;
  /*padding:6px 12px !important;*/
  padding:6px 10px;
  text-transform: uppercase !important;
  border: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 15.5px;
  cursor: pointer;
  background: #00abdf;
   /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMzZmFlMjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiMwMDgyMTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;*/
   background: -moz-linear-gradient(top, #33BCE5 30%, #00abdf 70%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#33BCE5), color-stop(70%,#00abdf));
	background: -webkit-linear-gradient(top, #33BCE5 30%,#00abdf 70%);
	background: -o-linear-gradient(top, #33BCE5 30%,#00abdf 70%);
	background: -ms-linear-gradient(top, #33BCE5 30%,#00abdf 70%);
	background: linear-gradient(to bottom, #33BCE5 30%,#00abdf 70%);
	color: #FFFFFF !important;
  border-radius: 4px; 
  -moz-border-radius: 4px;   
}

.gray_button{
	background: #777777;
	text-transform: none;
	background: -moz-linear-gradient(top, #777777 30%, #222222 70%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#777777), color-stop(70%,#222222)) !important;
	background: -webkit-linear-gradient(top, #777777 30%,#222222 70%) !important;
	background: -o-linear-gradient(top, #777777 30%,#222222 70%) !important;
	background: -ms-linear-gradient(top, #777777 30%,#222222 70%) !important;
	background: linear-gradient(to bottom, #777777 30%,#222222 70%) !important;
}

.gray_button:hover{
	color: #ffffff;
	background: -moz-linear-gradient(top, #888888 30%, #333333 70%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#888888), color-stop(70%,#333333));
	background: -webkit-linear-gradient(top, #888888 30%,#333333 70%);
	background: -o-linear-gradient(top, #888888 30%,#333333 70%);
	background: -ms-linear-gradient(top, #888888 30%,#333333 70%);
	background: linear-gradient(to bottom, #888888 30%,#333333 70%);
}


a.blue_button, a.gray_button{
	/*padding:7px 12px !important;*/
	padding:7px 10px;
	background-color: red;
}

#cart_content a.blue_button, #cart_content a.gray_button !important;{
	padding:7px 10px;
}

.gray_button.facts{
	line-height: 15.5px;
}

.checkout_button.bigger{
	padding: 12px 18px !important;
}

.blue_button.bigger{
	padding: 12px 18px !important;
	font-size: 16px;
}

.blue_button.challenge_select_button, .blue_button.enroll_now_button, .pink_button.enroll_now_button{
	font: #ffffff !important;
	font-size: 20px !important;
	padding: 2px 30px !important;
}

.gray_button.challenge_select_button{
	font: #ffffff !important;
	font-size: 20px !important;
	padding: 2px 30px !important;
}

.blue_button.challenge_select_button_split{
	font: #ffffff !important;
	font-size: 20px !important;
	padding: 2px 20px !important;
}

.gray_button.challenge_select_button_split{
	font: #ffffff !important;
	font-size: 20px !important;
	padding: 2px 20px !important;
}

.challenge_select_div{
	float: left;
	text-align: center;
	/*width: 236px;*/
	width: 270px;
}


#new_customer_checkout:hover,
#sponsor_lookup:hover,
.checkout_button:hover,
.blue_button:hover
 {
  
  background: #4DC4E9; /* Old browsers */
  /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMzY2JmMmQiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiMwMDkxMjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
  background: -moz-linear-gradient(top,  #3cbf2d 30%, #009126 70%) !important; /* FF3.6+ */*/
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#4DC4E9), color-stop(70%,#71D0ED)) !important; /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #4DC4E9 30%,#71D0ED 70%) !important; /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #4DC4E9 30%,#71D0ED 70%) !important; /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #4DC4E9 30%,#71D0ED 70%) !important; /* IE10+ */
  background: linear-gradient(to bottom,  #4DC4E9 30%,#71D0ED 70%) !important; /* W3C */
  color: #FFFFFF;
}

.div_next_step{
	text-align: center;
}

.checkout_title {
	
  height: 70px !important;
  padding:10px 0 0 10px !important;
  background-image: none  !important;
  border: none  !important;
}
.checkout_title h2 {
	color: #000000 !important; 
	font-family: 'Oswald',trebuchet ms,arial,sans-serif !important;
	font-size: 36px !important; 
	font-weight: bold !important;
	line-height: 40px !important; 
	margin: 25px 30px !important; 
	padding: 0 !important;
	text-transform: uppercase !important; 
}

.sponsor_title h2 {
	color: #000000 !important; 
	font-family: 'Oswald',trebuchet ms,arial,sans-serif !important;
	font-size: 36px !important; 
	font-weight: bold !important;
	line-height: 40px !important; 
	padding: 0 !important;
	text-transform: uppercase !important; 
}

#sponsorPanel label{
	font-weight: bold;
}

#sponsorPanel button{
	font-family: 'Oswald',trebuchet ms,arial,sans-serif !important;
}

#sponsor-lookup-form{
	margin: 30px 0;
}


.ffn_cart_full {
  background: none;
}


/*
.checkout_login_side1 {
    float: right;
    width: 280px;
    padding: 10px;

}
*/

.checkout_login_side1.keep_left{
	float: left;
}

.checkout_login_side1 h3 {
	font-size:18px;
	color:#000;
	font-family: 'Oswald', sans-serif;
}

.checkout_login_side2 h3 {
	font-size:18px;
	color:#000;
	font-family: 'Oswald', sans-serif;
}

/*
.checkout_login_side2 {
    width: 330px;
    padding: 10px;
    float: left;

}
*/

.signin_login_side2 {
    width: 596px;
    padding: 0px;
    float: left;

}

#checkout_login_container {
    width: 650px;
    height: 500px;
    position: relative;
	background-repeat: repeat-x;
	background-position: 0px 55px;
}

.checkout_login_side1 input {
    width: 100%;
}

.checkout_login_side1 #sponsorID{
	width: auto;
}

.control-group.error label {
	color: red;	
}

#freight_label.error label{
	color: red;
}

.checkout_quantity_input{
	border: 1px solid black;
}

.control-group.error input, .control-group.error select, .checkout_quantity_input.error {
	/*border: 1px solid red;*/
}


/*-----------------------------------------------------*/

.step_title {
    background: #000000 !important;
    line-height: 30px;
	font-size: 18px;
    padding: 3px 10px;
	color:#fff;
    font-weight: bold;
	font-family: Oswald,'Open Sans Condensed',sans-serif;
	text-transform: uppercase;
}

.step_title.error {
    background-color: red !important;
}

.step_title a {
	float: right;
	text-align: right;
}

.step_title .step_error{
	display: none;
}

#checkout_account_container, #checkout_shipping_container, #checkout_payment_container, #checkout_contact_container, #checkout_login_info_container, #checkout_agreement_container, #checkout_billing_container, #checkout_process_date_container {
  background: #ffffff;
  padding: 8px;
}

#firstName, #lastName, #firstName2, #lastName2, #businessName, #zip, #email, #email2, #city, #address2, #e2a_pass, #e2a_pass2, #phone1, #phone_alt1, #sponsor, #enroller, #sec_ques, #sec_answ, #phy_address2, #phy_zip, #cardName {
    width: 94%;
    /*margin-bottom: 5px;*/
	margin-bottom: 10px;
}

#firstName{
	width: 95%;
}

#address1, #phy_address1{
	width: 94%;
	margin-bottom: 4px;
}

#sitename{
	text-align: right;
	margin-bottom: 10px;
}

#business_name_section{
	display: none;
}


.same_address, .agreement{
	margin-bottom: 10px;
}

/*
.agreement label{
	font-size: 12px;
}
*/


#phy_name1{
  margin-bottom: 10px;
}

#sponsorPanel{
	padding: 10px;
}

#checkout_account_container label, #checkout_shipping_container label, #checkout_payment_container label, #sponsorPanel label, #checkout_process_date_container label {
    display: block;
    margin-top: 5px;
}

#sponsorPanel label{
	color: #000000;
}

.same_address label, .agreement label{
	display: inline !important;
}

#firstname_control, #lastname_control, #firstname2_control, #lastname2_control, #email_control, #email2_control, #e2a_pass_control, #e2a_pass2_control, #sec_ques_control, #sec_answ_control, #expiration_control, #cvv_control{
    display: inline-block;
    width: 49%;
}

/*
#city_control{
	display: inline-block;
}
*/

/*
#ssn_control, #dob_control{
	width: 49%;
	display: inline-block;
}
*/

#phone1, #phone2, #phone3, #phone_alt1, #phone_alt2, #phone_alt3, #ssn1, #ssn2, #ssn3, #taxID1{
	width: 25%;
}

#taxID2{
	width: 60%;
}

#sponsor_control{
	width: 49%;
	display: inline-block;
}

#enroller_control{
	width: 49%;
	display: inline-block;
}

#ssn1, #ssn2, #ssn3{
	margin-bottom: 10px;
}

/*
#taxID1{
	width: 25%;
	margin-bottom: 10px;
}

#taxID2{
	width: 75%;
	margin-bottom: 10px;
}
*/

/*
#phy_city_control{
	display: inline-block;
}
*/

/*
#phy_zip_control{
	display: inline-block;
}
*/

/*
#phy_zip_control input{
	width: 100px;
}
*/

#cardNumb{
	width: 94%;
	margin-bottom: 10px;
}

/*
#cvv{
	width: 50px;
	border: 1px solid black;
}
*/

.where_cvv{
	display: inline-block;
	/*width: 49%;*/
	font-size: smaller;
}

#expiration_control label {
    display: block;
    margin-top: 5px;
}


select{
	line-height: normal;
}

.ffn_checkout_stepcontainer label{
	margin-top: 5px;
	font-weight: bold;
}

.checkout_main_title{
	font-family: "Roboto";
	font-size: 30px;
}

.cart_summary_top.order_number{
	background: #ec008c;
}

.summary_product_list {
    overflow-y: auto;
    max-height: 200px;
    margin-bottom: 10px;
}

.summary_product_list .product {
    clear: both;
    margin-bottom: 5px;
}

.summary_product_list .productpic {
    float: left;
}

.productpic img {
    margin: 3px;
    max-height: 90px;
    text-align: center;
}

.skin_care_image{
	padding-left: 23px;
	padding-right: 24px;
}

.summary_product_list .productname, .summary_product_list .productprice, .summary_product_list .productquantity, .summary_product_list .promodetails {
    margin-left: 67px;
}

.csline {
    text-align: right;
    padding: 1px 0px;
    border-bottom: 1px dotted #959595;
}

.csline.itemtotal, csline.tax, csline.shipping, .csline.value_total {
    margin-bottom: 15px;
}

.csline.otherinfo {
    margin-bottom: 15px;
}

.csline.lastly {
    border-bottom: 0px none;
	margin-bottom: 0px;
	padding: 1px 0px;
}

.product.firstly {
    margin-top: 15px;
}

.csline.ordertotal {
    font-size: 16px;
    font-weight: bold;
    color: #000;
	border-bottom: 2px solid #959595;
	border-top: 2px solid #959595;
	margin-bottom: 5px;
	padding-top: 15px;
}

.csline.subTotal {
	border-bottom: 2px solid #959595;
}

.csline label {
    float: left;
	text-align: left;
}

#taxLine, #shippingLine, #discountLine, #subTotal, .order_summary{
	display: none;
	padding-left: 10px;
}

.order_summary{
	display: block;
}


.order_summary{
	margin-bottom: 15px;
}

/* -------------------shipping method buttons --------------------------------- */

.shipping_method_select_list {
    overflow: auto;
    padding-top: 5px;
    clear: both;
	text-align: center;
}


.shipping_method.alaska{
	margin-right: 10px; 
}


.shipping_method_name {
    /*margin-top: 15px !important;*/
	/*margin-top: 5px !important;*/
}

.ship_desc{
	font-size: 15px;
}

.shipping_method.selected.alaska .shipping_method_name {
 /* used padding instead of margin because margin wasn't working for some reason */ 
}

.shipping_method.selected {
    border: 0px none !important;
    font-family: 'Oswald',sans-serif !important;
    color: #FFF;
	background: #00abdf;
	background: -moz-linear-gradient(top, #33BCE5 30%, #00abdf 70%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#33BCE5), color-stop(70%,#00abdf));
	background: -webkit-linear-gradient(top, #33BCE5 30%,#00abdf 70%);
	background: -o-linear-gradient(top, #33BCE5 30%,#00abdf 70%);
	background: -ms-linear-gradient(top, #33BCE5 30%,#00abdf 70%);
	background: linear-gradient(to bottom, #33BCE5 30%,#00abdf 70%);
	color: #FFFFFF;
	/*border-radius: 4px;*/ 
	/*-moz-border-radius: 4px;*/
}

#freight_label{
	text-align: center;
	margin-top: 25px;
}

/* -------------------------jquery accordian ui widget css overrides -------------------------------*/
.ffn_checkout_stepcontainer .ui-accordion-content { padding: 0; margin: 0; border: none;  overflow-x: hidden; }

.ffn_checkout_stepcontainer .ui-widget-content {
	background: none;
}

.ffn_checkout_stepcontainer .ui-state-active {
	border: none;	
}

.ffn_checkout_stepcontainer .ui-state-default {
	border: none;	
}

.ffn_checkout_stepcontainer.ui-widget button{
	font-family: 'Oswald', sans-serif;
}

.ui-dialog-buttonset button{
	font-family: 'Oswald', sans-serif !important;
}

.ffn_checkout_stepcontainer.ui-widget select, .ffn_checkout_stepcontainer.ui-widget input {
	/*font-family: 'Roboto', sans-serif;*/
	font-size: 16px;
}

.ffn_checkout_stepcontainer.ui-widget select, .ffn_checkout_stepcontainer.ui-widget select {
	/*font-family: 'Roboto', sans-serif;*/
	font-size: 16px;
}

.ffn_checkout_stepcontainer .step_title.ui-accordion-header.ui-corner-all{
	border-radius: 0px;
}

.ffn_checkout_stepcontainer .step_title.ui-accordion-header.ui-corner-top{
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.ffn_checkout_stepcontainer .step_title.ui-accordion-header{
	margin-top: 3px;
	padding: 3px 10px;
}

.ffn_checkout_stepcontainer .ui-state-hover a{
	color: #ffffff;
}

.ffn_checkout_stepcontainer .ui-helper-reset{
	line-height: normal;
}

/*centers the content within the panels ---originally .5em 1em */
.ui-dialog .ui-dialog-content{
	padding: 1em 1em;
}

.ui-widget-content a {
	color: #00abdf;
}


<!------------------checkout page -------------------------------->

body{
	font-family: 'Roboto', sans-serif;
}

.ffn_cart_full{
	padding: 15px 0px 25px;
	/*padding: 15px 12px 25px;*/
	margin: 0px auto;
	width: 944px;
}

.ffn_cart_full h1{
	font-size: 38px;
	padding: 25px 0;
}

.ffn_cart_full h1, .ffn_cart_full .cscheckout, .ffn_cart_full .return_shopping,  .ffn_cart_full .return_order_history, .ffn_cart_full .cstitle, .ffn_cart_full .checkout_complete, .ffn_cart_full .step_title.step, .ffn_cart_full .empty_cart_checkout{
  font-family: sweet-sans-pro, sans-serif; 
    /*text-transform: uppercase;*/
}

.cscheckout{
	text-align: right;
	margin-bottom: 10px;
}

#cartPanel .cstitle, #sponsorPanel .cstitle, #emptyCartPanel .cstitle, #exitUBCPanel .cstitle, #exitCC .cstitle, #1250_limit_warning_panel .cstitle{
  font-family: sweet-sans-pro, sans-serif; 
    /*text-transform: uppercase;*/
}


.cstitle.itemsinCart{
	font-size: 18px;
	
}


.full_product{
	clear: left;
	display: table;
	position: relative;
	border-bottom: 1px solid #555;
}

.full_product_heading{
	width: 630px;
	height: 40px;
	border-right: 2px solid #555;
}

.full_product_heading, .full_product_heading tr{
	background: none repeat scroll 0% #000000;
}

.full_product_heading tr{
	/*font-size: 16px;*/	
	font-size: 18px;
	color: #ffffff;
}

.full_product_heading .full_product{
	border: medium none;
	height: auto;
}

.full_product_heading .full_product td{
	line-height: 40px;
	height: 40px;
}

.full_product_list{
    /*width: 630px;*/
    background: none repeat scroll 0% 0% #FFF;
    border: 1px solid #555;
}	

.full_product .productpic{
	width: 100px;
	vertical-align: middle;
	text-align: center;
}

.full_product .productname{
	/* width: 300px; */
	/*width: 250px;*/
	width: 170px;
	vertical-align: middle;
}



.ffn_checkout_summary_container .productname a{
	cursor: default;
}

.full_product .productquantity{
	text-align: center;
	width: 100px;
	vertical-align: middle;
}

.full_product .productquantity input{
	text-align: center;
	width: 40px;
}

.full_product .productprice{
	text-align: center;
	width: 100px;
	vertical-align: middle;
}

.full_product .itemtotal{
	width: 100px;
	vertical-align: middle;
	text-align: center;
}

.full_product .productdelete{
    line-height: 95px;
    text-align: left;
	width: 60px;
	vertical-align: middle;
}

.recentItem{
	vertical-align: bottom;
	height: 30px;
	text-align: center;
}

#side_summary{
		/* width: 290px; */
    width: 280px;
    /*min-height: 185px;*/
	min-height: 124px;
    position: relative;
    right: 0px;
}


.ffn_cart_summary {
    padding: 10px;
    background: #000000;
    color: #FFF;
}

.deleteaproduct_autoship, .deleteakit, .edit_slider, .continue_shopping {
    border: 0px none;
	line-height: 13px;
    padding: 4px 8px 4px 8px;
	/*max-height: 24px;*/
    /*font-family: 'Oswald',sans-serif;*/
	font-weight: normal;
    cursor: pointer;
	background: #777777;
   /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMzZmFlMjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiMwMDgyMTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;*/
    /*background: -moz-linear-gradient(top, #777777 30%, #222222 70%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#777777), color-stop(70%,#222222));
	background: -webkit-linear-gradient(top, #777777 30%,#222222 70%);
	background: -o-linear-gradient(top, #777777 30%,#222222 70%);
	background: -ms-linear-gradient(top, #777777 30%,#222222 70%);
	background: linear-gradient(to bottom, #777777 30%,#222222 70%);*/
	color: #ffffff !important;
    /*background: linear-gradient(to bottom, rgb(119, 119, 119) 0%, rgb(34, 34, 34) 100%) repeat scroll 0% 0% transparent !important;*/
    /*font-size: 13px !important;*/
    text-decoration: none;
    /*border-radius: 4px;*/	
	text-transform: lowercase;
}

.continue_shopping{
	text-transform: none;
	font-weight: 400;
}



.step_title button{
	valign: center;
}

.edit_slider{
	display: block;
	margin: 0 auto;
	max-height: 36px;
	line-height: 28px;
	padding: 0px 8px;
	background: #00abdf;
   /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMzZmFlMjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiMwMDgyMTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;*/
   /*background: -moz-linear-gradient(top, #33BCE5 30%, #00abdf 70%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#33BCE5), color-stop(70%,#00abdf));
	background: -webkit-linear-gradient(top, #33BCE5 30%,#00abdf 70%);
	background: -o-linear-gradient(top, #33BCE5 30%,#00abdf 70%);
	background: -ms-linear-gradient(top, #33BCE5 30%,#00abdf 70%);
	background: linear-gradient(to bottom, #33BCE5 30%,#00abdf 70%);*/	
}

.continue_shopping{
	max-height: 36px;
	line-height: 28px;
	padding: 0px 8px;
	background: #00abdf;
   /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMzZmFlMjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiMwMDgyMTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;*/
   	background: -moz-linear-gradient(top, #33BCE5 30%, #00abdf 70%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#33BCE5), color-stop(70%,#00abdf));
	background: -webkit-linear-gradient(top, #33BCE5 30%,#00abdf 70%);
	background: -o-linear-gradient(top, #33BCE5 30%,#00abdf 70%);
	background: -ms-linear-gradient(top, #33BCE5 30%,#00abdf 70%);
	background: linear-gradient(to bottom, #33BCE5 30%,#00abdf 70%);	
}


.cart_summary_bottom{
	margin-top: 20px;
}

.retshopdiv {
    clear: both;
    text-align: center;
    /*width: 280px;*/
	/*width: 170px;*/
	/*height: 300px;*/
	margin-top: 20px;
	position: relative;
	right: 0px;
	
}

.retordhistorydiv{
	text-align: right;
	margin-top: 20px;	
	width: 280px;
}

.retshopdiv .return_shopping, .retordhistorydiv .return_order_history, .retshopdiv .empty_cart_checkout {
	background: #807f83;
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiMzZmFlMjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI3MCUiIHN0b3AtY29sb3I9IiMwMDgyMTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;*/
	background: -moz-linear-gradient(top, #777777 30%, #222222 70%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#777777), color-stop(70%,#222222));
	background: -webkit-linear-gradient(top, #777777 30%,#222222 70%);
	background: -o-linear-gradient(top, #777777 30%,#222222 70%);
	background: -ms-linear-gradient(top, #777777 30%,#222222 70%);
	background: linear-gradient(to bottom, #777777 30%,#222222 70%);
    text-decoration: none;
    border: 0px none;
    color: #FFF;
    padding: 8px 15px;
	font-size: 16px;
	filter: none !important;
	border-radius: 6px;
}

.retordhistorydiv .return_order_history{
  	background: -moz-linear-gradient(top, #33BCE5 30%, #00abdf 70%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#33BCE5), color-stop(70%,#00abdf));
	background: -webkit-linear-gradient(top, #33BCE5 30%,#00abdf 70%);
	background: -o-linear-gradient(top, #33BCE5 30%,#00abdf 70%);
	background: -ms-linear-gradient(top, #33BCE5 30%,#00abdf 70%);
	background: linear-gradient(to bottom, #33BCE5 30%,#00abdf 70%);
}

.empty_cart {
	background: #807f83;
    border: 0px none;
  	padding:6px 12px !important;
    font-family: 'Oswald',sans-serif;
    cursor: pointer;
	background: -moz-linear-gradient(top, #777777 30%, #222222 70%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,#777777), color-stop(70%,#222222));
	background: -webkit-linear-gradient(top, #777777 30%,#222222 70%);
	background: -o-linear-gradient(top, #777777 30%,#222222 70%);
	background: -ms-linear-gradient(top, #777777 30%,#222222 70%);
	background: linear-gradient(to bottom, #777777 30%,#222222 70%);
    font-size: 11px;
    color: #FFF;
    text-decoration: none;
    padding: 2px 6px;
    border-radius: 4px;	
}

/* ---------confirmation page-------------- */
	.receipt_account_container {
		width: 550px;
		float: left;
		font-family: 'Roboto',sans-serif !important;
		font-size: 16px !important;
	}
	
	/*
	#billing_address, #memNum{
		width: 260px;
		float: left;
	}
	*/

	/*
	#sitename_section{
		float: left;
		width: 260px;
	}
	*/
	
	/*
	#shipping_address, #password_section, #process_date_section{
		width: 240px;
		float: left;
		margin-left: 26px;
	}
	*/
	
	#shipping_address{
		margin-top: 10px;
		text-transform: uppercase;
	}
	
	#billing_address{
		margin-top: 10px;
	}
	
	#memNum_info, #password_info, #sitename_info{
		padding: 3px 10px;
	}
	
	#sponsorPanel label{
		font-size: 16px;
	}

	
	#billing_info, #shipping_info, #memNum_info, #process_date_info, #password_info, #process_date_info, #sitename_info{
		padding: 3px 10px 30px;
	}
	
	
		
	
	#billing_label, #shipping_label, #memNum_label, #password_label, #sitename_label, #process_date_label{
		background: #63656a;
		line-height: 18px;
		font-size: 18px;
		padding: 3px 10px;
		color:#fff;
		font-weight: bold;
		font-family: Oswald,'Open Sans Condensed',sans-serif !important;
		text-transform: uppercase;
		font-size: 15px;
	}
	
	#memNum_label, #password_label, #sitename_label, #process_date_label{
		background:  #00abdf;
	}
	
	#sitename_label{
		/*width: 240px;*/
	}
	
	#sitename_link{
		color: #000000;
	}
	
	#sitename_link:hover{
		color: #00abdf;
		cursor: pointer;
	}
	
	#receipt_message{
		/*width: 550px;*/
		float: left;
		padding-bottom: 10px;
		margin: 20px 3px 0;
		font-size: 16px;
	}
	
	#shipping_message, #customer_service_message, #receipt_message{
		float: left;
		padding-bottom: 10px;
		margin: 20px 3px;
		font-size: 16px;
	}
	
	#director_pak_message, #pak_message{
		padding-bottom: 10px;
		margin: 20px 3px;
		font-size: 16px;
	}
	
	#total_value_div{
		font-size: 16px;
		background-color: #00abdf;
		color: #ffffff;
		padding: 10px 15px;
		font-weight: bold;
	}
	
	#printer{
		text-align: right;
		float: right;
		width: 50px;
	}
	
	.error_message{
		background-color: red;
		color: #ffffff;
		line-height: 30px;
		font-size: 18px;
		padding: 3px 10px;
		color:#fff;
		font-weight: bold;
		margin: 3px;
		font-family: Oswald,'Open Sans Condensed',sans-serif;
		text-transform: uppercase;
	}
	
	.additional_products{
		text-transform: uppercase;
		text-align: right;	
		margin: 20px 5px 15px 0;
		font-family: Oswald,'Open Sans Condensed',sans-serif;
		font-size: 18px;
	}
	
	#firstfitness_info{
		display: none;
	}
	
	.numberItems{
		color: #92c83e;
	}

	.table-responsive{
		overflow: hidden;
	}
	
.product_labels div{padding: 20px 0;}

.item_row_shop_now div{float: left;}
