/*-----------------------------------------------------
            >> Colours (colours, colours) <<

    dark blue: #172877
    mid blue: #b7e2ee
    light blue: #e3f4f9
    red: #c10014
    grey:

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


/*-----------------------------------------------------
          >> Reset, Links, Hacks, Debugging <<
-----------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	color:#111;
}

body {
  font-family: Arial, Helvetica, Arial, sans-serif;
  padding: 0;
  margin: 0;
  background: #fff;
  text-shadow: rgba(255, 255, 255, .01) 0px -1px 1px;
/*  background: url(/images/16_col.gif) top center repeat-y;  */
}

a, a:link {
  color: #172877;
  text-decoration: none;
}
p a {
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
  color: #000;
}
a:active {
  color: #172877;
  text-decoration: none;
}

a img {
  border: none;
}

/* For IE */
img { -ms-interpolation-mode:bicubic; }




/* ---->> 'More' Links <<---- */

/* Text more */
a.moreLink {
  font-weight: bold;
  font-size: 11px;
}

/* Graphical more */

.more { /* div wrapper */
  overflow:hidden;
  line-height:150%;
  clear: both;
  text-align: right;
}
.more a {
  display: block;
  float: right;
}
.more a.moreButton {
  background:url(/images/more-trans.png);
  width: 18px;
  height: 18px;
  margin-left: 5px;
}
.more a.moreButton:hover {
  text-decoration: none;
  cursor: pointer;
}
.more a {
  font-weight: bold;
  font-size: 12px;
  line-height:18px;
}

.sidebar .more a {
  font-size: 11px;
}

.sidebar .more {
  width:100%;
  margin-top: 8px;
}




/* --------- >> Clear! << --------- */

.breaker { /* old skewl */
  clear: both;
  line-height:0;
  font-size:0;
}

.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.cf { display: inline-block; }

.tint {
  background-color: #e3f4f9;
  position:relative;
  height:1%;
  width: 100%;
  margin:15px -8px;
  padding: 0 8px;
  clear: both;
}

#flash, .specialNotice {
  padding: 10px;
  background: #fff url(/images/flash.gif) top left no-repeat;
  margin-bottom: 1.0em;
  line-height:50px;
  color: #c10014;
  width: auto;
  height: 50px;
  text-align: center;
  font-size: 15px;
}
#flash p, .specialNotice p {
  color: #c10014;
}

#flash {
  display: none;
}

.blueNote p {
	color: #172877 !important;
	font-size: 15px;
	line-height: 120%;
	text-align: left;
}

.notImplemented {
  background: #EEE;
  color: #F0F;
  padding: 1em 0;
  display:none;
}

.problem {
  color: #f3110b;
  font-weight: bold;
}

.last {
  margin-right: 0;
}


/*-----------------------------------------------------
                  >> Navigation <<
-----------------------------------------------------*/


a.home {
  background: url(/images/home.gif) center left no-repeat;
  padding-left:25px;
  margin-left:3px;
  padding-top:10px;
  display:block;
  height:19px;
  font-size:11px;
  width:60px;
  text-transform:uppercase;
}

ul.navBar {
  display:block;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #172877;
  margin-bottom:10px;
}

ul.navBar li {
  float:left;
  margin:0;
  padding:0;
}

ul.navBar li a {
  width: 104px;
  float: left;
  background: #172877 url(/images/divider.png) top right repeat-y;
  padding: 10px 0;
  text-align: center;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-size: 11px;
}

ul.navBar li a.nav4, ul.navBar li a.nav6 {
/*  width:105px;*/
}

ul.navBar li a.nav9 {
  width:108px;
  background-image:none;
}
ul.navBar li a:visited {
  color:#fff;
}

ul.navBar li a:hover, ul.navBar li a.active {
  background:#8ed3e5;
  color: #172877 ! important;
  text-decoration:none;
}
/*ul.navBar li a.ebooks {
	background: #d6eff6 url(/images/divider.png) top right repeat-y;
}*/
/* Subnav */

div.subnav  {
}
div.subnav ul {
  margin:0;
  padding:0;
  list-style-type:none;
}
div.subnav ul li {
/*  border-bottom:1px solid #ddd;*/
  margin-bottom:4px;
  padding-bottom:0px;
}

/*-----------------------------------------------------
                     >> Layout <<
-----------------------------------------------------*/

.wrapper {
  position: relative;
}

.ct {
  margin-top: 10px;
  /* -->> Contains main section and sidebar <<--*/
}

.ct .sidebar {
}

.sidebar .section { /* For dividing the sidebar */
  margin:0 0px 2.0em 0;
}

.sidebar .noBorder {
  border-bottom:0;
}

.ct .main { }

.page { /* Wrapper for pages which are largely text */
  margin-bottom:40px;
}

hr {
/*  width:100%;*/
  clear:both;
  margin:15px 0px;
	padding:0px;
	border-bottom:1px solid #ddd;
	border-top:0px;
	border-left:0px;
	border-right:0px;
	line-height:0px;
	height:1px;
	display:block;
}



/*-----------------------------------------------------
                 >> Basic Typography <<
-----------------------------------------------------*/

label, small {
  font-size: 11px;
  line-height:120%;
}

p {
  font-size:12px;
  line-height:150%;
  margin-bottom:12px;
}

h1 { /* Area headers */
/*  color: #473823;
  font-size:28px;
  font-family: "Palatino", Georgia, serif;
  font-weight:normal;
  margin:10px 0 16px 0;
  text-transform:capitalize;
  letter-spacing:1px;*/
}

h2 {
/*  font-family: "Palatino", Georgia, serif;
  font-weight:normal;*/
}

h3 {
  font-size:16px;
  font-family:Helvetica,Arial,sans-serif;
  font-weight:normal;
  letter-spacing:1px;
  margin:16px 0 9px 0;
}
.grid_8 > h3:first-child {
  margin-top: 0;
}

h3 a:hover {
  color: #172877;
  text-decoration:none;
}

h4 { /* Product titles -- see shelves -- and sidebar subheads  --*/
  margin-bottom: 12px;
}

h5 { /* Super-generic subhead */
  text-transform:uppercase;
  font-weight:normal;
  letter-spacing:1px;
  margin:8px 0 16px 0;
  padding:0;
  font-size:13px;
  color:#172877;
}

ul, dl {
  margin:8px 20px;
  padding: 0 0 0 10px;
}

li, dt, dd {
  font-size:12px;
  line-height:140%;
  padding:0;
  margin: 0 0 6px 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 20px;
}
ol {
  margin:8px 0 0 0;
  padding:0 0 0 20px;
}

ol li {
  margin:0 0 2px 10px;
}

blockquote {}
cite {}

em {
  font-style:italic;
}

table {
  border-collapse:collapse;
  margin:0;
  padding:0;
  font-size:11px;
  width:100%;
}

table td, table th {
  text-align:left;
  padding: 2px 3px 2px 0;
  border-bottom:1px solid #ddd;
}

table th {
  padding-right:14px;
}

table .close, table .open {
  width:200px;
}



/*-----------------------------------------------------
                 >> Readings Headers <<
           For posts, products and other pages
-----------------------------------------------------*/

.header {
  font-family: "Palatino", Georgia, serif;
  padding:12px 0 10px 0;
  margin-bottom: 20px;
  border-top:1px solid #ddd;
  border-bottom:1px solid #ddd;
  overflow:hidden;
  position:relative;
}
.productPage .header {
  min-height: 48px; /* Make sure there's room for the add-to-cart button */
}
.header h2, .header h1 {
  font-family: "Palatino", Georgia, serif;
  font-weight: normal;
  margin: 3px 0;
  font-size:20px;
  width:75%;
}
.header p.date,
.header p.byline,
.header p.priceLine,
.header address,
.header p.info {
  font-family:Verdana, sans-serif;
  font-size:10px;
  margin:0;
  width:75%;
}
.header p.date strong {
  letter-spacing:1px;
  text-transform:uppercase;
}
.header p.byline a {
	text-decoration: underline;
}


/*-----------------------------------------------------
             >> Standard Image Treatments <<
-----------------------------------------------------*/

.post p img {
  float:left;
  margin: 0 10px 2px 0;
}
img.left {
  float:left;
  margin:0 10px 10px 0;
}
img.right {
  float:right;
  margin-left:10px;
}
img.rightOverhang {
  float:right;
  margin:0 -100px 3px 10px;
  position:relative;
}
img.wide, .post p img.wide {
  width:440px;
  margin:0 0 10px 0;
  padding:0;
  float:none;
}
img.tall, .post p img.tall {
  float:left;
  margin-right:12px;
  width:220px;
}


/*-----------------------------------------------------
             >> .page styles <<
-----------------------------------------------------*/

.page p, .page ul, .page ol {
  /*width:480px;*/ /* Fix this */
}
.page ol li {
  margin-bottom:12px;
  line-height:120%;
}

.page div.intro p, .page div.intro ul {
  width:100%;
}

.sidebar div.shelf_top10 {
  margin-top:0;
  padding-top:0;
/*  width:100%;*/
}
.sidebar div.shelf_top10 h5 {
  border-bottom:1px solid #ccc;
  text-transform:uppercase;
  font-weight:normal;
  font-size:13px;
  letter-spacing:1px;
  margin:32px 0 10px 0;
  padding:0px 0 3px 0;
  color:#172877;
}

.page h3 {
  margin-top:30px;
}

/*==========================================================================
                                  >> SEARCH <<
--------------------------------------------------------------------------*/


/*-----------------------------------------------------
                  >> Search Forms <<
-----------------------------------------------------*/

/* Main search form */

.ct .searchForm {
  line-height: 120%;
  background: #e3f4f9 url(/images/gradient.png) top left no-repeat;
  position:relative;
  height:57px;
  overflow:hidden;
  padding: 10px 9px 3px 9px;
  margin: 0 0 20px 0;
}

#query {
  width: 565px;
  font-size: 14px;
  font-weight: bold;
  border: 0;
  border: 1px solid #ccc;
}

.queryBorder {
  float: left;
  padding: 3px;
  margin:0 6px 0 0;
  position:relative;
  background: #fff;
  text-align:center;
  float: left;
}

.searchForm label {
  text-transform: uppercase;

}
.searchForm input {
  margin:0;
}

.searchButton {
  float:left;
  margin: 0 0 0 4px;
}

/* Mini search form */
.sidebar .searchForm {
  margin:0 0 15px 0;
}

.sidebar .searchForm label {
  font-size: 7pt;
  padding-right: 0;
  margin-right: 10px;
  text-transform:capitalize;
}
.sidebar .searchForm #query {
  width: 150px;
  font-size: 10pt;
  padding-left:2px;
}
.sidebar .searchForm .queryBorder {
  float: left;
  margin-right: 3px;
  margin-bottom:6px;
  padding:2px;
}

.sidebar .searchButton {
  margin-left: 3px;
}

.checkboxes {
  display:block;
  float:left;
  clear:both;
  width:99%;
  margin:0;
  padding:6px 0 0 4px;
}

* html div.checkboxes {
  padding-top:0px;
  padding-left:0px;
}

.checkboxes input {
  margin:0 2px 0 0;
  padding:0;
}
.checkboxes label {
  margin-right:10px;
}


.mini div.checkboxes {
  padding-top:0px;
}

.mini div.checkboxes label {
  width:20%;
  margin-right:1px;
}

/* ISBN Search */

.isbnSearch #query {
  float:left;
  width:auto;
}

.isbnSearch label {
  padding-top:3px;
}

label.isbnSearch {
  float:right;
}
label.isbnSearch a {
  color: #BBC;
}



/*-----------------------------------------------------
          >> Search Results & Category Pages <<
-----------------------------------------------------*/

h3.searchResultsFor {
  letter-spacing:0px;
  margin-top:20px;
}

table.searchResults {
  font-size: 12px;
  border-collapse: collapse;
  margin-top:10px;
  margin-bottom: 40px;
  width: 100%;
  padding-left:0;
}

table.searchResults th {
  text-align: left;
  padding: 4px 5px;
  font-size: 13px;
  white-space: nowrap;
}

table.searchResults th a {
  text-decoration: none;
  color: #182875;
}

table.searchResults td {
  vertical-align: middle;
  padding: 4px 5px;
  height: 60px;
  line-height:120%;
}

table.searchResults td a {
  color: #182875;
}

table.searchResults td.title {
  font-weight: bold;
}

table.searchResults td.cover {
  text-align: center;
  vertical-align: center;
}

table.searchResults th.cover {
  padding-left: 0;
}

table.searchResults td img {
  height: 42px;
  border: 1px solid #333;
  min-width: 30px;
  float: left;
  background: #FFF;
  margin-right:9px;
}
table.searchResults td.cover {
  padding-right: 6px;
}
table.searchResults td div.noCover {
  background: url(/images/no_cover_small.png) center center no-repeat;
  height: 42px;
  border: 1px solid #ccc;
  min-width: 30px;
  margin-right:9px;
}
table.searchResults tr {
  border-bottom: 1px solid #FAFAFA;
}

table.searchResults tr.alt {
}

table.searchResults thead tr {
  background: #E6F1FF;
  border-top: 1px solid #ddd;
}

table.searchResults thead td {
  color: #172877;
}

table.searchResults tfoot tr td {
  border-top: 1px dashed #999;
}

table.searchResults td.digDeeper {
  padding:0;
  margin:0;
  height:90px;
  vertical-align:center;
  background: url(/images/shovel.gif) left center no-repeat;
}
table.searchResults td.digDeeper div.digMessage {
  float:left;
  height:32px;
  margin-left:60px;
  padding:16px 0;
  overflow:hidden;
}
table.searchResults td.noDeeper {
  text-align:center;
}
table.searchResults td.noDeeper strong {
  color:#f50003;
}

table.searchResults .spinner {
  height: 64px;
}

table.searchResults .spinner img {
  border: none;
  float:right;
}


/* Sortable tables */
table.sortable th span {
  color: #172877;
  font-weight: bold;
  cursor: pointer;
}


/*===========================================================================
                                  >> MASTHEAD <<
---------------------------------------------------------------------------*/

.hd {
  overflow:hidden;
/*  width:100%; */
}

.mast {
  width:100%;
  background: url(/images/header.png) center 35px no-repeat;
  overflow:hidden;
  padding-bottom:10px;
}

.hd .siteTitle a {
  position:absolute;
  border:none;
/*  border: 1px solid red;*/
  top:35px;
  left:300px;
  display:block;
  height:75px;
  width:350px;
  color:#fff ! important;
  font-size:1px;
  line-height:10%;
  text-indent:-500px;
  text-decoration:none;
  margin:0;
}

.hd .siteTitle a:hover {
  text-decoration:none;
}

.hd .siteTitle a:focus {
  outline:none;
}

/* Opening Hours */

.hd .storeInfo {
  float: left;
  width: 30%;
}

ul.storeInfo {
  list-style-type:none;
  margin:4px 0 0 3px;
  padding:0;
  line-height:100%;
}

.storeInfo li {
  font-size:11px;
  margin-bottom:0px;
}

a.storeName {
  font-weight:bold;
  text-transform:uppercase;
  font-size:11px;
}

/* Store page Opening Hours table */

table.openingHours {
}
table.openingHours td, .openingHours th {
  padding:5px 0;
}
.openingHours th.day {
  width:50%;
}

/*==========================================================================
                                  >> SIDEBARS <<
--------------------------------------------------------------------------*/

.sidebar, .sidebar p, .sidebar li, .sidebar dt, .sidebar dl, .sidebar dd {
  font-size:11px;
  line-height:140%;
  font-family:"Lucida Grande", Verdana, sans-serif;
}

.sidebar h3 {
  border-bottom:1px solid #ccc;
  text-transform:uppercase;
  font-weight:normal;
  font-size:13px;
  letter-spacing:1px;
  margin:32px 0 10px 0;
  padding:0px 0 3px 0;
  color: #222;
}

.sidebar h4 {
  font-family:Verdana;
  font-size:10px;
  margin:0 0 8px 0;
/*  width:100%;*/
  font-weight:bold;
}

a.feed, a.twitter, a.facebook, a.youtube {
  background: url(/images/feed_icon.png) left center no-repeat;
  padding-left: 16px;
  display:block;
  margin-bottom:3px;
  width:40%;
  float:left;
}
a.twitter {
	background: url(/images/icon_twitter.png) left center no-repeat;
  padding-left: 20px;
	float: none;
	width: auto;
}
a.facebook {
	background: url(/images/icon_facebook.png) left center no-repeat;
  padding-left: 20px;
	float: none;
	width: auto;
}
a.youtube {
	background: url(/images/icon_youtube.png) left center no-repeat;
  padding-left: 20px;
	float: none;
	width: auto;
}
a.enewslink {
	background: url(/images/icon_email.png) left center no-repeat;
  padding-left: 20px;
	float: none;
	width: auto;
}
.follow a.feed {
	float: none;
	padding-left: 20px;
	width: auto;
}
.header a.feed {
  float: none;
  width: auto;
  display: inline;
  margin: 0 0 0 4px;
  font-size:10px;
  font-family: Verdana, sans-serif;
}
a.single {
  float:none;
  width:100%;
  margin:8px 0;
  font-weight:bold;
}

.feeds {
  overflow:hidden;
  width:100%;
  margin-bottom:4px;
}


/*-----------------------------------------------------
                      >> Events <<
-----------------------------------------------------*/

/* List of events with calendar icons */
ul.eventsList {
  margin:0 0 18px 0;
  padding:0 0 0 4px;
  list-style-type:none;
}

ul.eventsList li {
  line-height:120%;
  margin-bottom:9px;
  overflow:hidden;
  width:100%;
}

ul.eventsList li a {
/*  font-size:10px;*/
  text-decoration:none;
  cursor:pointer;
}

ul.eventsList a:hover {
  text-decoration:none;
  cursor:pointer;
}

span.calendarIcon, span.calendarIconActive {
  display:block;
  float:left;
  background:url(/images/cal.gif) top left no-repeat;
  width:21px;
  font-size:10px;
  font-weight:bold;
  text-align:center;
  padding-top:9px;
  padding-bottom:6px;
  font-family:Verdana;
}
span.calendarIcon a, span.calendarIconActive a {
  color: #222;
}
span.calendarIconActive {
  background:url(/images/cal_today.gif) top left no-repeat;
}
li.pastEvent span.calendarIcon {
  color:#555;
  background:url(/images/cal_past.gif) top left no-repeat;
}
.meridien {
  text-transform:lowercase;
}
span.eventText {
  display:block;
  width:184px;
  color: #0C2D55;
  float:right;
  padding-top:3px;
}
li.pastEvent span.eventText, li.pastEvent span.meridien {
  color:#555;
}

/* Special events at the top of the events page */

.featuredEvents {
/*  width:100%;
  overflow:hidden;
  margin-bottom:30px;*/
}
.featuredEvents h4 {
  font-size:14px;
  margin-bottom:6px;
  line-height:100%;
}
.featuredEvents h4 span.date, .featuredEvents h4 span.location {
  display:block;
  font-weight:normal;
  font-style:italic;
  font-size:11px;
  margin:3px 0;
}
.featuredEvents h4 span.date {
  font-style:normal;
}
.featuredEvents p {
  font-size:11px;
  margin-bottom:4px;
  line-height:120%;
}
.featuredEvents p.more {
 line-height:150%;
}
.featuredEvents div.event {
/*  float:left;
  width:214px;
  padding-right:11px;*/
}
.featuredEvents div.event img.feature {
  margin:2px 8px 6px 0;
  width:200px;
}
span.soldOut {
  font-size:11px;
  color:#f3110b;
  font-family:Verdana;
  text-decoration:none;
}
.newsletter form {
  margin:8px 0 12px 0;
}
.newsletter form input.newsname {
  width:98%;
}
.newsletter form input.newsemail {
  width:75%;
}

/*-----------------------------------------------------
                      >> News Excerpts <<
-----------------------------------------------------*/

ul.news {
  list-style-type:none;
  margin:0;
  padding:0;
  line-height:120%;
}
ul.news li {
  margin-bottom:6px;
}
ul.news li a {
/*  font-weight:bold;*/
}


/*-----------------------------------------------------
                    >> Categories <<
-----------------------------------------------------*/

.categories {
  margin:20px 0;
}
.categories ul {
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
}
.categories ul li {
  margin-bottom: 4px;
}
.categories ul ul {
  padding-left: 0.7em;
  padding-top: 4px;
}
.categories ul ul li {
  margin-bottom: 2px;
}
.childCategories {
  font-size: 11px;
}




/*===========================================================================
                                  >> SHOPPING <<
---------------------------------------------------------------------------*/
/*div.specialNotice {
  border:1px solid #ddd;
  padding:15px;
  background:#e3f4f9;
  color:#172877;
}
div.specialNotice p {
  margin:0;
}
*/

/*-----------------------------------------------------
                >> Checkout and Payment <<
-----------------------------------------------------*/

.checkout h4, .checkout legend {
  color: #cf0014;
  font-weight: bold;
  font-size: 14px;
  margin: 0;
	text-align: left;
	text-indent: 0;
  padding: 0.5em 0;
}


/*------------- Progress -------------*/

ul.basketProgress {
  width: 100%;
  background: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: Helvetica, sans-serif;
}

.basketProgress li {
  float: left;
  width: 31%;
  margin-right: 2%;
}
.basketProgress span {
  color: #000;
  padding-left: 44px;
  padding-top: 13px;
  height: 27px;
  display: block;
  font-size: 11px;
  background-image: url(/images/sprites_numbers.gif);
  background-repeat: no-repeat;
}

.basketProgress span.currentStep {
  font-weight: bold;
}
.basketProgress span.pastStep {
 background-position: 0 bottom;
}

li.step1 span {
 background-position: 0 center;
}
li.step1 span.currentStep {
 background-position: 0 top;
}

li.step2 span {
 background-position:-229px center;
}
li.step2 span.currentStep {
 background-position:-229px top;
}

li.step3 span {
 background-position: -459px center;
}
li.step3 span.currentStep {
 background-position: -459px top;
}

li.step4 span {
 background-position: -687px center;
}
li.step4 span.currentStep {
 background-position: -687px top;
}

li.step5 span {
 background-position: -917px center;
}
li.step5 span.currentStep {
 background-position: -917px top;
}



/*------------- Basket table -------------*/

#basketTable {
  margin-bottom: 0;
}

#basketTable div.noCover {
  background: url(/images/no_cover.png) center center no-repeat;
  width: 70px;
/*  height: 52px;*/
  height: 70px;
  margin: 0;
}

#basketTable td.cover {
  width: 80px;
  margin: 0;
  padding: 8px 0;
}
#basketTable td.cover img {
  width: 70px;
  height: auto;
  margin: 0;
}

#basketTable td.cover a:hover {
  text-decoration: none;
}
#basketTable th.quantity,
#basketTable th.price {
  width: 6em;
}
#basketTable th.remove {
  font-weight: bold;
  color: #f3110b;
  text-align: center;
  width: 3em;
}
#basketTable td.remove {
  text-align: center;
}
#basketTable tr.totalsRow td {
  border: none;
  font-weight: bold;
  padding-top: 8px;
  vertical-align: top;
  height: 15px;
}
#basketTable tr.alt td { /* alternate table rows */
}
p.update {
  text-align: right;
  font-size: 11px;
  width: 100%;
}
p.continue {
  overflow:hidden;
  width:100%;
  border-top:1px solid #ddd;
  text-align:right;
  padding-top:10px;
  color:#f37f0f;
}
.continue span.note {
  float: right;
  display: block;
  font-size: 11px;
  width: 200px;
  line-height: 130%;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #ddd;
}
.continue input {
  float: right;
}
a.buttonContinue {
  background: url(/images/button_continue-trans.png) right top no-repeat;
  display: block;
  text-indent: -5000px;
  text-align: left;
  float: right;
  width: 81px;
  height: 24px;
}


.checkout {
/*  position:relative;*/
  padding:0;
}
.checkout h3 {
  letter-spacing:0px;
  padding-bottom:12px;
}
div.checkoutErrors {
  margin-bottom:25px;
  font-weight:bold;
}
.checkoutErrors ul {
  font-weight:normal;
}
div.fieldWithErrors {
  border-right: 5px solid #f3110b;
  padding-right:5px;
  float: left;
}
.checkout form div.fieldWithErrors input {
  margin-bottom:0px;
  background: #FFFBBF;
}
.checkout form, form.contactForm {
	position:relative;
  margin:15px 0px 0 0px;
}
form.contactForm {
  width:460px;
}
.checkout legend, .checkout h3, .orders h3 {
}
.checkout div.columnLeft,
.members div.columnLeft {
  width:420px;
  float: left;
}
.checkout div.columnRight {
  width: 220px;
  margin-left: 20px;
  float: left;
}
.checkout fieldset {
  padding:0;
  margin:0;
  border:0;
}

.checkout fieldset.col {
  width:420px;
  padding:0;
  margin-bottom: 1em;
}

.checkout fieldset.right {
  float:right;
  padding-right:5px;
}

.checkout form .editField input,
.checkout form .editField select,
.checkout form .editField textarea,
form.contactForm .editField input,
form.contactForm .editField select,
form.contactForm .editField textarea {
  font-size:12px;
  margin-bottom:8px;
}

.checkout label, form.contactForm label {
  font-size:12px;
  font-weight:bold;
  line-height:120%;
  display:block;
  color:#444;
}
.checkout label small {
  font-weight: normal;
}
.checkout p {
  margin-bottom:20px;
  clear:both;
}

.checkout p.submit, form.contactForm p.submit, .newsletters form p.submit {
  overflow:hidden;
  width:100%;
  border-top:1px solid #ddd;
  text-align:right;
  padding-top:10px;
  margin: 20px 0 4px 0;
  color:#f37f0f;
  font-weight:bold;
}

.checkout p.submit input, form.contactForm p.submit input {
  font-size:14px;
  margin-left:15px;
}
/*
select#basket_billing_address_id, select#basket_shipping_address_id {
  margin: 0.5em 0 1.0em 0;
  font-size: 16px;
}*/

table td.subtotal, table td.price {
  text-align:right;
}

table td.subtotal {
  border-bottom:0;
}

/* Checkout Addresses */

.addr {
  margin: 0.5em 0 0.5em 42%;
}



/* BASKET SUMMARY */

/* Toggle styles */
.toggleOn {
  background: url(/images/checkout_option_selected.gif) no-repeat center center;
  width: 35px;
  height: 25px;
}

/* Basket summary stuff */

table.basketSummary {
  margin-bottom:6px;
}
.basketSummary td {
  vertical-align: bottom;
  padding:5px 0;
}
.basketSummary td a {
  font-weight:bold;
}
.summaryTotal {
  font-weight: bold;
/*  font-size: 120%;*/
}
span.editLink {
  font-size:80%;
  font-weight:normal ! important;
  letter-spacing:0px;
}
.summaryTotal td {
  padding-top:10px;
}
table.orderSummary {
  width:600px;
  font-size:12px;
}

table.orderSummary td, table.checkoutSummary td {
  padding:5px 2px;
}

table.checkoutSummary { /* receipt page */
  margin:7px 0 30px 0;
}

/*-- Insitutional customers --*/

.hvcLogin {
  background: #E6F1FF;
  padding:3px 2px 3px 5px;
  margin-top:30px;
}

.hvcLogin h3 {
  margin-top:3px;
}

.hvcCheckout h3 {
  margin:15px 0 7px 0;
}

/*-- Discounts and opportunities --*/

dl.discounts {
  font-size: 12px;
  lin
}



/*==========================================================================
                              >> STORE SPECIFICS <<
--------------------------------------------------------------------------*/

.store {
  position:relative;
}
.storeMasthead {
  height: 240px;
  margin-top:0px;
  text-align:right;
  color:#fff;
  font-size:11px;
/*  line-height:460px;*/
  overflow:hidden;
}
.storeMasthead p {
  font-size: 24px;
  font-family: Helvetica;
  color: #fff;
  margin-top:0;
}
.storeDetails ul {
  list-style:none;
  padding:0;
  margin:0 0 14px 0;
}



/*==========================================================================
                          >> PRODUCTS and SHELVES <<
--------------------------------------------------------------------------*/

/*-----------------------------------------------------
                 >> Generic Product Info <<
  -----------------------------------------------------*/

.productPage {
  margin-bottom: 40px;
}
.special_rrp {
  text-decoration: line-through;
}
.special_price {
  color:#f50003;
  font-size:110%;
  padding-left:2px;
  font-weight:bold;
}
.normal_price {
  font-weight:bold;
}
p.priceLine {
  margin-top: 0;
  line-height:120%;
  margin-bottom:0px;
}
.classification img {
  width:100%;
  margin:8px 0 0 0;
  float:none;
}
span.remainder_expired {
  display:block;
  font-weight:normal;
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
  margin-top:-7px;
  position:relative;
}
div.productImage {
  position:relative;
}
img.cover {
  border:1px solid #eee;
}
.productImage img.specialPrice {
  margin-top:-47px;
  margin-left:5px;
}
.productImage img.specialPriceSolo {
  margin-left:20px;
}
.productDetails { /* to differentiate from covers for complex layouts*/
}
.inStock {
  font-weight:bold;
}
.notInStock {
  color: #aaa;
  font-style:italic;
}
div.productExternalMedia {
	text-align: center;
	clear: both;
	background: #d6eff6;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
div.productExternalMedia object {

}
.productPage .header h1 {
	width: 470px;
}
/* Basic badges */

span.specialPriceBadge {
  position: absolute;
  background: url(/images/specialpricesmall-trans.png) top left no-repeat;
  top: 0;
  left: 0;
  z-index: 500;
  height: 35px;
  width: 34px;
}
img.specialPriceSmall {
  position:absolute;
  top:-5px;
  left:-8px;
}

a.reviewLink {
  font-size:11px;
  font-family:Verdana;
  font-weight:normal;
  clear: left;
  display:block;
  margin-top: 7px;
  background: url(/images/review_badge-trans.png) top left no-repeat;
  height: 16px;
  padding-left: 21px;
  line-height: 150%;
  text-decoration:none;
}
a.reviewLink:hover {
  color:#000;
}


.product ul {
  font-size:95%;
  line-height:120%;
  margin:6px 0;
  padding: 0 0 0 23px;
}
.productPage ul.reviews {
  list-style-type:none;
  padding:0;
  margin: 15px 0;
}


/*-----------------------------------------------------
                      >> Shelves <<
  -----------------------------------------------------*/

.shelf {
  padding:10px 0;
}
.collection { /* the collection page shelf type */
  margin-top:0;
  padding-top:0;
}
.shelf h3, .productSidebar h3 {
  margin-top:9px;
  margin-bottom:15px;
  text-transform:uppercase;
  padding-bottom:3px;
  border-bottom:1px solid #ccc;
}
.tint .shelf h3 {
  border-bottom:0;
  margin-bottom:10px;
  padding-bottom:0;
}
.shelf h4 {
  margin: 0 0 7px 0;
  font-size:11px;
  font-weight:bold;
}
.shelf h4 span.title {
  font-size:13px;
  line-height:120%;
}
.shelf h4 a {
}
.shelf .product p {
  margin:0 0 8px 0;
}


/* ------>> SHELVES: 1x1 + Intro <<------ */
/* 'Intro' is a shelf with a newsy bit instead of a product */
.shelf1x1 { }
.intro { }
.shelf1x1 h3 {
  margin-top:0;
}
.shelf1x1 h4, .shelf1x1 h4 a {  /* The title and the author name */
  font-family: "Palatino", Georgia, serif;
  font-weight:normal;
  font-size:24px;
  line-height:130%;
}
.shelf1x1 h4 {  /* The author name */
  font-size:18px;
}
.intro h4 {
  font-size:22px;
}

.shelf1x1 img.cover {
  width: 98px;
  border:1px solid #ddd;
}

.shelf1x1 p.priceLine {
  margin:12px 0;
}

.shelf1x1 .productInfo {
  width:330px;
  float:left;
}

.shelf1x1 .reviews {
  float:right;
  width:234px;
}

.reviews div.more {
  width:234px;
  font-size:11px;
}

table.reviews {
  width:100%;
  margin-bottom:8px;
}

table.reviews td.rating {
  width:50px;
}

table.reviews td div.starRating {
  display:inline;
}

/* ------>> SHELVES: Readings Recommends, 3x1 <<------ */

.readings_recommends, .shelf3x1 {
  clear:both;
  width:100%;
}
.readings_recommends .productInfo, .shelf3x1 .productInfo {
  float:left;
  width:224px;
}
.readings_recommends .productInfo img, .shelf3x1 .productInfo img {
  width:75px;
  margin-right:8px;
}
.readings_recommends .productInfo h4, .shelf3x1 .productInfo h4 {
  margin-top:2px;
  margin-right:10px;
}
.readings_recommends .productInfo h4 a, .shelf3x1 .productInfo h4 a {
  font-size:12px;
}

.readings_recommends .productInfo p.priceLine, .shelf3x1 .productInfo p.priceLine {
  font-size:11px;
  float:left;
  width:100px;
}

.shelf3x1 .productInfo a.starLink {
  float:left;
  width:100px;
}



/* ------>> SHELVES: 2x2 & 3x2 <<------ */

/*.shelf_x2 {
  clear:both;
}

.shelf_x2 .product {
  overflow: hidden;
  width: 330px;
  float: left;
  padding-bottom: 20px;
}

.shelf_x2 div.productImage {
  position:relative;
  float:left;
  width:112px;
}

.shelf_x2 img.cover {
  width: 100px;
}

.shelf_x2 h4 {
  padding-bottom: 0;
}

.shelf_x2 h4 a {
}

.shelf_x2 .productInfo {
  width:210px;
  float:left;
}

.shelf_x2 p.priceLine {
  display:block;
  margin-top:12px;
}

.shelf_x2 div.noCover {
  width:100px;
  height:120px;
  display:block;
  background: url(/images/no_cover.png) top left no-repeat;
  float: left;
  margin-right: 12px;
  margin-bottom: 3px;
}*/

/* ------>> SHELVES: 6x1 <<------ */

.shelf6x1 {
  clear:both;
  padding:0;
  margin-bottom: 10px;
}
.shelf6x1 .more {
  margin-top:1.5em;
}

/*---- SHELVES - Top 10 ----*/

.shelf_top10 { }
.shelf_top10 h3 {
  margin-top: 0;
}
.shelf_top10 ol li {
  font-size:11px;
  line-height:120%;
  margin-bottom:7px;
}
.shelf_top10 ol a {
  font-weight:bold;
}
.shelf_top10 div.more {
  font-size:11px;
}


/* ------>> SHELVES: For Post <<------ */

/* doesn't inherit other shelf rules */

.shelf_for_post {

}
.shelf_for_post h5 {
  margin:0 0 6px 0;
  font-weight:bold;
  letter-spacing:0px;
  text-transform:capitalize;
}
.shelf_for_post p {
  font-size:13px;
  clear:both;
  line-height:130%;
  width:100%;
}
.shelf_for_post p a {
  font-weight:bold;
}
.shelf_for_post img.cover {
  margin-left:0;
  margin-bottom:10px;
}


/*-----------------------------------------------------
                  >> Product Units <<
  -----------------------------------------------------*/

div.noCover {
  width:100%;
  background: url(/images/no_cover.png) top left no-repeat;
  height: 100px;
}



.product50 { /* 50px wide */ }
.product50 div.productImage {
  position: relative;
  float: none;
  margin-bottom: 10px;
}
.product50 img.cover { width: 38px; border: 1px solid #eee; }
.product50 div.noCover {
  width:100%;
  background: url(/images/no_cover.png) top left no-repeat;
  height:42px;
}

.product100 { /* 100px wide */ }
.product100 div.productImage { position: relative; float: none; }
.product100 div.productDetails { clear: both; padding-top: 0.4em; }
.product100 img.cover { width: 98px; border: 1px solid #eee; }
.product100 h4, .product200 h4 {
  margin: 0 0 2px 0;
  font-size:11px;
}
.product100 h4 a {
  font-style: normal;
  font-weight: bold;
  padding-bottom: 3px;
  font-size:13px;
}
.product100 div.noCover {
  width:100%;
  background: url(/images/no_cover.png) top left no-repeat;
  height:104px;
}
.product100 p.priceLine {
  margin-top: 4px;
  font-size: 11px;
}

.product200 { /* 200px wide */
  margin-bottom: 1.2em;
}

.product300 { /* 300px wide */
  margin-bottom: 1.2em;
}
.product300 div.productImage,
.product800 div.productImage {
  position: relative;
  padding-bottom: 10px;
}
.product300 img.cover {
  width: 98px;
  border: 1px solid #eee;
}
.product300 div.noCover {
  width:100%;
  background: url(/images/no_cover.png) top left no-repeat;
  height: 100px;
}
.product300 div.productDetails { }
.product300 p.priceLine {
  margin: 8px 0;
}
.product300 a.reviewLink,
.product800 a.reviewLink {
  float: left;
  margin: 4px 2px;
}
.product800 div.noCover {
  width: 100%;
  background: url(/images/no_cover.png) top left no-repeat;
  height: 100px;
}



/*-----------------------------------------------------
                  >> Product Page <<
  -----------------------------------------------------*/

.productPage div.noCover {
  width: 100%;
  background: url(/images/no_cover.png) top left no-repeat;
  height: 100px;
}
.productSidebar h3 {
  margin-top: 0;
}
.availability {
  margin-bottom: 1.4em;
}
.availability table {
  width: 100%;
  margin-bottom:12px;
}
.availability td.stock { /* Set width to stop column jumping when 'add' is clicked */
  width: 110px;
}


/*-----------------------------------------------------
      >> Newsletters form and download <<
-----------------------------------------------------*/

/* overwriting some of the download attachment rules */
.sidebar a.download {
  border:0px;
  background:#fff;
  margin: 10px 0 0 -10px;
}
.sidebar a.download img, .sidebar a.download label {
  float:left;
}
.sidebar a.download label {
  width:70%;
  margin-top:5px;
  font-weight:bold;
}
.sidebar a.download label span {
  display:none;
}



.newsletters form {
  width:480px;
}
.newsletters fieldset.personalDetails label {
  font-size:12px;
  font-weight:bold;
  margin:12px 0 2px 0;
  line-height:120%;
  display:block;
  color:#444;
}
.newsletters form legend {
  font-size: 12px;
  font-weight: bold;
  padding-bottom:6px;
}
.newsletters span.labelText {
  display:block;
}
.newsletters fieldset {
  margin-bottom: 15px;
}
.newsletters .col {
  float:left;
  width:49%;
}
.newsletters .right {
  float:right;
  border-right:0px;
}
.newsletters fieldset.personalDetails select,
.newsletters fieldset.personalDetails input {
  width: 100%;
  margin-bottom: 8px;
  font-size:13x;
}
.newsletters fieldset.personalDetails label.suburb {
  width: 76%;
}
.newsletters fieldset.personalDetails label.postcode,
.newsletters fieldset.personalDetails label.state,
.newsletters fieldset.personalDetails label.country {
  float:left;
  width:25%;
  margin-right:5%;
}
.newsletters label.name input,
.newsletters label.email input {
  width:78%;
}
.newsletters p.readOnlyField {
  font-weight: normal;
  font-size: 13px;
  padding-top: 3px;
}


/*===========================================================================
                                  >> Posts <<
---------------------------------------------------------------------------*/

.post { /* Contains the whole post */
  overflow: hidden;
  margin-bottom:30px;
  padding:0;
}

.archive {
  clear:both;
}

.postContent {
  float:left;
  width:440px;
}

.postContent p {
  line-height:160%;
}

.postAttachments { /* Pics and so forth */
  float:right;
  width:225px;
}

.postAttachments img {
  float:left;
  margin: 0 10px 6px 0px;
  width:100px;
  border:1px solid #ddd;
}

/* ---->> 'Download' Links <<---- */

.postAttachments a.download {
  font-size:11px;
  display:block;
  font-weight:bold;
  text-align:center;
  width:100px;
}
.postAttachments a.download:hover {
  text-decoration:none;
}
.postAttachments a.download img {
  float:none;
}


/* ---->> Mimetype / Download Icons <<---- */

a.download {
  display:block;
  overflow:hidden;
  border:1px solid #ccc;
  margin:0;
  padding:0;
  background:#eee;
  position:relative;
  text-decoration:none;
}
a.download:hover {
  background:#E6F1FF;
}
a.download label {
  margin:20px 0 0 0;
  padding:0;
  display:block;
  line-height:140%;
  float:left;
}
a.download label span {
  font-weight:bold;
  font-size:12px;
}
a.download img {
  float:left;
  margin:0;
  padding:3px 0;
  width:64px;
  height:64px
}

/*-----------------------------------------------------
                  >> The Blog <<
-----------------------------------------------------*/

div.blogroll ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}
div.blogroll ul li {
	margin: 0 0 2px 0;
}

/*-----------------------------------------------------
                  >> News Posts <<
-----------------------------------------------------*/

/*-----------------------------------------------------
                  >> Interviews <<
-----------------------------------------------------*/
ul.interviews {
  padding:0;
  margin:0 0 30px 0;
}

ul.interviews li {
  margin:0 0 6px 0;
  background:url(/images/chat.png) left center no-repeat;
  padding-left:25px;
  list-style-type:none;
}



/*====================================================``======================
                                 >> Profiles <<
--------------------------------------------------------------------------*/

.profilePic {
  float: left;
  width: 110px;
  margin: 0 15px 15px 0;
}
.profileContent {
  padding-bottom: 30px;
}


/*==========================================================================
                              >> Sitemap Footer <<
--------------------------------------------------------------------------*/
.ft {
  border-top:1px solid #aaa;
  border-bottom:1px solid #ddd;
  padding:10px 0 0 0;
/*  width:100%;*/
  overflow:hidden;
  margin:20px 0 6px 0;
  font-size:9px;
  font-family:Verdana;
}

.ft .siteMap {
  overflow:hidden;
  padding-bottom:6px;
}

.siteMap ul {
  margin:0;
  padding: 0;
  line-height:130%;
}

.siteMap ul li.chapter {
  float: left;
  margin: 0;
  list-style: none;
  margin-right: 20px;
  height:19.0em;
  overflow:hidden;
  width: 172px;
}
.siteMap ul li.last {
  margin-right: 0px;
}

.siteMap ul li .chapterName {
  text-transform: uppercase;
  font-weight:bold;
  font-size:9px;
  letter-spacing:1px;
  padding-left:9px;
  margin-bottom:5px;
}

.siteMap ul li.members {
  margin-right: 0px;
}

.siteMap ul ul {
  margin:9px 0 10px 9px;
  list-style: none;
}

.siteMap ul li ul li {
  float: none;
  text-transform: none;
  width: auto;
  margin-bottom:4px;
  font-size:11px ! important;
}

.siteMap .aboutReadings {
  margin-right: 0;
}

.siteMap .aboutThisWebsite {
  margin-top: 1em;
  margin-right: 0;
}

.ft .cartInfo {
  width: 25%;
  float: right;
}

.finePrint {
  width:100%;
  overflow:hidden;
  font-size: 8pt;
  text-align: center;
  padding: 0 0 10px 0;
}
.finePrint a.facebook, .finePrint a.twitter {
	display: inline;
	width: auto;
}
/*-----------------------------------------------------
             >> Ads <<
-----------------------------------------------------*/

iframe.advertisementFrame {
  border:none;
  padding:0;
  margin:0 10px;
  overflow:hidden;
}
div.sidebar iframe.advertisementFrame {
  margin: 0;
}

/*-----------------------------------------------------
             >> Contact Form <<
-----------------------------------------------------*/




/*-----------------------------------------------------
             >> Calendar Stylze <<
-----------------------------------------------------*/

table.calendar {
  margin-bottom:20px;
  border-collapse:separate;
  clear:both;
  margin-left:-2px;
}

.post table.calendar {
  padding-top:60px;
}

table.calendar td, table.calendar th {
  border:0;
  padding:0;
}

table.calendar thead tr.monthName th {
  text-align:left;
  padding-bottom:7px;
  text-transform:uppercase;
  font-size:18px;
  color:#555;
  border-bottom:1px solid #ddd;
  border-right:4px solid #fff;
  font-weight:normal ! important;
}

table.calendar tr.dayName {
}

table.calendar tr.dayName th {
  text-align:left;
  font-size:13px;
  border:0;
  padding:6px 0 0px 0;
  color:#444;
  letter-spacing:1px;
  text-transform:uppercase;
  font-weight:normal ! important;
}

table.calendar td.day {
  border:0;
  text-align:left;
  font-size:24px;
  padding:3px 0 5px 0;
  overflow:hidden;
  color:#888;
  height:120px;
  border-right:4px solid #fff;
  width:14%;
}

table.calendar td span.date {
  display:block;
  border-top:5px solid #ccc;
  padding-top:3px;
  line-height:100%;
  margin-bottom:5px;
  padding-bottom:0;
  color:#999;
}

table.calendar td.has_events span.date {
  border-top:5px solid #f37f0f;
  color:#f37f0f;
}

table.calendar span.event {
  font-size:11px;
  vertical-align:bottom;
  display:block;
  margin-bottom:8px;
}

.contactForm {
}
.contactForm .textField {
  width: 340px;
}




/*==========================================================================
                              >> Member Centre <<
--------------------------------------------------------------------------*/

.loginStatus { /* On every page */
  padding: 30px 0 0px 0;
  margin-top: -6px;
/*  background: url(/images/line_login.gif) left top no-repeat;*/
  float: right;
  width: 215px;
  height: 45px;
  text-align: right;
/*  background: yellow;*/
  margin-bottom: 10px;
}
.loginStatus p {
  font-size: 12px;
  width: 100%;
  line-height: 120%;
  margin-bottom: 0;
/*  color: #E6F1FF;  */
}
.loginStatus a {
  font-weight: bold;
  text-decoration: underline;
}
.login {
}
.remember {
  font-size: 11px;
  text-align: right;
}
.joinUs { /* Join page */
  width: 100%;
  overflow: hidden;
  padding-bottom: 40px;

}

.tempt { /* Call to join on the login page */
/*  padding: 8px;*/
}
.tempt h4 {
  font-size: 14px;
  margin-bottom: 6px;
}
.tempt p {
/*  font-size: 12px;*/
/*  line-height: 140%;*/
}
.tempt a.join {
  background: url(/images/join.png) right top no-repeat;
  text-indent: -5000px;
  display: block;
  float: right;
  width: 60px;
  height: 24px;
}

a.buttonGuestPass {
  background: url(/images/button_guestpass.png) right top no-repeat;
  text-indent: -5000px;
  display: block;
  float: right;
  width: 88px;
  height: 24px;
}




/*------------- Address Book -------------*/

.address {
/*  height: 9.0em;
  float: left;
  width: 45%;*/
}


/*------------- Orders -------------*/

.orders h3 {
  width: 100%;
  overflow: hidden;
  margin-top: 0;
  letter-spacing: 0;
  font-size: 13px;
  font-weight: bold;
}
.orders table {
  margin-bottom: 10px;
  width: 100%;
}

p.shippingAddress {
  text-align: right;
  font-size: 11px;
  width: 100%;
  padding: 0;
}
span.orderRef {
  float: left;
  font-size: 15px;
  color: #172877;
}

span.orderDate {
  float: right;
  color: #172877;
}

div.memberErrorMessages {
  color: #900;
  line-height: 120%;
  margin: 0.5em 0;
  font-size: 10pt;
}


table.form {
  border-collapse:collapse;
  margin:0 0 20px 0;
  padding:0;
  font-size:12px;
  width: auto;
}

table.form tr.required {
/*  background: #efefef;*/
}

table.form label {
  font-size:12px;
  font-weight:bold;
  color: #222;
}
table.form td.countryDropdown select {
	width: 100%;
}
table.form input {
  font-size: 14px;
}

table.form td.submit {
  text-align: right;
  vertical-align: bottom;
}

table.form td, table.form th {
  text-align:left;
  padding: 5px 3px;
  border-bottom: none;
}

table.form th { /* Labels */
  font-size: 12px;
  padding-right: 10px;
  width: 130px;
  padding-left: 0px;
  padding-right:14px;
}

ul.allCollectionsList {
  list-style: none;
  margin-top: 2em;
  padding: 0;
}

ul.allCollectionsList li {
  line-height: 1em;
  font-size: 11px;
  padding-left: 0;
}

div.bookwebError h2 {
  color: red;
  margin-bottom: 1em;
}

div.bookwebError p {
  color: #900;
}


iframe.ebookAvailabilityFrame {
  border: none;
  width: 100%;
  height: 40px;
}

