﻿@charset "utf-8";

/*-----------------------------------------------
'	Company:ehaus ltd (http://www.ehaus.co.uk/)
'	Copyright © 2010, All rights reserved.
'	Date Created: Mar 2010
'	Last Modified Date: 27 Jul 2010
'	Modified by: Joe
------------------------------------------------*/

/* reset, styles to reset browser defaults */
/*----------- DON NOT EDIT THESE STYLES  -----------*/
html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
address,
blockquote,
th,
td {
	margin: 0; 
	padding: 0;
	font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var	{
	font-style:normal;
	font-weight:normal;
	}
li {
	list-style:none;
}
caption,
th {
	text-align:left;
	}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
	}
abbr, acronym {
	border:0;
	font-variant:normal;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
	}
a {
	outline: none;
	}
/*----------- DON NOT EDIT STYLES ABOVE -----------*/
/*----------- end reset, styles to reset browser defaults -----------*/

/* defaults, portable common styles */
body {
	background-color: #fff; 
	padding: 0; 
	margin: 0; 
	font: 14px/20px Arial, Helvetica, Verdana, sans-serif; 
	font-variant: normal;
	color: #24272D; 
	text-align: center;
	}
h1,
h2,
h3,
h4 {
	font-family: Constantia, serif;
	font-weight: bold;
	color: #1C4360;
	}	
h1 {
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 18px;
	}
h2 {
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 10px;
	}
h3 {
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 6px;
	}
fieldset,
img {
	border: none;
	outline: none;
	}
a {
	outline: 0;
	}
p,
address {
	margin: 0 0 22px 0;
	font-style: normal;
	}
.al {
	text-align: left;
	}
.ac {
	text-align: center;
	}
.ar {
	text-align: right;
	}
.fl {
	float: left;
	}
.fr {
	float: right;
	}
.cl {
	clear: left;
	}
.cr {
	clear: right;
	}
.cb {
	clear: both;
	}
.cn {
	clear: none;
	}
.imgr {
	float: right;
	margin: 7px 0 20px 20px;
	}
.imgc {
	margin: 0 auto 22px;
	}
.imgl {
	float: left;
	margin: 7px 20px 20px 0;
	}
.assistive-link,
.print {
	display: none !important;
	}
ol {
	list-style-position: inside;
	}
ol li {
	margin: 0 0 10px 22px;
	list-style: decimal;
	}
ol li ul {
	margin: 0;
	}
ol li ul li {
	margin: 0 0 0 22px;
	list-style: lower-roman;
	}
/* Normal page-body ul, rather than navmenu or styled page <li>'s */
ul.regular {
	margin-bottom: 1em;
	}
ul.regular li {
	list-style: outside;
	margin-left: 1em;
	}
	
/* links  */	
a:link, 
a:visited, 
a:active {
	color: #FF6600;
	font-weight: bold; 
	text-decoration: none;
	}					 			 
a:hover,
a:focus	{
	text-decoration: underline;
	}
a.btn-add {
	background-position: 50% 0;
	background-repeat: no-repeat;
	width: 141px;
	height: 44px;
	display: block;
	color: #fff;
	line-height: 44px;
	text-align: center;
	}
a.btn-add:hover,
a.btn-add:focus {
	text-decoration: none;
	}
.element-mm a.btn-add, a.mm-add {
	background-image: url("../images/btn_add_mm.png");
	}
.element-cv a.btn-add, a.cv-add {
	background-image:url("../images/btn_add_cv.png");
	}
.element-mm a.title {
	color: #D90000;
	}
.element-cv a.title {
	color: #007FA0;
	}


/* layout */
body {
	width: 100%;
	background: url("../images/bg_body.png") 0 0 repeat-x;
	}
.wrapper {
	width: 1000px;
	left: 50%;
	margin: 0 auto 50px;
	text-align: left;
	/*overflow: hidden;*/
	}
.header {
	background: url("../images/bg_header.png") 0 0 no-repeat;
	color: #fff;
	height: 170px;
	width: 100%;
	position: relative;
	margin: 0 0 20px 0;
	z-index: 90;
	}	
.content {
	margin-bottom: 20px;
	position: relative;
	min-height: 300px;
	float: left;
	width: 100%;
	z-index: 1;
	}
.sidecol-1 {
	float: left;
	width: 200px;
	margin: 0 20px 20px 0;
	}
.maincol-1 {
	float: left;
	width: 780px;
	min-height: 300px;
	}
.footer {
	margin-top: 20px;
	padding: 40px 0;
	clear: both;
	position: relative;
	background: #183852;
	color: #fff;
	text-align: left;
	}

/* common styles */
.discount {
	background: url("../images/discount.png") 0 0 no-repeat;
	position: absolute;
	top: -19px;
	right: 0;
	margin-left: -45px;
	width: 84px;
	height: 86px;
	z-index: 999em;
	text-indent: -999em;	/* todo: fix this */
	}
.box {
	border: 1px solid #DCE1E4;
	padding: 15px;
	margin: 0 20px 20px 0;
	float: left;
	}
.boxnew  {
	margin-right: 0;
	}
.maincol-1 .box {
	width: 748px;
	min-height: 35em;
	}
.boxlast {
	margin-right: 0;
	}
.cols-2 {
	margin-right: -20px;
	}
.cols-2 .box {
	width: 348px;
	min-height: 260px;
	}
	
/* header styles */
.header .logos {
	position: absolute;
	top: 32px;
	left: 0;
	}
.header .logos a {
	width: 150px;
	height: 100px;
	float: left;
	display: block;
	background-image:url("../images/logo.png");
	background-repeat: no-repeat;
	}
.header .logos a span {
	display: none;
	}
.header .logos a.logo_mm {
	background-position: 0 0;
	}
.header .logos a.logo_cv {
	background-position: -150px 0;
	}
.header .logos a.logo_mm:hover,
.header .logos a.logo_mm:focus {
	background-position: 0 -100px;
	}
.header .logos a.logo_cv:hover,
.header .logos a.logo_cv:focus {
	background-position: -150px -100px;
	}

/*.element-mm .header .logos .logo_cv,
.header .logos a.cv_off {
	background-position: -150px -200px;
}
.element-cv .header .logos .logo_mm,
.header .logos a.mm_off {
	background-position: 0 -200px;
}*/

body.element-mm .header .logos .logo_cv {
	background-position: -150px -200px;	/* grey-out disable the CV logo on MM-only pages (body.element-mm) */
	}
	/*TODO : also need hover-rules for these pages */

body.element-cv .header .logos a.logo_mm {
	background-position: 0 -200px;		/* grey-out disable the MM logo on CV-only pages (body.element-cv) */
	}
	
.header a {
	color: #fff;
	}
.header ul.nav {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 38px;
	}
.header ul.nav li {
	float: left;
	border-right: 1px solid #55646D;
	line-height: 20px;
	height: 20px;
	margin: 9px 0;
	position: relative;
	}
.header ul.nav li.first {	
	border-left: 1px solid #55646D;
	}
.header ul.nav li a {
	color: #CED0D2;
	float: left;
	padding: 0 7px;
	line-height: 20px;
	height: 20px;
	}
.header ul.nav li.blog a {
	background:url("../images/nav_blog.png") 100% 0 no-repeat;
	padding-right: 20px;
	margin-right: 15px;
	}
.header ul.nav li a:hover,
.header ul.nav li a:focus {
	color: #fff;
	text-decoration: none;
	text-shadow: #CED0D2 0 0 20px;
	}
.header ul.nav ul {
	visibility: hidden;
	display: block;
	position: absolute;
	left: 5px;
	top: 20px;
	padding: 9px 0 0;
	z-index: 9999;
	box-shadow: 0px 18px 24px #222222;
}
.header ul.nav li:hover ul {
	visibility: visible;
	}
.header ul.nav ul li {
	border: 1px solid #102B3E;
	border-width: 0 1px 1px 1px;
	border: 0;
	margin: 0;
	height: auto;
	}
.header ul.nav li ul li a {
	border-top: 1px solid #102B3E;
	background: #183852;
	padding: 3px 10px;
	font-weight: normal;
	width: 260px;
	height:auto;
	}
	
.header .mini-basket {
	position: absolute;
	top: 10px;
	left: 610px;
	text-align: left;
}
.header .mini-basket p {
	margin: 0 0 8px;
	}
.header .mini-basket p a {
	margin: 0 10px 0 0;
	}
.header .mini-basket p.minimenu {
	font-size: 12px;
	margin-left: -4px;
	}
.header .mini-basket p.minimenu a {
	margin: 0 4px;
	}
.header .mini-basket .basket {
	background:url("../images/ico_basket.png") 0 0 no-repeat;
	padding: 0 0 0 30px;
	}
.header .mini-basket .baskete {
	background:url("../images/ico_baskete.png") 0 0 no-repeat;
	padding: 0 0 0 30px;
	}
.header .qsearch {
	position: absolute;
	top: 95px;
	right: 0;
	width: 400px;
	}
.header .qsearch form {
	float: left;
	margin-right: 10px;
	}
.header .qsearch form label {
	display: none;
	}
.header .qsearch form input {
	border: 0;
	height: 27px;

	line-height: 27px;
	}
.header .qsearch form .search-enter {
	background:url("../images/qs_input_bg.png") 0 0 no-repeat;
	float: left;
	width: 193px;
	padding: 0 0 0 5px;
	color: #555;
	}
.header .qsearch form .btn-go {
	background:url("../images/qs_btn_go.png") 0 0 no-repeat;
	float: left;
	width: 44px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	}	
	
/* sidecol */
.sidecol-1 h3 {
	background: #1B3B53;
	color: #fff;
	margin:0;
	padding:5px 10px;
	line-height: 20px;
	}
.sidecol-1 .box {
	background-color: #E3EBF1;
	padding: 10px;
	width: 178px;
	}
.sidecol-1 .box p, 
.sidecol-1 .box ul {
	margin-bottom: 8px;
	}
.sidecol-1 .box ul {
	margin: 10px 0 20px;
	font-size: 14px;
	}
.sidecol-1 .box li {
	padding: 0 0 5px 20px;
	}
.sidecol-1 .information ul {
	background-color: #fff;
	border: 1px solid #DCE1E4;
	width: 198px;
	margin-bottom: 1em;
	}
.sidecol-1 .information li {
	padding: 0 10px;
	}
.sidecol-1 .information li a {
	color: #1C4360;
	font-weight:normal;
	}

.sidecol-1 h3 {
	font-size: 14px;
	}
.sidecol-1 h3 a {
	color: #1C4360;
	}
.sidecol-1 .btn-e-alert {
	background:url("../images/bg_box_email.png") 142px 100% no-repeat #E3EBF1;
	padding: 5px 60px 5px 10px;
	width: 130px;
	display: block;
	margin-bottom: 10px;
	}
.sidecol-1 .btn-mail-list {
	background:url("../images/bg_box_mail.png") 138px 2px no-repeat #E3EBF1;
	padding: 5px 75px 5px 10px;
	width: 115px;
	display: block;
	margin-bottom: 10px;
	}
.sidecol-1 .btn-social {
	background:url("../images/social-media.png") 120px 8px no-repeat #E3EBF1;
	padding: 5px 75px 5px 10px;
	width: 115px;
	display: block;
	margin-bottom: 10px;
	}

/* faceted menu */
#menu {
	background-color: #fff;
	width:198px;
	border: 1px solid #DCE1E4;
	}
#menu h4 {
	margin: 0;
	background: #E3EBF1;
	border-bottom: 1px solid #DCE1E4;
	padding: 5px 10px;
	}
#menu h4.expandable {
	background: url("../images/expand.png") no-repeat scroll 170px 13px #E3EBF1;
	}
#menu h4.expandable:hover,
#menu h4.expandable:focus {
	color: #f60;
	}
#menu li {
	padding: 0;
	}
#menu li a {
	color:#1C4360;
	font-weight: normal;
	}
#menu li a span {
	color: #999;
	}
#menu li ul {
	border-bottom: 1px solid #DCE1E4;
	margin: 0;
	padding:3px 0;
	}
#menu li ul li {
	padding: 0 10px;
	}
	

/* index page specific */
#index .maincol-1 .boxnew {
	min-height: 25em;
	}
.scrollHolder {
	background:url("../images/bg_scroller.png") repeat-x scroll 0 100%;
	margin:0 -15px;
	padding: 0 15px;
	overflow:hidden;
	width:748px;
	}
.scrollable {
	float: left;
	height: 117px;
	overflow: hidden;
	position: relative;
	width: 748px;
	}
ul.items {
	position: absolute;
	}
ul.items li {
	float: left;
	padding: 0 18px 15px;
	text-align: center;
	height: 102px;
	width: 88px;
	}
ul.items li.active {
	background:url("../images/active_arrow.png") 50% 100% no-repeat;
	}
ul.items li a {
	width:88px;
	}
ul.items li img {
	border: 1px solid #999;
	}
a.disabled {
	visibility:hidden !important;
	}
.panes {
	float:left;
	padding:30px 0 10px;
	width:100%;
	}
div.pane {
	display:none;
	overflow: hidden;
	}
div.pane .img-col {
	float: left;
	text-align: center;
	width: 190px;
	}
div .pane .img-col a img {
	border:1px solid #999;
}
div.pane .biblio-col {
	margin-left: 200px;
	}
div.pane .biblio-col h2 span {
	display: block;
	font-weight: normal;
	padding-top: 5px;
	}
.pr, .pr-price, .pr-p, .pr-save {
	font-weight: bold;
	padding: 0 10px 0 28px;
	background-position: 0 4px;
	background-repeat: no-repeat;
	float: left;
	width: 140px;
	clear: left;
	}

.pr-p {
	font-weight: normal;
	}
.pr span, .pr-save {
	color: #C00;
	font-size: 9pt;
	font-weight: normal;
	}
.pr-uk {
	background-image:url("../images/flag_uk_sm.png");
}
.pr-us {
	background-image:url("../images/flag_us_sm.png");
}
.pr-eu {
	background-image:url("../images/flag_eu_sm.png");
}
div.pane a.btn-add {
	float: left;
}

/* about */
.form-inspection label {
	display: block;
	}
.form-inspection input[type="text"],
.form-inspection textarea {
	display: block;
	margin-bottom: 15px;
	width: 300px;
	}
.form-inspection input.input-isbn {
	width: 40px;
	display: inline;
	}
.form-inspection input.input-pcode {
	width: 120px;
	}

/* contact */
#contact .box {
	height: 15em;
	}
p.map {
	margin: 0;
	}
.find-us {
	width: 100%;
	margin: 10px 0 20px;
	float: left;
	}
.find-us ul {
	margin-bottom: 22px;
	}
.google-map {
	float: right;
	width: 600px;
	margin: 0 0 20px 20px;
	}
#main-map table td.basicinfo,
#main-map table .iw {
	font-size: 90%;
	}
.registered {
	width: 100%;
	text-align: center;
	}
.tube {
	padding: 0 2px;
	border: 1px solid #eee;
	}
.t-hac {
	color:#FF6699;
	}
.t-cl {
	color:#CC0000;
	}
.t-ov {
	color: #FF6600;
	}
	
/* display */
#display h1 span {
	display: block;
	font-weight:normal;
	line-height: 28px;
}
#display .img-col {
	float: right;
	width: 165px;
	margin: 0 0 10px 10px;
	text-align: center;
}
#display .biblio-col {
	overflow: hidden;
}
#display .biblio-col dl {
	float: left;
	width: 270px;
	margin: 0 0 5px;
}
#display .biblio-col dt,
#display .biblio-col dd {
	float: left;
}
#display .biblio-col dt {
	width: 90px;
	margin-right: 5px;
	clear: left;
}
#display .avail-y {
	background:url("../images/ico_tick.png") 0 0 no-repeat;
	margin: 15px 0;
	padding: 0 0 0 25px;
	clear: left;
}
#display .pr {
	width: 570px;
	margin: 0 0 10px;
}
#display .btn-add {
	clear: left;
	float: left;
	margin: 10px 0;
}
#display .biblio {
	clear: both;
	border-top: 1px solid #CCCCCC;
	margin-top: 20px;
	padding-top: 20px;
}
#display a.inspection {
	background: url("../images/ico_inspection.png") 0 2px no-repeat;
	padding: 0 0 0 20px;
	float: left;
	margin: 20px 0 0 30px;
	color: #222;
}
#display blockquote {
	font-style: italic;
}
#display .review p {
	line-height: 20px;
	margin: 20px 0 0 0;
}
#display .review {
	line-height: 10px;
	padding-bottom: 5px;
}
#display .img-col img {	
	border: 1px solid #ccc;
	margin: 0 0 15px;
}
#display .img-col .btn-email {
	display: block;
	background:url("../images/btn_email.png") 50% 0 no-repeat;
	height: 32px;
	width: 100%;
	float: left;
	text-indent: -9999em;
	margin: 0 0 10px;
}
#display .img-col .btn-google {
	background:url("../images/btn_google_preview.png") 50% 0 no-repeat;
	height: 51px;
	width: 100%;
	float: left;
	text-indent: -9999em;
	margin: 0 0 10px;
}
	
/* login */
form.admin-access {
	width: 270px; 
	padding: 20px; 
	background: #2C69B7; 
	color: #fff; 
	float: left; 
	margin: 0 20px 100px 0;
}
form.admin-access label {
	display: block; 
	font-size: 18px;
}
form.admin-access input.input {
	border: 0; 
	padding: 5px; 
	width: 260px; 
	background: #fff; 
	margin: 5px 0 20px;
}
form.admin-access input.fmsubmit {
	background: url("../images/btn_login.png") 0 0 no-repeat; 
	width: 137px; 
	height: 48px; 
	border: 0; 
	margin-left: 67px; 
	cursor: pointer; 
	text-indent: -9999em;
}
form.admin-access input.fmsubmit:hover {
	background-position: -137px 0;
}

/* results */
.pagenav {
	position: relative;
	border-top: 1px solid #DCE1E4;
	border-bottom: 1px solid #DCE1E4;
	padding: 10px 0 14px;
	margin: 0 0 22px;
	width:100%;
	}
#frmSort {
	position: absolute;
	right: 0;
	top: 10px;
	}
.pagenav, 
.pagenav h3, 
.pagenav ul, 
.pagenav li {
	float:left;
	height: 15px;
	line-height: 13px;
	font-size: 13px;
	}
.pagenav form {
	position: absolute;
	right: 0;
	top: 10px;
	}	
.pagenav h3 {
	margin: 0 5px 0 0;
	padding: 2px 0;
	font-family: Arial,Helvetica,Verdana,sans-serif;
	}
.pagenav li {
	padding: 2px 6px;
	border-left: 1px dotted #1C4360;
	}
.pagenav li.inactive {
	padding: 0;
	border-left: 0;
	}
.pagenav li a {
	text-decoration: none;
	color: #1C4360;
	font-weight:bold;
	}
.browsetrail-spacer {
	height: 1px;
	width: 100%;
	border-bottom: 1px solid #DCE1E4;
	margin-bottom: 10px;
	float: left;
	clear: left;
}
.pagenav li a:hover,
.pagenav li a:focus {
	text-decoration: underline;
}
.results-list {
	clear: left;
	overflow: hidden;
}
.results-list li {
	width: 100%;
	margin: 0 0 22px;
	border-bottom: 1px solid #DCE1E4;
	float: left;
}
.results-list .img-col {
	float: left;
	text-align: center;
	width: 110px;
}
.results-list .biblio-col {
	margin-left: 120px;
	width: 490px;
	position: relative;
	padding-right: 170px;
}
.results-list .biblio-col dl {
	float: left;
	width: 490px;
	margin: 0 0 5px;
}
.results-list .biblio-col dt,
.results-list .biblio-col dd {
	float: left;
}
.results-list .biblio-col dt {
	width: 75px;
	margin-right: 5px;
	clear: left;
}
.results-list .biblio-col dd {
	margin-right: 5px;
}
.results-list .biblio-col p.more {
	clear: left;
}
.results-list .biblio-col h2 span {
	display: block;
	font-weight: normal;
	padding-top: 5px;
}
.results-list .price-col {
	position: absolute;
	top: 0;
	right: 0;
	width: 160px;
}
.results-list .price-col li {
	border-bottom: 0;
	margin: 0;

}
.results-list .price-col div {
	margin: 0 0 10px;
}
.results-list .price-col .btn-add {
	float: left;
}

/* site map */
#sitemap .col {
	margin: 0 0 20px;
	float: left;
}
#sitemap .col-1 {
	width: 170px;
}
#sitemap .col-2,
#sitemap .col-3 {
	width: 230px;
}
#sitemap .col-4 {
	width: 270px;
}
#sitemap .col ul li:before {
	content: "+ ";
	color:#999999;	
}
#sitemap .col ul ul {
	margin: 0 0 0 10px;
}
#sitemap .col ul ul li:before {
	content: "- ";
	color:#999999;	
}
	
/* trila */
#signup {
	width: 600px; 
	float: left; 
	margin: 20px 0; 
	font-size: 16px; 
	line-height: 26px;
}
#signup legend {
	font-weight: bold; 
	color: #222;
	margin: 0 0 20px 0;
}
#signup label {
	float: left; 
	width: 200px; 
	margin: 0 0 15px;
}

span.label, span.spacer, span.multiple span {
	float: left;
	width: 120px;
}

.subscribe div {
	float: left;
	margin: 0 0 10px;
	width: 100%;
}

#signup input {
	-moz-border-radius: 4px; 
	-webkit-border-radius: 4px; 
	border-radius: 4px;
	background: #ccc; 
	border: 0; 
	float: left; 
	height: 26px; 
	margin: 0 0 15px 10px; 
	width: 90px; 
	width: 380px; 
	padding: 4px 5px;
}
#signup input:focus {
	background: #ededed;
}
#signup input.button {
	background: url("../images/bg_btn_trial.png") 0 0 repeat-x #5B9200; 
	border: 1px solid #5B9200; 
	color: #fff; 
	font-weight: bold; 
	padding: 6px 5px; 
	margin: 10px 0 0 210px; 
	cursor: pointer; 
	text-align: center; 
	height: auto; 
	width: 388px;
} 
#signup input.button:hover, #signup input.focus {
	background-position: 0 -50px;
}	
	
/* footer */
.footer div.footer-wrapper {
	width: 1000px;
	left: 50%;
	margin: 0 auto;
	text-align: left;
	}
.footer h3 {
	color: #fff;
	margin-bottom: 22px;
	}
.footer a {
	color: #fff;
	}
.footer address {
	margin-bottom: 0;
	}
.footer p.tel {
	margin-top: 22px;
	}
.footer .rcol {
	float: right;
	margin-top: 38px;
	text-align: right;
	width: 400px;
	}
.footer .rcol ul li {
	display: inline-block;
	padding: 0 10px;
	border-right: 1px solid #fff;
	margin: 0 0 22px;
	}
.footer .rcol ul li.last {
	padding: 0 0 0 10px;
	border: none;
	}
.footer .rcol p.ehaus {
	margin-top: 54px;
	}


.results-filters {
	margin:0 0 10px;
	overflow: hidden;
	}
.results-trail {
	float: left;
	padding: 10px 0;
	width: 100%;
	}
.results-filters h3, 
.results-filters ul, 
.results-filters li, 
.display-pagenav ul, 
.display-pagenav li {
	float:left;
	line-height:20px;
	font-size: 15px;
	margin:0 5px 0 0;
	}
.browse-trail {
	padding: 10px 0;
	float: left;
	width: 100%;
	border-top: 1px solid #dce1e4;
	}
.browse-trail ul {
	list-style: none;
	margin-right: 12px;
	}
.browse-trail ul li {
	display: inline;
	}
.browse-trail ul li a {
	font-weight: normal;
	}
.pr-price a.btn-add {
	float: right;
}
#display .img-col #GBSButton a img {
	border: 0;
}

.pr-prices {
	display: block;
	float: left;
	width: 140px; /* adjust */
}

.bibdat dt {
	width: 140px;
	float: left;
	font-weight: bold;
	color: #1C4360;
}
#series_info, #author_info {
	border: 1px solid #e3ebf1;
	padding: 1em;
	margin: 0 0 20px;
	font-size: 10pt;
}
#series_info p, #author_info p {
	font-size: 10pt;
	line-height: 1.3em;
}
.author-alphabet {
	font-size: 1.2em;
	font-family: monospace;
}
a.selectauthor {
	padding: 0.15em;
	margin-right: 0.15em;
	padding-bottom: 0;
}
.author-alphabet .current {
	font-size: 120%;
	color: #f00;
	font-weight: bolder;
	border: 1px solid #E3EBF1;
	border-bottom: 0;
}
#authorlist {
	border: 1px solid #e3ebf1;
	padding: 1em;
	margin: 0 0 20px;
	font-size: 10pt;
	}
#authorlist ul li {
	list-style: circle inside;
	}
#authorlist ul li a {
	color: #1C4360;
	}

#seriesbrowse ul li a {
	}
#seriesbrowse ul li a span {
	color: #666;
	}
#seriesbrowse h4 {
	font-size: 1.4em;
	margin-bottom: 0.4em;
	padding-bottom: 0.4em;
	border-bottom: 1px solid #666;
	}
.subscription {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #BDC8D4;
	float: left;
	margin: 0 10px 15px 0;
	padding: 20px;
	width: 448px;
	}
.unsubscription {
	background: none repeat scroll 0 0 #fff;
	border: 1px solid #BDC8D4;
	float: left;
	padding: 20px;
	width: 238px;
	}
body#mailnews .wrapper #page-content .maincol-1 .box {
	min-height: 1em;
}
#inspectioncopylink {
	float: left; clear: both;
}

.crsl-descrip {
	float: right;
	width: 70%;
}

.cur-sel {
	width: 24px;
	height: 19px;
	display: block;
	float: left;
	margin-right: 4px;
	border: 0;
}

#curswitch {
	display: block;
	left:610px;
	position: absolute;
	text-align: left;
	top: 67px;
}

.pr-non-eu {		background-image:url("../images/flag_eu_sm_off.png");	}
.pr-non-eu:hover {	background-image:url("../images/flag_eu_sm.png");	}
.pr-non-us {		background-image:url("../images/flag_us_sm_off.png");	}
.pr-non-us:hover {	background-image:url("../images/flag_us_sm.png");	}
.pr-non-uk {		background-image:url("../images/flag_uk_sm_off.png");	}
.pr-non-uk:hover {	background-image:url("../images/flag_uk_sm.png");	}
