/* Start: Left-align text in logo with text on page */
.maincontent, #globalactions, #footer {
  margin-left: 0;
  margin-right: 0;
}

#quicksearchwrapper {
  margin: 8px 0 0 0;
}

a, a:active, .link, .link:active {
  color: #188bb3;
}

#globalnav ul li a, #globalnav ul li a:visited, #orgnav ul li a, #orgnav ul li a:visited {
  color: #188bb3;
  background: white;
}

.sectionnav a, .sectionnav a:visited {
  color: #188bb3;
}

#globalnav ul li a:hover, #globalnav ul li a:focus, #orgnav ul li a:hover, #orgnav ul li a:focus, .sectionnav a:hover, .sectionnav a:focus {
  background: #188bb3;
  color: white;
}

.pagenav ul li a:hover, .pagenav ul li a:focus {
  /* interaction style for prev/next nav */
  background: #188bb3;
  color: white;
}

#searchnav li a:hover, #browsenav li a:hover, #xcollsearchtabs li a:hover {
  background: #188bb3;
  /* White border around hover looks better -- rendering of rounded
     buttons with background and colored bordered is pixelated in 
     firefox */
  border: 1px solid white;
  border-bottom: 0;
  color: white;
}

#format-buttons a, #zoom a {
  background: #fff;
}
#format-buttons a:hover, #zoom a:hover {
  background: #188bb3;
  border-color: #188bb3;
  color: #fff;
}
#format-buttons a.current, #format-buttons a.current:hover, #zoom a.current, #zoom a.current:hover {
  background: #ddd;
  color: #188bb3;
  border-right: 1px solid #444;
  border-bottom: 1px solid #444;
  background: #bbb;
}
#format-buttons a, #format-buttons a.current:hover, #zoom a, #zoom a.current:hover {
  border: 1px solid #aaa;
}

/* Start: Left-align text in logo with text on page */
.maincontent, #globalactions, #footer {
  margin-left: 74px;
  margin-right: 74px;
}

#quicksearchwrapper {
  margin: 8px 74px 0 0;
}

a, a:active, .link, .link:active {
  color: #080808;
}

#globalnav ul li a, #globalnav ul li a:visited, #orgnav ul li a, #orgnav ul li a:visited {
  color: #080808;
  background: white;
}

.sectionnav a, .sectionnav a:visited {
  color: #080808;
}

#globalnav ul li a:hover, #globalnav ul li a:focus, #orgnav ul li a:hover, #orgnav ul li a:focus, .sectionnav a:hover, .sectionnav a:focus {
  background: #080808;
  color: white;
}

.pagenav ul li a:hover, .pagenav ul li a:focus {
  /* interaction style for prev/next nav */
  background: #080808;
  color: white;
}

#searchnav li a:hover, #browsenav li a:hover, #xcollsearchtabs li a:hover {
  background: #080808;
  /* White border around hover looks better -- rendering of rounded
     buttons with background and colored bordered is pixelated in 
     firefox */
  border: 1px solid white;
  border-bottom: 0;
  color: white;
}

#format-buttons a, #zoom a {
  background: #fff;
}
#format-buttons a:hover, #zoom a:hover {
  background: #080808;
  border-color: #080808;
  color: #fff;
}
#format-buttons a.current, #format-buttons a.current:hover, #zoom a.current, #zoom a.current:hover {
  background: #ddd;
  color: #080808;
  border-right: 1px solid #444;
  border-bottom: 1px solid #444;
  background: #bbb;
}
#format-buttons a, #format-buttons a.current:hover, #zoom a, #zoom a.current:hover {
  border: 1px solid #aaa;
}

/* Column for title */
#picklistitems td:first-child {
  width: 28em;
}

table.optionsgrid .rightcol {
  border-left: 1px solid #e3c27c;
}

/* Column for pdf download */
#picklistitems td:last-child {
  width: 9em;
}

#byvolume span.date {
  margin-left: 6px;
}

#quicksearchwrapper {
  margin-top: 30px;
}

#extras .add-to-cart-extra {
  margin-top: 1em;
}

#picklist .add-to-cart, .periodical .add-to-cart {
  display: inline;
  margin-left: 1em;
}

.periodical .add-to-cart {
  padding-top: 0.5em;
  padding-bottom: 0.4em;
}

#picklist .add-to-cart {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  margin-left: 1em;
  font-size: 0.5em;
  padding: 0.6em 1em 0.4em 1em;
}

#picklistbody li {
  line-height: 2em;
}

.add-to-cart {
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  background: #7186CE;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.7em;
  line-height: 1em;
  text-decoration: none;
  padding: 0.5em 1em;
  white-space: nowrap;
  display: inline;
  width: 10em;
  margin-left: 1em;
  text-align: center;
}

#orgnav ul li {
  margin-top: 4px;
}

#globalnav {
  width: 46em;
  font-size: 15px;
}

#ongoing,
#bookreviews {
  display: none;
}

.hangingindent {
  padding-left: 22px ;
  text-indent: -22px ;
}

#staticcontent ol {
  list-style-type: decimal;
  margin-left: 2em;
}
#staticcontent ol li {
  margin-bottom: 1em;
}
