body {
  font-family: Georgia, "New York CE", utopia, serif;
  font-size: 12px; 
  /* font-size: .75em; */
}

.centered {
  text-align: center;
}

.widget {
  margin-bottom: 1em;
}

.widget .control input{
  width: 30em;
}

/** heading */

.logo h1 {
  margin: 0 10px;
  padding: 0;
  width: 266px; height: 39px;
  overflow: hidden;
  position: relative;
}

.logo h1 img,
.logo h1 a,
.logo h1 span {
  position: absolute;
  margin: 0; padding: 0;
  top: 0; left: 0;
  width: 256px; height: 39px;
}

.logo h1 span {
  overflow: hidden;
  z-index: -1;
}

.top-nav {
  text-align: right;
}

.top-nav .user a{
  color: black;
  text-decoration: none;
}

.top-nav .user a:hover,
.top-nav .user a:focus {
  text-decoration: underline;
}

.top-nav .basket a{
  color: #e65540;
  text-decoration: none;
}

.top-nav .basket a:hover,
.top-nav .basket a:focus {
  text-decoration: underline;
}

.top-nav .basket .image{
  position: relative;
  padding-left: .6em;
  top: 4px;
}

.menu-strip {
  background-color: #6f4c30;
  color: white;
}

.menu-strip h2{
  font-size: 16px; 
  margin: 0 10px;
  line-height: 20px;
  letter-spacing: 2.7px;
}

.menu-strip a{
  color: white;
  text-decoration: none;
}

.search-strip {
  background-color: #eee7b0;
}

span.label {
  color: #6f4c30;
  font-size: 20px;
  line-height: 35px;
}

.search-strip input{
  width: 420px;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 35px;
  position: relative;
  top: -1px;
}

.search-strip input.img{
  position: relative;
  width: 26px;
  left: 15px; top: 7px;
}

.page .content {
  padding-top: 2em;
}

.page a {
  color: #6f4c30;
  /* text-decoration: none; */
}

.page a:hover,
.page a:focus {
  color: #6f4c30;
  text-decoration: underline;
}

.page h1,
.page h2 {
  color: #6f4c30;
}

.page h1 {
  font-size: 1.83em;
  font-weight: bold;
}

.page h2 {
  font-size: 1.66em;
  font-weight: bold;
  margin: .4em 0 .2em 0; 
}

.page h2 a {
  color: #6f4c30;
  /* text-decoration: none;*/
}

.page h2 a:hover,
.page h2 a:focus {
  color: #6f4c30;
  text-decoration: underline;
}

.padder {
  padding: 2em;
}

.right-aligned {
  text-align: right;
}

.pagination {
  background-color: #efefef;
}

.book-teaser {
  border-bottom: 1px solid #dedede;
}

.book-teaser .authors {
  font-size: 1.16em ;
  margin-bottom: .4em;
}

.book-teaser .book-info {
  margin-bottom: .4em;
}

.book-teaser .description {
  margin-bottom: .4em;
}

.book-detail .description,
.book-teaser .description {
  color: grey;
}

.book-detail .authors .primary {
  font-size: 1.16em ;
}

.book-detail,
.book-detail .book-info,
.book-detail .authors {
  margin-bottom: 1em;
}

.book-detail .authors .role{
  display: inline-block;
  width: 120px;
}


.price .money {
  color: #e65540;
  font-weight: bold;
  font-size: 1.66em;
}

/*
span.button {
  padding: 0; margin: 0; border: 0;
  background: url(img/button.png) no-repeat top right;
}

span.button input{
  padding: 0; margin: 0; border: 0;
  background: url(img/button.png) no-repeat top left; 
}
*/

/** emulate button via sliding door technology */
a.button,
a.button span{
  font-weight: bold;
  padding: 6px 20px 8px 0;
  text-decoration: none; 
}

a.button,
a.button:hover {
  color: white;
  background: url(img/button.png) no-repeat top right;
}

a.button span {
  background: url(img/button.png) no-repeat top left;
}

.buy {
  padding: 15px;
}

/** specialized button for "buy" button */
.buy a.button {
  color: black;
  background: url(img/button-orange.png) no-repeat top right;
}

.buy a.button span{
  background: url(img/button-orange.png) no-repeat top left;
}

.buy a.button span.ico{
  padding: 0 0 8px 26px; 
  background: url(img/basket-ico.png) no-repeat top left;
}

.block {
  padding-top: 2em;
}

h3 {
  letter-spacing: .15em;
}

.spaced {
  letter-spacing: .15em;
}

.article {
  padding-top: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #dedede;
}

.article .sold {
  text-align: center;
}

.article .status {
  padding-top: 1em;
}


/** grade dots implements via window with strip */

.status .label {
  text-transform: uppercase;
  color: #bacf66;
}

.status .grade{
  margin-left: 5px;
  position: relative;
  display: block;
  width: 59px; height: 12px;
  background: url(img/grade-strip.png) no-repeat bottom left;
  overflow: hidden;
}

.status .grade span{
  position: absolute;
  top: 1px; left: 0;
  display: block;
  width: 59px; height: 12px;
  background: url(img/grade-strip.png) no-repeat bottom left;
}

.status .grade-0,
.status .grade-0 span{
  background-position: -60px;
}
.status .grade-1,
.status .grade-1 span{
  background-position: -48px;
}
.status .grade-2,
.status .grade-2 span{
  background-position: -36px;
}
.status .grade-3,
.status .grade-3 span{
  background-position: -24px;
}
.status .grade-4,
.status .grade-4 span{
  background-position: -12px;
}
.status .grade-5,
.status .grade-5 span{
  background-position:   0px;
}

/** tabs definition */

.tabs {
  border-bottom: 1px solid #888888;
}

.tabs a {
  color: #44494d;
  font-weight: bold;
  display: inline-block;
  border-top: 1px solid #888888;
  border-right: 1px solid #888888;
  border-left: 1px solid #888888;
  margin-bottom: -1px;
  margin-left: 15px;
  padding: 0 1em;;
}

.tabs a.current {
  border-bottom: 1px solid white;
}

/** */
.seller .user {
  margin: 0 5px;
}

.seller .grade {
  float: left;
}

/** */
.status .order,
.basket .order {
  text-align: right
}

/** thumbs */
.thumbs .negative {
  color: red;
}

.thumbs .neutral {
  color: blue;
}

.thumbs .positive {
  color: green;
}

tr.total td {
  border-top: 1px solid black;
}

.block-add {
  background-color: #bacf66;
  padding: 25px;
  position: relative;
  text-align: center;
}

.block-add .search {
  width: 165px;
  margin-bottom: 1.5em;
}

.review .heading{
  padding-bottom: 1.5em;
  text-align: right;
}

.footer {
  text-align: center;
  background-color: #dedede;
  padding: .5em;
  margin-top: 5em;
}


/** feedback */

.feedback-vote {
  text-align: center;
}

.feedback,
.feedback-comment {
  margin-bottom: 1em;
}

.feedback .vote-count {
  font-size: 2em;
}

.feedback-vote {
  border: 1px solid #6f4c30;
}

.feedback .vote-link {
  background-color: #6f4c30;
  color: white;
}

.feedback .vote-link a {
  color: white;
}

.response {
  color: black;
  background-color: #f0f0f0;
  margin-top: 1em;
  border-top: 1px solid #888888;
  padding: 1em;
}



