/*
main.css
forms.css
home.css
*/

/*
-----------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------- main.css
-----------------------------------------------------------------------------------------------------------------------------
*/

body {
                background-color: #FFFFFF;
                /* color: #585858; */
                font-family: Trebuchet MS, Verdana, sans-serif;
                font-size: .825em;
                margin: 0pt;
                overflow-x: none;
}

img{border:none;}

div#page {
                margin-left: auto;
                margin-right: auto;
                width: 1000px;
}

div.spacer {
                clear: both;
                margin: 0;
                padding: 0;
                height: 0;
                line-height: 0;
}

div#sitelogo {
                float: left;
                margin-left: 6px;
                padding-top:26px;
}

div#loginbox {
                float: right;
                text-align: right;
                margin-right: 0.2em;
}
div#loginbox label {
                font-size: 85%;
}

div#maincontent {
                /* padding: 0 0.5em 1em 0.5em; */
                /* padding-bottom: 1em; */
                /* background-color: pink; */
}

div#footer-wrapper {
                clear: both;
                margin-top: 1em;
                border-top: 1px solid #585858;
                margin-left: auto;
                margin-right: auto;
                text-align: center;
}

div#footer {
                padding-top: 5px;
}

div#infopage {
                margin-left: 8px;
}

div .sample_fragment {
                background: #CCCCCC none repeat scroll 0%;
                margin: 10px 0pt;
                padding: 10px 4px;
}

form div.error {
                color: #FF0000;
                padding: 4px;
}

body.site #searchError, body.lancet #searchError, body.laneur #searchError, body.laninf #searchError {
                color: red;
                font-weight: bold;
                padding: 10px 2px;
}

body.lanonc #searchError {
                color: white;
                font-weight: bold;
                padding: 4px 2px;
}

.lancet div#XXXprimary_nav {
                background-color: #004A7B;
                border-bottom: 1px solid #004A7B;
                border-top: 1px solid #004A7B;
                color: #FFFFFF;
                font-size: 1.1em;
                font-weight: bold;
}

div#article_left {
                float: left;
                width: 115px;
                color: white;
                display: none;
}

DIV#article_center {
                FLOAT: left;
                MARGIN: 0px 0 10px 0;
                WIDTH: 767px;
}
DIV#article_right {
                FLOAT: left;
                WIDTH: 193px;  /* 210px; */
                /* background-color: pink; */
}

DIV#article_assets {
                /* PADDING-RIGHT: 5px; */
                PADDING-LEFT: 5px;
                /* BACKGROUND: #dddddd; */
                PADDING-BOTTOM: 5px;
                PADDING-TOP: 5px
}

DIV#citedby {
                PADDING-RIGHT: 5px; PADDING-LEFT: 5px; BACKGROUND: #dddddd; PADDING-BOTTOM: 5px; PADDING-TOP: 5px
}

DIV.toc_listing {
                MARGIN-TOP: 1em
}

DIV.toc_listing SPAN.ja50-ce-title {
                FONT-WEIGHT: bold; 
                FONT-SIZE: 1.1em
}

form#quicksearch {
                display: inline;
}

div#search_results {
                margin: 20px 0pt;
}

div.search_result {
                margin: 15px;
}

div.search_result .title {
                font-weight: bold;
}

h1 {
                font-size: 1.4em;
                margin-top: 0;
                padding-top: 0;
}

body.lancet #searchbar { background: url(../images/searchbar_tl.gif) repeat-x; }
body.site #searchbar { background: url(../images/searchbar_site.gif) repeat-x; }
body.laninf #searchbar { background: url(../images/searchbar_tlid.gif) repeat-x; }
body.lanonc #searchbar { background: url(../images/searchbar_tlo.gif) repeat-x; }
body.laneur #searchbar { background: url(../images/searchbar_tln.gif) repeat-x; }

#searchbar {
                /* background: url(../images/go_tl.gif); */
                border-top: 1px solid #ccc;
                clear: both;
                margin-left: auto;
                margin-right: auto;
                text-align: center;
                padding-top: 0.55em;
                height: 28px;
}

#searchbar select#journalName {
                border:1px solid #999; 
                background-color: #F1F1F1;
}

#searchbar label {
                color: white;
}

#primary_nav {
    background: url("../images/nav_bg.gif") repeat-x scroll 0 0 transparent;
    clear: both;
    height: 35px;
    padding-left: 10.4em;
    position: relative;
    z-index: 99999;
}

#primary_nav ul {
                list-style-image: none;
                list-style-position: outside;
                list-style-type: none;
                margin: 0pt;
                padding: 0pt;
}

#primary_nav ul li {
                float: left;
                padding: 9px 15px 7px 15px;
                background: url(../images/nav_link_bg.gif) repeat-x;    
}

#primary_nav a {
                color: black;
                font-weight: bold;
                text-decoration: none;
}

#primary_nav a:hover {
                /* background-color: #032B45; */
                text-decoration: none;
                text-decoration: underline;
}

#primary_nav a.selected {
                /* background-color: #032B45; */
                text-decoration: none;
}

input#accept_BLOCKED {
                color: white;
                font-weight: bold;
                padding: 0px 0.32em;
                height: 22px;
                border: 0px;
                background: url(../images/btn_bg.gif);
}

div#loginbox input#SubmitButton {
                color: white;
                width: 3.75em;
                font-size: 85%;
                font-weight: bold;
                padding: 0px 0.32em;
                height: 22px;
                border: 0px;
                background: url(../images/btn_bg.gif);
}

input#sbar_go {
                background: url(../images/go_off_site.gif);
                color: white;
                font-weight: bold;
                padding: 0px 0.32em;
                height: 20px;
                width: 40px;
                border: 0px;
                margin-left:8px;
}

input#sbar_go:hover {
                cursor: pointer;
}

body.laninf input#sbar_go { background: url(../images/go_off_laninf.gif); }
body.lanonc input#sbar_go { background: url(../images/go_off_lanonc.gif); }
body.laneur input#sbar_go { background: url(../images/go_off_laneur.gif); }
body.lancet input#sbar_go { background: url(../images/go_off_lancet.gif); }

body.lancet input#sbar_go:hover { background: url(../images/go_on_lancet.gif); }
body.site input#sbar_go:hover { background: url(../images/go_on_site.gif); }
body.laninf input#sbar_go:hover { background: url(../images/go_on_laninf.gif); }
body.lanonc input#sbar_go:hover { background: url(../images/go_on_lanonc.gif); }
body.laneur input#sbar_go:hover { background: url(../images/go_on_laneur.gif); }

#footer A:link  { text-decoration:underline; font-size:0.85em; color: #4e6a76 }
#footer A:visited  { text-decoration:underline; font-size:0.85em; color: #4e6a76 }
#footer A:hover  { text-decoration:none; font-size:0.85em; color: #4e6a76 }
#footer A:active  { text-decoration:underline; font-size:0.85em; color: #4e6a76 }

div#loginbox input {
                width: 6em;
}

div#loginbox form {
                padding-top: 0;
                margin-top: 0;
}

div#loginbox input#username { width: 4em; }
div#loginbox input#password { width: 4em; }

img#sitelogo-image { 
                /* background-position: 337px -1pt; */
                margin-top: 10px;
}

body.site img#sitelogo-image { 
                background-repeat: no-repeat; 
}

body.lancet img#sitelogo-image { 
                background-repeat: no-repeat; 
}

body.laninf img#sitelogo-image { 
                background-repeat: no-repeat; 
}

body.laneur img#sitelogo-image { 
                background-repeat: no-repeat; 
                /* padding-right: 210px; */
}

body.lanonc img#sitelogo-image { 
                background-repeat: no-repeat; 
                /* padding-right: 200px; */
}

#maincontent {
                color: #404040;
                /* border: 1px dashed #AEAEAE; */
                margin-top: 7px;
}

#maincontent #home1 {
                height: 18em;
                margin-top: 1em;
}

#footer_legal {
                margin-top: 0.35em;
                font-size:0.75em;
                color: #4e6a76;
}

/* POPUP LOGIN BOX */

#AE_links_container {
                float: right;
                margin-top: 1em;
                margin-right: 1em;
                text-align: right;
}

A.login-link:link  { text-decoration:underline; font-size:1em; color:#AEAEAE;}
A.login-link:visited  { text-decoration:underline; font-size:1em; color:#AEAEAE;}
A.login-link:hover  { text-decoration:none; font-size:1em; color:#AEAEAE;}
A.login-link:active  { text-decoration:underline; font-size:1em; color:#AEAEAE;}

a.nav2-link:link { text-decoration: underline; font-size: 1em; color: #383838; margin-left:5px;}
a.nav2-link:visited { text-decoration: underline; font-size: 1em; color: #383838; }
a.nav2-link:hover { text-decoration: none; font-size: 1em; color: #383838; }
a.nav2-link:active { text-decoration: underline; font-size: 1em; color: #383838; }

#gnav_line {
                width: 100px;
                height: 1px;
                margin: 0.25em 0 0.25em 0;
                border-top: 1px solid #383838;
                line-height: 0px;
}

#welcome_text {
                color: #383838;
                font-weight: normal;
                font-size: 0.9em;
                text-decoration: underline;
}

a.nav-logout-link:link { text-decoration: underline; font-size: 0.9em; color: #999999; }
a.nav-logout-link:visited { text-decoration: underline; font-size: 0.9em; color: #999999; }
a.nav-logout-link:hover { text-decoration: none; font-size: 0.9em; color: #999999; }
a.nav-logout-link:active { text-decoration: underline; font-size: 0.9em; color: #999999; }

#floating_login_form {
                display: none;
                background-color: #EEEEEE;
                position: fixed;
                top: 11em;
                float: right;
                left: 70%;
                border: 1px solid gray;
                width: 245px;
                height: auto;
                padding-bottom: 0.5em;
                z-index: 100000;
}

* html div#floating_login_form {
                position: absolute;
}

#floating_login_form_top {
                height: 9px;
                background: url(../images/login_gradient.gif) repeat-x;
}

#login_close_container {
                text-align: right;
                margin-right: 0.5em;
}

img#login_close {
                margin-top: 0.3em;
                background: url(../images/close_x.gif);
                height: 7px;
                width: 7px;
}

#login_box_contents {
                margin: 0.5em;
}

#login_fields {
                margin-bottom: 0.5em;
}

#login_fields div.login-label {
                padding-top: 0.3em;
                float: left;
                clear: left;
                width: 4.5em;
}
#login_fields div.login-field {
                clear: right;
}

input#username, input#password {
                width: 11em;
                margin-left: 0.5em;
                margin-top: 0.25em;
}

* html input#username {margin-left: 0.2em;}

#forgotten_login_link {
                clear: both;
                margin-top: 0.5em;
                text-align: left;
}
#login_btn_container {
                width: 6em;
                padding-left: 1em;
                padding-right: 0;
                float: right;
}

#login_reg_container {
                width: 10em;
                float: left;
                text-align: left;
}

#loginError_loginForm, #loginError_loginDetailsForm {
                display: none;
                color: white;
                font-weight: bold;
                clear: both;
                padding: 0.25em 0.5em 0.25em 0.5em;
                margin: 0 0 1em 0;
}

body.site #loginError_loginForm, body.site #loginError_loginDetailsForm { background-color: #4d6a75; }
body.lancet #loginError_loginForm, body.lancet #loginError_loginDetailsForm { background-color: #4d6a75; }
body.laninf #loginError_loginForm, body.laninf #loginError_loginDetailsForm { background-color: #936FB1; }
body.laneur #loginError_loginForm, body.laneur #loginError_loginDetailsForm { background-color: #6CB33E; }
body.lanonc #loginError_loginForm, body.lanonc #loginError_loginDetailsForm { background-color: #CC0000; }

#login_reg_and_btn_container {
                height: 1.5em;
}

#login_checkbox {
                float: left;
}

#login_remember_text {
                padding-left: 0.35em;
                float: left;
}

* + html #login_remember_text {
                padding-top: 0.2em;
                padding-left: 0;
}

input#login_submit {
                background: url(../images/btn_80x20_off.gif);
                font-size: 12px;
                font-weight: bold;
                color: #333333;
                height: 20px;
                width: 80px;
                border: 0px;
                cursor: pointer;
}

input#login_submit:hover {
                background: url(../images/btn_80x20_on.gif);
                color: white;
}

#login_remember_row {
                margin-top: 0.5em;
                clear: both;
}

span.small-text {
                font-size: 0.75em;
                color: #000000;
}

/* END POPUP LOGIN BOX */

img.hiddenPic {
                display: none;
}

input#searchTerm {
                width: 16em;
}

a#login_link { 
                line-height: 3.2em;
}

.topright-sep {
                padding: 0 0.35em;
}

a.mylancet-link:link { text-decoration: underline; font-size: 0.9em; color: #383838; }
a.mylancet-link:visited { text-decoration: underline; font-size: 0.9em; color: #383838; }
a.mylancet-link:hover { text-decoration: none; font-size: 0.9em; color: #383838; }
a.mylancet-link:active { text-decoration: underline; font-size: 0.9em; color: #383838; }

ul#mylancet_fragment_ul {
                margin-top: 0.3em;
                padding-top: 0;
}

A.site-lvl-link:link { text-decoration:underline; color: #00549F; font-weight: bold; }
A.site-lvl-link:visited  { text-decoration:underline; color: #00549F; font-weight: bold; }
A.site-lvl-link:hover  { text-decoration:none; color: #00549F; font-weight: bold; }
A.site-lvl-link:active  { text-decoration:underline; color: #00549F; font-weight: bold; }

/* ADDED FOR FLAT PAGES */

#aboutus_page, #conferences_page, #for_authors_page, #audio_page, #misc_page, #subscribe_lancet, #subscribe_laninf, #subscribe_laneur, #subscribe_lanonc, #seo_page, #audio_archive_page, #meet_editors_page {
                margin: 10px 10px 20px 10px;
}

#aboutus_page h1, #for_authors_page h1, #seo_page h1 { font-size: 1.5em; }

/* #aboutus_page h2, #for_authors_page h2, #conferences_page h2, #audio_page h2 { font-size: 1.3em; } */

#seo_page h2 { font-size: 1.3em; } 
#misc_page h2 { 
                font-size: 1.2em;
                margin-bottom: 0;
                padding-bottom: 0;
}

#meet_editors_page h3 { font-size: 1.1em; } 

div.aboutus-sub-hdr {
                margin-top: 1em;
                font-weight: bold;
}

#aboutus_page p, #aboutus_page ul  {
                padding-top: 0.25em;
                padding-bottom: 0.25em;
                margin-top: 0.25em;
                margin-bottom: 0.25em;
}

#aboutus_page h2 {
                margin-top: 1em;
}

#beta_challenge_container {
                width: 58.75em;
                margin-top: 2em;
                clear: both;
}

#for_authors_page h1 { margin-bottom: 0.75em; }

#for_authors_page div.download-link-container {
                clear: both;
                margin: 0 0 1.8em 4em;
}

body.site h1 { color: #00549F; }

#about_TL_left {
                float: left;
                width: 77.5%;
}
#about_TL_right {
                float: right;
                width: 17.5%;
                text-align: center;           
}

div.about-cover { margin-bottom: 1.5em; }
div.about-cover img { border: 3px solid #eaeaea; }

table#about_milestones {
                margin: 1em 0 0 1.75em;
}

.about-year {
                font-weight: bold;
                padding-right: 1em;
}

table#rss_table { margin: 0 0 1.5em 1.6em; }
table#rss_table img { margin-right: 0.35em; border: 0; }

table#audio_table { margin: 0.75em 0 1.5em 1.6em; }
table#audio_table img { margin-right: 0.35em; margin-top: 0.25em; }

#audio_page_left {
                float: left;
                width: 65%;
}
#audio_page_right {
                float: right;
                width: 32.5%;
                background-color: #EDEDED;
                padding: 0 0.5em 0.75em 0.5em;
                margin-bottom: 1.5em;
}

#subscribe_covers_table { margin-left: 2em; }

#subscribe_cov_lancet, #subscribe_cov_laninf, #subscribe_cov_laneur, #subscribe_cov_lanonc {
                border: 7px solid #EDEDED;
                cursor: pointer;
}

#subscribe_cov_lancet:hover { border: 7px solid #4D6A76; }
#subscribe_cov_laninf:hover { border: 7px solid #936FB1; }
#subscribe_cov_laneur:hover { border: 7px solid #6CB33E; }
#subscribe_cov_lanonc:hover { border: 7px solid #CC0000; }       /* EE3123 */

#subscribe_lancet table#subscribe_pricing_table th { background-color: #4D6A76 }
#subscribe_laninf table#subscribe_pricing_table th { background-color: #936FB1 }
#subscribe_laneur table#subscribe_pricing_table th { background-color: #6CB33E }
#subscribe_lanonc table#subscribe_pricing_table th { background-color: #CC0000 }

#subscribe_lancet #subscribe_right { background-color: #4D6A76 }
#subscribe_laninf #subscribe_right { background-color: #936FB1 }
#subscribe_laneur #subscribe_right { background-color: #6CB33E }
#subscribe_lanonc #subscribe_right { background-color: #CC0000 }

#subscribe_right h2 { 
                margin: 0;
                padding: 0;
                color: white;
}

#subscribe_right p { color: white; }

div.sub_about_container {
                clear: both;
                margin: 0.75em 1.5em 0.75em 0;
}

#subscribe_pricing_table {
                margin: 0.5em 0 1.5em 2em;
                padding: 0.3em;
                border: 0px solid white;
}
#subscribe_pricing_table th {
                padding: 0.4em;
                font-weight: bold;
                border: 1px solid #EDEDED;
                color: white;
}
#subscribe_pricing_table td {
                padding: 0.4em;
                border: 1px solid #EDEDED;
}

#subscribe_left {
                /* width: 650px; */
                float: left;
}

#subscribe_right {
                width: 300px;
                background-color: #EDEDED;
                /* float: right; */
                padding: 0.5em;
}

td#sub_pricing_table_topleft { border: 0px solid white; }

#aboutus_page h2, #conferences_page h2 {
                margin-top: 1em;
                margin-bottom: 0;
                padding-bottom: 0;
                font-size: 1.1em;
}

#for_authors_page h2 {
                margin-top: 1em;
                margin-bottom: 0.5em;
                padding-bottom: 0;
                font-size: 1.1em;
}

#for_authors_page p {
                margin-top: 0;
                padding-top: 0;
}

p#for_authors_protocol_p1 {
                margin-bottom: 0.5em;
                padding-bottom: 0;
}
p#for_authors_protocol_p2 {
                margin-top: 0;
                padding-top: 0;
}

#subscribe_quotes_lancet, #subscribe_quotes_laninf, #subscribe_quotes_laneur, #subscribe_quotes_lanonc { display: block }

#sub_about_jrnl_lancet, #sub_about_jrnl_laninf, #sub_about_jrnl_laneur, #sub_about_jrnl_lanonc { display: block; clear: both; }

#subscribe_about_right_lancet, #subscribe_about_right_laninf, #subscribe_about_right_laneur, #subscribe_about_right_lanonc {
                display: block;
}

.audio-size { 
                margin-left: 0.5em;
                color: gray; 
}

div.audio-txt { margin-bottom: 0.5em; }

#home_podcasts div.audio-teaser {
                color: gray;
                width: 22.25em;
}

#home_podcasts .audio-size {
                color: gray;
                font-size: 0.8em;
                margin-left: 0;
}

#subscribe_options_lancet, #subscribe_options_laninf, #subscribe_options_laneur, #subscribe_options_lanonc {
                display: block;
                margin-right: 2em;
}

#about_jrnl_left {
                width: 57.5em;
                margin-right: 3em;
}

#about_jrnl_right { width: 150px; }
#about_jrnl_right img { border: 1px solid gray; }

.about-lancet-title { color: #4D6A76; }
.about-laninf-title { color: #936FB1; }
.about-laneur-title { color: #6CB33E; }
.about-lanonc-title { color: #CC0000; }

#audio_page h2 {
                margin-bottom: 0;
                padding-bottom: 0;
                font-size: 1.1em;
}

#audio_page img { border: 0; }

#subscribe_select_label { margin-top: 5em }

td#subscribe-btn-td {
                border-top: 0px;
                border-right: 0px;
                border-bottom: 0px;
                padding-top: 1em;
}

input#btn-subscribe {
                color: #333333;
                font-weight: bold;
                font-size: 12px;
                height: 20px;
                border: 0px;
                width: 120px;
                background: url(../images/btn_120x20_off.gif) no-repeat;
}

input#btn-subscribe:hover { 
                background: url(../images/btn_120x20_on.gif); 
                color: white; 
                cursor: pointer;
}

#subscribe_lancet h2, #subscribe_laninf h2, #subscribe_laneur h2, #subscribe_lanonc h2 {
                font-size: 1.3em;
                margin-top: 1em;
                margin-bottom: 0;
                padding-bottom: 0;
}

#subscribe_lancet #subscribe_cov_lancet { border: 7px solid #4D6A76; }
#subscribe_laninf #subscribe_cov_laninf { border: 7px solid #936FB1; }
#subscribe_laneur #subscribe_cov_laneur { border: 7px solid #6CB33E; }
#subscribe_lanonc #subscribe_cov_lanonc { border: 7px solid #CC0000; }

#subscribe_about_right_lancet h2, #subscribe_about_right_laninf h2, #subscribe_about_right_laneur h2, #subscribe_about_right_lanonc h2 {
                font-size: 1.3em;
                margin: 0;
                padding: 0;
}

.subscribe-pdf-label, .pdf-label { color: gray; font-size: 0.85em; padding-left: 0.4em; }

#podcast_entry { margin-bottom: 0.75em; }
#podcast_link_container { margin-top: 1em; }

.ja50-ce-small-caps {
                font-variant:small-caps;
                font-weight:bold;
}

/* LEADERBOARD AD */

/* new code for ads*/
#banner_ad{width:758px; height:100px; margin:0 auto; display:none;}
#banner_ad #ad_leader{float:left; width:auto; height:90px; padding:5px 5px 5px 15px;}
#banner_ad #ad_leader #ad_leader_img{float:left;}
#banner_ad #ad_leader #ad_leader_img img{float:left;}
#ad_leader embed, #ad_leader div embed, #ad_leader iframe{background:none!important;}
#banner_ad #ad_leader #ad_leader_img table img{float:none!important;}

span.jrnl-name { font-style: italic; }
* html span.jrnl-name { font-style: italic; border:1px solid #eeeeee;}
span.boldit { font-weight: bold; }
span.italicizeit { font-style: italic; }

#seo_page h1, #seo_page h2 { color: #00549F }

#seo_page h2 { 
                padding-top: 0.75em;
                margin-bottom: 0; 
                padding-bottom: 0; 
}

/* AUDIO ARCHIVE PAGE */

#audio_archive_container {
                margin: 1.25em 0 1em 1em;
}

#audio_archive_years {
                width: 60.35em;
                background-color: #EDEDED;
                padding: 1em;
                border: 1px solid gray;
}

.audio-archive-yr { margin-right: 1em; }
.audio-archive-yr-selected {
                font-weight: bold;
                margin-right: 1em;
}

#audio_archive_years a { margin-right: 1.5em; }

div.pod_desc { margin-left: 1.7em; }
span.pod-nums { color: gray; margin-left: 0.75em; }

span.podtitle {
                font-weight: bold;
                /* font-size: 1.3em; */
                color: black;
}

div.podentry {
                margin: 0.25em 0 1.25em 0;
                width: 55em;
}

img.audio-archive-icon { margin: 0.15em 0.2em 0 0; }

#audio_archive_page h1 { margin-bottom: 0.75em; }

A.FooterLink:link  { text-decoration:underline; color:#4E6A76;}
A.FooterLink:visited  { text-decoration:underline; color:#4E6A76;}
A.FooterLink:hover  { text-decoration:none; color:#4E6A76;}
A.FooterLink:active  { text-decoration:underline; color:#4E6A76;}

p.reg_confirm_para { width: 59em; }

#footerPortion #aboutus_page { width: 40em; }

img.conf-img { margin-right: 2em; border: 0; }

a.conf-hdr-link:link { text-decoration: underline; color: #00549F; font-weight: bold; }
a.conf-hdr-link:visited { text-decoration: underline; color: #00549F; font-weight: bold; }
a.conf-hdr-link:hover { text-decoration: none; color: #00549F; font-weight: bold; }
a.conf-hdr-link:active { text-decoration: underline; color: #00549F; font-weight: bold; }

#conferences_page h2, #conferences_page h3 { color: #00549F; }

#conf_intro {
                clear: both;
                background-color: #EDEDED;
                padding: 0.5em;
                margin-top: 0.5em;
                margin-bottom: 1em;
}

input#year { width: 2.5em; margin-left: 0.2em; }
input#volume { width: 2.5em; margin-left: 0.2em; }
input#search_page { width: 2.5em; margin-right: 0.75em; margin-left: 0.2em; }

.searchbar-slabel {
                font-weight: normal;
                font-size: 1em;
                color: white;
                padding-left: 0.5em;
}

a.subscribe-link:link { text-decoration: none; }
a.subscribe-link:visited { text-decoration: none; }
a.subscribe-link:hover { text-decoration: none; }
a.subscribe-link:active { text-decoration: none; }

#recent_pr_col {
                padding: 10px;
                margin-left: 20px;
                width: 175px;
                background-color: #EDEDED;
}

#recent_pr_col h2 {
                margin: 0;
                padding: 0;
}

#about_jrnl_right ul {
                margin-left: 1.5em;
                padding: 0;
}
ul#about_lancet_link {
                margin-left: 2.2em;
                padding: 0;
}

/* WELCOME BOX ON HOME PAGE */

#home_welcome_container {
                width: 505px;
                margin-top: 3px;
                margin-bottom: 11px;
}
#home_welcome_container table {
                margin: 0;
                background-color: #EEEEEE;
}
#home_welcome_container h1 {
                margin: 12px 7px 1px 7px;
                padding: 0;
}
#home_welcome_container p {
                margin: 0 7px 5px 7px;
                padding: 0;
}
tr.welcome-border-row { height: 3px; }
tr.welcome-border-row td {
                line-height: 0px;
                font-size: 0;
}
img#welcome_close {
                padding: 7px 7px 0 0;
                border: 0;
}

/* HOME MULTIMEDIA CONTENT */

#home_multimedia_container { margin-top: 10px; clear: both; }

.home_tabs_container { height: 29px; }

#home_video {
                display: block;
                height: 100%;
                margin-bottom: 10px;
}

#vid_iframe { 
                width: 332px;
                height: 525px;
                overflow: hidden;
                overflow-x: hidden;
                overflow-y: hidden;
                border-left: 3px solid #00549F;
                border-right: 2px solid #00549F;
}

#home_podcasts {
                clear: both;
                display: none;
                width: 321px;
                background-color: #EDEDED;
                margin-bottom: 1.5em;
                padding: 6px 6px 6px 9px;
}

#home_multimedia_rule {
                height: 0px;
                line-height: 0px;
                border-top: 3px solid #00549F;
                width: 336px;
                clear: both;
}

div.home-instr-text {
                clear: both;
                font-size: 0.8em;
                color: gray;
}

#home_audio_container {
                clear: both;
                margin-top: 0.5em;
                /* background-color: orange; */
}

#home_audio_container div.audio-entry {
                clear: both;
                padding-bottom: 15px;
                /* font-size: 0.95em; */
}

div.home-audio-listen {
                font-weight: bold;
                color: #00549F;
                font-size: 1.05em;
}

div.home-audio-date { color: #656565; }

.link-sep {
                color: #8C8C8C;
                padding: 0 3px;
}
#home_podcasts div.audio-teaser {
                color: black;
}

#about_lancet_old_covers {
                background-color: #EEEEEE;
                padding: 1em 0;
                width: 155px;
                text-align: center;
                margin-left: 8px;
                clear: both;
}
* html #about_lancet_old_covers { margin-left: 0; }
* + html #about_lancet_old_covers { margin-left: 0; }

#about_TL_right div.about-cover img#about_TL_img { border: 3px solid #eaeaea; }
#about_TL_right div.about-cover img#about_TL_img:hover { border: 3px solid #4D6A76; }

img#about_TLID_img { border: 3px solid #eaeaea; }
img#about_TLID_img:hover { border: 3px solid #936FB1; }

img#about_TLN_img { border: 3px solid #eaeaea; }
img#about_TLN_img:hover { border: 3px solid #6CB33E; }

img#about_TLO_img { border: 3px solid #eaeaea; }
img#about_TLO_img:hover { border: 3px solid #CC0000; }

h2.site-color, h3.site-color { color: #00549F }
.conf-hr { margin: 1.25em 0 1em 0; }
* html .conf-hr { margin: 0.5em 0 0 0; }
* + html .conf-hr { margin: 0.5em 0 0 0; }

a.key-paper-link:link { text-decoration: underline; color: #00549F; padding-left: 0.4em; }
a.key-paper-link:visited { text-decoration: underline; color: #00549F; padding-left: 0.4em; }
a.key-paper-link:hover { text-decoration: none; color: #00549F; padding-left: 0.4em; }
a.key-paper-link:active { text-decoration: underline; color: #00549F; padding-left: 0.4em; }

#about_editor {
                margin-top: 22em;
}

#mylancet_fragment {
                color: black;
                padding-bottom: 1em;
}

span.ja50-ce-sup {
                font-size:0.8em;
                line-height:0.8em;
                vertical-align:0.3em;
}

span.ja50-ce-inf {
                font-size:0.8em;
                line-height:0.8em;
                vertical-align:-0.3em;
}

* + html #searchError {
                margin: -1px;
}

* html #searchError {
                margin: -1px;
}

* + html input#sbar_go {margin-left:10px; }

* html input#sbar_go {margin-left:10px; }

/*Search Filter */
.open-filter-link {
                font-weight:bold;
}

.open-filter-link:hover {
                font-weight:bold;
}

body.site .open-filter-link { color:#00549F; }
body.lancet .open-filter-link { color:#4D6A76; }
body.laninf .open-filter-link { color:#936FB1; }
body.lanonc .open-filter-link { color:#EE3123; }
body.laneur .open-filter-link { color:#6CB33E; }

body.site .open-filter-link:hover { color:#00549F; }
body.lancet .open-filter-link:hover { color:#4D6A76; }
body.laninf .open-filter-link:hover { color:#936FB1; }
body.lanonc .open-filter-link:hover { color:#EE3123; }
body.laneur .open-filter-link:hover { color:#6CB33E; }

#open_filters_link {
                margin-right: .1em;
                padding-top: 0.25em;
                display: none;
                float: right;
}

#close_filters_link {
                display:block;
                float:right;
                margin-right:.1em;
                padding-top:0.25em;
}

#scapi {
                clear:both;
                margin: 0em .5em 0em 0em;
                background-color:#F6F6F6;
                color:gray;
                margin-bottom:1.5em;
                margin-right:20px;
                padding:0em;
                display:none;
}

#scapi_noscript {
                clear:both;
                margin: 0em .5em 0em 0em;
                background-color:#F6F6F6;
                color:gray;
                margin-bottom:1.5em;
                margin-right:20px;
                padding:0em;
                display:block;
}

#filters_link_noscript {
                margin-right: .1em;
                padding-top: 0.25em;
                float: right;
}

/*
-----------------------------------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------------------------- forms.css
-----------------------------------------------------------------------------------------------------------------------------
*/

.ae_form fieldset {
                border: 0px;
                /* border-top: 3px solid #CC0000; */
                /* border-bottom: 3px solid #CC0000; */
                padding: 5px 2em 5px 0;
}

.ae_form input#lastname { width: 22em; }

/* ADDED FOR ECOMMERCE SEQUENCE */

#ecom_trail {
                clear: both;
                padding: 0 0 0.5em 1em;
                height: 2em;
                margin-top: 1em;
}

body.lancet div#ecom_trail { border-bottom: 3px solid #4d6a75; width: 59.1em; }
body.site div#ecom_trail { border-bottom: 3px solid #4d6a75; width: 59.1em; }
body.laninf div#ecom_trail { border-bottom: 3px solid #936FB1; width: 59.1em; }
body.laneur div#ecom_trail { border-bottom: 3px solid #6CB33E; width: 59.1em; }
body.lanonc div#ecom_trail { border-bottom: 3px solid #CC0000; width: 59.1em; }

div.ecom_trail_selected {
                font-family: Trebuchet MS, Verdana, sans-serif;
                float: left;
                color: black;
                font-size: 1.25em;
                font-weight: bold;
                margin-right: 0.5em;
}

div.ecom_trail_notselected {
                font-family: Trebuchet MS, Verdana, sans-serif;
                float: left;
                font-size: 1.25em;
                margin-right: 0.5em;
}

body.lancet div.ecom_trail_notselected { color: #4d6a75; }
body.site div.ecom_trail_notselected { color: #4d6a75; }
body.laninf div.ecom_trail_notselected { color: #936FB1; }
body.laneur div.ecom_trail_notselected { color: #6CB33E; }
body.lanonc div.ecom_trail_notselected { color: #CC0000; }

div.ecom_trail_sep {
                font-family: Trebuchet MS, Verdana, sans-serif;
                float: left;
                font-size: 1.25em;
                margin-right: 0.5em;
}

body.lancet div.ecom_trail_sep { color: #4d6a75; }
body.site div.ecom_trail_sep { color: #4d6a75; }
body.laninf div.ecom_trail_sep { color: #936FB1; }
body.laneur div.ecom_trail_sep { color: #6CB33E; }
body.lanonc div.ecom_trail_sep { color: #CC0000; }

#ecom_pricebox div.field {
                float: left;
}

#ecom_pricebox {
                padding: 0.25em 1em 0 1em;
                width: 58.1em;
                /* background-color: #EDEDED; */
}

div#promocode_title, div#pricing_title1 {
                color: black;
                font-weight: bold;
                font-size: 1.1em;
                clear: both;
                margin: 1em 0 1em 0;
}

#pricing_fields_container {
                clear: both;
                padding-bottom: 1em;
                height: 1.3em;
}

#pricing_country_container {
                float: left;
                width: 55%;
}

#subType_container {
                float: left;
}

select#subscriptionType {
                margin-left: 1em;            
}

#priceContainer {
                font-weight: bold;
                margin-left: 1em;
                float: left;
                margin-top: 0.25em;
}

div.round-msg-div, div.round-field-div {
                float: left;
}

img.img-round-left, img.img-round-right, img.img-round-left-shade, img.img-round-right-shade {
                height: 25px;
                width: 6px;
}

body.lancet img.img-round-left-shade { background: url(../images/rnd_TL_left_shade.gif) no-repeat; }
body.site img.img-round-left-shade { background: url(../images/rnd_SITE_left_shade.gif) no-repeat; }
body.laninf img.img-round-left-shade { background: url(../images/rnd_TLID_left_shade.gif) no-repeat; }
body.laneur img.img-round-left-shade { background: url(../images/rnd_TLN_left_shade.gif) no-repeat; }
body.lanonc img.img-round-left-shade { background: url(../images/rnd_TLO_left_shade.gif) no-repeat; }

body.lancet img.img-round-right-shade { background: url(../images/rnd_TL_right_shade.gif) no-repeat; }
body.site img.img-round-right-shade { background: url(../images/rnd_SITE_right_shade.gif) no-repeat; }
body.laninf img.img-round-right-shade { background: url(../images/rnd_TLID_right_shade.gif) no-repeat; }
body.laneur img.img-round-right-shade { background: url(../images/rnd_TLN_right_shade.gif) no-repeat; }
body.lanonc img.img-round-right-shade { background: url(../images/rnd_TLO_right_shade.gif) no-repeat; }

div.pricing-field {
                float: left;
                height: 22px;
                padding: 3px 5px 0 0;
}

div.pricing-field-error {
                float: left;
                height: 22px;
                padding: 3px 5px 0 0;
}

body.lancet div.pricing-field-error { background-color: #DBE1E3; }
body.site div.pricing-field-error { background-color: #DBE1E3; }
body.laninf div.pricing-field-error { background-color: #E9E2EF; }
body.laneur div.pricing-field-error { background-color: #E4EFD1; }
body.lanonc div.pricing-field-error { background-color: #FCD6D3; }

div#arrow_promocode {
                padding-top: 2px;
}

.error-arrow-container {
                float: left;
                display: none;
}

div.error-arrow-container {
                margin: 0.3em 0 0 0.3em;
                display: none;
}

#reg_page_content div.error-arrow-container {
                display: none;
                float: left;
}

img.img-error-arrow {
                height: 12px;
                width: 14px;
                margin-right: 0.5em;
}

body.lancet img.img-error-arrow { background: url(../images/err_arrow_TL.gif) no-repeat; }
body.site img.img-error-arrow { background: url(../images/err_arrow_SITE.gif) no-repeat; }
body.laninf img.img-error-arrow { background: url(../images/err_arrow_TLID.gif) no-repeat; }
body.laneur img.img-error-arrow { background: url(../images/err_arrow_TLN.gif) no-repeat; }
body.lanonc img.img-error-arrow { background: url(../images/err_arrow_TLO.gif) no-repeat; }

input#btn_ecom_cont, input#btn_update_pricing, input.btn-120, div.ae_form .ae_form div.field input.search-button {
                color: #333333;
                font-weight: bold;
                height: 20px;
                border: 0px;
                width: 120px;
                background: url(../images/btn_120x20_off.gif) no-repeat;
}

* html #ecom_continue_container INPUT#btn_ecom_cont {       
                float:right;
}

input#btn_update_pricing {
                margin-top: 0.2em;
}

input#btn_ecom_cont:hover, input#btn_update_pricing:hover, input.btn-120:hover, div.ae_form .ae_form div.field input.search-button:hover  {
                background: url(../images/btn_120x20_on.gif) no-repeat;
                cursor: pointer;
                color: white;
}

input#btn_ecom_back {
                background:transparent url(../images/btn_80x20_off.gif) repeat scroll 0%;
                border:0px none;
                color:#333333;
                cursor:pointer;
                font-weight:bold;
                height:20px;
                margin-right:0.75em;
                /* padding-bottom:3px; */
                width:80px;
}

input#btn-ecom-cancel, input#btn_ecom_cancel {
                background:transparent url(../images/btn_80x20_off.gif) repeat scroll 0%;
                border:0px none;
                color:#333333;
                cursor:pointer;
                font-weight:bold;
                height:20px;
                margin-right:0.75em;
                /* padding-bottom:3px; */
                width:80px;
}

div#btn_ecom_back_container {
                float: left;
                padding: 0em 0 0 1em;
}

* html #billingBackForm div#btn_ecom_back_container {
                margin-top:-38px;
}

input#btn_ecom_back:hover {
                background: url(../images/btn_80x20_on.gif) no-repeat;
                cursor: pointer;
                color: white;
}

#btn_ecom_back_container a { text-decoration: none }

div#btn_ecom_cancel_container {
                float: left;
                padding: 0 0 0 1em;
                margin-top: -2.5em;
}

* + html div#btn_ecom_cancel_container {
                margin-top: -4em;
}

* html div#btn_ecom_cancel_container {
                margin-top: -4em;
}

input#btn-ecom-cancel:hover, input#btn_ecom_cancel:hover {
                background: url(../images/btn_80x20_on.gif) no-repeat;
                cursor: pointer;
                color: white;
}

#btn_ecom_cancel_container a { text-decoration: none }

#promocodeError {
                color: white;
                font-weight: bold;
                text-align: center;
                padding: 3px 0 4px 0;
                float: left;
}

#updatePriceMessage {
                color: white;
                font-weight: bold;
                float: right;
                margin-right:55px;
                margin-top:-18px;
}

* + html #updatePriceMessage {
                margin-right:40px;
                                
}

* html #updatePriceMessage {
                margin-right:20px;
                                
}
body.lancet #promocodeError { color: #4d6a75; }
body.site #promocodeError { color: #4d6a75; }
body.laninf #promocodeError { color: #936FB1; }
body.laneur #promocodeError { color: #6CB33E; }
body.lanonc #promocodeError { color: #CC0000; }

body.lancet #updatePriceMessage { color: #4d6a75; }
body.site #updatePriceMessage { color: #4d6a75; }
body.laninf #updatePriceMessage { color: #936FB1; }
body.laneur #updatePriceMessage { color: #6CB33E; }
body.lanonc #updatePriceMessage { color: #CC0000; }

#countryIdError {
                color: white;
                font-weight: bold;
                text-align: center;
                padding: 3px 0 4px 0;
                float: left;
}

body.lancet #countryIdError { color: #4d6a75; }
body.site #countryIdError { color: #4d6a75; }
body.laninf #countryIdError { color: #936FB1; }
body.laneur #countryIdError { color: #6CB33E; }
body.lanonc #countryIdError { color: #CC0000; }

A.promo-error-link:link  { text-decoration:underline; }
A.promo-error-link:visited  { text-decoration:underline; }
A.promo-error-link:hover  { text-decoration:none; }
A.promo-error-link:active  { text-decoration:underline; }

body.lancet a.promo-error-link { color: #4d6a75; }
body.site a.promo-error-link { color: #4d6a75; }
body.laninf a.promo-error-link { color: #936FB1; }
body.laneur a.promo-error-link { color: #6CB33E; }
body.lanonc a.promo-error-link { color: #CC0000; }

div#ecom_buttons_container {
                clear: both;
                text-align: left;
                padding: 1em 1em 0 0;
                /* background-color: pink; */
                height: 2.5em;
}

body.lancet div#ecom_buttons_container { border-top: 3px solid #4d6a75; width: 59.1em; }
body.site div#ecom_buttons_container { border-top: 3px solid #4d6a75; width: 59.1em; }
body.laninf div#ecom_buttons_container { border-top: 3px solid #936FB1; width: 59.1em; }
body.laneur div#ecom_buttons_container { border-top: 3px solid #6CB33E; width: 59.1em; }
body.lanonc div#ecom_buttons_container { border-top: 3px solid #CC0000; width: 59.1em; }

#pricing_explanations {
                padding-top: 0.75em;
                padding-bottom: 1em;
}

#pricing_explanations li {
                width: 57.5em;
}

body.lancet img.help-icon { background: url(../images/icon_help_TL.jpg) no-repeat; }
body.site img.help-icon { background: url(../images/icon_help_SITE.jpg) no-repeat; }
body.laninf img.help-icon { background: url(../images/icon_help_TLID.jpg) no-repeat; }
body.laneur img.help-icon { background: url(../images/icon_help_TLN.jpg) no-repeat; }
body.lanonc img.help-icon { background: url(../images/icon_help_TLO.jpg) no-repeat; }

img.help-icon { 
                height: 18px;
                width: 18px;
                margin: -4px;
                border: 0;
}

A.standard-link:link  { text-decoration: underline; }
A.standard-link:visited  { text-decoration: underline; }
A.standard-link:hover  { text-decoration: none; }
A.standard-link:active  { text-decoration: underline; }

div#reg_page_content A.standard-link:link  { text-decoration: underline; color: #00549F; }
div#reg_page_content A.standard-link:visited  { text-decoration: underline; color: #00549F; }
div#reg_page_content A.standard-link:hover  { text-decoration: none; color: #00549F; }
div#reg_page_content A.standard-link:active  { text-decoration: underline; color: #00549F; }

#info1, #info2 { /* these are the pricing page info popups */
                display: none;
                width: 255px;
                background: #EEEEEE;
                margin: 0px;
                padding: 5px 15px 15px 15px;
                position: absolute; 
                top: 10px; 
                left: 10px; 
                z-index: 10;
}

* HTML DIV#info1, DIV#info2 {
                position: absolute;
}

div.popup-msg-txt {
                color: #333333;
}

/* REGISTRATION FORM STYLES */

#ecom_trail #ecom_trail_req_label {
                color: red;
                font-weight: bold;
                font-size: 1em;
                float: right;
                margin: 0.3em 1em 0 0;
}

#reg_page_content div.field-container, #billing_page_content div.field-container {
                clear: both;
}

div.field-row {
                width: 36em;
                /* height: 1.7em; */
                float: left;
}

span.mandatory {
                color: red;
                padding-left: 0.2em;
}

input#emailAddress, input#registrationPassword, input#confirmPassword, input#firstName, input#lastName, input#addressLine1, input#addressLine2 {
                width: 16em;
}

select#countryId, select#principalfieldid, select#placeofworkid {
                width: 22.35em;               
}

span.labels {
                FLOAT: left;
                WIDTH: 12em;
                TEXT-ALIGN: right;
                padding-right: 0.5em;
                padding-top: 0.2em;
                white-space:nowrap;
}

span.resetUsernameLabel {
                FLOAT: left;
                WIDTH: 12em;
                TEXT-ALIGN: right;
                padding-right: 0.5em;
}

div.error-msg-wrapper {
                margin-bottom: 10px;
                float: left;
                display: none;
}

#myprofile_container div.error-msg {
                margin-bottom: 10px;
                float: left;
                width : 22em;
                text-align: left;
}

* html #reg_page_content div.error-msg-wrapper {
                margin-bottom: -1em;
}

* + html #reg_page_content div.error-msg-wrapper {
                margin-bottom: -1em;
}

#reg_page_content div.error-msg, #billing_page_content div.error-msg {
                color: white;
                font-weight: bold;
                padding: 3px 0 4px 0;
                float: left;
}

body.lancet #reg_page_content div.error-msg { color: #4d6a75; }
body.site #reg_page_content div.error-msg { color: #4d6a75; }
body.laninf #reg_page_content div.error-msg { color: #936FB1; }
body.laneur #reg_page_content div.error-msg { color: #6CB33E; }
body.lanonc #reg_page_content div.error-msg { color: #CC0000; }

div#opt_ins_container label {
                padding-top: 0.5em;
}

div#opt_ins_container {
                clear: both;
                padding-top: 1em;
}

#reg_page_content div.fieldcheck {
                width: 50em;
                margin-bottom: 10px;
}

* html #reg_page_content div.fieldcheck {
                margin-bottom: 0;
}

* + html #reg_page_content div.fieldcheck {
                margin-bottom: 0;
}

#reg_rua_text {
                padding: 1em 0 0 0;
                border-top: 1px solid #B2B2B2;
                text-align: center;
                margin-bottom: 1em;
}

#myprofile_rua_text {
                text-align: center;
}

input#btn_ecom_agree {
                color: black;
                font-weight: bold;
                height: 20px;
                border: 0px;
                width: 190px;
                background: url(../images/btn_190x20_off.gif) no-repeat;
                cursor: pointer;
}

input#btn_ecom_agree:hover {
                background: url(../images/btn_190x20_on.gif) no-repeat;
                color: white;
}

div#ecom_vspacer {
                clear: both;
                height: 1em;
}

div#ecom_verror_spacer {
                clear: both;
                height: 0em;
}

#reg_page_content div.field {
                margin-bottom: 10px;
                height: 1.75em; 
                float: left;
}

* html #reg_page_content div.field { margin-bottom: -1em; }

* + html #reg_page_content div.field { margin-bottom: -1em; }

#reg_page_content {
                margin-top: 1em;
}

div.fieldcheck span.inputs table td {
                vertical-align: top;
}

/* STYLES FOR NON-JAVASCRIPT LOGIN PAGE */

#login_page_content {
                padding: 1em 0 1em 0;
                width: 980px;
}

body.lancet div#login_page_content { border-top: 3px solid #4d6a75; border-bottom: 3px solid #4d6a75; }
body.site div#login_page_content { border-top: 3px solid #4d6a75; border-bottom: 3px solid #4d6a75; }
body.laninf div#login_page_content { border-top: 3px solid #936FB1; border-bottom: 3px solid #936FB1; }
body.laneur div#login_page_content { border-top: 3px solid #6CB33E; border-bottom: 3px solid #6CB33E; }
body.lanonc div#login_page_content { border-top: 3px solid #CC0000; border-bottom: 3px solid #CC0000; }

#login_page_content div.field {
                margin-bottom: 10px;
                height: 1.75em; 
                /* border: 1px solid pink; */
                float: left;
}

#login_page_content div.error-msg-wrapper {
                margin-bottom: 10px;
                float: left;
                display: block;
}

#login_page_content div.error-msg {
                color: white;
                font-weight: bold;
                padding: 3px 0 4px 0;
                float: left;
                display: none;
}

#login_page_content div.field-container {
                clear: both;
                height: 2em;
                width: 98%;
}

body.lancet #login_page_content div.error-msg { color: #4d6a75; }
body.site #login_page_content div.error-msg { color: #4d6a75; }
body.laninf #login_page_content div.error-msg { color: #936FB1; }
body.laneur #login_page_content div.error-msg { color: #6CB33E; }
body.lanonc #login_page_content div.error-msg { color: #CC0000; }

div.loginpg-field-row {
                width: 18.5em;
                height: 2em;
                float: left;
                margin-left: 27.25em;
}

* html div.loginpg-field-row {
                margin-left: 13.5em;
}

div.loginpg-field-row-error {
                width: 18.5em;
                height: 2em;
                float: left;
                margin-left: 27.25em;
}

* html div.loginpg-field-row-error {
                margin-left: 13.5em;
}

body.lancet div.loginpg-field-row-error { background-color: #DBE1E3; }
body.site div.loginpg-field-row-error { background-color: #DBE1E3; }
body.laninf div.loginpg-field-row-error { background-color: #E9E2EF; }
body.laneur div.loginpg-field-row-error { background-color: #E4EFD1; }
body.lanonc div.loginpg-field-row-error { background-color: #FCD6D3; }

#loginpg_submit_container {
                clear: both;
                margin-left: 34em;
}

* html #loginpg_submit_container {
                margin-top: 0.5em;
}

#loginpg_remember_text {
                padding-left: 0.35em;
                padding-top: 0.1em;
                float: left;
                margin-bottom: 1em;
}

* + html #loginpg_remember_text {
                padding-top: 0.2em;
                padding-left: 0;
}

#loginpg_links {
                clear: both;
                text-align: center;
}

#loginpg_remember_row {
                margin-top: 1em;
                margin-left: 28em;
                clear: both;
                height: 1.75em;
}

#login_page_content span.labels {
                FLOAT: left;
                WIDTH: 5.5em;
                TEXT-ALIGN: right;
                padding-right: 0.5em;
                padding-top: 0.2em;
}

#login_req_label {
                color: red;
                font-weight: bold;
                font-size: 1em;
                float: right;
                margin: -2em 1em 0 0;
}

h1.login-pg {
                margin-left: 0.5em;
}

#reg_benefits {
                background-color: #EDEDED;
                /* width: 400px; */
                /* height: 150px; */
                margin-top: 1.5em;
                margin-left: 300px;
                padding: 0.5em;
                display: none;
}

.login-sep {
                padding: 0 0.75em;
}


/* BILLING PAGE */

#billing_page_content {
                padding: 1em 0 1em 0;
                width: 59.1em;
}

div#ecom2_youarebuying {
                clear: both;
                margin: 0em -1em 1em 0em;
                padding: 0 1em 1em 1em;
}

body.lancet div#ecom2_youarebuying { border-bottom: 3px solid #4d6a75; }
body.site div#ecom2_youarebuying { border-bottom: 3px solid #4d6a75; }
body.laninf div#ecom2_youarebuying { border-bottom: 3px solid #936FB1; }
body.laneur div#ecom2_youarebuying { border-bottom: 3px solid #6CB33E; }
body.lanonc div#ecom2_youarebuying { border-bottom: 3px solid #CC0000; }

#billing_page_content h2 {
                margin: 0.5em 0;
}

#billing_footnote {
                font-size: 0.8em;
                margin-top: 1em;
}

body.lancet #billing_footnote { color: #4d6a75; }
body.site #billing_footnote { color: #4d6a75; }
body.laninf #billing_footnote { color: #936FB1; }
body.laneur #billing_footnote { color: #6CB33E; }
body.lanonc div#billing_footnote { color: #CC0000; }

#billing_page_content div.field {
                margin-bottom: 7px;
                height: 1.75em; 
                float: left;
}

* + html #billing_page_content div.field { margin-bottom: 0px; }
* html #billing_page_content div.field { margin-bottom: 0px; }

#billing_page_content div.error-msg-wrapper {
                margin-bottom: 7px;
                float: left;
                display: none;
}
* + html #billing_page_content div.error-msg-wrapper { margin-bottom: 0px; }
* html #billing_page_content div.error-msg-wrapper { margin-bottom: 0px; }

#billing_page_content div.fieldcheck {
                width: 50em;
                margin-bottom: 7px;
}
* + html #billing_page_content div.fieldcheck { margin-bottom: 0px; }
* html #billing_page_content div.fieldcheck { margin-bottom: 0px; }

body.lancet #billing_page_content div.error-msg { color: #4d6a75; }
body.site #billing_page_content div.error-msg { color: #4d6a75; }
body.laninf #billing_page_content div.error-msg { color: #936FB1; }
body.laneur #billing_page_content div.error-msg { color: #6CB33E; }
body.lanonc #billing_page_content div.error-msg { color: #CC0000; }

input#address1, input#address2, input#city, input#state, input#zip, input#cardnum, input#cardname {
                margin-top: 0.1em;
                width: 22em;
}

div.form_sep {
                clear: both;
                margin-top: 0.5em;
                margin-bottom: 0.5em;
}

span.mandatory-spacer {
                /* background-color: pink; */
                font-size: 0.2em;
}

#info3 {                /* this the info popup */
                display: none;
                width: 255px;
                background: #EEEEEE;
                margin: 0px;
                padding: 5px 15px 15px 15px;
                position: absolute; 
                top: 10px; 
                left: 10px; 
                z-index: 10;
}

* HTML DIV#info3 {
                position: absolute;
}

#billing_page_content #info1 {
                margin-top: 0;
                padding-top: 0;
}

#popup_close_container {
                text-align: right;
                margin-right: 0;
}

.popup_close_container {
                text-align: right;
                margin-right: 0;
}

img#login_close {
                margin-top: 0.3em;
                background: url(../images/close_x.gif);
                height: 7px;
                width: 7px;
                border: 0px none;
}

#emailAddressError {     
                width:20em;
}

/* ORDER CONFIRMATION PAGE */

#ecom2_confirmation h2 {
                margin: 0.5em 0;
}

#confirm_billing_details {
                float: left;
                margin-right: 6em;
                margin-bottom: 1.5em;
}
#confirm_shipping_details {
                float: left;
                margin-bottom: 1.5em;
}

.confirm-hr {
                margin-top: 0.5em;
                clear: both;
}

table#confirm_basket_table {
                background-color: #EDEDED;
                padding: 0.5em;               
}

table#confirm_basket_table td {
                background-color: #EDEDED;
                padding: 0.4em;               
}

div.basket_price {
                font-weight: bold;
                margin-left: 3em;
}

div.basket_product {
                font-weight: bold;
                width: 37em;
}

.prod-price {
                font-weight: bold;
}

#ecom_continue_container {
                float: right;
}

#ecom_thank_you_continue_container {
                float: right;         
}

* html #ecom_thank_you_continue_container {               
                margin-top:-2em;            
}

* html #ecom_thank_you_continue_container INPUT#btn_ecom_cont {               
                float:right;
}

* + html #ecom_thank_you_continue_container {            
                margin-top:-2em;            
}

#ecom_ordernum {
                font-weight: bold;
                margin: 0.5em 0 0.5em 0.5em;
}

#ecom_thankyou_msg1, #ecom_thankyou_msg2 {
                margin-top: 0.25em;
                margin-left: 0.3em;        
}

.ecom_footer_email {
                font-weight: bold;
}

#ecom_thankyou_msg2 a:link { text-decoration: underline }
#ecom_thankyou_msg2 a:visited { text-decoration: underline }
#ecom_thankyou_msg2 a:active { text-decoration: underline }
#ecom_thankyou_msg2 a:hover { text-decoration: none }

#ecom_cc_error {
                color: red;
                font-weight: bold;
                background-color: #EDEDED;
                padding: 0.5em;
                margin: 1em 1em 0 1em;
                width: 53em;
}

/* CLAIMING STYLES */

DIV#claim_online_access input { margin-top: 0.6em }

DIV#claim_online_access {
                PADDING-RIGHT: 5px; 
                PADDING-LEFT: 5px; 
                BACKGROUND: #EEEEEE; 
                PADDING-BOTTOM: 10px; 
                MARGIN: 10px 0px; 
                PADDING-TOP: 10px; 
                TEXT-ALIGN: center;
                height: 7em;
}

.claim_upsell_jrnlname {
                font-style: italic;
}

#claim_upsell_title {
                font-weight: bold;
                margin-bottom: 0.3em;
}

input.btn-long {
                background: url(../images/btn_160x20_on.gif);
                font-size: 12px;
                font-weight: bold;
                color: white;
                height: 20px;
                width: 160px;
                border: 0px;
                margin-left: 0.5em;
                margin-right: 0.5em;
                cursor: pointer;
}

input.btn-long:hover { background: url(../images/btn_160x20_off.gif); color:#333333; }

body.site h1 .claim-title { font-style: italic; color: #626469; }
body.lancet h1 .claim-title { font-style: italic; color: #4d6a75; }
body.laninf h1 .claim-title { font-style: italic; color: #936FB1; }
body.laneur h1 .claim-title { font-style: italic; color: #6CB33E; }
body.lanonc h1 .claim-title { font-style: italic; color: #CC0000; }

#claim_container {
                width: 65em;
                padding: 1em 1em 1em 0;
}

body.site #claim_container .claim-title2 { font-style: italic; color: #626469; font-weight: bold; }
body.lancet #claim_container .claim-title2 { font-style: italic; color: #4d6a75; font-weight: bold; }
body.laninf #claim_container .claim-title2 { font-style: italic; color: #936FB1; font-weight: bold; }
body.laneur #claim_container .claim-title2 { font-style: italic; color: #6CB33E; font-weight: bold; }
body.lanonc #claim_container .claim-title2 { font-style: italic; color: #CC0000; font-weight: bold; }

A.claim-popup-link:link { text-decoration:underline; color: black; font-size: 1em; }
A.claim-popup-link:visited  { text-decoration:underline; color: black; font-size: 1em; }
A.claim-popup-link:hover  { text-decoration:none; color: black; font-size: 1em; }
A.claim-popup-link:active  { text-decoration:underline; color: black; font-size: 1em; }

#claim_error {
                font-weight: bold;
                margin-left: 16.5em;
                margin-bottom: 0.5em;
}

body.site #claim_error { color: #626469; }
body.lancet #claim_error { color: #4d6a75; }
body.laninf #claim_error { color:#936FB1; }
body.laneur #claim_error { color:#6CB33E; }
body.lanonc #claim_error { color:#CC0000; }

#claim_field_container {
                width: 36.5em;
                padding: 0.75em 1.5em;
                background-color: #EDEDED;
                margin-left: 16em;
                float: left;
}

* html #claim_field_container {                
                margin-left:8em;
}

.claim_txtbox_label {
                background-color: #FFA500;
}

input.go-btn {
                background: url(../images/btn_40x20_on.gif);
                font-size: 12px;
                font-weight: bold;
                color: white;
                height: 20px;
                width: 40px;
                border: 0px;
                margin-top: 1px;
}

input.go-btn:hover {
                cursor: pointer;
                background: url(../images/btn_40x20_off.gif);
                color: #333;
}

#arrow_claimcode {
                float: left;
                border: 0;
                margin: 1em 0 0 0.3em;
                display: none;
                height: 12px;
                width: 14px;
}

#arrow_claimcode_on {
                float: left;
                border: 0;
                margin: 1em 0 0 0.3em;
                display: block;
                height: 12px;
                width: 14px;
}

#claim_success_fragment {
                width: 60em;
                margin: 1.25em 0 0.75em 0;
}

.buy_ppv_title { font-weight: bold }
.buy_ppv_jrnl { font-style: italic }
.buy_ppv_vol { font-weight: bold }
#buy_ppv_price { margin-top: 0.5em; }


#buying_title { font-weight: normal }

td#td_shopping_currency {
                white-space: nowrap;
                vertical-align: top;
}

td#td_shopping_price {
                white-space: nowrap;
                vertical-align: top;
                text-align: right;
}

/* CHALLENGE PAGE */

#challenge_wrapper {
                clear: both;
                width: 73em;
                height: 21em;
}

* + html #challenge_wrapper {
                clear: both;
                width: 73em;
                height: 21em;
                margin-bottom:3.5em;
}

* html #challenge_wrapper {
                clear: both;
                width: 73em;
                height: 22em;
                margin-bottom:3em;
}

div#challenge_container1 {
                background-color: #EDEDED;
                float: left;
                margin-left: 3em;
                margin-right: 2em;
                margin-bottom: 2em;
                width: 30em;
                padding: 0.5em;
                height: 20em;
}

* + html div#challenge_container1 {
                height: 21.5em;
}

* html div#challenge_container1 {
                height: 22em;
}

div#challenge_container2 {
                background-color: #EDEDED;
                width: 30em;
                height: 20em;
                padding: 0.5em;
                float: left;
                margin-bottom: 2em;
}

* + html div#challenge_container2 {
                height: 21.5em;                
}

* html div#challenge_container2 {
                height: 22em;    
}

ul.challenge-ul {
                margin-top: 0.35em;
                margin-bottom: 0.35em;
}

#challenge_reg_btn_container {
                margin-top: 1em;
                text-align: center;
}

#challenge_article_free_reg_btn_container {
                margin-top: 0.25em;
                text-align: center;
}

a.btn-regnow-link:link { text-decoration: none }
a.btn-regnow-link:active { text-decoration: none }
a.btn-regnow-link:visited { text-decoration: none }
a.btn-regnow-link:hover { text-decoration: none }

input#register {
                color: #333333;
                font-weight: bold;
                font-size: 12px;
                height: 20px;
                border: 0px;
                width: 120px;
                background: url(../images/btn_120x20_off.gif) no-repeat;
}

input#register:hover { 
                background: url(../images/btn_120x20_on.gif); 
                color: white; 
                cursor: pointer;
}

#challenge_login_btn_container {
                width: 16em;
                text-align: right;
}

* + html #challenge_login_btn_container { width: 16.75em; }

/* MY LANCET */

h1#mylancet_title {
                margin-bottom: 0.6em;
                margin-left: 0.5em;
}

#mylancet_tabs_container {
                height: 29px;
                border-bottom: 3px solid #00549F;          /* #626469; */
                width: 62.5em;
}

#mylancet_rule {
                height: 0px;
                line-height: 0px;
                border-top: 3px solid #00549F;
                width: 62.5em;
                clear: both;
                display: none;
}

#mynewsletters_container, #mypassword_container, #myprofile_container, #myalerts_container {
                padding: 1em;
                border: 1px solid gray;
                width: 60.35em;
                display: block;
                padding-bottom: 3em;
}

div.mylancet_subtitle {
                font-weight: bold;
                margin-bottom: 0.75em;              
}

#myalert_confirm_msg {
                padding: 0.5em;
                background-color: #EDEDED;
                font-weight: bold;
                color: #626469;
                margin-bottom: 1em;
}

#myalert_email_container {
                margin-bottom: 1em;
}

.myalert-email {
                font-weight: bold;
                margin: 0 0.25em 0 0.5em;
}

A.edit-email-link:link { text-decoration:underline; color: #626469; }
A.edit-email-link:visited  { text-decoration:underline; color: #626469; }
A.edit-email-link:hover  { text-decoration:none; color: #626469; }
A.edit-email-link:active  { text-decoration:underline; color: #626469; }

table#mylancet_alerts_table {
                margin:0pt 0pt 0.75em 2em;
}

table#mylancet_alerts_table td {
                padding: 0.15em;
}

.alerts-jrnl-name {
                font-style: italic;
                margin-right: 0.75em;    
}

.alert-timespan { color: gray }

.btn-mid {
                background: url(../images/btn_80x20_off.gif) no-repeat;
                font-size: 12px;
                font-weight: bold;
                color: #333333;
                height: 20px;
                width: 80px;
                border: 0px;
                cursor: pointer;
                margin-right: 0.75em;
                padding-bottom: 3px;
}

* + html .btn-mid {
                padding-bottom: 0;
}

.btn-mid:hover { background: url(../images/btn_80x20_on.gif) no-repeat; color:white; }

/* MY LANCET TABS - REPEATED IN SEARCH.CSS */

div.backtabs ul {
                list-style: none;
                margin: 0;
                padding: 0 5px 0 0;
}

div.backtabs li {
                display: inline;
                line-height: normal;
                margin: 0;
                padding: 0;
}

div.backtabs a {
                float: left;
                font-family: Trebuchet MS, verdana, sans-serif;
                font-size: 1.2em;
                margin: 0 2px 0 0;
                padding: 0 0 0 9px;
                text-decoration: none;
}

div.backtabs a span {
                color: #666666;
                cursor: pointer;
                display: block;
                float: left;
                font-family: Trebuchet MS, verdana, sans-serif;
                font-size: 0.8em;
                font-weight: bold;
                padding: 5px 8px 6px 0;
}

#home_multimedia_container div.backtabs a span {
                width: 83px;
}

body.site div.backtabs a { background: url("../images/tab-left-site.gif") no-repeat left top; }
body.lancet div.backtabs a { background: url("../images/tab-left-TL.gif") no-repeat left top; }
body.laninf div.backtabs a { background: url("../images/tab-left-TLID.gif") no-repeat left top; }
body.laneur div.backtabs a { background: url("../images/tab-left-TLN.gif") no-repeat left top; }
body.lanonc div.backtabs a { background: url("../images/tab-left-TLO.gif") no-repeat left top; }

body.site div.backtabs a span { background: url("../images/tab-right-site.gif") no-repeat right top; }
body.lancet div.backtabs a span { background: url("../images/tab-right-TL.gif") no-repeat right top; }
body.laninf div.backtabs a span { background: url("../images/tab-right-TLID.gif") no-repeat right top; }
body.laneur div.backtabs a span { background: url("../images/tab-right-TLN.gif") no-repeat right top; }
body.lanonc div.backtabs a span { background: url("../images/tab-right-TLO.gif") no-repeat right top; }

div.backtabs strong span {
                cursor: default;
}

div.backtabs a:hover span {
                color: white;
}

body.site div.backtabs .selected a, body.lancet div.backtabs .selected a, body.laninf div.backtabs .selected a, body.laneur div.backtabs .selected a, body.lanonc div.backtabs .selected a {
                background-position: 0 -150px;
                border-width: 0;
}

body.site div.backtabs .selected a span, body.lancet div.backtabs .selected a span, body.laneur div.backtabs .selected a span, body.laninf div.backtabs .selected a span, body.lanonc div.backtabs .selected a span {
                background-position: 100% -150px;
                color: white;
                padding-bottom: 6px;
}

body.site div.backtabs a:hover, body.lancet div.backtabs a:hover, body.laninf div.backtabs a:hover, body.laneur div.backtabs a:hover, body.lanonc div.backtabs a:hover {
                background-position: 0% -150px;
                text-decoration: none;
}

body.site div.backtabs a:hover span, body.lancet div.backtabs a:hover span, body.laninf div.backtabs a:hover span, body.laneur div.backtabs a:hover span, body.lanonc div.backtabs a:hover span {
                background-position: 100% -150px;
}

div.clearfix { display: inline-block; } 

/* MY PASSWORD */

.mypassword-username {
                font-weight: bold;
                padding-left: 0.45em;
}

#mypassword_btn_container { 
                clear: both;
                margin: 0.5em 0 1em 16em;
}

#oldasswordError, #newpasswordError, #confirmPasswordError {
                display: none;
}

#mypassword_page_content div.field-row {
                width: 30em;
                height: 1.7em;
}

#mypassword_page_content div.field-row-mypassword {
                width: 55em;
                height: 1.7em;
                float: left;
}

#mypassword_page_content .label-mypassword {
                margin-left: 7em;
                margin-right: 0.5em;
}

input#oldPassword, input#newPassword, input#confirmPassword {
                width: 16em;
}

#mypassword_page_content div.field-container {
                clear: both;
                height: 2em;
}

/* BETA Challenge Page */

#beta_challenge_container {
                width: 58.75em;
                margin-top: 2em;
                clear: both;
}

* html #beta_challenge_container { width: 48.75em;}

#beta_challenge_container div#beta_article_msg {
                font-size: 1.2em;
                font-weight: bold;
                margin: 1em 0 0.5em 0;
                text-align: center;           
                color: #333;
}

#beta_challenge_container div#challenge_container1 {
                margin-left: 1.5em;
                margin-right: 0;
                width: 26em;
                padding: 0.5em;
                height: 21.0em;
                float: left;
                clear: right;
}
* html #beta_challenge_container div#challenge_container1 {
                margin-left: 1em;
}


#beta_challenge_container div#challenge_container2 {
                background-color: #EDEDED;
                width: 27.5em;
                height: 21.0em;
                padding: 0.5em;
                float: left;
                margin: 0;
}

input#btn_activate {
                color: #333333;
                font-weight: bold;
                font-size: 12px;
                height: 20px;
                border: 0px;
                width: 120px;
                background: url(../images/btn_120x20_off.gif) no-repeat;
}
input#btn_activate:hover { 
                background: url(../images/btn_120x20_on.gif); 
                color: white; 
                cursor: pointer;
}

/* CHALLENGE/UPSELL BITS */

#article_upsell {
                width: 58em;
                margin-top: 2em;
                clear: both;
}
* html #article_upsell {
                width: 57.5em;
}

#article_upsell div#challenge_container2 {
                background-color: #EDEDED;
                width: 27em;
                height: 17.5em;
                padding: 0.5em 0.75em 0.5em 0.75em;
                float: left;
                margin: 0;
                margin: 0 0 0.75em 0;
}
* html #article_upsell div#challenge_container2 {
                background-color: #EDEDED;
                width: 26.5em;
}

#article_upsell div#challenge_container1 {
                background-color: #EDEDED;
                width: 27em;
                height: 17.5em;
                padding: 0.5em 0.75em 0.5em 0.75em;
                float: right;
                margin: 0 0 0.75em 0;
}
* html #article_upsell div#challenge_container1 {
                width: 26.5em;
}

#challenge_row2 { 
                width: 58em;
                /* margin-top: 2em; */
                clear: both;
}
* html #challenge_row2 { 
                width: 57em;
}

#challenge_row2 div#challenge_container3 {
                background-color: #EDEDED;
                width: 27em;
                padding: 0.5em 0.75em 0.5em 0.75em;
                margin: 0;
                float: left;
                height: 12.0em;
}

* html #challenge_row2 div#challenge_container3 {
                width: 26.5em;
}

#challenge_row2 div#challenge_container4 {
                background-color: #EDEDED;      
                width: 27em;
                padding: 0.5em 0.75em 0.5em 0.75em;
                float: right;
                height: 12.0em;
}

* html #challenge_row2 div#challenge_container4 {
                width: 26.5em;
}

#challenge_article_msg {
                font-size: 1.2em;
                font-weight: bold;
                margin: 1em 0 0.5em 0;
                padding: 0.25em;
                text-align: center;           
                color: white;
}

#challenge_free_article_msg {
                font-size: 1.2em;
                font-weight: bold;
                margin: 1em 0 0.5em 0;
                padding: 0.25em;
                text-align: left; 
                color: white;
}

body.lancet #challenge_article_msg { background-color: #4D6A76 }
body.laninf #challenge_article_msg { background-color: #936FB1; }
body.laneur #challenge_article_msg { background-color: #6CB33E; }
body.lanonc #challenge_article_msg { background-color: #CC0000; }

body.lancet #challenge_free_article_msg { background-color: #4D6A76 }
body.laninf #challenge_free_article_msg { background-color: #936FB1; }
body.laneur #challenge_free_article_msg { background-color: #6CB33E; }
body.lanonc #challenge_free_article_msg { background-color: #CC0000; }

#challenge_container1 ul {
                margin: 0.25em 0 0 2em;
                padding: 0;
}

#challenge_subscribe_links { margin-top: 1.25em }

h1.challenge-freetrial-h1 { margin-top: 1em; }

/* MY PROFILE */

#myprofile_fragment { margin-bottom: 1em; }
.myprofile-jrnlname { font-style: italic; }

#myprofile_privacy { float: left; margin-top:5px; }

#btn_update_profile{ margin-top:5px;float: right;}

.myprofile-username {
                font-weight: bold;
                padding-left: 0.25em;
}

.myprofile-username-label {
                FLOAT: left;
                WIDTH: 12em;
                TEXT-ALIGN: right;
                padding-right: 0.5em;
}

#challenge_article_free_reg_btn_container .btn-regnow-link {
                margin: 0;
                padding: 0;
}

div#myprofile_bottom_container { margin-top:20px; border-top: 3px solid #626469; width: 59.1em; }
* html div#myprofile_bottom_container { margin-top:50px;}

/* REGISTRATION PAGE */

#registrationFragment {
                margin-top: 1em;
                margin-bottom: 2em;
}

#reg_rua_text A:link  { text-decoration: underline; color: #00549F; }
#reg_rua_text A:visited  { text-decoration: underline; color: #00549F; }
#reg_rua_text A:hover  { text-decoration: none; color: #00549F; }
#reg_rua_text A:active  { text-decoration: underline; color: #00549F; }

#myprofile_rua_text A:link  { text-decoration: underline; color: #00549F; }
#myprofile_rua_text A:visited  { text-decoration: underline; color: #00549F; }
#myprofile_rua_text A:hover  { text-decoration: none; color: #00549F; }
#myprofile_rua_text A:active  { text-decoration: underline; color: #00549F; }

input#btn_reset_password {
                background: url(../images/btn_160x20_off.gif);
                width: 160px;
}

input#btn_reset_password:hover { background: url(../images/btn_160x20_on.gif); color: white; }

form#confirmation_form #ecom_continue_container { margin-bottom: 2.5em; }

span#ecom_confirm_text {
                margin-left: 55px;
}

.ecom_line_seperator {
                clear:both;
                height:1em;
}

span.registration-contniue-btn {
    background: url(../images/btn_80x20_off.gif) no-repeat;
                font-size: 13px;
                font-weight: bold;
                color: #333333;
                height: 20px;
                width: 80px;
                border: 0px;
                cursor: pointer;
                padding-bottom: 13px;
                float:right;
                text-align:center;
}

span.registration-contniue-btn:hover { background: url(../images/btn_80x20_on.gif) no-repeat; color:white; }

a.link-without-text-decoration { text-decoration: none;}

/* REGISTRATION THANK YOU PAGE */

#trigger_ad_page {
    width: 800px;
    float:left;
}

#trigger_ad {
    width: 160px;
    float:left;
}

.trigger_contents {
                margin:10px;
}

/*
-----------------------------------------------------------------------------------------------------------------------------
-------------------------------------------------------------------------------------------------------------------- home.css
-----------------------------------------------------------------------------------------------------------------------------
*/

#home_covers {
    float: left;
    margin: 0 0 10px;
    position: absolute;
    /*width: 505px;
    height: 220px;*/
    z-index: 900;
}
#home_covers1 {
    float: right;
    height: 220px;
    margin: 0 0 10px;
    padding-left:600px;
    position: absolute;
    width: 145px;
}

#home_covers .last{margin-right:0}

img.home-cover {
                clear: both;
                height: 550px;
                margin-bottom: 10px;
               /* border: 6px solid #eaeaea;*/
}

img#cover_lancet:hover { border: 16px solid #4D6A76; }
img#cover_laninf:hover { border: 16px solid #936FB1; }
img#cover_laneur:hover { border: 16px solid #6CB33E; }
img#cover_lanonc:hover { border: 16px solid #CC0000; }

* html img.home-cover { border: 16px solid #eaeaea; }

* html a#cover_image_laneur { border: 16px solid #eaeaea; }
* html a#cover_image_laninf { border: 16px solid #eaeaea; }
* html a#cover_image_laneur { border: 16px solid #eaeaea; }
* html a#cover_image_lanonc { border: 16px solid #eaeaea; }

* html a#cover_image_lancet:hover { border: 16px solid #4D6A76; }
* html a#cover_image_laninf:hover { border: 16px solid #936FB1; }
* html a#cover_image_laneur:hover { border: 16px solid #6CB33E; }
* html a#cover_image_lanonc:hover { border: 16px solid #CC0000; }

div.home-cover-container {
                float:left;
	        margin-right:14px;
}

div.home_cover_last{margin-right:0;}

#home_col2 #maincontent {
                margin: 0;
                padding: 0;
}

#home_col2 #box_3, #home_col2 #box_3, #home_col2 #box_5 {
                margin: 0 0 1.5em 0;
                padding: 0.5em;
                border: 1px dashed gray;
}

#box_4 {
                margin-top: 0;
}

#box_1_tabs_container {
                height: 29px;
}

#home_col2 #box_1 {
                margin-top: 0;
                margin-bottom: 1.5em;
}

#home_col2 #box_2 { margin-bottom: 1.5em; }

#home_col2 #center {
                float: left;
                width: 642px;
                /* background-color: pink; */
}


#home_col2{float:left!important; width:642px;}


#right {
                float: left;
                margin-left: 20px;           /* 1.5em; */
                padding: 0;
				width:332px;
}


#home_col2 #rightfragment {
                float: left;
				display:none;
                /*margin-left: 20px;*/   /* 1.5em; */
                padding: 0;
}


#rightfragment img, #rightfragment embed, #rightfragment div embed, #rightfragment iframe {
                padding-top: 0!important;
                background:none!important;
                text-align: center;
}

#rightfragment .advert{float:left; padding:15px 0 0 0;}

#home_col2 #text_advert {
                border:1px solid #ccc;
    margin-top: 10px;
                width: 335px;
                float: left;
                margin-left: 20px;           /* 1.5em; */
                padding: 0;
}


#travelling_advert_tile1{
}

#travelling_advert_tile2{
}

#travelling_advert_tile3{
}

#travelling_advert_tile4{
}

#travelling_advert_tile5{
}

.travelling_advert{
}

.hp_ad {
                margin: 10px 20px 10px 20px;
                padding-right: 27px;
}

#home_col2 h2 {
                margin-top: 0;
                padding-top: 0;
}

#home_col2 #right #ad_boombox_1 {
                width: 336px;
                height: 280px;
                border: 0px;
                margin-bottom: 1.5em;                
}

/* HOME PAGE BOX 1 WITH TABS */

div.tabinfo {
                clear:both;
                padding: 0.75em;
                border-top: 3px solid #00549F;
                background-color: #EEEEEE;
                display: none;
                font-family: Trebuchet MS, verdana, sans-serif;
                font-size: 0.8em;
}

div.tabinfo_selected {
                clear:both;
                padding: 0.75em;
                border-top: 3px solid #00549F;
                background-color: #EEEEEE;
                display: block;
                font-family: Trebuchet MS, verdana, sans-serif;
}

#box_1 #box_1_tabinfo_1, #box_1 #box_1_tabinfo_2, #box_1 #box_1_tabinfo_3 {
                height: 0px;
                display: none;
}

#box_1 #box_1_tabinfo_1 {
                display: block;
}

div.backtabs {
                height: 29px;
}

div.backtabs ul {
                list-style: none;
                margin: 0;
                padding: 0 5px 0 0;
}

div.backtabs li {
                display: inline;
                line-height: normal;
                margin: 0;
                padding: 0;
}

/* setting the tab styles */

div.backtabs a {
                float: left;
                font-family: Trebuchet MS, verdana, sans-serif;
                font-size: 1em;
                margin: 0 2px 0 0;
                padding: 0 0 0 9px;
                text-decoration: none;
}

div.backtabs a span {
                color: #666666;
                cursor: pointer;
                display: block;
                float: left;
                font-family: Trebuchet MS, verdana, sans-serif;
                font-size: 1em;
                font-weight: bold;
                padding: 5px 8px 6px 0;
                width: 150px;
}

div.home_tabs_container li#home_news_tab1 a span {
                width: 83px; 
}

div.home_tabs_container li#home_mosttab0 a span, div.home_tabs_container li#home_mosttab1 a span {
                width: 83px; 
}

body.site div.backtabs a span { background: url(../images/tab-right-site.gif) no-repeat right top; }
body.site div.backtabs a { background: url(../images/tab-left-site.gif) no-repeat left top; }

div.backtabs a:hover span {
                color: white;
}

body.site div.backtabs .tab_selected a {
                background-position: 0 -150px;
                border-width: 0;
}

body.site div.backtabs .tab_selected a span {
                background-position: 100% -150px;
                color: white;
                padding-bottom: 6px;
}

body.site div.backtabs a:hover {
                background-position: 0% -150px;
                text-decoration: none;
}

body.site div.backtabs a:hover span {
                background-position: 100% -150px;
}

div.homepage_box h3 {
                padding: 0;
                margin: 0 0 0.5em 0;
                font-family: Trebuchet MS, verdana, sans-serif;
}

.home-headline {
                margin: 0 0 0.6em 0;
}

A.feature-headline:link { text-decoration:underline; color: #00549F; font-size: 1.3em; }
A.feature-headline:visited  { text-decoration:underline; color: #00549F; font-size: 1.3em; }
A.feature-headline:hover  { text-decoration:none; color: #00549F; font-size: 1.3em; }
A.feature-headline:active  { text-decoration:underline; color: #00549F; font-size: 1.3em; }

div.clearfix {display:inline-block;} 

#journal_tabs_container {
                margin: 0 0 0 1em;
                display: none;
}

#home_debate_rule, #home_video_rule, #home_multimedia_rule {
                height: 0px;
                line-height: 0px;
                border-top: 3px solid #00549F;
                width: 25.65em;
                clear: both;
}

#home_multimedia_rule {
                width: 337px;
}

#home_podcasts {
                clear: both;
                display: none;
                width: 317px;
                background-color: #EDEDED;
                margin-bottom: 20px;
                padding: 10px 10px 0 10px;
}

#home_podcasts div.audio-teaser {
                color: #404040;
                width: 22.25em;
}
#home_podcasts .audio-size {
                color: gray;
                font-size: 0.8em;
                margin-left: 0;
}

div.home-instr-text {
                clear: both;
                font-size: 0.8em;
                color: gray;
}

#home_video {
                display: block;
                margin-bottom: 16px;
}

#home_audio_container { clear: both; }

#home_audio_container div.audio-entry {
                clear: both;
}

#home_audio_container div.audio-speaker {
                margin: 0.2em 0.5em 0 0;
                float: left;
}

#home_audio_container div.audio-bits {
                width: 22.25em;
                float: left;
                margin-bottom: 0.4em;
}

table#home_audio_tbl {
                margin: 0.75em 0;
                width: 23em;
}
table#home_audio_tbl img {
                margin-top: 0.25em;
}

/* STYLES BELOW ADDED ON 20 JAN 2010, FOR THIRD MULTIMEDIA TAB */

#home_atl {
background-color:#EDEDED;
clear:both;
display:none;
margin-bottom:20px;
padding:10px;
width:317px;
}

#home_atl_container div.atl-entry {
clear:both;
padding-bottom:15px;
}

div.atl-intro-text {
clear:both;
color:gray;
font-size:0.8em;
margin-bottom:5px;
}

#home_atl_container {
clear:both;
margin-top:0.5em;
}

div.atl-entry-img {
float:left;
margin-right:10px;
}

div.atl-title {
color:#00549F;
font-size:1.05em;
font-weight:bold;
}

div#home_atl_container div.series-header {
margin-bottom:10px;
margin-left:0;
margin-top:10px; 
}

div#home_atl_container span.series-header-title {
color:#414141;
font-family:Trebuchet MS,Verdana,sans-serif;
font-size:130%; 
}

div#home_atl_container div.atl-entry {
margin-left:5px; 
}

div.atl-footer-text {
margin-top:10px;
}

/* MOST CITED and MOST READ */

#home_mostread, #home_mostcited, #home_mostcommented {
                display: none;
                padding: 6px 10px 0 10px;
                background-color: #EEEEEE;
                width: auto;
}
* + html #home_mostread, * + html #home_mostcited, * + html #home_mostcommented { width: 485px; }

#home_mostread { display: block; }

#home_tabs_hr {
                height: 0;
                margin: 0;
                width: auto!important;
                border-top: 3px solid #00549F;
}

.home_tabs_container { height: 29px; }

A.cite-link:link { text-decoration:none; color: #00549F; font-size: 1em; font-weight: bold; }
A.cite-link:visited  { text-decoration:none; color: #00549F; font-size: 1em; font-weight: bold; }
A.cite-link:hover  { text-decoration:underline; color: #00549F; font-size: 1em; font-weight: bold; }
A.cite-link:active  { text-decoration:none; color: #00549F; font-size: 1em; font-weight: bold; }

div.most-links {
                clear: both;
                margin-bottom: 0.65em;
                color: #666666;
}

td.most-num {
                color: #666666;
                padding-right: 0.6em;
}

/* FEATURE and ONLINE FIRST */

A.top-news-link:link { text-decoration:underline; color: #00549F; font-weight: bold; }
A.top-news-link:visited  { text-decoration:underline; color: #00549F; font-weight: bold; }
A.top-news-link:hover  { text-decoration:none; color: #00549F; font-weight: bold; }
A.top-news-link:active  { text-decoration:underline; color: #00549F; font-weight: bold; }

table.home-table td.home-td-spacer { padding-top: 0; }
table.home-table-more td.home-td-spacer { padding-top: 0; }

table#home_onlinefirst_firsttable { margin-top: 6px; }

div.onlinefirst-headline, div.twim-headline {
                color: #00549F;
                font-size: 1.05em;
                font-weight: bold;
}

#home_twim p {
                margin-top: 0;
                padding-top: 0;
                color: black;
}

#home_twim ul {
                margin-top: 0;
                padding-top: 0;
                padding-left: 0;
                margin-left: 1.75em;
                margin-bottom: 0;
                padding-bottom: 0;
}

p.twim-label {
                margin-bottom: 0;
                padding-bottom: 0;
                font-weight: bold;
                color: #808080;
}

div.onlinefirst-teaser { 
                color: black;
}

div.onlinefirst-links {
                font-size: 0.9em;
}

img.home-img {
                margin-right: 10px;
                margin-bottom: 6px;
                height: 110px;
                width: 90px;
}

A.ed-comment-link:link { text-decoration:underline; color: gray; font-size: 0.85em; }
A.ed-comment-link:visited  { text-decoration:underline; color: gray; font-size: 0.85em; }
A.ed-comment-link:hover  { text-decoration:none; color: gray; font-size: 0.85em; }
A.ed-comment-link:active  { text-decoration:underline; color: gray; font-size: 0.85em; }

A.twim-link:link { text-decoration:none; color: #00549F; }
A.twim-link:visited  { text-decoration:none; color: #00549F; }
A.twim-link:hover  { text-decoration:underline; color: #00549F; }
A.twim-link:active  { text-decoration:none; color: #00549F; }

.onlinefirst-source {
                font-size: 0.9em;
                color: gray;
}

.research-color { color: black; font-weight: bold; }           /* was research red #B30538 */
.review-color { color: black; font-weight: bold; }               /* was review green #00703B */

ul#home_more_onlinefirst_ul {
                padding: 0;
                margin: 0;
                margin-left: 1.25em;
}

ul#home_more_onlinefirst_ul li {
                padding-bottom: 5px;
                list-style: square;
                color: #666666;
}

div.home-onlinefirst-type {
                color: #313131;
}

#home_onlinefirst .link-sep {
                color: #8C8C8C;
                padding: 0 2px;
}

/* LETTER */

#home_letter_title {
                font-weight: bold;
                padding: 0 0 6px 10px;
                clear: both;
                color: #00549F;
}

#home_letter_contents {
                width: 336px;
                border-top: 3px solid #00549F;

                height: 155px;  /* comment out this line after the welcome to relaunch container is removed from home page */
}

#home_letter_quote {
                font-weight: bold;
                margin: 6px 10px 6px 10px;
                color: black;
                /* background-color: cyan; */
}

#home_ltr_link {
                margin-top: 15px;
                margin-left: 10px;
                padding-bottom: 9px; /* DELETE THIS LINE AFTER THE WELCOME MESSAGE IS REMOVED */
}

A.site-lvl-link-gray:link { text-decoration:underline; color: #666666; }
A.site-lvl-link-gray:visited  { text-decoration:underline; color: #666666; }
A.site-lvl-link-gray:hover  { text-decoration:none; color: #666666; }
A.site-lvl-link-gray:active  { text-decoration:underline; color: #666666; }

div.most-cited-cite {
                margin-bottom: 0.75em;
}

div#feature_title {
                font-size: 1.3em;
                font-weight: bold;
}

/* THIS WEEK IN MEDICINE */

A.twim-link:link { text-decoration:none; color: black; }
A.twim-link:visited  { text-decoration:none; color: black; }
A.twim-link:hover  { text-decoration:underline; color: black; }
A.twim-link:active  { text-decoration:none; color: black; }

#twim_1, #twim_2, #twim_3, #twim_4, #twim_5, #twim_6, #twim_7, #twim_8, #twim_9, #twim_10, #twim_11, #twim_12 {
                padding-left: 5px;
                white-space: nowrap;
}

img.twim-arrow-clear {
                width: 9px;
                height: 18px;
                margin: 1px 0 0 0;
                padding: 0;
                border: 0px;
                display: none;
}
* html img.twim-arrow-clear { display: block }
* + html img.twim-arrow-clear { display: block }

ul.twim_ul {
                margin-top: 0.1em;
                margin-bottom: 0.5em;
                margin-left: 0;
}

ul.twim_ul li {
                /* color: #666; */
                margin-left: 2em;
                /* background-color: pink; */
}

img.twim-arrow {
                height: 18px;
                margin: 1px 0 0 0;
                padding: 0;
                border: 0;
}

table#twim_table {
                margin-left: 0.5em;
                margin-top: 0.5em;
                width: 14em;
}

table#twim_table tr { height: 20px; } 
table#twim_table td { height: 20px; }

#twim-date {
                color: gray;
                font-size: 0.85em;
}

#home_twim div.home-instr-text { margin-bottom: 0.5em; }

div.twim-title { color: gray; }

div#twim_fulltext {
                margin-top: 0.5em;
                padding: 0.35em 0.5em 0.35em 0.5em;
                background-color: white;
                /* height: 17.65em; */
}

#twim_title {
                font-size: 1.1em;
                font-weight: bold;
}

/* MOST CITED */

.article-type-red { color: black; font-weight: bold; }                        /* #b30538 red */
.article-type-green { color: black; font-weight: bold; }                   /* #00703b green */

div.most-cite-info {
                /* font-size: 0.85em; */
}

#home_mostread div.home-instr-text { margin-bottom: 0.6em; }
#home_mostcited div.home-instr-text { margin-bottom: 0.6em; }

table#most_read_table { margin-bottom: 0.5em; }
table#most_cited_table { margin-bottom: 0.5em; }

.home-feature-date, .home-audio-metadata {
                font-color: gray;
                font-size: 0.85em;
}

/* HOME HOVERS */

#jrnl_hover {
    color: white;
    display: none;
    padding: 3px;
    position: absolute;
    top: 0;
    width: 122px;
    z-index: 99;
}

* html #jrnl_hover {
                position: absolute;
}

.hover-date { padding-left: 0.5em; }
.hover-jrnl-name { font-weight: bold; }

A.home-hover-txtlink:link  { text-decoration:underline; font-size:1em; color: #EDEDED; }
A.home-hover-txtlink:visited  { text-decoration:underline; font-size:1em; color: #EDEDED; }
A.home-hover-txtlink:hover  { text-decoration:none; font-size:1em; color: #EDEDED; }
A.home-hover-txtlink:active  { text-decoration:underline; font-size:1em; color: #EDEDED; }

/* FEATURE */

#home_feature_title {
                font-weight: bold;
                padding: 0 0 6px 10px;
                clear: both;
                color: #00549F;
}

#home_feature_contents {
                border-top: 3px solid #00549F;
                margin-bottom: 6px;
                padding: 5px 0 10px 0;
                /* background-color: pink; */
                clear: both;
}

#home_feature_contents td{padding:10px 0 0 0;}

#home_feature_contents h1 {
                margin-bottom: 0;
                padding-bottom: 0;
}

.most-title {
                color: #00549F;
                font-weight: bold;
}
div.most-link-row {
                margin-bottom: 12px;
                /* font-size: 0.85em; */
}

#home_news_rule {
                height: 0px;
                line-height: 0px;
                border-top: 3px solid #00549F;
                width: auto!important;
                clear: both;
}

#home_onlinefirst { 
                display: block;
                padding: 6px 10px 10px 10px;
                margin-bottom: 20px;
                background-color: #EEEEEE;
}

#home_twim { 
                display: none;
                padding: 6px 10px 10px 10px;
                margin-bottom: 20px;
                background-color: #EEEEEE;
}

#home_feature h1 {
                margin: 0;
                padding: 0;
}

#home_feature_container {
                clear: both;
}

#home_feature_contents img {
                margin-right: 10px;
				border:#eaeaea solid 3px;
}

#home_feature_contents table td { color: black; }

body.site #list_title_jrnl {
                color:#00549F;
				width: 452px;
}

#list_title_jrnl {
                clear: both;
				width: 462px;
                font-weight:bold;
                padding: 0 0 6px 0px;
                border-bottom: 3px solid #00549F;
                margin:0 -10px 10px;
}

.onlinefirst-bullet-txtlinks {
                padding-left: 0.5em;
}

A.home-link-in-twim:link { text-decoration:underline; color: #00549F; }
A.home-link-in-twim:visited  { text-decoration:underline; color: #00549F; }
A.home-link-in-twim:hover  { text-decoration:none; color: #00549F; }
A.home-link-in-twim:active  { text-decoration:underline; color: #00549F; }

#geobasedaccess_msg{float:left; width:987px;}
#geobasedaccess_msg, #tpsToken_msg{margin-bottom:5px; padding:0.25em 0.4em; font-weight:bold; text-align:center;}
body.site #geobasedaccess_msg, body.site #tpsToken_msg {border:1px solid #00549F; color:#00549F;}
body.lancet #geobasedaccess_msg, body.lancet #tpsToken_msg {border:1px solid #4D6A76; color:#4D6A76;}
body.laninf #geobasedaccess_msg, body.laninf #tpsToken_msg {border:1px solid #936FB1; color:#936FB1;}
body.laneur #geobasedaccess_msg, body.laneur #tpsToken_msg {border:1px solid #6CB33E; color:#6CB33E;}
body.lanonc #geobasedaccess_msg, body.lanonc #tpsToken_msg {border:1px solid #cc0000; color:#cc0000;}
#challenge_article_msg img{background-color:white;}

#subscriptionAlert {
    background:#f9fad0;
    border:1px solid #3b3209;
    padding:5px 16px 5px 16px;
    margin:10px 0px 10px 0px;
	float:left;
    width: 965px;
}



#subscriptionAlert a {
    text-decoration:underline;
}


#subscriptionAlert a:hover {
    text-decoration:none;
}

#About_center {
    float:left;
    width:800px;
}

/* articles section*/

.snippet_container_second{
      	/*width:963px; */
	height:160px;
	padding:0 0 0 0; 0 }
.snippet_container{
	/*width:963px; */
	height:180px;
	padding:0 0 0 0;
}
.snippet_box_second{float:left; width:311px; margin:0 10px 0 0; height:160px; display:inline;}
.snippet_box{float:left; width:311px; margin:0 10px 0 0; height:200px; display:inline;}
.snippet_contents_container{overflow:hidden; height:178px; position:relative; width:780px;}
.snippet_title{ clear: both; font-weight: bold; padding: 0; height:20px;width:780px;}
.snippet_title span{float:left;font-size:15px;}
.snippet_title .page_numbers{float:right;}
.snippet_title .page_numbers span{color:#444; font-size:14px;}
.snippet_title .page_numbers a{margin-left:5px;}

.snippet_lancet{color:#da4548; border-bottom:3px solid #da4548;}
.snippet_laninf{color:#946fb2; border-bottom:3px solid #946fb2;}
.snippet_laneur{color:#78ad1f; border-bottom:3px solid #78ad1f;}
.snippet_lanonc{color:#cb1500; border-bottom:3px solid #cb1500;}
.snippet_lancar{color:#9c1006; border-bottom:3px solid #9c1006;}
.snippet_lanres{color:#009dd9; border-bottom:3px solid #009dd9;}
.snippet_landia{color:#00a058; border-bottom:3px solid #00a058;}
.snippet_langlo{color:#2c60ac; border-bottom:3px solid #2c60ac;}
.snippet_lancetLettersToEditors{color:#0055a0; border-bottom:3px solid #0055a0;}

.snippet_contents {
    margin: 0;
    /*padding: 10px 0 0;  //this is original.*/
    padding: 0 0 0;
    position: absolute;
    /*width: 993px;*/
    z-index: 9;
}
.snippet_contents li{float:left; width:780px; height:178px;margin:0; padding:0 0 0 0; list-style:none;}
.snippet_contents li .heading{padding:0; font-size:14px; text-decoration:none;}
.snippet_contents li img{margin-top:5px; margin-right:15px;width:110px;height:90px;}
.snippet_contents li .red{color:#b01300;}
.snippet_contents li .green{color:#00703c;}
.snippet_contents li .light-blue{color:#009fc2;}
.snippet_contents li .dark-blue{color:#00549F;}

.snippet_contents li p{padding:0; margin:0;font-size: 13px;}
.snippet_contents li p a{color: #000000;}
.snippet_contents li p a.edchoice-link{color:#000; font-weight:bold;}
.snippet_contents li span.head{color:#8B0000; font-weight:bold;font-size:13px;}
.snippet_contents li p a:hover{text-decoration:none;}

.play_pause{float:right; margin-right:18px; margin-bottom:2px;}
/*.play_pause a{display:block; width:21px; height:19px; background:url(carousel_playPause.gif) 0 100% no-repeat; text-decoration:none;}*/
.play_pause a{width:21px; height:19px; text-decoration:none;}
.play_pause #play{display:none;}
.journals_cover{position:relative; width:444px; overflow:hidden; height:190px; float:left;}
.journals_outer{position:absolute; top:0; left:0; width:460px;}
.journals_prev{float:left; margin:45px 4px 0 0;}
.journals_next{float:left; margin:25px 0 0 4px;}
