/* 
    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 {
    background: url(../images/header.png) no-repeat transparent;
    width: 1000px;
    height: 472px;
    margin: 0 auto; 
}
#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;
}
.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;
}
.user_form_fields {
	background: url(../images/User_14_fields.png) no-repeat transparent;
    background-size: 299px 423px;
	width: 280px;
	height: 375px;
	left: 21px;
	position: relative;
	text-align: center;
	margin-left: -21px;
}

.clr {
    clear: both;
}

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

.select-field {
	width: 204px;
	height: 24px;
	line-height: 24px;
	border: none;
	background: url(../images/TextFIeld_BG.png) left top no-repeat;
	color: #666666;
	font-weight: bold;
	margin: 2px 0px;
	padding: 0;
    position: relative;
}

select#fields_state {
    width: 204px;
    height: 24px;
    line-height: 24px;
    border: none;
    background: url(../images/TextFIeld_BG.png) left top no-repeat;
    color: #666666;
    font-weight: bold;
    margin: 2px 0px;
    padding: 0;
    position: relative;
    /*left: 38px;*/
}

.fields {
	width:194px;
	height:24px;
	line-height:24px;
	border:none;
	background:url(../images/TextFIeld_BG.png) 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[type=text].field { padding-left:30px; }
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.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;
}


.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.png) no-repeat transparent;
    width: 95px;
    height: 55px;
}

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

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

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

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

#top_celebrities {
    background: url(../images/top-celebrities.png) no-repeat transparent;
    height: 540px;
    left: -9px;
    margin: 10px 0;
    position: relative;
    width: 1027px;
}
#top_celebrities .title {
    color: #fff;
}
.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: -24px;
    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.png);
    height: 177px;
    left: 146px;
    position: relative;
    top: -46px;
    width: 351px;
    margin-bottom: -40px;
}
#inner_content4 {
    background: #fff;
}
.bg-dividero {
    background: url(../images/bg-dividero.png) no-repeat transparent;
    width: 1000px;
    height: 84px;
        
}
.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.png");
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 23px;
    height: 480px;
    margin-left: 150px;
    padding-top: 10px;
    position: relative;
    text-align: center;
   /*  left: -140px; */
    width: 816px;
}
.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.png) 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/_5star-rating.png) no-repeat transparent;
    width: 128px;
    height: 29px;
    font-family: MyriadPro-BoldItalic;    
}
._4star-rating {
    background: url(../images/_4star-rating.png) no-repeat transparent;
    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;
}
.opinion_name {
    font-size: 14px;
    font-weight: bold;
}
.opinions-bottom-shadow {
    background: url(../images/opinions-bottom-shadow.png) no-repeat transparent;
    width: 268px;
    height: 14px;
}
#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.png) no-repeat transparent;
    width: 271px;
    height: 15px;
    margin-top: 10px;
    padding-top: 20px;
}
.videos-div-seperator {
    background: url(../images/videos-division-separator.png) 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-section.png) 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/model-face.png) no-repeat;
    width: 1000px;
    height: 387px;    
}
#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: url("../images/fb-section.png") no-repeat;
    width: 797px;
	height: 500px;
	
}
.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 #copyright {
    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 #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(../images/get-free-trial.png) transparent;
  width: 271px;
  height: 46px;
}
div.get_free_trial:hover{
  background: url(../images/get-free-trial-light.png) transparent;
  width: 271px;
  height: 46px;
}
input.rush_order_btn {
	background: url(../images/RUSH_ORDER_btn.png) transparent;
	width: 196px;
	height: 44px;
	border: 0;
}
/*input.rush_order_btn:hover{
  background: url(../images/RUSH_ORDER_light.png) transparent;
  width: 1966px;
  height: 44px;
}*/
#rush_order_botom {
  left: -75px;
  position: relative;
  top: 50px;
  border: none;
}
div.free_trial {
  background: url(../images/free-trial.png) transparent;
  width: 257px;
  height: 45px;
  position: relative;
  top: 8px;
}
div.free_trial:hover {
  background: url(../images/free-trial-light.png) transparent;
  width: 257px;
  height: 45px;
}
/*
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; 
}
