body {
	padding: 0;
	margin: 0;
	font-size: 62.5%;
	font-family: 'OpenSansRegular', arial, sans-serif;
	background: url( /images/bg.png ) top center repeat-x white;
	background-size: 100% 300px;
}

p.warning {
	font-size: 150%;
	color: red;
}

div#body_container {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}

p,li { font-size: 1.3em; }

h1, h2, h3, h4, h5, h6 { color: #115973; margin: 0; }
h1 { margin: 5px 0 0 0; font-size: 3em; font-family: 'Economica'; font-weight: normal; text-transform: uppercase; letter-spacing: 0.05em; }
h2 { margin: 5px 0; font-size: 2.0em; font-family: 'Economica'; font-weight: normal; letter-spacing: 0.05em; }
h3 { font-size: 2.2em; font-family: 'EconomicaBold'; font-weight: normal; letter-spacing: 0.05em; }
h4 { font-size: 1.8em; font-family: 'EconomicaBold'; font-weight: normal; letter-spacing: 0.05em; }

a:link, a:visited { color: #115973; text-decoration: none; }
a:hover, a:active {  }

.button, a.button:link, a.button:active, a.button:visited {
	display: inline-block;
	background-color: #115973;
	border: 0;
	color: white;
	margin: 5px 0;
	padding: 5px 10px;
	font-size: 1.6em;
	font-family: 'EconomicaBold';
	text-transform: uppercase;
	letter-spacing: 0.05em;
	cursor: pointer;	
}

.button:hover { background-color: #39758b; }



/* FORMS ---------------------------------------------------------------------------------------- */

.formHint { color: gray; font-size: 1.0em; }
p.formHint {
	color: gray;
	font-size: 1.0em;
	margin: 0; padding: 0;

}
form dl { margin: 0; }

form dt {
	float:left; width: 24em;
	text-align: right;
	margin: 0 .4em .4em 0;
}

form dd { margin: 0 0 1.4em; }

form { margin: 0; padding: 0; width: 100%; }
fieldset { margin: 0; padding: 0; border: none; }

legend {
	margin: 1em 0;
	padding: 0 .5em;
	background: transparent;
	font-weight: bold;
	font-size: 1.2em;
}

label {
	font-size: 1.2em;
	font-weight: bold;
	color: #115973;
}


/* HEADER --------------------------------------------------------------------------------------- */

div#header {
	margin: 0;
	padding: 0;
	height: 124px;
	overflow: hidden;
}

a#header-logo {
	display: block;
	width: 180px; height: 100px;
	margin: 12px 0;
	float: left;
	background: url('/images/ejprd-logo.png');
}

div#login-container {
	width: 250px;
	margin: 10px 0 0 0;
	float: right;
}

#login-container .logged-in { font-size: 2.0em; color: white; font-family: 'Economica'; float: right; }
#login-container .logged-in  a:link { color: white; }


dl#login-list { width: 100%; margin: 0; padding: 0; }

dl#login-list dt {
	width: 100px; height: 26px;
	margin: 0; padding: 0;
	text-align: left; /*overwrites*/
	float: left;
}

dl#login-list  dd { height: 26px; margin: 0; padding: 0; float: left; overflow: hidden; }

form#login-form {
	width: 100%;
	margin: 0;
	padding: 0;
}

#login-form label { 
	height: 22px; line-height: 22px;
	font-size: 1.6em;
	font-family: 'Economica';
	text-transform: uppercase;
	color: white;
}
#login-form input {
	width: 150px;
	height: 22px; line-height: 22px;
	padding: 0;
	border: 0;
	text-indent: 5px;
	background-color: white;
	font-size: 1.3em;
	-webkit-appearance: none;
	outline:none;
}


form#login-form button#login-button {
	display: block; float: left;
	height: 22px; line-height: 22px;
	margin: 0;
	padding: 0 5px;
	background:white;
	border: 0;
	font-size: 1.6em;
	font-family: 'EconomicaBold';
	text-transform: uppercase;
	color: #115973;
	letter-spacing: 0.05em;
	cursor: pointer;
}

#login-container .forgot-password-link {
	display: block; float: left;
	margin: 0 0 0 8px;
	height: 22px; line-height: 22px;
	color: white;
	font-size: 0.9em;
}



/* NAVIGATION ----------------------------------------------------------------------------------- */

div#navigation {
	padding: 0;
	margin: 0;
	width: 100%;
}

div#subnavigation {
	margin: 100px 0 0;
	padding: 0;
	float: left;
}

ul#navigation-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#navigation-list li {
	margin: 0 30px 0 0; padding: 0;
	font-size: 1.9em;
	float: left;
}

ul#navigation-list li a:link,
ul#navigation-list li a:visited {	
	margin: 0;
	padding: 0;
	color: #115973;
	text-decoration: none;
	font-family: 'EconomicaBold', sans-serif;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	transition:color 0.1s linear; -moz-transition:color 0.1s linear; -webkit-transition:color 0.1s linear;
}

ul#navigation-list li a:hover {		color: white; transition:color 0.1s linear; -moz-transition:color 0.1s linear; -webkit-transition:color 0.1s linear; }
ul#navigation-list li a:active { 	color: #115973; }


/* LEFT COLUMN ---------------------------------------------------------------------------------- */

div#left-column {
	margin: 0 20px 20px 0;
	float: left;
	width: 200px;
	
}

ul#subnavigation-list {
	margin: 15px 0 25px 0;
	padding: 0px;
	list-style-type: none;
}

ul#subnavigation-list li {
	margin: 0;
	padding: 0;
}

ul#subnavigation-list li a:link, ul#subnavigation-list li a:visited {
	display: block;
	background: white;
	color: #115973;
	margin: 0 0 2px 0;
	padding: 5px 0 5px 5px;
	text-decoration: none;
	border-left: 3px solid #39758b;
	font-family: 'EconomicaBold', sans-serif;
	font-size: 1.3em;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	transition:all 0.1s linear; -moz-transition:all 0.1s linear; -webkit-transition:all 0.1s linear;
}

ul#subnavigation-list li a:hover, ul#subnavigation-list li a:active {
	background: #39758b;
	color: white;
	transition:all 0.1s linear; -moz-transition:all 0.1s linear; -webkit-transition:all 0.1s linear;
}	

div#db-logo {
	width: 200px;
	text-align: center;
}

ul.login-list li#view-account {
/* 	font-weight: bold; */
	padding: .5em 1.4em .5em 0;
	font-size: 1.4em;
	background-image: url(/images/16-member.png);
	background-repeat: no-repeat;
	background-position: 100% .4em;
}

ul.login-list {
	margin: 0 0 0 10px;
	padding: 0;
	float: left;
	list-style-type: none;
}

ul.login-list li {
	margin: 0 0 1px;
	padding: 0;
	width: 150px;
	font-size: 1.2em;
	font-weight: bold;
}

ul.login-list li a:link ,
ul.login-list li a:visited {
	margin: 0;
	padding: 5px;
	color: #000;
/* 	background: #000098; */
	background: #fff;
	display: block;
	text-align: left;
	text-decoration: none;
/* 	font-weight: bold; */
}

ul.login-list li a:hover ,
ul.login-list li a:active {
	background: #115973;	
	color: #fff;
}

ul.login-list li form {
	padding: 0;
	margin: 0;
}

dl#login dt {
	padding: 0;
	margin: 2px 0 2px 4px;
	width: 100px;
	text-align: left;
	float: left;	
}

dl#login label {
	font-size: 1em;
	color: #115973;
}

dl#login dd {
	padding: 0;
	margin: 2px 0 2px 4px;
	width: 100px;
	text-align: left;
	float: left;
}





dl.featured_journals_list {
	margin: 0;
	padding: 0;
}

dl.featured_journals_list dt {
	margin: 0;
	padding: 0 0 5px 20px;
	font-weight: bold;
	background-image: url(../images/icons/pdf_icon.gif);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 1.2em;
}

dl.featured_journals_list dd {
	margin: 0 0 15px 0;
	padding: 0 0 10px 20px;
	border-bottom: 1px solid #eeeeee;
	font-size: 1.2em;
}



/* RIGHT COLUMN --------------------------------------------------------------------------------- */
div#right-column {
	margin: 10px 0 20px 0;
	float: left;
	width: 740px;
}


div#latest-issue {
	margin: 10px 0;
	padding: 10px 15px 10px 15px;
	background: #eaf1f3;
	float: left;
	width: 710px;
}

div#latest-issue h3 {
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

dl#latest-issue-list {
	margin: 0 ;
	padding: 0;
	font-size: 1.2em;
}	

dl#latest-issue-list dt {
	margin: 0 4px 0 0;
	padding: 0 0 15px;
	float: left;
	font-weight: bold;
}

dl#latest-issue-list dd {
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
}

div#latest-issue-cover {
	float: left;
	width: 25%;
	margin: 0 3% 0 0;
}
div#latest-issue-cover a { width: 100%; }
div#latest-issue-cover a img { width: 100%; }

div#latest-issue-includes 		{ float: left; width: 72%; }
div#latest-issue-includes h4 	{ margin: 0 0 10px 0; }
ul#latest-issue-includes-list 	{ margin: 0; padding: 0; }

ul#latest-issue-includes-list li {
	margin: 0 0 10px 15px;
	padding: 0;
	font-size: 1.1em;
}


/* CENTER COLUMN -------------------------------------------------------------------------------- */

div#center_column {
	margin: 0;
	padding: 10px;
	width: 770px;
	float: left;
}


ul.key { margin: 20px 0; padding: 0; overflow: hidden; list-style: none; }
ul.key li { float: left; margin: 0 10px 0 0; color: #115973; font-size: 2.0em; font-family: 'Economica'; text-transform: uppercase; }


dl.view_journal_list {
	padding: 0 20px 0 0;
	font-size: 1.1em;
	float: left;
	width: 100%;
	box-sizing: border-box;
}

dl.view_journal_list dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

dl.view_journal_list dd {
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #eeeeee;
}

dl#abstract_list {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

dl#abstract_list dt {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

dl#abstract_list dd {
	margin: 0;
	padding: 0;
}

img#cover_art {
	margin: 5px 0 10px 0;
}


table#search_results_table {
	width: 100%;
	margin: 20px 0;
	padding: 0;
	border-collapse: collapse;
	border: 0;
}

table#search_results_table tr {
	margin: 0;
	padding: 0;
}

table#search_results_table th.cover, table#search_results_table td.cover {
	margin: 0;
	padding: 3px;
	text-align: center;
	background-color: #ffffff;
}

table#search_results_table td, table#search_results_table th {
	margin: 0;
	padding: 3px;
	font-size: 1.2em;
	text-align: center;
}

table#search_results_table th { background-color: #115973; color: white; font-family: 'Economica'; font-size: 2.0em; letter-spacing: 0.05em; }

table#search_results_table tr:nth-child(odd) 	{ background-color: #eaf1f3; }
table#search_results_table tr:nth-child(even) 	{ background-color: #ffffff; }


	/* Search form */
	
	.search-form { width: 100%; }
	.search-form fieldset { width: 100%; }
	
	.search-form .search-input { 
		width: 70%;
		height: 32px; line-height: 32px;
		font-size: 1.6em;
		margin-right: 2%;
		padding: 0;
		box-shadow: 0px 0px 0px 1px #999;
	}
	
	.search-form button { width: 25%; height: 32px; line-height: 32px; margin: 0; padding: 0; }


div#full_details_left {
	margin: 0;
	padding: 0;
	float: left;
	width: 500px;
	/*background-color: #f0f;*/
}

div#full_details_left h1 {
	margin: 5px 0 10px;
}

div#full_details_left img {
	padding: 0;
}

div#full_details_left form {
	float: left	;
	width: 50%;
	margin: 0;
	padding: 0;
}

dl.full_details_list {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	float: left;
}

dl.full_details_list dt {
	margin: 0 5px 5px;
	padding: 0;
	width: 100px;
	font-weight: bold;
	text-align: right;
	float: left;
}

dl.full_details_list dd {
	margin: 0 0 5px;
	padding: 0;
	width: 300px;
	text-align: left;
}

div#full_details_right {
	margin: 0;
	padding: 5px 0;
	float: left;
	width: 50%;
}

div#full_details_article {
	margin: 0;
	padding: 0;
}

div#full_details_article_left {
	padding: 5px 0;
	margin: 0;
	width: 49%;
	float: left;
}




/* Michael 1/5/08 ------------------------------------- */

div.article-cell {
	width: 740px;
	float: left;
}

div.article-cell form {
	padding: 0;
	margin: 5px 0;
	float: left;
}

div.article-cell label {
	padding: 0;
	margin: 0 0 0 10px;
	color: #000;
	font-weight: normal;
	font-size: 1.2em;
}

div.article-cell dl {
	padding: 0;
	margin: 20px 0;
	font-size: 1.2em;
	float: left;
	width: 310px;
}

div.article-cell dt {
	padding: 0;
	margin: 0 5px 5px;
	width: 100px;
	font-weight: bold;
	text-align: right;
	float: left;

}

div.article-cell dd {
	padding: 0;
	margin: 0 0 5px;
 	width: 200px; 
	text-align: left;
	float: left;
}


.articles-table {
	width: 100%;
	margin: 20px 0;
	padding: 0;
	border-collapse: collapse;
	border: 0;
}

.articles-table tr { margin: 0; padding: 0; }

.articles-table td, 
.articles-table th {
	margin: 0; padding: 10px 0;
	font-size: 1.2em;
	text-align: center;
}

.articles-table tbody th { background-color: #115973; color: white; font-family: 'Economica'; font-size: 1.6em; letter-spacing: 0.05em; }

.articles-table tbody tr:nth-child(odd) 	{ background-color: #eaf1f3; }
.articles-table tbody tr:nth-child(even) 	{ background-color: #ffffff; }

.articles-table tbody tr.selected {
	background-color: #E7F2FE;
	font-weight: bold;
}

.articles-table .button { font-size: 1em; }


div.cover-wrapper {
	width: 120px;
	float: left;
	margin: 20px 0;
}

dl.article-meta { margin: 20px 0; }

div.cover-wrapper img {
	display: block;
	margin: 0 auto 10px;
}

div.cover-wrapper p {
	font-size: 1.1em;
}

table#key {
	width: 300px;
	margin: 10px 0 0;
	border-top: 1px solid #C8C8C8;
}

table#key td {
	padding: 5px 15px 0 0;
	margin: 0;
}

form#email-link {
	padding: 0;
	margin: 30px 0 0;
}

form#email-link label {
	font-size: 1.2em;
	font-weight: normal;
	color: #000;
}

form#email-link dl {
	padding: 0;
	margin: 2px 0 0;
	float: left;
}

form#email-link dt {
	padding: 0;
	margin: 5px 5px 5px 0;
	width: 100px;
	text-align: right;
	float: left;
}

form#email-link dd {
	padding: 0;
	margin: 0 0 5px;
	width: 400px;
	text-align: left;
}

ul#form-error {
	width: 520px;
	padding: 10px;
	margin: 10px 0;
	background: #fbebe8;
	border: 1px solid #bb1717;
	list-style-type: none;
}

ul#form-error li {
	padding: 0;
	margin: 0 0 0 10px;
	color: #000;
	font-size: 1.2em;
}


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






div#full_details_article_right {
	padding: 5px 0;
	margin: 0;
	width: 49%;
	float: left;
}

div#full_details_article_right h3 {
	margin-top: 0;
}

div#full_details_article_center {
	clear:both;
}


div#home-container {
	margin: 0;
	padding: 0 0 10px;
	text-align: center;
}

ul#home-option-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#home-option-list li {
	float: left;;
	width: 230px;
	height: 230px;
	margin: 0 5px 0;
	padding: 0;
	text-align: center;
}

ul#books-journals-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#books-journals-list li {
	float: left;
	width: 230px;
	height: 230px;
	margin: 0 5px 0;
	padding: 0;
	text-align: center;
}


/* RIGHT COLUMN --------------------------------------------------------------------------------- */
div#right_column {
	padding: 0 10px 0 10px;
	float: left;
	width: 130px;
}


/* FOOTER --------------------------------------------------------------------------------------- */

div#footer {
	padding: 10px 0;
	width: 100%;
	background: #115973;
	color: white;
	text-align: right;
	overflow: hidden;
}

div#footer a:link, div#footer a:visited { color: white; font-style: italic; }

#footer #footer-right { float: right; }

#footer a#footer-logo { float: left; margin: 0 10px 0 10px; }

#footer #footer-text { float: left; }

div#footer p {
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	letter-spacing: .1em;
}
/* EXTRA CLASSES -------------------------------------------------------------------------------- */

div#big p {
	margin: 1px;
	padding: 1px;
	font-size: 2.2em;
	letter-spacing: .2em;
}

.clear 	{ clear: both; }
.left 	{ text-align: left; }
.center { text-align: center; }

.mandatory {
	color: #cc0000;
	margin: 0;
	padding: 0;
}

.browse {
	padding: 0 0 10px 20px;
	background-image: url(../images/icons/16-zoom.png);
	background-position: top left;
	background-repeat: no-repeat;
}

/* tables --- */

#data {
	border: 1px solid #666666;
	border-spacing: 0;
}



#data caption {
	margin: 0 0 5px 0;
	padding: 0;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
}

#data tbody tr th {
	font-size: 9pt;
	font-weight: bold;
	padding: 3px 8px;
	border-left: 1px solid #D9D9D9;
	border-bottom: 1px solid #d9d9d9;
	background: #fff;
}

#data tbody tr td {
	font-size: 9pt;
	padding: 3px 8px;
	border-left: 1px solid #D9D9D9;
}

#data tbody tr.selected {
/* 	background-color: #ffffa0; */
	background-color: #E7F2FE;
	font-weight: bold;
}



#data tbody tr.cpd_total {
	background-color: #ffffa0;
	font-weight: bold;
}


#update {
	margin-top: 10px;
}






#data tbody tr.greyed, #data tbody tr.greyed a:link, #data tbody tr.greyed a:visited {
	color: #777777;	
	font-style: italic;
}







ul#cpd_list {
	
}

ul#cpd_list li {
	font-size: 1.4em;
	padding: 2px;
}

.customer_correct{ color: green; }
.customer_incorrect{ color: red; }
.customer{ color: blue; }

a img { border: 0 ; }




/* EXTRA -------------------------------------------- */

.center {
	text-align: center;
}

img.align {
	padding: 0;
	margin: 0 2px 4px 0;
	vertical-align: middle;
	border: 0;
}

/* help section */

dl#help_item dt {
 	padding: 0; 
 	margin: 2px 0 2px 4px; 
	width: 450px;
	font-size: 150%
}

dl#help_item dd {
	width: 450px;
	font-size: 120%
}

/* contact form */

	div#contact_left { float: left; width: 50%; }
	div#contact_right { float: left; width: 50%; }
	
	#contact-form-wrap {
		background-color: #eaf1f3;
		width: 100%;
		margin: 20px 0;
		overflow: hidden;
	}
	
	form#contact_form {
		margin: 20px;
	}
	form#contact_form dl {
		margin: 0;
		padding: 0;
	}
	
	form#contact_form dl dt {
		margin: 0;
		padding: 5px 10px 0;
		text-align: right;
		width: 50px;
	}
	
	form#contact_form dd {
		margin: 0 0 10px;
		padding: 0;
	}
	
	form#contact_form p {
		margin-bottom: 5px;
	}


/* journals page */


	a.journal_letter {
		text-decoration: underline;
		font-size: 1.6em;
	}

	td,th {
		font-size: 1.4em;
	}



/* cart */

table.cart { width: 100%; border-spacing: 0; margin: 20px 0; }


table.cart  caption {
	margin: 0 0 5px 0;
	padding: 0;
	text-align: left;
	font-size: 1.2em;
	font-weight: bold;
}

table.cart tbody tr th {
	padding: 3px 8px;
	background: #fff;
}

table.cart tbody tr td {
	padding: 3px 8px;
}

table.cart tbody tr.selected {
	background-color: #E7F2FE;
}


#table.cart tbody tr.cpd_total {
	background-color: #ffffa0;
}

table.cart tbody tr th { background-color: #115973; color: white; font-family: 'Economica'; font-size: 2.0em; letter-spacing: 0.05em; }

table.cart tbody tr:nth-child(odd) 	{ background-color: #eaf1f3; }
table.cart tbody tr:nth-child(even) { background-color: #ffffff; }

.worldpay-icons {
	float: left;
	list-style: none;
}

/* checkout  */


dl#checkout  {
	padding: 0;
	margin: 2px 0 0;
	font-size: 1.2em;
	float: left;
	width: 500px;
/*   	background: green;  */
}

dt#checkout  {
	padding: 0;
	margin: 0 5px 5px;
	width: 240px;
	font-weight: bold;
	text-align: right;
	float: left;
/*   	background: blue;   */

}

dd#checkout  {
	padding: 0;
	margin: 0 0 5px;
 	width: 240px; 
	text-align: left;
  	background: red;  
	float: left;
}


/* Misc overrides */

.float-left { float: left; }
.float-right { float:right; }


/* Errors */

.error { display: block; width: 100%; padding: 5px 0; text-align: center; background-color:#c21b1c; color: white; }









