﻿@charset "utf-8";
/* CSS Document */

/*-----------------------------------------------
'	Company:ehaus ltd (http://www.ehaus.co.uk/)
'	Copyright © 2009, All rights reserved.
'	Date Created: April 2010
'	Last Modified Date: 18 Jul 2013
'	Last Modified By: James (.pr-avail abbr)
------------------------------------------------*/

/*----------- reset, styles to reset browser defaults -----------*/
/*----------- DON NOT EDIT  -----------*/
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;
	cursor: help;
}
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 ABOVE -----------*/
/*----------- end reset, styles to reset browser defaults -----------*/


/*----------- defaults, portable common styles -----------*/
body {
	background-color: #fff;
	padding: 0; 
	margin: 0; 
	font: 0.875em/1.5 Georgia, "Times New Roman", Times, serif; 
	font-variant: normal;
	color: #24272D;
}
h1,
h2,
h3,
h4 {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; 
	line-height: 1.2
}

h1 {
	font-size: 1.6em;
	margin-bottom: 1em;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	position:relative;
}
h1 span {
	background:#fff;
	display:inline-block;
	padding:0 18px;
	position:relative;
	z-index:2
}
h1:before {
	border:1px solid #e2dfd7;
	border-width:1px 0;
	content:"";
	display:block;
	height:2px;
	left:0;
	margin-top:-2px;
	position:absolute;
	top:50%;
	width:100%;
	z-index:1
}
h2 {
	font-size: 1.4em;
	margin-bottom: 0.5em;
}
h3 {
	font-size: 1.2em;
	margin-bottom: 0.4em;
}
fieldset,
img {
	border: none;
	outline: none;
}
a {
	outline: 0;
}
p,
address {
	margin: 0 0 1.6em 0;
}
	
.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 {
	display: none;
}
.highlight {
	background-color: #FF9;
	padding: 0 2px;
}
.tagwords {
	color: #000060;
	cursor: pointer;
}
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;
}
.drop-shadow {
	-moz-box-shadow: 2px 3px 6px #aaa;
	-webkit-box-shadow: 2px 3px 6px #aaa;
	box-shadow: 2px 3px 6px #aaa;
}
	
/*----------- links -----------*/
a:link, 
a:visited, 
a:active {
	color: #D8662A; 
	text-decoration: none;
}
a:hover,
a:focus	{
	color: #f60;
	text-decoration: underline;
}
a.more-link:link, 
a.more-link:visited, 
a.more-link:active {
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.2;
}	
a.more-link:hover, 
a.more-link:focus {
	background-position: 0 -30px;
}
a.toplink {
	margin: 20px 0 140px;
	display: block;
	width: 200px;
}
.main a {	
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

a#qshowall {
	display: block;
	margin-top: 1em;
	margin-right: 0.4em;
	cursor: pointer;
	float: right;
}

/*----------- forms -----------*/

/* Common forms used in main content areas */ 
.common-form {
	background: #e9e9e9;
	padding: 20px 50px;
	margin: 0 0 20px;
}
.common-form fieldset {
	margin-bottom: 10px;
}
.common-form legend {
	color: #222;
	font-size: 1.4em;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; 
	line-height: 1;
	margin: 0 0 8px;
	font-weight: bold;
}
.common-form .col {
	float: left;
	width: 48%;
	margin: 0 2% 0 0;
}
.common-form li {
	float: left;
	clear: left;
	margin: 0 0 10px;
}
.common-form p {
	margin: 0 0 10px;
}
.common-form label,
.common-form input[type=text] {
	float: left;
}
.common-form input[type=text],
.common-form input[type=password],
.common-form textarea {
	background: #fff;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	height: 16px;
	padding: 4px 5px;
	margin: 0 0 0.8em;
	width: 350px;
}
.common-form textarea {
	height: 64px;
}

.common-form select {
	background: #fff;
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 2px 5px;
	width: 350px;
	box-sizing:content-box;
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
}
.common-form a.button,
.common-form input[type=button] {
	border: 0;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background: #D8682A;
	color:#FFFFFF;
	font-weight:bold;
	margin: 0 10px 0 0;
	padding: 4px 10px;
}
.common-form a.button:hover,
.common-form a.button:focus {
	text-decoration: none;
}
.common-form a.button span {
	margin-left: 20px;
	font-size: 1.6em;
}

.common-form .brkrow {
	clear: left;
	float: left;
	width: 100%;
	height: 2em;
	margin-top: 0.8em;
}

/* newsletter */
.form-newsletter label {
	width: 100%;
}

/* search page specific */
.form-search {
	width: 360px;
}
.form-search label {
	margin: 0 0 0 6px;
}
.form-search ul li label {
	width: 355px;
}
.form-search input[type=text] {
	width: 350px;
}
.form-search select {
	min-width: 250px;
}
.form-search .row {
	margin: 0 0 10px;
}
.form-search .row label {
	width: 70px;
	margin: 4px 5px 0 0;
}
.form-search .buttons {
	margin: 0 0 0 75px;
}

/* simple search page specific */
.form-simple {
	width: 560px;
}
.form-simple input,
.form-simple select {
	margin-right: 6px;
}
.form-simple input[type=text] {
	float: none;
	width: 250px;
}
.form-simple label {
	float: none;
}
.form-simple .filters {
	border-top: 2px solid #D4D4D4;
	padding-top: 10px;
	margin-top: 20px;
}
.form-simple .filters legend {
	font-size: 1em;
	line-height: 1;
	margin: 0 0 0.2em;
}
/* search revise page specific */
.form-revise {
	margin: 10px 0 20px;
}
.form-revise legend {
	font-weight: bold;
	padding: 0 0 5px;
	color: #222;
}
.form-revise p {
	margin-bottom: 12px;
}	
.form-revise label {
	float: none;
}
.form-revise input[type=text] {
	float: none;
	width: 350px;
	margin-right: 6px;
}
.form-revise a.reset {
	display: block;
	margin: 4px 0 10px 9px;
}
.form-revise ul {
	margin: 0 0 10px 9px;
}
.form-revise ul li {
	float: left;
	clear: none;
	margin: 0 20px 0 0;
}
.form-revise ul li.stemming {
	padding-left: 20px;
	border-left: 1px solid #ccc;
}
.authorsearch {
	position: relative;
}
.form-author {
	width: 620px;
	width: 300px;
	margin: 0 auto 1em;
}
.form-author label {
	display: none;
}
.form-author input[type="text"] {
	width: 220px;
	margin: 0 10px 0 0;
}
.form-author input[type="button"] {
	height: 28px;
	padding: 0;
	width: 45px;
}
#author_livesearch_result {
	position: absolute;
	left: 179px;
	top: 48px;
	background:#fff;
	width: 220px;
}

#eml_postalcountry {
	width: 362px;
	margin-bottom: 1em;
}

/*----------- layout -----------*/
html > body .layout {
	margin: 0 auto;
	text-align: left;
	width: 960px;
}
html > body .main {
	clear: both;
	padding: 2em 20px;
	overflow: hidden;
}
.sidecol {
	float: left;
	width: 220px;
	margin: 0 20px 20px 0;
	font-size: 0.9em;
}
.maincol {
	margin: 0 0 0 240px;
	width: 660px;
	position: relative;
	overflow: hidden;
}
#content-primary {
	min-height: 20em;
}

#display .pr .biblio-col em p {
	width: 424px;
}
	
/* header */
.header {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; 
	background: #012e5a;
	background: -moz-linear-gradient(top, #014181, #012e5a);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#014181), to(#012e5a));
	height: 130px;
	width: 100%;
	float: left;
	color: #fff;
	/*position: relative;*/
}
.header .layout {
	position: relative;
}
.header .layout a.logo {
	position: absolute;
	top: 8px;
	margin: 0;
	width: 126px;
	height: 107px;
	display: block;
}
.header a,
.header a:visited {
	color: #fff;
	opacity: 0.8;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.header a:hover,
.header a:active,
.header a:focus {
	text-decoration: none;
	opacity: 1;
}
.header .nav {
	height: 34px;
	position: absolute;
	top: 90px;
	left: 170px;
}
.header .nav ul {
}
.header .nav li {
	float: left;
}
.header .nav a {
/*	font-weight: bold; */
	padding: 0 0.8em;
	line-height: 34px;
	height: 34px;
	text-transform: uppercase;
}
.connect {
	float: right;
	margin-left: 2em;
	line-height: 34px;
	margin-top: 26px;
	text-transform: uppercase;
}
.connect li {
	float: left;
}
.connect li.social {
	display: block;
}
.connect a {
	padding: 0 0.4em;
	line-height: 30px;
	height: 30px;
	text-transform: uppercase;
	min-width: 30px;
}
.connect .social a {
	background: url(../images/image-assets.png) 50% 4px no-repeat;
	display: block;
}
.connect .social-tw a {
	background-position: 50% -26px;
}
.connect .social-fb a {
	background-position: 50% -56px;
	padding-right: 0;
}
.connect .social a span {
	display: none;
}
.signbasket {
	position: absolute;
	top: 90px;
	right: 0;
	line-height: 34px;
	text-transform: uppercase;
	font-size: 10pt;
}
.signbasket a {
	line-height: 20px;
	height: 20px;
	float: left;
	padding: 0 0.5em;
	border-right: 1px solid #fff;
	margin: 7px 0 0;
}
.signbasket .viewb {
	background:url(../images/image-assets.png) 95% -90px no-repeat;
	padding: 0 40px 0 0.5em;
	border: 0;
	line-height: 34px;
	height: 34px;
	margin: 0;
}
.signbasket .viewb span.img {
	font-weight: bold;
}
.qsearch {
	float: right;
	margin-top: 26px;
	margin-right: 38px;
}
.qsearch form {
	margin: 4px 0 0;
}
.qsearch label,
.qsearch input {
	float: left;
}
.qsearch label {
	color:#fff;
	font-weight: bold;
	font-size: 1.2em;
}
.qsearch input[type=text] {
	/*width: 250px;*/
	width: 198px; /* 25% narrower */
	background: rgba(255,255,255,0.85);
	height: 28px;
	line-height: 28px;
	padding: 0 5px;
	border: 0;
	border-radius: 4px 0 0 4px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size: 0.75em;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.qsearch input[type=text]:focus {
	background: rgba(255,255,255,1);
}	
.qsearch input[type=submit] {
	width: 45px;
	background: url("../images/image-assets.png") 50% -124px no-repeat #D8682A;
	border-radius: 0 4px 4px 0;
	height: 28px;
	padding: 0;
	border: none;
	margin: 0;
	text-indent: -9999em;
	cursor: pointer;
}
.qsearch a {
	display: inline;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
	margin: 11px 0 0 26px;
	padding: 0 8px;
	float: left;
}
.qsearch a:hover,
.qsearch a:focus {
	background: #666666;
	text-decoration:none;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}

/* footer */
.footer {
	background:url(../images/bg-gradient.png) 0 0 repeat-x;
	border: 1px solid #E2DFD6; 
	border-width: 1px 0;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	float: left;
	width: 100%;
	clear: both;
	font-style: normal;
}
.footer .layout {
	padding: 2em 0 4em;
	overflow: hidden;
}
.footer-links {
	display: block;
	clear: left;
	padding: 2em 0;
}
.footer-links li {
	float: left;
	margin-top: 1em;
}
.footer a {
/*	font-weight: bold; */
}
.footer .footer-links li:first-child a {
	padding-left: 0;
}
.footer .footer-links li a {
	border-right: 1px solid #E2DFD7;
	padding: 0 1em;
}
.column3 { 
	float: left; 
	width: 73%; 
	margin-right: 2%;
	}
.column1{ 
	float: left; 
	width: 25%; 
	}
.column1 h2 { 
	text-transform: uppercase;
	}
.column1-3 {/*1/4 of container width... */
	width: 31.3%;
	display: block;
	float: left;
	padding-right: 2%;
}

.midcol {
	width: 410px;
}

/*---------- styles for tpl files ----------*/

/* box with list of 3 products */
.fullcol .pr-list {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; 
	overflow: hidden;
	position: relative;
}
.fullcol .pr-list h2 {
	margin: 0;
	padding: 0.4em 0;
	position: relative;
	text-transform: uppercase;
	border-bottom: 1px solid #E2DFD6;
}
.fullcol .pr-list .more-link {
	position: absolute;
	top: 0.5em;
	right: 0;
	text-decoration: none;
	font-style:italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	line-height: 1.2;
}
.fullcol .pr-list .section {
	border-bottom: 1px solid #E2DFD6;
	padding: 1.5em 0 0;
	margin: 0 0 1em;
	overflow: hidden;
	width: 100%;
}
#index .fullcol .pr-list .section {
	background:url(../images/bg-gradient.png) 0 0 repeat-x;
}
.fullcol .pr-list ul {
	overflow: hidden;
}
.fullcol .pr-list ul li {
	float: left;
	list-style: none;
	width: 31%;
	padding: 0 2% 0 0;
	margin: 0 0 2em;
	height:325px;
}
.pr-list ul li:nth-child(3n+3) {
	padding-right: 0;
}
#index .fullcol .pr-list ul li {
	text-align: left;
	margin: 0 0 3em;
	padding-bottom: 8px;
}
#newtitles .fullcol .pr-list ul .pr-format {
	font-size: small;
}

.fullcol .pr-list ul li .pr-img img {
	border: 1px solid #E2DFD6;
	padding: 5px;
	height: 200px;
	width: auto;
	box-shadow: 0 0 3px rgba(0,0,0,.15);
}
.fullcol .pr-list ul li .pr-title {
	font-size: 1.1em;
	line-height: 1.1em;
	margin-top: 0.5em;
	height: 4.4em;
	/*overflow: hidden;*/
	text-transform: none;
}
#index .fullcol .pr-list ul li .pr-title {
	float: left;
}
#index .fullcol .pr-list ul li .pr-descrip {
	margin-top: 1.4em;
	clear: left;
	font-style: normal;
}

.fullcol .pr-list ul li .pr-title span.pr-contributor,
.fullcol .pr-list ul li .pr-title span.pr-format {
	font-size: small;
	font-style: normal;
}

.fullcol .pr-list .pr-descrip {
	height: 6em;
	overflow: hidden;
	min-height: 6em;
}
.fullcol .pr-list ul li .pr-title a {
	font-style: normal;
}
.news-results li h2 {
	text-transform: none;
}
.fullcol .pr-list ul li .pr-title span {
	display: block;
}
.fullcol .pr-list ul li .pr-subtitle {
	font-style: italic;
	font-size: 0.9em;
}
.pr-subtitle {
	font-style: italic;
	font-size: 0.9em;
}

/*.fullcol .pr-list ul li.pr-title span.pr-authname {*/
.fullcol .pr-list ul li dl dt.pr-title span.pr-format,
.fullcol .pr-list ul li dl dt.pr-title span.pr-author,
.fullcol .pr-list ul li .pr-title div.authname {
	font-size: 90%;
}
.fullcol .pr-list ul li .pr-title div.authname {
	font-style: normal;
}
.fullcol .pr-list ul.pr-prices {
	background: 0;
}
.fullcol .pr-list ul.pr-prices li {
	width: 100%;
	margin: 0;
	padding: 0;
}
.pr-list ul li dl .pr-add a {
	opacity: 0;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pr-list ul li dl:hover .pr-add a,
.pr-list ul li dl:hover .pr-add a {
	opacity: 1;
}

.pr-avail abbr	{
	color:#D8662A;
}

/* offers page */
.offers {
	border-top: 1px solid #E2DFD7;
}
.client-edit .offers li {
	width: 100%;
	overflow: hidden;
	margin: 0 0 1em;
	padding: 1em 0;
	border-bottom: 3px double #E2DFD7;
	list-style: none;
}
.offers div {
	float: left;
}
.offers .pr-img {
	width: 180px;
}
.offers .pr-biblio {
	width: 500px;
}
.offers .pr-detail {
	width: 270px;
	margin: 0 0 0 10px;
}

/* common elements */
.main h1 span {
	font-weight: normal;
}
#article_detail .news-listing input,
#articles .news-listing input {
	border: 1px solid #E2DFD6;
	margin: 0.6em 0 0;
	height: 1.8em;
	line-height: 1.8em;
	width:200px;
	padding: 0 5px;
}
#article_detail .news-listing ul,
#articles .news-listing ul,
.client-edit .news-listing ul,
#display  .news-listing ul {
	border-top: 1px solid #fff;
	padding: 0.6em 0;
	margin: 0;
}
#article_detail .news-listing ul li,
#articles .news-listing ul li,
.client-edit .news-listing ul li {
	list-style: none;
}
#article_detail .news-listing ul li,
#articles .news-listing ul li {
	font-size: 110%;
}

.col50 {
	float: left;
	padding-left: 1%;
	width: 46%;
}

/* home page */
#index h1 {
	color: #fff;
}
#index h1 span {
	background:#012E5A;
}
#index h1:before {
	border-color: #45637F;
}
.home-scroller {
	clear: both;
	width: 100%;
	background: #012E5A;
	float: left;
	padding-top: 2em;
}
.news-listing {
	background: #EEECE6;
	border: 1px solid #E2DFD6;
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
	padding: 10px;
	margin: 0 0 1.5em;
	font-style: normal!important;
}
.client-edit .news-listing ul {
	border-bottom: 1px solid #E2DFD6;
}
.client-edit .news-listing ul li	{
	margin:10px 0px 0px 0px;
}

.news-listing h2 {
	border-bottom: 1px solid #E2DFD6;
	margin: 0;
	padding: 0 0 0.4em;
}
.news-listing h3 {
	margin: 0 0 0.1em;
	text-transform:none;
}
.news-listing p.more-link {
	border-top: 1px solid #fff;
	width: 100%;
	text-align: right;
	font-size: 130%;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	margin: 0;
	padding: 0.6em 0 0;
}
/* authors page */
.author-alphabet {
	font-size: 1.6em;
	text-align: center;
}
#authorlist {
	padding-top: 20px;
}	
#authorlist ul {
	list-style: circle;
	-moz-border-radius: 8px;
	webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-box-shadow: 0 1px 2px #AAAAAA;
	-webkit-box-shadow: 0 1px 2px #AAAAAA;
	box-shadow: 0 1px 2px #AAAAAA;
	background:none repeat scroll 0 0 #EBEBEB;
	margin: 0 auto 20px;
	padding:20px 50px;
	width: 300px;
	min-height: 200px;
}
#authorlist ul li {
	list-style: circle;
}
#author-display .lrg-image {
	float: right; 
	border: 1px solid #EBEBEB; 
	background: #f8f8f8; 
	padding: 10px; 
	margin: 0 0 10px 10px;
}
/* series list */

/* subjects */
body ul.subjectlist li {
	float: left;
	width: 32%;
	padding: 0 2% 0 0;
	list-style: none;
}
body ul.subjectlist li:nth-child(3n+3) {
	padding-right: 0;
}
body ul.subjectlist li a {
	background: #EEECE6;
	border: 1px solid #E2DFD7;
	padding: 1em;
	display: block;
	margin: 0 0 1em;
}
body ul.subjectlist li a:hover,
body ul.subjectlist li a:active,
body ul.subjectlist li a:focus {
	text-decoration: none;
	background: #fff;
}
body ul.subjectlist li img{
	width:5%;
	float:right;
	margin-top:5px!important;
}
body ul.subjectlist ul{
	display:none;
	list-style:none;
	position:absolute;
	z-index:100;
	background:#fff!important;
	margin-top:-14px!important;
	width:262px;
}
body ul.subjectlist ul li {
    clear: left;
	display:block; 
	position: relative;
	margin:0px!important;
	width:100%!important;
}
body ul.subjectlist ul li a{
	padding:8px!important;
	margin:0px!important;
	background:#fff!important;
	width:100%;
	height:100%;
}
body ul.subjectlist li ul li a:hover,
body ul.subjectlist li ul li a:active,
body ul.subjectlist li ul li a:focus {
	background:#EEECE6!important;
}

.stay{
	background:#FFF!important;
}
.downArrow:after{
	content: url('../images/down-arrow.png')!important;
	position:absolute;
	width:6px!important;
	height:6px!important;
	margin-top:-52px;
	margin-left:280px!important;
    z-index:1000000!important;
}

/* news page */
.news-results {
	border-top: 1px solid #E2DFD6;
	margin: 0 0 2em 0;
}
.series-list {
	margin: 0 0 2em 0;
}
.news-results li,
.series-list li {
	width: 100%;
	padding: 2em 0;
	border-bottom: 1px solid #E2DFD6;
	list-style: none !important;
	overflow: hidden;
}
.news-results li .img-col,
.series-list li .img-col {
	float: left;
	width: 180px;
}
.news-results li .img-col img,
.series-list li .img-col img,
#article_detail .article-img img {
	max-width: 160px;
	height: auto;
	border: 1px solid #E2DFD6;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	padding: 5px;
}
.news-results li .img-col img,
.series-list li .img-col img {
	width: 128px;
	height: auto;
}
#article_detail .article-img {
	float: left;
	margin: 0.4em 1em 1em 0;
}
.news-results li .article-col {
	margin: 0 0 0 180px;
}
.series-list li .article-col {
	float: left;
	width: 455px;
	padding-left: 5px;
}
.news-results li .article-col p,
.series-list li .article-col p {
	margin: 0 0 0.2em;
}
#series .series-list blockquote {
	float: left ;
}

/* results and display page */
.pr-price {
/*	font-size: 1.2em;
	line-height: 1.2;
	font-weight: bold;
	height: 1.2em;
*/
}
.pr-save {
	color: #CC0000;
	font-weight: bold;
	font-size: 0.9em;
}
.pr-add {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif; 
	margin-top: 10px;
}
.pr-add a {
	background: #D8682A;
	padding: 0.3em 1em;
	color: #fff;
	text-shadow: rgba(0,0,0,0.35) 1px 1px 3px;
	/*text-transform: uppercase;*/
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.pr-add a:hover,
.pr-add a:focus {
	background-color: #f60;
	text-decoration: none;
}
.tabs {
/*	width: 735px;*/
	width: 100%;
	clear: left;
	float: left;
	margin: 2em 0;
}
	
/* display */
#display .img-col {
	float:left;
	margin:0 15px 10px 0;
	width: 215px;
}

#display .display-mid-col {
	float: left;
	/*margin: 0 15px 10px 0;*/
	width: 410px;
}

#display .display-right-col {
	float: right;
	
}

#display .tabs-container {
	margin-left: 16em;
}

#display .img-col img {
	background: #fff;
	border: 1px solid #E2DFD6;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	padding: 5px;
	max-width: 200px;
	height: auto;
}
#display .img-col img.viewpdf {
	margin: 10px 0 0 0;
	border: 0;
	box-shadow: none;
}
#display .img-col dl {
	width: 100%;
}
#display .img-col dt {
	display: none;
}
#display .img-col dd {
	width: 100%;
}
#display .img-col .pr-prices {
	margin: 1em 0 0;
}
#display .biblio-col {
	position:relative;
	overflow:hidden;
	float: left;
	width: 730px;
}
#display h1 {
	text-align: left;
}
#display .tabs-container {
	width: 424px;
}
#display .panes .pane-item {
	width: 402px;
}
#display h1 span,
#basket h1 span {
	background: none;
	display:inline-block;
	padding:0;
	position:relative;
	z-index:2
}
#display h1:before,
#basket h1:before {
	border: none;
	left:0;
	margin-top: 0;
}
#display h1 span {
	display: block;
	font-weight: normal;
	font-size: 75%;
	text-transform:none;
}
#display h1 {
	text-transform: none;
}
#article_detail h2, #article_detail h1, #article_detail h3  {
	text-transform: none;
}
#display h1 span.subtitle {
	font-style: italic;
}
#display h1 span.aub {
	padding: 0.2em 0 0;
	font-weigh: bold;
}
/* Examples - Tiny Scrollbar */
#scrollbar1 { 
	background: url(../images/blockquote.png) 7px 18px no-repeat #F4D8BD;
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	width: 280px;
	padding: 20px 10px;
	border-top: 2px solid #D8682A;
	font-size: 110%;
	float: right;
	margin: 0 0 1em 1em;
	float: right;
	}
#scrollbar1 .viewport { 
	height: 200px; 
	overflow: hidden; 
	position: relative;
	}
#scrollbar1 .overview { 
	list-style: none; 
	position: absolute; 
	left: 0; 
	top: 0;
	}
#scrollbar1 .scrollbar {
	background: transparent url(../images/scrollbar-track-y.png) no-repeat 0 0; 
	position: relative; 
	background-position: 0 0; 
	float: right; 
	width: 15px;
	}
#scrollbar1 .track {
	/*background: transparent url(../images/scrollbar-trackend-y.png) no-repeat 0 100%; */
	height: 100%; 
	width:15px; 
	position: relative;
	}
#scrollbar1 .thumb { 
	background: transparent url(../images/scrollbar-thumb-y.png) no-repeat 50% 100%; 
	height: 20px; width: 25px; 
	cursor: pointer; 
	overflow: hidden; 
	position: absolute; 
	top: 0; 
	left: -5px;
	}
#scrollbar1 .thumb .end { 
	background: transparent url(../images/scrollbar-thumb-y.png) no-repeat 50% 0; 
	overflow: hidden; 
	height: 5px; 
	width: 25px;
	}
#scrollbar1 .disable { 
	display: none;
	}
.noSelect { 
	user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none;
	}

#display blockquote {
	padding: 0 5px 0 28px;
}
#display blockquote em,
#display blockquote i {
	font-style: italic;
}
#series blockquote,
#offers blockquote {
	font-family: "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
	font-style: italic;
	width: 260px;
	padding: 20px;
	background:#F4D8BD;
	border-top: 2px solid #D8682A;
	font-size: 120%;
	float: right;
	margin: 0 0 1em 1em;
}
	
#display blockquote p,
#series blockquote p,
#offers blockquote {
	margin: 0 0 0.4em;
}
#display blockquote cite,
#series blockquote cite,
#offers blockquote cite {
	font-weight: bold;
	font-style: italic;
}

#display #related_articles .news-listing, #display #related_titles .news-listing {
	float: right;
	width: 260px;
	padding: 20px;
	margin: 0 0 1em 1em;
	clear: right;
}

form#contactus {
	background-color: #DADADA;
	border-bottom: 1px dotted #999;
	border-radius: 8px 8px 8px 8px;
	float: left;
	margin-bottom: 3.4em;
	padding: 2em;
	width: 370px;
}
.frmrow {
	margin: 0 0 1em;
	width: 420px;
}
.frmrow input, .frmrow textarea {
	width: 308px;
}
.frmrow input[type=radio] {
	width: 30px;
}
.valerr {
	float: right;
	width: 365px;
	color: #800;
}

#display .biblio-content {
	clear: left;
	float: left;
	width: 100%;
	border-top: 2px solid #EBEBEB;
	padding: 20px 0;
	margin: 10px 0;
}
#display .cat-trail {
	border-top: 2px solid #EBEBEB;
	margin-top: 10px;
	padding: 10px 0 0;
	clear: both;
	float: left;
	width: 100%;
}
#display .cat-trail h3,
#display .cat-trail li,
#display .cat-trail ul {
	float: left;
	margin: 0 5px 0 0;
	font-size: 1em;
	line-height: 1.2;
}
#display .cat-trail ul {
	width: 570px;
}
ul.tab-navigation {
	height: 2em;
	line-height: 2em;
	width: 660px;
	overflow: hidden;
}
ul.tab-navigation li {
}
ul.tab-navigation li a {
	font-weight: bold;
	float: left;
	height: 2em;
	line-height: 2em;
	margin: 0 1px 0 0;
	padding: 0 20px;
	background-color: #D4D4D4;
	color: #555;
	text-decoration: none;
	-moz-border-radius:4px 4px 0 0;
}
ul.tab-navigation li a.selected {
	background: #D4D4D4;
	background: -moz-linear-gradient(top, #D4D4D4, #C1C1C1);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#D4D4D4), to(#C1C1C1));
	color: #222;
}
ul.tab-navigation li a:hover,
ul.tab-navigation li a:focus {
	background: #C1C1C1;
	color: #222;
}
div.tabs > div {
	padding: 20px 0;
	border-bottom: 2px solid #ebebeb;
	border-top: 2px solid #C1C1C1;
}
div.tabs > div h2 {
}
.recent-view {
	clear: left; 
	/*float: left;*/ 
	float: right;
	/*width: 100%; */
	width: 730px;
	overflow: hidden; 
	margin-top: 40px;
}
.recent-view .recent-pane {
	float: left; 
	margin: 15px 0 0; 
	border: 1px solid #ccc; 
	padding: 10px; 
	width: 638px;
}
.starline {
	background: url("../include/jquery/star_rating/star.gif") 0px -32px repeat-x;
	height: 16px;
	width: 0px;
	display: block;
	float: left;
	margin-right: 1em;
}

/* results page */
.results-filters {
	background: #EEECE6;
	border: 1px solid #E2DFD6;
	box-shadow: 0 0 5px rgba(0,0,0,0.15);
	margin: 0 0 1.5em;
	padding: 0 10px;
	overflow: hidden;
	position: relative;
	clear: both;
	
}
.results-filters .sort-form {
	position: absolute;
	top: 8px;
	right: 10px;
}
.results-filters .sort-form legend {
	display: none;
}
.results-filters .sort-form select {
	width: 15em;
	background: #fff;
	border-color:#E2DFD6;
	border-style:solid;
	border-width: 1px;
	line-height: 1;
	padding: 2px;
}
.results-filters h3,
.results-filters ul,
.results-filters li,
.display-pagenav ul,
.display-pagenav li {
	float: left;
	margin: 0 3px 0 0;
	line-height: 20px;
}
.results-filters .browse-trail ul {
	max-width: 410px;
}
.results-filters ul li {
	list-style-type: none;
}
.results-trail {
	padding: 10px 0;
	float: left;
	width: 505px;
}
.search-trail li {
	margin-right: 12px;
}
.search-trail li a {
	background: #CC0000;
	border: 1px solid #990000;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	padding: 0 5px;
	text-transform: uppercase;
	color: #fff;
	font-size: 10px;
	line-height: 10px;
}
.search-trail li a:hover,
.search-trail li a:focus {
	text-decoration: none;
	background: #990000;
}
.pagenav {
	padding: 10px 0;
	float: left;
	font-family:"Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}
.pagenav a {
	background: #fafafa;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #E2DFD6;
	padding: 2px 5px;
	color: #555;
}
.pagenav a:hover,
.pagenav a:focus {
	background: #fff;
	text-decoration: none;
	color: #000;
}
.results-pagenav {
	float: right;
	margin-right: -10px;
}	
.pr {
	position: relative;
	clear: left;
	overflow: hidden;
}
.display-pagenav {
	margin: 0 0 10px 3px;
	padding-top: 0;
}
.display-pagenav a {
	background: #EEECE6;
	border: 1px solid #E2DFD6;
}
.display-pagenav a:hover,
.display-pagenav a:focus {
	background: #fff;
	text-decoration: none;
	color: #000;
}
.inactive a,
.inactive a:hover,
.inactive a:focus,
.inactive a:active {
	background: #F3F3F3;
	color: #bbb;
}


/* styles for main content which is editable by clients */
.client-edit ul,
.client-edit ol {
	margin: 0 0 1.6em;
}
.client-edit ul li,
.client-edit ol li {
	list-style: inside;
	margin: 0 0 0.2em 0;
}
.client-edit ul li {
	list-style-type: disc;
}
.client-edit ol li {
	list-style-type: decimal;
}
.client-edit ul li ul,
.client-edit ol li ol {
	margin: 0 0 0 2em;
}
.client-edit .divider,
.client-edit .section {
	clear: left;
	float: left;
	width: 100%;
	margin: 0 0 1em;
	overflow: hidden;
}
	
/* help pages */
#help .header {
/*	height: auto;*/
}
#help .header img {
	padding: 1em;
}
#help .client-edit {
	padding: 1em;
	clear: left;
}
#help .section {
	padding: 1em 0 6em;
}

.article_date span {
	color: #666;
	font-style: oblique;
}

@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px) {
	html {
		padding: 0;
	}
	body {
	}
}

/* MP */
.dymResults {
	width: 100%;
}
.dymCol {
  float:left; 
  width:40%;
  padding: 0 10px;
  margin: 0 10px;
}

.dimensions	span	{
	font-weight:bold;
}

/* Some lines are redudant. I just want to make sure its clear what is needed for a single instance.

/* ************************** */
/* snipcart overwrite styling */
/* ************************** */

 .snipcart-checkout-container {
	background:radial-gradient(ellipse at center, rgba(0,0,0,0.2) 0%,rgba(0, 0, 0, 0.4) 100%);
}
/* Change the style of every button */
 #snipcart-main-container a.snipcart-btn {
    background-color: #666;
    color: #fff;
    font-family: Verdana, sans-serif;
}
/* Add a hover style the buttons */
 #snipcart-main-container a.snipcart-btn:hover {
    color: #999;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
/* Change the style of the primary buttons */
 #snipcart-main-container a.snipcart-next,
 #snipcart-main-container a.snipcart-finalize,
 #snipcart-main-container a.snipcart-mainaction {
    background: #2B6627;
    border: none;
    text-shadow: none;
}
/* Change the default color of links */
 #snipcart-main-container a {
    color: #333;
}

/* Remove the footer with "Powered by Snipcart" */
 #snipcart-footer {
    display: none;
}

/* Change the title color and add a logo*/
 #snipcart-header #snipcart-title {
	position: absolute;
    top: 10px;
	left: 0;
	width: 100%;
	text-align: center;
	color: #222;
}

/* Change the color of the header, add a blue border so we can see the "x" button,
    add a shadow for effect and make sure this shadow is over every element */
html  #snipcart-header {
    /*background: url('../images/logo_reaktion.png') no-repeat 20px 20px #014181;*/
	background: #014181;
	background-size: 126px 107px;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    0px 2px 2px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         0px 2px 2px 0px rgba(0, 0, 0, 0.5);
    border-top: 30px solid #C1C0BD; /* this is the basic cart colour */
    position: relative;
    /*z-index: 200; gets rid of the continue shopping button */
}

/* Make sure the "x" button is always in the header top border */
 #snipcart-close {
    top: 10px;
}

/* Change the style of the total box */
 #snipcart-header #snipcart-header-total {
    padding: 1px;
    background: #fff!important;
    border-color: #bbb;
	color: #333!important;
}
.snipcart-amount{
	color: #333!important;
}
 #snipcart-header #snipcart-total {
    background-color: transparent; 
    color: #333;
    border: none;
    opacity: 0.5;
}
 #snipcart-header #snipcart-total span {
    color: #333;
}

/* Change the appearance of the cart bottom part with the action buttons so that
     it is similar to the header*/
 #snipcart-main-container div#snipcart-actions,
 #snipcart-main-container div.snipcart-additional-option {
    background: #eee;
    -webkit-box-shadow: 0px -2px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px -2px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         0px -2px 2px 0px rgba(0, 0, 0, 0.3);
    border-bottom: 8px solid #C1C0BD;
}

/* Push the middle part away from the header and the bottom part */
 #snipcart-main-content #snipcart-sub-content {
    padding-top: 20px;
}
 #snipcart-main-content .snipcart-step-container {
    padding-bottom: 20px;
}

 #snipcart-main-container #snipcart-cartitems-continue-top {
    top: 65px;
}

/* Change the font-family of every element using brandon grotesque */
 #snipcart-main-container span.snipcart-unit-price, 
 #snipcart-main-container span.snipcart-total-price,
 #snipcart-main-container table.snipcart-list span.snipcart-product-name,
 #snipcart-main-container table.snipcart-list span.snipcart-shipping-method-name,
  #snipcart-main-container table.snipcart-list span.snipcart-shipping-method-price,
 #snipcart-main-container table.snipcart-list span.snipcart-confirm-item-quantity,
 #snipcart-main-container table.snipcart-list span.snipcart-confirm-item-price,
 #snipcart-main-container table.snipcart-list span.snipcart-confirm-item-total-price,
 #snipcart-main-container label,
 ul#snipcart-steps li span.snipcart-step-text,
 #snipcart-main-container table.snipcart-list th,
 #snipcart-main-content .snipcart-column span.snipcart-title,
 table#snipcart-confirm-prices tr td span,
 #snipcart-main-container .snipcart-full-width-text span.snipcart-title,
 #snipcart-main-container .snipcart-full-width-text,
 #snipcart-step-content-emptycart .snipcart-full-width-text p,
 #snipcart-blocked .snipcart-full-width-text p,
 #snipcart-header #snipcart-total span,
 #snipcart-header #snipcart-title  {
    font-family: Arial, Helvetica, sans-serif;
}
#snipcart-main-container table.snipcart-list span.snipcart-product-name, #snipcart-main-container table.snipcart-list span.snipcart-shipping-method-name, #snipcart-main-container table.snipcart-list span.snipcart-shipping-method-price, #snipcart-main-container table.snipcart-list span.snipcart-confirm-item-quantity, #snipcart-main-container table.snipcart-list span.snipcart-confirm-item-price, #snipcart-main-container table.snipcart-list span.snipcart-confirm-item-total-price, #snipcart-main-container table.snipcart-list span.snipcart-title {
	text-transform: none;
}
/* Change the appearance of the step tabs */
 ul#snipcart-steps li {
    background: #eee;
    opacity: 0.5;
}
 ul#snipcart-steps li.active {
    background-color: #fff;
    opacity: 1;
}
 ul#snipcart-steps {
    background: transparent;
}

/* Change the background color of the promocodes section*/
 #snipcart-promocodes {
    background: #fbfbfb;
}

/* Confirmation error textarea  */
 #snipcart-main-container .snipcart-comments-box textarea {
    resize: none;
    margin-bottom: 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 10px;
    border: none;
    background: #fbfbfb;
    border: 1px solid #bbb;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

/* Empty cart message*/
 #snipcart-step-content-emptycart .snipcart-full-width-text p {
    color: #333;
    padding-bottom: 20px;
}

/* Sign in user bar */
 #snipcart-main-content #snipcart-current-user #snipcart-user-infos {
    background: #666;
}

/* We need the !important here because there is one in the default stylesheet */
 #snipcart-main-content #snipcart-current-user .snipcart-welcome {
    color: #ddd !important;
}

/* Change the step icons to number */
 ul#snipcart-steps li span.snipcart-step-number {
    font-family: Verdana, sans-serif;
}

 .icon-Snipcart-6:before {
    content: "1";
}

 .icon-Snipcart-4:before {
    content: "2";
}

 .icon-Snipcart-3:before {
    content: "3";
}

 .icon-Snipcart-2:before {
    content: "4";
}
 .icon-Snipcart:before {
    content: "5";
}
 .icon-Snipcart-5:before {
    content: "6";
}
 .icon-Snipcart-7:before {
    content: "7";
}