body {
  background: transparent url('/images/body_bg.jpg') repeat-y center center;
  font: 12px/1.55 Tahoma, Helvetica, sans-serif;
  color: dimgray;
}
body,
p,
label,
* {
  font: 12px/1.55 Tahoma, Helvetica, sans-serif;
  color: dimgray;
}
form,
ul {
  margin: 0!important;
}
table {
  width: 100%;
  border-collapse: collapse;
}
br.clear {
  clear: both;
}
.panel {
  background: none;
  border: none;
  margin: 0;
  padding: 20px 0;
}
.padding {
  padding: 1em;
}
.padding-horizontal {
  padding: 0 1em;
}
.pager {
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  margin-bottom: 1em;
}
.pager * {
  font-size: 11px;
  color: #313438;
}
.pager td {
  vertical-align: top;
  padding: 0;
}
.pager td.amount {
  width: 25%;
  white-space: nowrap;
}
.pager td.paging {
  text-align: center;
}
.pager td.paging .pagination {
  display: inline-block;
}
.pager td.count {
  width: 18%;
  text-align: right;
}
.pager td.sorting {
  width: 30%;
  text-align: right;
}
.pager label {
  font-weight: normal;
}
.pager label select {
  display: inline-block;
  padding: 0;
  height: 20px;
  margin: 0 0.2em;
}
.pager label select.resultsperpage {
  width: auto;
}
.pager label select.sorting {
  width: 120px;
}
ul.pagination {
  white-space: nowrap;
  float: right;
}
ul.pagination li a {
  padding: 0.0625rem 0.1rem;
  color: dimgray;
}
ul.pagination li.arrow {
  padding-top: 0;
}
ul.pagination li.arrow a {
  padding-top: 0;
}
ul.pagination li.current a {
  background: none;
  cursor: default;
  font-weight: bold;
  color: #aaaaaa;
  padding: 0.0625rem 0.1rem;
  font-weight: normal;
}
ul.pagination li.current a:hover {
  background: none repeat scroll 0 0 #e6e7e9;
}
ul.letterlist li {
  text-align: left;
}
ul.letterlist li a {
  font-size: 25px;
  margin-bottom: 15px;
  margin-top: 15px;
}
dl.index {
  margin-left: 0.625rem;
}
dl.index dt,
dl.index dd {
  display: block;
}
dl.index dt {
  color: black;
  font-size: 25px;
  font-weight: normal;
}
dl.index dd ul {
  display: block;
  padding-right: 5%;
}
dl.index dd ul li {
  display: block;
  padding-left: 0;
  padding-bottom: 0;
}
/**************************Mixins*************************************/

.border-right {
  border-right: 1px solid white;
}
/*********************************************************************/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Tahoma;
  color: #a8364d;
  font-weight: normal;
  line-height: 130%;
}
h1 {
  font-size: 20px;
}
h1.page-title em {
  font-size: inherit;
  color: inherit;
  font-style: normal;
  font-weight: bold;
}
h1.page-title.author {
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
  border-bottom: 1px solid #dddddd;
  color: black;
}
h2 {
  font-size: 20px;
}
h5 {
  font-size: 11px;
  font-weight: bold;
  color: #5d5d5d;
}
a {
  color: #313131;
}
a:hover {
  color: dimgray;
}
.cms a {
  color: #a8364d;
}
[data-abide] label.error + small.error {
  display: block;
}
label {
  color: #5d5d5d;
  font: bold 11px Arial, Helvetica, sans-serif;
}
[data-abide] small.error {
  background-color: #a8364d !important;
  font-style: normal!important;
  font-size: 11px!important;
}
input[type=checkbox] {
  float: left;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
input[type=submit],
a.button,
button {
  background-color: #e6e7e9;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 12px!important;
  margin: 0;
  padding: 0.2em 0.6em;
  text-align: center;
  text-transform: none;
  border-radius: 3px;
  font-weight: normal!important;
  color: dimgray !important;
  -webkit-transition: background-color 0.5s;
  /* For Safari 3.1 to 6.0 */
  transition: background-color 0.5s;
}
input[type=submit]:hover,
a.button:hover,
button:hover {
  background-color: #dcdbd9;
  -webkit-transition: background-color 0.5s;
  /* For Safari 3.1 to 6.0 */
  transition: background-color 0.5s;
}
input[type=submit]:focus,
a.button:focus,
button:focus {
  background-color: #dcdbd9;
  -webkit-transition: background-color 0.5s;
  /* For Safari 3.1 to 6.0 */
  transition: background-color 0.5s;
}
.border-bottom {
  border-bottom: 1px solid #d9dde3;
}
.border-bottom:last-child {
  border: none;
}
.page-title {
  margin-bottom: 15px;
}
.page-title h1,
.page-title h2 {
  color: #a8364d;
  font-family: Tahoma;
  font-size: 20px;
  font-weight: normal;
}
header section.head {
  z-index: 1;
  position: relative;
  background-color: white;
  background: url("/images/header_bg.jpg") no-repeat;
  background-size: 100% auto;
  margin-bottom: 1em;
}
header section.head.pferdebuch {
  background: url("/images/header_pferdebuch.png") no-repeat;
}
header section.head a.header {
  color: white;
}
header section.head a.header:hover {
  opacity: 0.8;
  color: #eeeeee;
}
@media only screen and (max-width: 40em) {
  header section.head a.header {
    color: dimgray;
  }
  header section.head a.header:hover {
    opacity: 0.8;
    color: dimgray;
  }
  header section.head #header_TextBoxSearch {
    color: dimgray;
  }
}
header section.head input#header_ImageButtonSearch {
  position: relative;
  top: -15px;
  color: dimgray;
  float: right;
}
header section.head .sub-navigation {
  padding-right: 20px !important;
}
header section.head .sub-navigation ul.inline-list li {
  margin: 0;
  margin-left: 5px;
  padding: 0;
}
header section.head .sub-navigation ul.inline-list li.separator {
  border-right: 1px solid white;
}
header section.head .sub-navigation .searchbox-wrapper {
  border: 1px solid #dddddd;
  border-radius: 6px;
  padding: 0 3px;
  height: 20px;
}
header section.head .sub-navigation .searchbox-wrapper .searchbox {
  margin: 0;
  padding: 3px 0 0;
  border: none;
  background: none;
  box-shadow: none;
  font: 11px Arial, Helvetica, sans-serif;
  height: auto;
  color: white;
}
.searchbox_autocomplete {
  position: absolute;
  z-index: 2;
  background-color: white;
  display: none;
  top: 0;
  left: 0;
  border: 1px solid #dddddd;
  border-bottom: none;
  box-shadow: 5px 2px 10px;
}
.searchbox_autocomplete.done {
  display: block;
}
.searchbox_autocomplete ul.autocomplete {
  display: block;
  margin: 0;
  padding: 0;
}
.searchbox_autocomplete ul.autocomplete li {
  border-bottom: 1px solid #dddddd;
  display: block;
  margin: 0;
  padding: 5px;
}
.searchbox_autocomplete ul.autocomplete li:hover {
  background-color: #eeeeee;
}
.searchbox_autocomplete ul.autocomplete li a {
  display: block;
}
.searchbox_autocomplete ul.autocomplete li a h2 {
  font-size: 10px;
  font-weight: bold;
  margin: 0 0 5px 0;
}
.searchbox_autocomplete ul.autocomplete li a h3 {
  color: #5d5d5d;
  font-size: 10px;
  font-weight: normal;
}
section.main {
  z-index: 1;
  margin-bottom: 100px;
  position: relative;
  background-color: white;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  section.main {
    border-bottom: 100px solid transparent;
    z-index: 0 !important;
  }
  footer {
    z-index: 1 !important;
  }
}
/********************************** Menü ************************************************************/

dl.sidebox {
  display: block;
  border: 1px solid #d9dde3;
  margin: 0;
  padding: 0.3em 0.6em;
}
dl.sidebox dt {
  font-size: 11px;
  color: #a8364d;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px dotted #cccccc;
}
dl.sidebox dd .row {
  margin: 0;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
dl.sidebox dd .row a {
  display: block;
}
dl.sidebox dd a {
  font-size: 11px;
  color: #a8364d;
  font-weight: bold;
}
dl.sidebox dd .form-subscribe-header {
  margin-bottom: 7px;
}
dl.sidebox dd .input-box input[type=text] {
  background-color: #e6e7e9;
  border: none;
  display: block;
  font-size: 10px;
  height: 17px !important;
  margin: 7px 0 0;
  padding: 0 0.6em;
  text-align: center;
  text-transform: none;
  border-radius: 3px;
}
dl {
  margin: 0;
}
dl.sidemenu {
  display: block;
  border: 1px solid #d9dde3;
}
dl.sidemenu dt {
  margin: 0;
}
dl.sidemenu > dt {
  display: block;
  padding: 0 0 0 10px;
  border-top: 1px solid #d9dde3;
}
dl.sidemenu > dt a {
  color: #a8364d;
  font-weight: bold;
  font-size: 11px;
  border: none;
}
dl.sidemenu > dt:first-child {
  border: none;
}
dl.sidemenu > dt:first-child a {
  border: none;
}
dl.sidemenu dd {
  display: block;
  margin: 0 0 0 17px;
}
dl.sidemenu a {
  border-top: 1px solid #ececec;
  display: block;
  font-size: 11px;
  color: #313131;
  padding: 0.3em 0.3em 0.3em 0;
}
dl.sidemenu a:hover {
  color: #a8364d;
}
dl.sidemenu a.show {
  font-weight: bold;
}
dl.sidemenu dt a {
  background: transparent url('/images/arrows.gif') no-repeat right 7px;
  padding: 0.3em 1.5em 0.3em 0;
}
dl.sidemenu dt.show a {
  font-weight: bold;
}
dl.sidemenu dd ul {
  margin: 0;
  display: block;
}
dl.sidemenu dd ul li {
  margin: 0;
  display: block;
}
dl.sidemenu dd ul li dt a {
  font-weight: normal;
}
dl.sidemenu dt + dd {
  display: none;
}
dl.sidemenu dt.show a {
  background: transparent url('/images/arrows_down.gif') no-repeat right center;
  color: #a8364d;
}
dl.sidemenu dt.show + dd {
  display: block;
}
a.menubutton {
  display: block;
  margin-bottom: 1em;
  width: 100%;
}
/******************************************************************************************************/

/******************************************************************************************************/

div.orbit-container {
  margin-bottom: 12px;
}
ul.orbit-slider li {
  background-color: #f0f0f0;
}
ul.orbit-slider li a.slide {
  display: block;
}
.orbit-bullets-container {
  display: none;
}
.orbit-prev,
.orbit-next {
  display: none;
}
.orbit-slide-number {
  display: none;
}
img.cover {
  box-shadow: 3px 3px 4px black;
}
img.cover.detail {
  box-shadow: none;
  padding-right: 10px;
  margin-bottom: 14px;
}
img.cover.blockgrid {
  margin-bottom: 14px;
  max-width: 100px;
}
img.cover.smallest {
  max-width: 30px;
  box-shadow: none;
  border: 1px solid #d9d9d9;
  text-align: center;
}
.author-name {
  font-size: 12px;
}
.title {
  color: #a8364d;
  font-family: Tahoma;
  font-weight: bold;
  line-height: 130%;
  font-size: 12px;
  margin: 0.2em 0;
}
.subtitle {
  color: #313438;
  font: bold 12px Arial, Helvetica, sans-serif;
  margin: 5px 0 7px;
  text-transform: none;
  margin: 0.2em 0;
}
.authorlink {
  color: #313131 !important;
  font-size: 11px !important;
  display: block;
}
.authordetaillink {
  color: #aaaaaa !important;
  font-size: 11px !important;
}
.product-name {
  font-size: 12px;
  font-weight: normal;
  display: block;
  margin-bottom: 5px;
}
.product-name a {
  color: #a8364d;
  font-weight: bold;
}
.product-name a:hover {
  color: #5d5d5d;
}
.new {
  background: url("/images/new_triangle_red.png") no-repeat scroll right top transparent;
}
.neu {
  background: url("/images/neu_triangle_red.png") no-repeat scroll right top transparent;
}
.product-view {
  border: 1px solid #e5e6e8;
  overflow: hidden;
  padding: 22px;
}
.product-view .title {
  color: #a8364d;
  font-family: Tahoma;
  font-weight: normal;
  line-height: 130%;
  font-size: 20px;
  margin: 0.2em 0;
}
.product-view .subtitle {
  color: #313438;
  font: bold 12px Arial, Helvetica, sans-serif;
  margin: 5px 0 7px;
  text-transform: none;
  margin: 0.2em 0;
}
.product-view h3 {
  font-size: 20px;
  color: #a8364d;
  font-family: Tahoma;
  font-weight: normal;
  line-height: 130%;
}
.product-view .product-details {
  line-height: 155%;
}
.product-view .tabs-content {
  margin-bottom: 0;
}
.product-view .tabs-content .content {
  padding-bottom: 0;
}
.product-view.x-selling {
  padding-top: 0;
}
.product-view.x-selling .title {
  font-size: 12px;
  font-weight: bold;
}
.product-view.x-selling .subtitle {
  font-size: 11px;
}
.product-view.x-selling hr {
  margin: 0.7em 0 0.5em;
}
.pricebox .price {
  color: #a8364d;
  font-size: 15px;
  font-weight: bold;
}
.pricebox button {
  background: url("/images/icon_cart.gif") no-repeat #ececec 4px center;
  border: none;
  border-radius: 3px;
  text-transform: none;
  padding: 2px 10px 2px 20px;
  color: black;
  font-size: 10px;
  cursor: pointer;
  opacity: 0.8;
}
.pricebox button:hover {
  opacity: 1;
}
a.result {
  display: block;
}
a.result .author-name {
  font-size: 12px;
}
a.result .title {
  font-size: 12px;
  font-weight: bold;
}
a.result .subtitle {
  color: #313438;
  font-size: 12px;
  margin: 5px 0 7px;
  text-transform: none;
}
dl.tabs {
  border-top: 1px solid #dddddd;
}
dl.tabs dd {
  border: 1px solid #dddddd;
  border-bottom: none;
  background-color: whitesmoke;
  top: -1px;
  margin-left: -1px;
}
dl.tabs dd > a {
  padding: 10px;
  font-size: 13px;
}
dl.tabs dd > a:hover {
  opacity: 0.8;
}
dl.tabs dd.active {
  background-color: white;
  margin-top: -5px;
  padding-top: 5px;
}
dl.tabs dd.active:hover {
  opacity: 1;
}
/****************************** Suchergebnis ******************************************************/

.row.result {
  padding: 10px;
}
.row.result h2.product-name {
  font-family: Tahoma;
  font-size: 11px;
  font-weight: bold;
  text-transform: none;
  margin: 0 0 5px;
}
/************************************************************************************/

/****************************** Bestellvorgang **************************************/

ol.opc {
  display: block;
  margin: 0 1em;
  padding: 0;
  border: 1px solid #dadada;
  border-top: none;
}
ol.opc li {
  display: block;
  margin: 0;
  padding: 0;
  clear: both;
}
ol.opc li div.step-title {
  border-top: 1px solid #dadada;
  border-bottom: none;
  cursor: default;
  padding: 2px 5px;
  background: none repeat scroll 0 0 #f4f4f4;
}
ol.opc li div.step-title .number {
  background: none repeat scroll 0 0 white;
  border-radius: 2px;
  color: #999999;
  margin: 0 5px 0 0;
  padding: 0 4px;
}
ol.opc li div.step-title.active .number {
  color: #3a3c40;
  background: none repeat scroll 0 0 #dadada;
}
ol.opc li div.step-title h2 {
  font: bold 12px Arial, Helvetica, sans-serif;
  color: #999999;
  font-weight: normal !important;
  display: inline-block;
  margin: 0;
}
ol.opc li div.step-title.active h2 {
  color: black;
}
ol.opc li div.step {
  background-color: white;
  border-top: 1px solid #dadada;
}
table.basket {
  width: 100%;
  border: 1px solid #d9dde3;
  border-collapse: collapse;
  margin: 0;
}
table.basket tr th {
  border: 1px solid #d9dde3;
  font-size: 12px;
}
table.basket tr td {
  vertical-align: top;
  border: 1px solid #d9dde3;
  font-size: 12px;
}
table.basket tr td .productname {
  text-transform: uppercase;
}
table.basket tr td img.cover {
  max-width: 50px;
}
table.basket tr td input.amount {
  padding: 0;
  height: 20px;
}
table.basket tr td .sum {
  color: #a8364d !important;
}
table.basketsum {
  border: none;
  background: none;
  float: right;
  margin-top: 3em;
  width: auto;
}
table.basketsum tr {
  background-color: transparent;
}
table.basketsum tr th,
table.basketsum tr td {
  padding: 0;
  background-color: transparent;
  font-size: 12px;
  padding-left: 3em;
}
table.basketsum tr th .sum,
table.basketsum tr td .sum {
  color: #a8364d !important;
}
table.basketsum tr th a,
table.basketsum tr td a {
  font-weight: bold;
  color: #a8364d;
}
table.basketsum tr th a:hover,
table.basketsum tr td a:hover {
  color: #5d5d5d;
}
div.shipping {
  display: none;
}
div.shipping.enabled {
  display: block;
}
label.payment {
  font-size: 20px;
}
label.payment input[type=radio] {
  float: left;
  margin-top: 8px;
  margin-right: 1em;
}
/***************************************************************************************/

/******************************* Footer *********************************************/

footer {
  display: block;
  position: fixed;
  width: 100%;
  bottom: 0;
  z-index: 0;
}
footer .footer-container {
  background: none repeat scroll 0 0 #e9e9e9;
  border-bottom: 1px solid #dadada;
  border-top: 1px solid #d9d9d9;
  text-align: center;
}
footer .footer-container ul.inline-list.footer {
  width: auto;
  margin: 0;
}
footer .footer-container ul.inline-list.footer li {
  display: inline-block;
  float: none;
}
footer .footer-container ul.inline-list.footer li a {
  color: #a8364d;
  font-size: 11px;
}
footer .footer-container ul.inline-list.footer li a:hover {
  color: #6aacda;
  text-decoration: underline;
}
footer .footer-container address {
  color: #8c8e8f;
  margin-bottom: 0;
  font-size: 11px;
  margin-bottom: 10px;
  font-style: normal;
}
/******************************************************************************/

ul.share {
  text-align: center;
  width: 100%;
}
ul.share li {
  margin: 0;
  display: inline-block;
  float: none;
}
ul.mediafiles li {
  display: block;
  margin-bottom: 5px;
}
ul.mediafiles li a {
  display: block;
  color: #313131;
  padding-left: 20px;
  background: url('/images/pdf.gif') no-repeat;
}
dl.mediatypes {
  display: block;
  margin-top: 10px;
}
dl.mediatypes dt {
  display: block;
  float: left;
  clear: left;
  width: 20%;
  margin-bottom: 5px;
}
dl.mediatypes dd {
  display: block;
  float: left;
  width: 50%;
  margin-bottom: 5px;
}
dl.mediatypes dd a {
  color: #313131;
  font-weight: normal;
}
