/* 
    Document   : lifecell
    Created on : Aug 6, 2011, 1:53:41 AM
    Author     : Angelo
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
/* font imports */
@font-face {
        font-family: "HelveticaNeue-ThinExt";
        src: url("../fonts/HelveticaNeue-ThinExt.otf");
      }
@font-face {
        font-family: "HelveticaNeue-Condensed Bold";
        src: url("../fonts/HelveticaNeue-BoldCond.otf");
      }
@font-face {
        font-family: "HelveticaNeue-Medium";
        src: url("../fonts/HelveticaNeue-Medium.otf");
      }

@font-face {
        font-family: "HelveticaNeue-Condensed";
        src: url("../fonts/HelveticaNeue-Condensed.otf");
      }
@font-face {
        font-family: "HelveticaNeue-BoldCondObl";
        src: url("../fonts/HelveticaNeue-BoldCondObl.otf");        
      }
@font-face {
        font-family: "HelveticaNeue-ThinCondObl";
        src: url("../fonts/HelveticaNeue-ThinCondObl.otf");
      }
@font-face {
        font-family: "MyriadPro-Regular";
        src: url("../fonts/MyriadPro-Regular.otf");
      }
@font-face {
        font-family: "MyriadPro-Semibold";
        src: url("../fonts/MyriadPro-Semibold.otf");
      }
@font-face {
        font-family: "MyriadPro-BoldItalic";
        src: url("../fonts/MyriadPro-BoldIt_0.otf");
      }
@font-face {
        font-family: "HelveticaNeue-LightExt";
        src: url("../fonts/HelveticaNeue-LightExt.otf");
      }
@font-face {
        font-family: "MyriadPro-LightCond";
        src: url("../fonts/MyriadPro-LightCond.otf");
      }


body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #f8f8f8;
    font-family: Tahoma,Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #4d4949;
}
#wrapper {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    background: #fff;
}
#content {
    background: #fff;
    overflow: visible;
}
#header .top-banner {
    height: 160px;
    margin: 0 auto; 
    display: inline-block;
}

#header #header-celebrities {    
    background: url(../images/header-celebs.jpg) no-repeat transparent;
    width: 445px;
}
#header #header-company-info {    
    background: url(../images/header-info.jpg) no-repeat transparent;
    width: 547px;
    margin-left: 3px;
}
#header #header-bottom {
    background: url(../images/header-bottom.jpg) no-repeat transparent;
    width: 1000px;
    height: 20px;
}
#header .top_player_video {    
    height: 146px;
    left: 667px;
    position: relative;
    top: 249px;
    width: 122px;;
}
a img {
    border: none;
}
#content_wrapper {
    background: #fff;
    width: 1000px;
    padding: 0;
    margin: 0;
    margin: 0 auto;    
}
#inner_content {
    background: #fff;
}


/*left column*/
#first_content_left {
    background: #fff;
    padding-left: 25px;
    font-size: 14px;
    width: 670px;
}
.just {
    text-align: justify;
    padding: 2px;
}
.col_left {
    float: left;
}
/*column right*/
#first_content_right {
    background: #fff;
    width: 305px;
	margin-top:10px;
}
.col_right {
    float: right;    
}
.col_right .user_form_top {
    background: url(../images/bkg_form.png) no-repeat transparent;
    width: 299px;
    height: 198px;    
    left: 20px;
    position: relative;
    top: -72px;
    width: 299px;
    z-index: 2;
}
.col_right .user_form_fields {
    background: url(../images/User_14_fields_new2.jpg) 1px -32px no-repeat transparent;
    background-size: 299px 450px;
    width: 220px;
    height: 415px;
    left: 22px;
    position: relative;
    top: -72px;
    text-align: center;
    padding: 0px 30px;
}
.user_form_fields input.field {
    -webkit-box-shadow: inset 0px 1px 4px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow: inset 0px 1px 4px 0px rgba(50, 50, 50, 0.25);
    box-shadow: inset 0px 1px 4px 0px rgba(50, 50, 50, 0.25);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.clr {
    clear: both;
}
#state_cus1 .select-outer {
    width: 100% !important;
}
/*form*/
/* #fields_state is forced/added to this style because
LL ajax "State population" select fields refreshes this 
field without a .field class for type input */
.field, #fields_state {
    width: 90%;
    height: 22px;
    line-height: 24px;
    border: none;
    color: #666666;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
    font-size: 12px;
    padding: 4px 5%;
}

#fields_fname.field, #fields_lname.field { width: 39%; margin-top: 10px; }

.select-field {
    width: 100%;
    height: 30px;
    line-height: 24px;
    border: 1px #D1D1D1 solid;
    color: #666666;
    font-weight: bold;
    margin: 2px 0px;
    padding: 0;
    position: relative;
    margin-bottom: 5px;
}
select#fields_state {
    width: 100%;
    height: 30px;
    line-height: 24px;
    border: 1px #D1D1D1 solid;
    color: #666666;
    font-weight: bold;
    margin: 2px 0px;
    padding: 0;
    position: relative;
    margin-bottom: 5px;
}

.fields {
    width:194px;
    height:24px;
    line-height:24px;
    border:none;
    background:url(/images/TextFIeld_BG.jpg) left top no-repeat;
    color: #666666;
    font-weight:bold;
    margin-top: 2px;
    margin-right: 0px;
    margin-bottom: 2px;
    margin-left: -20px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 5px;
}

input.field[type="text"] {   
    margin-top: 2px;
    padding-left: 10px;
}


/*labels*/
.lifecell_label {
    color: #d10008;
    font-weight: bold;
}
.seconds_label {
    font-weight: bold;
}

#rush_order {
/*   left: 36px;*/
   left: -2px;
   position: relative;
   top: 5px;
   border: none;
}

.user_form {
    left: 5px;
    position: relative;
    height: 480px;
}

/*end form*/


/*no money down*/
#no_money_down {
    background: url(../images/no-money-down.png) no-repeat;
    height: 138px;
    left: -46px;
    position: relative;
    top: -30px;
    width: 726px;
}
#article_123 {
    background: url(../images/123-v2-61.png) no-repeat;
    height: 554px;
    left: 25px;
    position: relative;
/*    top: -142px;*/
    top: -102px;
    width: 647px;
}
.proof_positive {
    font-family: HelveticaNeue-ThinExt;
    font-size: 32px;
    width: 525px;
    padding: 15px 0;
}
.lifecell_span, .lifecell_bold {
    color: #EC0201;
}
.lifecell_bold {
    font-weight: bold;
}

.inner_colleft_moneydown {
    color: #423F3F;
    float: left;
    left: -30px;
    position: relative;
    top: 270px;
    width: 392px;
}
.inner_colleft_moneydown .title_inner_colleft1 {
    font-size: 22px;
    font-family: HelveticaNeue-Condensed;
    text-align: justify;
}
.inner_colleft_moneydown p {
    font-family: Tahoma,Arial,Helvetica,sans-serif;
    text-align: justify;
}
.inner_colright_moneydown {    
    float: right;    
    position: relative;
    top: 305px;   
}
a img {
    border: none;
}
.click_here_free {
    font-family: HelveticaNeue-BoldCondObl;
    font-size: 15px;
}

.article_1_first_content_right
{
    width: 275px;
    float: right;
    margin-bottom: 10px;
    text-align: justify;
    padding: 0 10px 0 0px;
    font-size: 14px;
    font-family: MyriadPro-Regular;
    margin-top: -80px;
}


.red {
    color: #ff0000;
}
.red_bold {
  color: #ff0000;
  font-weight: bold;
}

.truste_certified_privacy {
    background: url(../images/truste_certified_privacy.png) no-repeat transparent;
    width: 152px;
    height: 47px;
}

.versign_signature {
    background: url(../images/versign_signature.jpg) no-repeat transparent;
    width: 95px;
    height: 55px;
}

.united_states_postal {
    background: url(../images/united_states_postal.jpg) no-repeat transparent;
    width: 136px;
    height: 31px;
}
.feedEx {
    background: url(../images/feedEx.jpg) no-repeat transparent;
    width: 70px;
    height: 35px;
}

.ups {
    background: url(../images/ups.jpg) no-repeat transparent;
    width: 40px;
    height: 47px;
}

.inner_content_rights_shadow {
    background: url(../images/inner_content_rights_shadow.jpg) no-repeat transparent;
    margin-top: 10px;
    width: 272px;
    height: 18px;    
}

.while_lifecell_works {
    background: url(../images/while_lifecell_works.jpg) no-repeat transparent;
    height: 477px;
    left: 6px;
    margin-top: 10px;
    position: relative;
    width: 279px;
}

#top_celebrities {
    background: url(../images/top-celebrities.jpg) no-repeat transparent;
    height: 540px;
    left: -12px;
    margin: 10px 0;
    position: relative;
    width: 1027px;
}
#top_celebrities .title {
    color: #fff;
}
#top_celebrities_index2 {
    background: url(../images/celeb-section-top4.jpg) no-repeat transparent;
    height: 548px;
    left: -10px;
    margin: 10px 0;
    position: relative;
    width: 1027px;
}
#top_celebrities_index2 .title {
    color: #fff;
}
#top_celebrities2_index2 {
    background: url(../images/celeb_section_bottom2.jpg) no-repeat transparent;
    height: 386px;
    left: -19px;
    position: relative;
    width: 1062px;
    margin-top: -13px;
}
.jessica-name {
    color: #C7191C;
    float: left;
    font-family: Tahoma;
    font-size: 13px;
    font-weight: bold;
    left: 710px;
    position: relative;
    text-align: right;
    top: 340px;
    width: 110px;
}

.jessica-testi {
    float: right;
    font-family: Tahoma;
    font-size: 13px;
    left: 0;
    padding-right: 12px;
    position: relative;
    text-align: center;
    width: 252px;
    top: 340px;
    font-style: italic;
}
@-moz-document url-prefix() {
    .jessica-name, .jessica-testi { top: 328px; }
}
.celebrity_names {
    color: #CC150F;
    float: left;
    font-family: tahoma;
    font-size: 13px;
    font-weight: bold;
    left: 44px;
    position: relative;
    text-align: right;
    top: 336px;
}
.celebrity_quotes {
    float: left;
    font-family: tahoma;
    font-size: 13px;    
    left: 44px;
    margin-left: 20px;
    position: relative;
    text-align: left;
    top: 336px;
    font-style: italic;
}
.bottom_shadow_top_celeb {    
    background: url(../images/bottom_shadow_top_celeb.png) no-repeat transparent;
    width: 1000px;
    height: 20px;
    left: 0px;
    position: relative;
    padding-bottom: 10px;
}
#inner_content_3 {
    background: #fff;
    width: 1000px;
}
.wrapper_inner_content3 {
    background: #fff;    
}
.nobel_prize {
    background: url(../images/nobel_prize.png) no-repeat transparent;
    width: 561px;
    height: 160px;
    float: left;
    left: -20px;
    position: relative;
    
}
.left_inner_content_3 {
     width: 540px;
     background: #fff;
     float: left;
     padding-bottom: 20px;
     min-height: 555px;
     max-height: 555px;
}
.right_inner_content_3 {
    background: #fff;
    float: right;
    width: 460px;
    overflow: hidden;
    padding-bottom: 7px;
    max-height: 569px;
    min-height: 569px;
}
.nobel_prize .title {
    font-family:HelveticaNeue-ThinExt;
    font-size: 21px;
    color: #fff;
    left: 55px;
    position: relative;
    top: 35px;
    text-transform: uppercase;
}
.nobel_prize_peple {
    background: url(../images/nobel_prize-people.jpg);
    height: 177px;
    left: 146px;
    position: relative;
    top: -46px;
    width: 351px;
    margin-bottom: -40px;
}
#inner_content4 {
    background: #fff;
}
.bg-dividero {
    background: url(../images/bg-dividero.jpg) no-repeat transparent;
    width: 1000px;
    height: 84px;
        
}
#inner_content4 .bg-dividero table td:nth-child(4) {
    height: 74px;
}
#inner_content4 .bg-dividero {
    margin: 17px 0;  
}
.lifecell-south-beach {
    background: url(../images/lifecell-south-beach.png) no-repeat transparent;
    width: 185px;
    height: 50px;
}
a , a img{
    text-decoration: none;
    border: none;
    color: #5c5959;
}
#div_inner_content4 {
    background: #fff;    
}
.div_test_celeb1 {
/*    background-image: url("/images/bkg_test_1.png");*/
    background-image: url(/images/bkg_test_dynamic.jpg);
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 23px;
    height: 480px;
    margin-left: 145px;
    padding-top: 10px;
    position: relative;
    text-align: center;
    left: -140px;
    width: 695px;
}
.div_text_testimonial_janet , .div_text_testimonial{
    color: #FFFFFF;
    font-family: Tahoma,Arial,verdana;
    font-size: 13px;
    margin-left: 300px;
    margin-right: 30px;
    margin-top: 0;
    padding-top: 10px;
    text-align: left;
}
.text_gray_test_janet, .text_gray_testi {
    color: #4D4949;
    font-family: Tahoma,Arial,verdana;
    font-size: 13px;
    font-weight: normal;
}
.globe-star {
    background: url(../images/globe-star-new-m.jpg) no-repeat;
    height: 281px;
    left: 2px;
    position: relative;
/*    top: -25px;*/
    width: 697px;
}
.videos_panel {
    float: left;
    width: 380px;
}
.videos_quotes {
    float: right;
    width: 300px;
}
#div_doctors_opinions {
    float: right;
    background: #fff;
    width: 280px;
    padding: 0 10px 0px;
}
#doctors_title, #doctors_details {
    background: none repeat scroll 0 0 #EDEDED;
    color: #bf080b;
    font-size: 17px;
    font-weight: bold;
    margin: 10px 0 0;
    padding: 5px 0 0;
    text-align: center;
    font-family: MyriadPro-Semibold;   
}
.bg-opinions-info {
    background: url(../images/bg-opinions-info.png) no-repeat transparent;
    width: 181px;
    height: 77px;
    font-family: MyriadPro-Regular;
    font-size: 14px;
    color: #3a3938;
    text-align: left;
    padding: 0px 15px;
}
.bg-opinions-info_blank {
    background: url(../images/bg-opinions-info_blank.png) no-repeat transparent;
    width: 181px;
    height: 77px;
    font-family: MyriadPro-Regular;
    font-size: 14px;
    color: #3a3938;
    text-align: left;
    padding: 0px 0px 0px 7px;
}
.bg-opinions-info .click-here-toview {
    font-family: MyriadPro-Semibold;
    font-size: 13px;
}
.doctors {
    padding: 0 0px;
}
#ratings {
    padding-top: 10px;
}
._5star-rating {
    background: url(../images/sprite.png) no-repeat -8px -62px;
    width: 128px;
    height: 29px;
    font-family: MyriadPro-BoldItalic;    
}
._4star-rating {
    background: url(../images/sprite.png) no-repeat -8px -7px;
    width: 128px;
    height: 29px;
    font-family: MyriadPro-BoldItalic;
}
.rating-num {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #A6A6A6;
    font-size: 14px;
    left: 103px;
    position: relative;
    top: -2px;
    width: 20px;
}
.date_rate {
    padding-left: 10px;
    width:  80px\9;
}
.opinion_name {
    font-size: 14px;
    font-weight: bold;
}
.opinions-bottom-shadow {
    background: url(../images/sprite.png) no-repeat -145px -12px;
    width: 268px;
    height: 14px;
}
.border-news-horizontal{
    background: url(../images/sprite.png) no-repeat -37px -42px;
    margin-bottom: 10px; margin-left: 53px;
    width: 374px;
    height: 5px;
}

.border-news-vertical{position: absolute; left: 490px; top: 77px; background: url(../images/sprite.png) no-repeat -213px -337px; width: 5px; height: 383px;}


#rating_comments {
    width: 280px;
    position: relative;
    padding: 15px 0 25px 0;
}
#rating_comments tbody td{
    padding-bottom: 5px;
}
.videos_div {
    padding: 0 10px 0 35px;
}
#videos_quotes .quotes {
    width: 285px;
}
.testimonial-separator {
    background: url(../images/testimonial-separator.jpg) no-repeat transparent;
    width: 271px;
    height: 15px;
    margin-top: 10px;
    padding-top: 20px;
}
.videos-div-seperator {
    background: url(../images/videos-division-separator.jpg) no-repeat transparent;
    width: 670px;
    height: 12px;
    margin-bottom: 10px;
    margin-top: 10px;
}
#div_video_testimonials_right {
    float: right;
    background: #fff;
    width: 300px;
}
#div_attention {
    background: url(../images/attention.png) no-repeat transparent;
    width: 289px;
    height: 404px;
    position: relative;
    top: 20px;
}
#div_see_also_videos {
    background: #F3F3F3;
    left: -19px;
    margin: 35px 0;
    padding: 10px 10px 10px 0;
    position: relative;
    width: 298px;
    height: 603px;
}
.see-also-ribbon {
    background: url(../images/see-also-ribbon.png) no-repeat;
    width: 317px;
    height: 52px;
    left: -13px;
    position: relative;
}
#joan-childs-video-section,
#verena-video-section{
    padding: 5px;
}
#verena-video-section {
    padding-top: 15px;
}

#inner_content5 {
    background: #fff;
    height: 370px;
}
#robert-section {
    background: url(../images/robert-section2.jpg) no-repeat;
    width: 998px;
    height: 286px;
}
#robert-section .title {
    font-family: HelveticaNeue-LightExt;
    color: #fff;
    font-size: 27px;
    text-transform: uppercase;
    text-align: center;
    padding-top: 20px;
}
#robert-video {
    left: 50px;
    position: relative;
    top: -226px;
    width: 345px;
}
#robert-section .details {
    color: #FFFFFF;
    font-size: 14px;
    left: 442px;
    position: relative;
    top: 20px;
    width: 460px;
}

.robert_quoted {
    font-family: MyriadPro-BoldItalic;
    font-size: 19px;
    padding: 10px 0px;
/*      MyriadPro-Regular*/
}
.robert_name {
    font-family: MyriadPro-Regular;
    font-size: 15px;
    left: 275px;
    position: relative;
}
#botox_section {
    background: #fff;
    width: 1000px;
    overflow: hidden;
}
.model_face {
    background: url(../images/new-model-face-m2.jpg) no-repeat;
    width: 1000px;
    height: 387px;    
}
.model_face2 {
    background: url(../images/model-face2.jpg) no-repeat;
    width: 1000px;
    height: 399px;    
}
#botox_labels {
    float: left;
    width: 244px;
}
.ul_advantages {
    list-style-type: none;
    margin: 0;
    padding-left: 20px;
    padding-top: 22px;;
}
.ul_advantages li {
    margin: 0;
    padding-bottom: 37px;
    padding-right: 5px;
    text-align: right;
}
.chart_section {
    background: none repeat scroll 0 0 #FFFFFF;
    overflow: hidden;
}
.chart_legends {
    background: url(../images/chart.png) no-repeat;
    width: 489px;
    height: 346px;
    float: left;
/*    width: 290px;*/
}

.orange_legend,
.yellow_orange_legend,
.yellow_green_legend,
.red_legend,
.purple_legend,
.sky_blue_legend
{
    width: 290px;
}
    
.yellow_orange_legend {
    color: #FFC214;
    left: 73px;
    position: relative;
    top: 8px;
}
.orange_legend {
    color: #F26722;
    left: 185px;
    position: relative;
    text-align: right;
    top: 12px;
}
.yellow_green_legend {
    color: #92A21D;
    left: 25px;
    position: relative;
    top: 76px;
}
.red_legend {
    color: #B91319;
    left: 188px;
    position: relative;
    text-align: right;
    top: 75px;
}
.purple_legend {
     color: #910870;
    left: 187px;
    position: relative;
    text-align: right;
    top: 186px;
}
.sky_blue_legend {
    color: #0091D4;
    left: 126px;
    position: relative;
    top: 235px;
}
.chart_section .chart_details {
    float: right;
    width: 501px;
    font-family: MyriadPro-Regular;
    font-size: 14px;
    padding: 5px;
}
.chart_section .chart_title {
     font-family: HelveticaNeue-ThinExt;
     text-align: center;
     font-size: 25px;
}
.details_lists .odd {
    background: #F2F2F2;    
}
.details_lists td.img_quotes {
    padding-left: 10px;
    padding-right: 10px;
}

.details_lists .ul-dot {
    padding-right: 5px;
}
.details_lists .odd_check {
    background: #EAEAEA;
    padding:4px 10px;
}
.details_lists .even_check {
    background: #F7F7F7;
    padding:4px 10px;
}
#divider-media-section {
    background: url(../images/divider-media-section.png) no-repeat #fff;
    overflow: hidden;
    width: 1000px;
    padding-bottom: 40px;
}
#divider-media-section #title {
    color: #FFFFFF;
    font-family: Times New Roman;
    font-size: 33px;
    font-weight: bold;
    padding: 43px 0 17px;
    text-align: center;
    text-transform: uppercase;
}
.div_media_table {
    background-color: #FFFFFF;
    background-image: url("/images/bottom_media.jpg");
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 470px;
    margin-left: 50px;
    padding-bottom: 20px;
    width: 950px;
}
.div_media1 {
    background-image: url("/images/time.jpg");
    background-repeat: no-repeat;
    height: 130px;
    padding-left: 110px;
    padding-top: 20px;
}
.div_media2 {
    background-image: url("/images/nbc.jpg");
    background-repeat: no-repeat;
    height: 130px;
    padding-left: 110px;
    padding-top: 20px;
}
.div_media3 {
    background-image: url("/images/the_new_york_times.jpg");
    background-repeat: no-repeat;
    padding-left: 140px;
    padding-top: 20px;
}
.div_media4 {
    background-image: url("/images/fitness.jpg");
    background-repeat: no-repeat;
    height: 130px;
    padding-left: 110px;
    padding-top: 10px;
}
.div_media5 {
    background-image: url("/images/the_times.jpg");
    background-repeat: no-repeat;
    height: 130px;
    padding-left: 110px;
    padding-top: 10px;
}
.div_media6 {
    background-image: url("/images/7news.jpg");
    background-repeat: no-repeat;
    height: 100px;
    left: 421px;
    padding-left: 10px;
    padding-right: 80px;
    padding-top: 70px;
    position: relative;
    top: 45px;
}
.div_lifecell-media-section {    
    border: none;
    width: 210px;
    height: 344px;
    float: right;
    left: -61px;
    position: relative;
}
#news-section {
    background-image: url("/images/divider-bottom-news.png");
    background-color: #fff;
    background-position: top center;
    background-repeat: no-repeat;
    width: 1000px;    
    padding: 20px 0;
}
#lifecell_title_news_section {
    background: url(../images/lifecell_title_news_section.png) no-repeat;
    margin-left: 85px;
    width: 212px;
    height: 60px;
}
#arrow-news-section {
    background: url(../images/arrow-news-section.png) no-repeat;
    float: right;
    height: 94px;
    left: 13px;
    position: relative;
    top: -65px;
    width: 162px;
}
.news_description {        
    margin-left: 85px;
    position: relative;
    top: -15px;;
}
#left_news {
    float: left;
    width: 400px;
    margin-left: 45px;
}
#right_news {
    float: right;
    width: 450px;    
}
#combined_news {
    background: none repeat scroll 0 0 #FFFFFF;
    overflow: hidden;
    width: 985px;
}
#combined_news {
    color: #5A5A5A;
    font-family: Arial,Helvetica,sans-serif;
    text-align: left;
}
#combined_news p {
    font-size: 12px;
    color: #5A5A5A;
    font-family: Arial,Helvetica,sans-serif;
}
.title_article_news {
    color: #0093C3;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
}
.better_collagen_banner {
    left: -18px;
    position: relative;
    top: -78px;
    margin-top: -30px;
}
.lifecell-south-beach-collagen_section {
    left: 25px;
    position: relative;
    top: -25px;
}
.try_30days-collagen-section {
    background: #fff;
    float: left;    
    position: relative;
    top: -70px;
/*    width: 510px;*/
    width: 493px;
}
.div_protection {
    left: 60px;
    position: relative;
    text-align: justify;
    top: -1px;
    width: 390px;
    font-family: MyriadPro-Regular;
    font-size: 13px;
}
.limited-form {
    float: right;
    left: 220px;
    position: relative;
/*    top: -395px;*/
}
.limited-offer-form {
    height: 338px;
    left: -230px;
    position: relative;
    top: -110px;
    width: 503px;
}
.limited-user-form-fields {
    top: 130px;
    position: relative;
}
.limited-user-form-fields input,
.limited-user-form-fields select
 {
    top: 5px;
    left: 35px;
    position: relative;

}
.limited-user-form-fields input.field[type="text"], #shipping_zip {
    margin-top: 10px;
    padding-left: 10px;
}
.limited-offer-form .fields_left {
    float: left;
    width:225px;
}
.limited-offer-form .fields_right {
    float: right;
    left: -52px;
    position: relative;
    top: 130px;
    width: 225px;
}
/*.limited-user-form-fields input.btn_rush_order {
    left: -85px;
    position: relative;
    top: 30px;

}*/
#footer {
    background: none repeat scroll 0 0 #FFFFFF;
    overflow: hidden;
    position: relative;
    top: -70px;
}
#footer div {
    text-align: center;
    padding-bottom: 5px;
    line-height: 15px;
    padding-left: 0px;
    padding-right: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding-top: 5px;
}

#footer #legal_message {
    width: 585px;
    margin: 0 auto;
}

#footer #copyright a {
    color: #598b2c; font-weight: bold; text-decoration: none;
}
.copyright a:hover {
    text-decoration: underline;
}
#footer #div_available_delivery {
    float: right;
    margin-right: 115px;
    position: relative;
    top: -15px;
}
/*
DOCTORS DYNAMIC MENU
*/
.doctors_menu_testi {
  cursor: pointer;
}
/*
hover for buttons
*/
div.get_free_trial {
    background: url(http://www.lifecellcream.com/images/get-free-trial-sprite.png) 0 0 no-repeat transparent;
    width: 271px;
    height: 46px;
}
div.get_free_trial:hover {
    background: url(http://www.lifecellcream.com/images/get-free-trial-sprite.png) 0 -46px no-repeat transparent;
    width: 271px;
    height: 46px;
}
input.rush_order_btn {
    background: url(http://www.lifecellcream.com/images/RUSH_ORDER_btn-sprite.jpg) 0 -4px no-repeat transparent;
    width: 206px;
    height: 40px;
    border: 0;
    margin-top: 0;
}
input.rush_order_btn:hover {
  background: url(http://www.lifecellcream.com/images/RUSH_ORDER_btn-sprite.jpg) 0 -48px no-repeat transparent;
  width: 206px;
  height: 40px;
  border: 0;
  margin-top: 0;
}
#rush_order_botom {
  left: -75px;
  position: relative;
  top: 50px;
  border: none;
}
div.free_trial {
  background: url(http://www.lifecellcream.com/images/free-trial-sprite.png) 0 0 no-repeat transparent;
  width: 257px;
  height: 45px;
  position: relative;
  top: 8px;
}
div.free_trial:hover {
  background: url(http://www.lifecellcream.com/images/free-trial-sprite.png) 0 -45px no-repeat transparent;
  width: 257px;
  height: 45px;
}
.limited-offer-form a {
  background: url(http://www.lifecellcream.com/images/call-to-action-sprite.jpg) 0 0 no-repeat transparent;
  width: 482px;
  height: 319px;
  display: inline-block;
}
.limited-offer-form a:hover {
  background: url(http://www.lifecellcream.com/images/call-to-action-sprite.jpg) 0 -319px no-repeat transparent;
  width: 482px;
  height: 319px;
  display: inline-block;
}
/*
TIP
*/
.tip {
  position:absolute; 
  right:260px;  
  margin-top:-8px; 
  background: url(../images/pointer.png) top left no-repeat; 
  white-space:nowrap; 
  width:189px; 
  height:49px; 
  line-height:49px; 
  color: #2d6985; 
  font-family:Arial, Helvetica, sans-serif; 
  font-size:14px; 
  text-align:center; 
  z-index:800; 
}

/* Special Offer Slideshow */
#lifecell-slider {width: 1000px; height: 300px; position:absolute;}
.slide {display: none; position: absolute; top: 0px; left: 0px; width: 1000px; height: 300px;}
.slide_1, #first_slide { background-image: url(/images/slides/slide1a.jpg); background-repeat:no-repeat;}
.slide_2 { background-image: url(/images/slides/slide2a.jpg); background-repeat:no-repeat;}
.slide_3, #last_slide {background-image: url(/images/slides/slide1a.jpg); background-repeat:no-repeat;}
.slide_on {z-index: 1;}
.slide_on, .temp {display: block;}


#index-contact {
    width: 248px;
    height: 100px;
    margin: 10px auto;
    font-size: 12px;
    font-family: Helvetica, Arial;
    font-weight: bold;
}
#contact-call-index {
    width: 248px;
    height: 43px;
    margin-bottom: 5px;
    background: url(../images/contact-call-index.jpg) no-repeat;
}
#contact-call-index  span{
    display: inline-block;
    margin: 7px 0 0 55px;
}
#contact-chat-index {
    width: 248px;
    height: 43px;
    background: url(../images/contact-chat-index.jpg) no-repeat;
}
#contact-chat-index  span{
    display: inline-block;
    margin: 7px 0 0 55px;
}

/*
FB TESTIMONIALS
*/
#fb-testmonials {
    display: inline-block;
    width: 100%;
    height: 1300px;
    background-color: #e7ebf2;
     margin-top: -30px; 
     font-family: Arial;
}
#fb-testi-top {
    display: inline-block; 
    width: 100%; 
    height: 117px; 
    background: url(../images/sprite.png) repeat-x 0 -212px;
}
#fb-title {
    width: 528px; 
    height: 75px; 
    margin: 20px auto; 
    display: block; 
    background: url(../images/fb-testi/fb-title.png) no-repeat;
}
#fb-testi-content {
    display: inline-block; 
    width: 100%; 
    height: 1300px; 
    position: relative; 
    z-index: 1;
    background-color: #e7ebf2;
    margin-top: -5px;
}
#fb-content-left {
    display: inline-block; 
    float: left;  
    width: 495px; 
    height: 1000px; 
    position: relative;
}
@-moz-document url-prefix() {
  #fb-content-left { line-height: 1.1em!important; }
}
#testi1 {
    width: 481px; 
    height: 562px;
    margin: 0 0 0 10px;    
    background: url(../images/fb-testi/testi1-562.png) no-repeat;
    /*background: url(../images/fb-testi/test1-top-bg.png) -1px -1px no-repeat;*/
} 
/*#testi1 {
    width: 471px;
    background-color: white;
    border-radius: 4px;
    border: 1px solid #c4cde0;
}*/

#testi2 {
    width: 480px; 
    height: 441px; 
    margin: 10px 0 0 10px;    
    background: url(../images/fb-testi/testi2-441.png) no-repeat;
}
#testi3 {
    width: 480px; 
    height: 133px; 
    margin: 10px 0 0 10px;    
    background: url(../images/fb-testi/testi3-bg-white133.png) no-repeat;
}
.testi-inner {
    width: 430px; 
    
    padding: 18px 30px 20px 20px; 
}
.lifecell-avatar {
    font-family: Arial; 
    font-size: 16px; 
    font-weight: bold; 
    color: #355b99; 
    margin: -25px 0 0 45px; 
    display: block; 
}
.fb-testimonial {
    display: inline-block; 
    width: 403px; 
    padding: 8px 10px; 
    background-color: #edeff4;
    margin-top: 8px;
}
.fb-prof {
    display: inline-block; 
    float: left;
}
.fb-prof img {
    margin-right: 10px;
}
.fb-post {
    display: inline-block; 
    width: 358px; 
    float: right; 
    font-size: 12px; 
    font-weight: bold;
}
.fb-user {
    color: #4668a1;
}
.fb-post-date {
    display: block; 
    font-size: 11px; 
    color: #8b8b8c; 
    margin-top: 5px;
}
#testi-recent {
    width: 480px; 
    height: 1229px; 
    margin: 0 0 0 5px; 
    background: url(../images/fb-testi/fb-bg-recent.png) no-repeat;
    line-height: 1.3em;
}
@-moz-document url-prefix() {
  #testi-recent { line-height: 1.25em!important; }
}
#tr-top {
    width: 440px;
    height: 25px;
    font-size: 15px;
    color: #737373;
    border-bottom: 1px solid #e5e5e5;
    padding: 9px 0 0 0;
    margin: 0 0 8px 23px;
}
.tr-row {
    width: 440px;
    display: inline-block;
    margin: 5px 0 0 20px;
   
}
.tr1 {
    width: 336px;
    height: 98px;
    float: right;
    background: url(../images/fb-testi/comment1.png) no-repeat;
    padding: 10px 20px;
    position: relative;
}
.tr2 {
    width: 336px;
    height: 98px;
    float: right;
    background: url(../images/fb-testi/comment2.png) no-repeat;
    padding: 10px 20px;
    position: relative;
}
.tr3 {
    width: 336px;
    height: 233px;
    float: right;
    background: url(../images/fb-testi/comment3.png) no-repeat;
    padding: 10px 20px;
    position: relative;
}
.tr4 {
    width: 336px;
    height: 148px;
    float: right;
    background: url(../images/fb-testi/comment4.png) no-repeat;
    padding: 10px 20px;
    position: relative;
}
.tr5 {
    width: 336px;
    height: 182px;
    float: right;
    background: url(../images/fb-testi/comment5.png) no-repeat;
    padding: 10px 20px;
    position: relative;
}
.tr6 {
    width: 336px;
    height: 98px;
    float: right;
    background: url(../images/fb-testi/comment6.png) no-repeat;
    padding: 10px 20px;
    position: relative;
}
.tr7 {
    width: 336px;
    height: 147px;
    float: right;
    background: url(../images/fb-testi/comment7.png) no-repeat;
    padding: 10px 20px;
    position: relative;
}
.tr-row img {
    margin: 14px 0 0 18px;
}
.tr-name {
    color: #3b5998;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 3px;
}
.tr-post {
    font-size: 13px;
}
.tr-date{
    font-size: 13px;
    color: #878787;
    position: absolute;
    bottom: 11px;
    left: 35px;
}
img#error_arrow {
    position: absolute;
    height: 50px;
    width: 100px;
    left: 255px;
}

div#menu-bar {
    height: 45px;
}

/* New Dropdown Stuff */

body #content_wrapper .chosen-container { text-align: left; margin-bottom: 4px;}
body #content_wrapper .chosen-container-single .chosen-single { padding: 4px 0 4px 8px; }
body #content_wrapper .chosen-container-single .chosen-single div b { background: url(../images/chosen-sprite.png) no-repeat 0 -5px !important; } 
body #content_wrapper .chosen-container-active.chosen-with-drop .chosen-single div b { background-position: -18px -5px; }
body #content_wrapper .chosen-container-single .chosen-search input[type=text] { background: url(../images/chosen-sprite-2.png) no-repeat 100% -20px; }
body #content_wrapper .chosen-single span { color: #666666;}

body #content_wrapper form#opt_in_form .chosen-container-single { width: 100% !important; }
body #content_wrapper form#opt_in_form .chosen-container-single .chosen-single { border-color: #E0E0E0; }
body #content_wrapper form#opt_in_form .chosen-container-single.chosen-container-active .chosen-single { border-color: #5897fb; }
body #content_wrapper form#opt_in_form .chosen-container-single .chosen-single span { color: #868686; }
body #content_wrapper form#opt_in_form .chosen-container-single .chosen-single div b { opacity: .5; }

/* New Dropdown Stuff */

/* Start Spanish overrides */

.es .left_inner_content_3 {
    max-height: 570px;
}
.es #no_money_down {
    background: url(../images/es/no-money-down.png) no-repeat;
}
.es #article_123 {
    background: url(../images/es/123-v2-1-61.png) no-repeat;
}
.es .col_right .user_form_top {
    background: url(../images/es/bkg_form.png) no-repeat transparent;
}
.es input.rush_order_btn {
    background: url(../images/es/RUSH_ORDER_btn-sprite2.png) 0px -4px transparent;
    height: 40px;
}
.es input.rush_order_btn:hover {
    background: url(../images/es/RUSH_ORDER_btn-sprite2.png) 0 -48px transparent;
    height: 40px;
}
.es .while_lifecell_works {
    background: url(../images/es/while_lifecell_works.png) no-repeat transparent;
}
.es div.free_trial {
    background: url(../images/es/free-trial-buttons-es.png) 0 0 transparent;
}
.es div.free_trial:hover {
    background: url(../images/es/free-trial-buttons-es.png) 0 -46px transparent; 
}
.es div.get_free_trial {
    background: url(../images/es/free-trial-buttons-es.png) -257px 0px transparent;
}
.es div.get_free_trial:hover {
    background: url(../images/es/free-trial-buttons-es.png) -257px -44px transparent;
}
.es .globe-star {
    background: url(../images/es/globe-star.jpg) no-repeat;
}
.es #div_attention {
    background: url(../images/es/attention.png) no-repeat transparent;
}
.es .see-also-ribbon {
    background: url(../images/es/see-also-ribbon.png) no-repeat;
}
.es .div_media6 {
    background-image: url("/images/es/7news.jpg");
}
.es #arrow-news-section {
    background: url(../images/es/arrow-news-section.png) no-repeat;
}
.es .fb-post {
    font-size: 11px;
}
.es .div_media_table {
    height: 505px;
}
.es .model_face {
    background: url(../images/es/model-face-spanish.png) no-repeat;
}
.es .model_face2 {
    background: url(../images/es/model-face2.jpg) no-repeat;
}
.es #top_celebrities_index2 {
    background: url(../images/es/top-celebrities.png) no-repeat;
    margin-top: 25px;
}
.es #fb-title {
    background: url(../images/es/fb-title.png) no-repeat;
}
.es #top_celebrities2_index2 {
    background: url(../images/es/celeb_section_bottom2.jpg) no-repeat transparent;
}

.es .div_media1 {
    background-image: url("/images/es/001.jpg");
}
.es .div_media2 {
    background-image: url("/images/es/rcn.jpg");
}
.es .div_media3 {
    background-image: url("/images/es/003.jpg");
    padding-left: 115px;
    padding-top: 5px;
}
.es .div_media4 {
    background-image: url("/images/es/004.jpg");
}
.es .div_media5 {
    background-image: url("/images/es/005.jpg");
}
.es .div_media6 {
    background-image: url("/images/es/Primer-Impacto.jpg");
}
.es .div_media_table  {
    background-image: url("/images/es/bottom_media.jpg");
}
.es .limited-offer-form a {
  background: url(../images/es/call-to-action-sprite.png) 0 0 no-repeat transparent;
  width: 482px;
  height: 319px;
  display: inline-block;
}
.es .limited-offer-form a:hover {
  background: url(../images/es/call-to-action-sprite.png) 0 -319px no-repeat transparent;
  width: 482px;
  height: 319px;
  display: inline-block;
}

.es .tr-post {font-size:12px;}

/* End Spanish overrides */

/* IE Fixes */

#cc_number_tr td {width:50%;}

body.SG_locale #divider-media-section {
    padding-bottom: 0;
}
body.SG_locale .div_media_table table {
    display: none;
}
body.SG_locale .div_media_table { 
    background: url(/offers/images/media-section2.jpg) no-repeat;
    padding-bottom: 0; 
    margin: -9px 0 0 -5px;
    width: 100%;
    height: 526px;
}

/* Bioscreen section */
.bioscreen { width: 100%; height: 753px; background: url(../images/bioscreen-bg-2.jpg) no-repeat; position: relative;}
.clinical-result { height: 46px; background: url(../images/clinical-result4.png) no-repeat; }
.wrinkle-diminish { text-align: center; font-size: 22px; text-transform: uppercase; color: #292929;  font-family:"HelveticaNeue-Condensed Bold"; padding: 0 0 10px ;} 
.clinical-studies { text-align: center; font-size: 19px; font-family:"HelveticaNeue-Medium"; color: #1a1a1a; padding: 0 5px;}
.bioscreen-result { width: 597px; height: 293px; position: absolute; left: 33px; bottom: 282px; background: url(../images/bioscreen-result.png) no-repeat;}
.bioscreen-bottom-shadow { width: 100%; height: 31px; position: absolute; left: 0; bottom: -30px; background: url(../images/bioscreen-shadow-bottom.png) no-repeat; }