@import url(//fonts.googleapis.com/css?family=Short+Stack);
#container.boeken {
  background: white;
}
#container.boeken,
#container.boeken *,
#container.boeken *:before,
#container.boeken *:after
{
  box-sizing: border-box;
}
#container.boeken ul.inline {
  list-style: none;
  margin: 0;
  padding: 0;
}
#container.boeken ul.inline li {
  display: inline-block;
}
#container.boeken .filters {
  position: relative;
  display: block;
  width: 626px;
  height: 56px;
  margin: 5px 0 10px 12px;
  padding: 0 0 0 24px;
  background: url(../img/bar.png);
  list-style: none;
}
#container.boeken .filters li {
  position: relative;
  float: left;
  display: block;
  height: 50px;
  margin-top: 1px;
}
#container.boeken .filters li:before,
#container.boeken .filters li:after {
  content: '';
  position: absolute;
  right: -1px;
  top: 0;
  display: block;
  width: 2px;
  height: 50px;
  background: url(../img/bar-button-divider.png);
}
#container.boeken .filters li:before {
  position: absolute;
  left: -1px;
  top: 0;
  right: inherit;
  display: none;
}
#container.boeken .filters li:first-child:before {
  display: block;
}
#container.boeken .filters li.search {
  position: absolute;
  right: 20px;
  top: 0;
  width: 238px;
  height: 34px;
  margin: 9px 0 0 20px;
  padding: 0;
  background: white;
  border-radius: 5px;
  background-clip: padding-box;
}
#container.boeken .filters li.search:before,
#container.boeken .filters li.search:after {
  display: none;
}
#container.boeken .filters li.search input {
  width: 80%;
  height: 100%;
  margin: 0;
  padding: 10px;
  border: 0;
  background: transparent;
}
#container.boeken .filters li.search button {
  width: 36px;
  height: 34px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  padding: 0;
  border-radius: 2px 5px 5px 2px;
  overflow: hidden;
  text-indent: -9999px;
}
#container.boeken .filters li.search button:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 1px;
  background: url(../img/icon-magnifier.png) 50% 50% no-repeat;
}

#container.boeken .filters button.filter
{
  height: 100%;
  margin: 0;
  padding: 0 26px;
  border: 0;
  background: rgba(0, 0, 0, 0.05);
  font: bold 18px/46px Arial, sans;
  color: #363636;
  text-shadow: 0 1px rgba(255, 255, 255, 0.3);
}

#container.boeken .filters button.filter:hover
{
  background: rgba(255, 255, 255, 0.05);
}

#container.boeken .filters button.filter.current
{
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
  background-color: #387c3b;
  background-repeat: repeat-x;
  background-image: linear-gradient( #85bb3d, #387c3b );
}
#container.boeken .bookCase {
  position: relative;
  width: 648px;
  margin-bottom: 20px;
  background: url(../img/book-case-top.png) center top no-repeat;
}
#container.boeken .bookCase:after {
  content: '';
  position: absolute;
  left: 32px;
  bottom: 66px;
  width: 584px;
  border-top: 2px solid white;
}
#container.boeken .bookCase > .sort {
  padding: 10px 0 0 30px;
  height: 53px;
}

#container.boeken .bookCase > .sort span {
  font: 18px 'Short Stack', cursive;
  color: #363636;
  text-shadow: 0 1px rgba(255, 255, 255, 0.3);
}

#container.boeken .bookCase > .sort ul {
  display: inline;
}
#container.boeken .bookCase > .pages {
  text-align: center;
  padding-top: 7px;
  background: url(../img/book-case-bottom.png) center bottom no-repeat;
}
#container.boeken .bookCase > .sort .button,
#container.boeken .bookCase > .pages .button
{
  margin: 1px;
  border: 1px solid #5A4A26;
  font: bold 18px/28px Arial, sans;
  color: #363636;
  text-shadow: 0 1px rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  padding: 0 10px;
}

#container.boeken .bookCase > .sort .button:not( .current ),
#container.boeken .bookCase > .pages .button:not( .current )
{
  background: rgba(0, 0, 0, 0.3);
}

#container.boeken .bookCase > .sort .button.current,
#container.boeken .bookCase > .pages .button.current
{
  margin: 0;
  border: 2px solid white;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

#container.boeken .bookCase > .sort .button.current:after
{
  content: "▲";
  font-size: .8em;
  margin-left: .3em;
  display: inline-block;
  transition: transform .3s, text-shadow .2s;
  transform: rotate( 180deg );
  text-shadow: 0 -2px rgba(0, 0, 0, 0.5);
  position: relative;
  top: -1px;
}

#container.boeken .bookCase > .sort .button.current.descending:after
{
  transform: rotate( 0 );
  text-shadow: 0 1px rgba(0, 0, 0, 0.5);
}

#container.boeken .bookCase > .books {
  position: relative;
  width: 100%;
  overflow: auto;
  padding-left: 36px;
  background: url(../img/book-case-shelf.png) center top repeat-y;
  overflow: hidden;
}
#container.boeken .bookCase > .books li {
  display: block;
  position: relative;
  float: left;
  width: 280px;
  height: 138px;
}
#container.boeken .bookCase > .books .book {
  position: absolute;
  left: 15px;
  bottom: 20px;
  background: url(../img/book-bg.png) no-repeat;
  background-size: 100% 100%;
}
#container.boeken .bookCase > .books .book img {
  margin: 3px;
  max-height: 90px;
  cursor: pointer;
}
#container.boeken .bookCase > .books .info {
  position: absolute;
  right: 0;
  top: 10px;
  width: 192px;
  height: 122px;
  padding: 7px 4px 0 20px;
  overflow: hidden;
  background: url(../img/book-case-book-info.png) no-repeat;
  font: 12px Arial, sans;
  color: #363636;
}
#container.boeken .bookCase > .books .info h3 {
  margin: 0;
  font-size: 14px;
  color: #344e94;
  cursor: pointer;
}
#container.boeken .bookCase > .books .info .author {
  font-weight: bold;
}
#container.boeken .bookCase > .books .info .reviews {
  font-size: 14px;
  vertical-align: middle;
}
#container.boeken .bookCase > .pages {
  clear: left;
  height: 66px;
}
