div.content a {
	border-bottom-color: #097897;
}

#header {
	background-color: #a42726;
	background-image: url(/view/registration/images/nature_header.png);
}

#extranav .related-subscriptions h3, 
#extranav .related-subscriptions p,
.my-account fieldset{
	margin:0;
	padding:0;
}
#extranav .country{
	padding:0;
	margin-bottom:0;
}
.my-account h3{
	clear:both;
}
.my-account .journal-cover{
	float:left;
	padding:1px;
	border:1px solid #E7E7E7;
}

div.claim-sub{
	margin-bottom:40px;
}
div.claim-sub legend{
	font-weight:bold;
	padding-bottom:10px;
	color:#444;
}
h2.subsheader{
	margin-bottom:0;
	padding-bottom:0;
}
.my-account form div{
	width:100%;
}
.my-account .price{
	font-weight:bold;
}
.my-account .total{
	text-align:right;
	border-top:1px dashed #000;
	border-bottom:1px dashed #000;
	display:block;
	width:100%;
	padding:0.4em 0;
	margin:0 0 1em 0;
}
.my-account .addtocart{
	text-align:right;
}
.field{
	width:100%;
	clear:both;
	overflow:hidden;
	margin:0 0 1em 0;
}
.field label{
	float:left;
}
label span,
dt span,
.errortext{
	color:#91131e;
	font-weight:bold;
}
dt{
	font-weight:bold;
}
.field select{
	float:right;
	width:250px;
}
select.speciality{
	display:block;
	margin-bottom:8px;
}
dd span.optional{
	margin-top:-7px;
}
select.speciality,
dd input,
dd select{
	width:200px;
	border:1px solid #097897;
}

dd input#agreeToTerms{
	width:20px;
	border:none;
}
.subscription-help,
.login-prompt,
.cart-summary,
.supplementary{
	background: url(/view/images/bg_box_grad.gif) repeat-x scroll 0 0 #FFF;
	padding:1em;
	border:1px solid #E7E7E7;
	margin-bottom:15px;
}

#extranav .subscription-help h2,
#extranav .subscription-help h3,
#extranav .subscription-help p,
#extranav .login-prompt h2,
#extranav .login-prompt h3,
#extranav .login-prompt p,
.subscribe table thead tr td,
#extranav .cart-summary h2,
#extranav .cart-summary p{
	padding:0;
	margin:0;
}
#extranav .subscription-help h2,
#extranav .login-prompt h2,
#extranav .cart-summary h2{
	font-size:120%;
	margin-bottom:8px;
}
#extranav .subscription-help h3{
	margin-top:18px;
}

p.edit-section{
	text-align:right;
	margin:-40px 0 9px 0;
}
p.confirm-options{
	text-align:right;
}
p.edit-section a.button{
	padding-left:2em;
	padding-right:2em;
}
.personal-details-edit{
	display:none;
}
.registration .button,
#extranav .button,
#reg-login .button{
	text-align:center;
	clear:both;
	background:#999 url(/view/images/button-bg.gif) top center no-repeat;
	width:141px;
	color:#000;
	font-size:85%;
	padding:0.3em 0.5em;
	border:1px solid #747474;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	float:right;
	margin:0.5em 0;
	cursor:pointer;
	font-weight:bold;
}
#extranav .button{
	display:block;
}

#loginPrompt h2 a,
#localePrompt a#closePrompt,
.error-msg #closeLogin,
.error-msg .dismiss-message{
	float:right;
	background:#f3f3f4 url(/view/images/close.jpg) no-repeat 0 0;
	display:block;
	text-indent:-9999px;
	direction: ltr;
	height:16px;
	width:17px;
}
.account-login input{
	display:block;
	width:80%;
	margin-bottom:5px;
}
.account-login #login-remember{
	width:20px;
	float:left;
}
.account-features{
	list-style-type:circle;
	margin-left:10px;
	padding-left:10px;
}
.account-features li{
	list-style:circle outside none;
}
dd span.hint{
	font-size:75%;
	color:#666;
}

/* Shopping cart contents */
.my-account table .action a{
	font-weight:normal;
}
.my-account table td.item{
	padding-right:2em;
}
.my-account thead,
.my-account thead tr,
.my-account thead tr th{
	visibility:hidden;
	display:block;
	height:0;
	padding:0;
}
.my-account table{
	empty-cells: hide;
	border-bottom:1px solid #D5D6D8;
}

.my-account table tfoot{
	border-top:1px dashed #000;
	border-bottom:1px dashed #000;
}
.my-account table tfoot th span{
	font-size:85%;
	float:right;
	color:#666;
	padding-right:3em;
}
.my-account table tr td{
	padding:0.5em 0;
	vertical-align:top;
}

.my-account .saved-search th{
	text-indent:0;
	display:table-cell;
	padding:0.5em;
	border-top:1px solid #D5D6D8;
	background-color:#f0f1f3;
}
.my-account .saved-search td{
	padding:0.5em;
}
.my-account .saved-search input{
	margin-right:4px;
}
/*****
*
*
* account details
*
*
*****/
.registration dl{
	width:100%;
	clear:both;
	background:#fcfcfe url(/view/registration/images/full-form-bg.gif) top left repeat-y;
	overflow:hidden;
	border-bottom:1px solid #D5D6D8;
	margin-bottom:20px;
}
.registration .email{
	display:block;
}
.registration dt{
	border-top:1px solid #D5D6D8;
	background-color:#f0f1f3;
	width:147px;
	float:left;
	clear:left;
	padding:1em;
}
.registration dd{
	border-top:1px solid #D5D6D8;
	background-color:#F9F9F9;
	float:left;
	width:427px;
	padding:1em;
}
body.ie6 .registration dd{
	width:417px;
}
.registration dd span{
	display:block;
}
.registration dd.fn span {
	display:inline;
}
.registration h1,
.registration h2{
	clear:both;
}
dd input.placeholder,
dd input.text-placeholder{
	color:#999;
}

.my-account .renew-print label{
	font-weight:bold;
}
.my-account .renew-print input{
	display:block;
}
.my-account .renew-print dl,
.my-account .renew-print dd{
	background-image:none;
	background-color:#f0f1f3;
}

#extranav .supplementary h2{
	margin:0;
	padding-top:5px;
	padding-bottom:1em;
	font-size:120%;
}

.registration h2 {
	color: #444;
	font-weight: bold;
	margin-bottom: 20px;
}

.primary-heading {
	margin-bottom:20px;
}


/*****
*
*
* Validation and error messages 
*
*
*****/
ul.errorMessage li span,
ul.errorMessage,
ul.errorMessage li
{
	color:orange;
	padding:0;
	display:inline;
	display:none;
	margin:0;
}



#name-fields label{
	display:none;
}
.js-enabled label span.error{
	display:none;
}


.helper{
	background-color:#fff;
	border:1px solid #ec7900;	
	width:360px;
	padding:0.5em;
	-webkit-box-shadow: 0 2px 13px #999;
	-moz-box-shadow: 0 2px 13px #999;
	box-shadow: 0 2px 13px #999;
	font-weight:bold;
}
.helper p{
	margin:0;
	padding:0 0 0 18px;
	background:transparent url(/view/registration/images/warning.gif) no-repeat;
	font-weight:normal;
}
/* helper (pointy) arrow */
.simpleTooltip .ha{
	position:relative;
	top:-1px;
	left:50px;
	display:block;
	background:transparent url(/view/registration/images/helper-arrow.gif) no-repeat;
	height:19px;
	width:14px;
}

.benefits ol{
	margin-left:10px;
	margin-top:0;
}
.benefits ol li{
	margin-left:10px;
	font-weight:bold;
	list-style:decimal;
}
.error-feedback{
	margin-top:30px;
	border:1px solid #ec7900;
	margin:1em 0;
	clear:both;
	background-color:#fdf7f1;	
	padding-top:20px;
	
}
.error-feedback p{
	background:transparent url(/view/registration/images/warning.gif) no-repeat;
	padding-left: 20px;
	margin-left:10px;
}
/* Subscription Alerts */

#free-alerts{
	background-color:#fcfcfe;
	border:1px solid #e5e5e5;
	padding:15px;
	clear:both;
	overflow:hidden;
	margin-bottom: 1.8em;
}
#free-alerts ul{
	clear:both;
	margin:10px 0 20px 0;
	overflow:hidden;
}
#free-alerts ul,
.alerts li{
	display:block;
	float:left;
	padding:0 0 8px 0;
	margin-bottom: 10px;
	line-height: 1.4em;
	width:195px;
}
.alerts li {
	min-height: 28px;
	float: none;
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	word-spacing: normal;
	padding-right: 8px;
}
body.ie6 .alerts li,
body.ie7 .alerts li {
	zoom: 1;
	display: inline;
}
body.ie6 .alerts li {
	height: 28px;
}

#free-alerts li.alert-group{
	overflow:hidden;
}
#free-alerts ul.alert-sets{
	clear:none;
}
#free-alerts ul.alert-sets li{
	margin-bottom: 10px;
	overflow: hidden;
	padding: 0 2px;
	clear: both;
}
#free-alerts h4{
	margin:0;
	clear:both;
	font-size:115%;
	padding:0;
}
#free-alerts label,
.alerts label{
	padding-left:8px;
}
#free-alerts input{
	padding-bottom:20px;
	margin-top: 2px;
}
.alerts{
	clear:both;
	overflow:hidden;
	padding-top:10px;
	letter-spacing: -4px;
    word-spacing: -4px;
}
.alerts label,
.alert-sets label{
	float:left;
	width:160px;
}

.alerts input,
.alert-sets input{
	float:left;
	margin-top: 2px;
}

#static-alerts,
#dynamic-alerts{
	border-top:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
	margin-bottom: 20px;
}
#dynamic-alerts{
	border-bottom:none;
}
#dynamic-alerts li{
	margin-bottom:0;
}
/* password strength indicator */
.strength-indicator{
	font-size:80%;
	display:block;
	float:right;
	width:150px;
	margin-right: 66px;
    margin-top: -4px;
}
body.ie6 .strength-indicator{
	margin-top:-50px;
}
body.ie7 .strength-indicator{
	margin-top:-26px;
}
.strength-indicator .password_strength,
.strength-indicator .marker{
	display:block;
	zoom:1;
	text-indent:-9999px;
	direction: ltr;
	width:106px;
	height:8px;
	background-image:url(/view/registration/images/pwd-ind.gif);
	background-position:106px 0;
	background-repeat:repeat-x;
	
}
.strength-indicator .password_strength_1{
	background-image:url(/view/registration/images/pwd-ind.gif);
	background-position:-88px 0;
}
.strength-indicator .password_strength_2{
	background-image:url(/view/registration/images/pwd-ind.gif);
	background-position:-66px 0;
}
.strength-indicator .password_strength_3{
	background-image:url(/view/registration/images/pwd-ind.gif);
	background-position:-44px 0;
}
.strength-indicator .password_strength_4{
	background-image:url(/view/registration/images/pwd-ind.gif);
	background-position:-22px 0;
}
.strength-indicator .password_strength_5{
	background-image:url(/view/registration/images/pwd-ind.gif);
	background-position:0 0;
}
/**/

input.error,
select.error{
	border:2px solid #EC7900;
}

/* buttons for picking specialities when no JS */
.js-enabled .cancel,
#company-hint,
.js-enabled .registration dd span#company-hint-text{
	display:none;
}
.registration dd span#company-hint-text{
	color: #666;
    font-size:75%;
}
.js-enabled #company-hint{
	display:inline;	
}

.cancel{
	width: 80px;
	background:#999 url(/view/images/button-bg.gif) top center no-repeat;
	color:#000;
	font-size:85%;
	padding:0.3em 0.5em;
	border:1px solid #747474;
	margin-left:110px;
	margin-bottom:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius:3px;
	display:block;
}
.js-enabled #free-alerts-toggle{
	background-image:url(/view/registration/images/toggle.gif);
	background-repeat:no-repeat;
	background-position:0 -16px;
	color:#097897;
	cursor:pointer;
	font-weight:bold;
	margin-bottom:20px;
	padding-left:18px;
}
.js-enabled #free-alerts-toggle.toggle-open{
	background-position:0 1px;
}
#free-alerts-toggle{
	color:#097897;
	cursor:pointer;
	background-image:none;
	padding-left:0;
	cursor:auto;
	color:#444;
}
.js-enabled #free-alerts{
	display:none;
}

/* T&Cs */
#termsconditions{
	height: 60px;
	width: 400px;
	overflow:auto;
	margin-bottom:10px;
	border:1px solid #7E9DB9;
	background-color:#fff;
	padding:3px;
	font-size:80%;
}
#agreeToTerms-label a{
	font-size:85%;
}
/*
-webkit-input-placeholder {
    color:    #999;
}
-moz-placeholder {
    color:    #999;
}*/
#company-helper .hint-content{
	padding:1em;
}
body.ie7 .hint-content,
body.ie6 .hint-content,
body.ie8 .hint-content{
	margin-top:0;
}
#company-helper .ha{
	position:relative;
	top:18px;
	left:40px;
	display:block;
	background:transparent url(/view/images/popup_box_arrow_down.png) no-repeat;
	height:19px;
	width:44px;
}
.hint-content{
	margin-top: 0;
	width: 337px;
}
body.ie7 .hint-content,
body.ie6 .hint-content,
body.ie8 .hint-content{
	margin-top:0;
}
#company-helper .helper{
	background:#FFF;
	border:1px solid #e7e7e7;
	padding:0;
}
#company-helper h2{
	background:#FFF;
	margin:0;
	padding:1em;
}
#company-helper h2 a{
	float:right;
	background:#f3f3f4 url(/view/images/close.jpg) no-repeat 0 0;
	display:block;
	text-indent:-9999px;
	direction: ltr;
	height:16px;
	width:17px;
}
#company-helper .helper p{
	background-image:none;
	padding:0;
	margin-bottom:5px;
}

dd img{
	padding-left:8px;
}

#reg-login{
	background-color:#F0F1F3;
	border:1px solid #E7E7E7;
	padding:20px;
}
#reg-login dt,
#reg-login dd{
	border-top:none;
	background-color:transparent;
	background-image:none;
	float:none;
	clear:none;
	padding:0;
	width:200px;
}
#reg-login dl{
	border:none;
	background-color:#F0F1F3;
	background-image:none;
}
#reg-login .button{
	float:none;
}

/*****
*
*
* ORCID
*
*
*****/

#orcid-prompt {
	background: url(/view/images/orcid-logo-17x16.png) no-repeat left top;
	clear: both;
	margin-top: 30px;
	margin: 2em 0;
	padding: 1px 22px;
	overflow: auto;
}

#orcid-prompt p {
	margin-bottom: 0;
}

#orcid-prompt #orcid-info {
	font-size: 85%;
	font-style: italic;
}

#orcid-prompt #orcid-help {
	float: left;
	margin-top: 10px;
	font-size: 85%;
	font-style: italic;
}

#orcid-help-logo {
	margin: 5px 0 8px 0;
	width: 16px;
	height: 15px;
}

html.js-enabled #orcid-prompt #orcid-help {
	display: none;
}
