/****************************/
/* LOCAL CSS                */
/****************************/

/* Put your custom CSS and CSS overrides in this file and  */
/* rename it local.css.  By restricting your CSS changes   */
/* to local.css, your changes will not be overwritten when */
/* upgrading to a new version of this theme.  You can also */
/* use a local-rtl.css file for the equivalent in RTL.     */

/* Steps to activate local.css:                       */
/* 1. Add your custom CSS to this file                */
/* 2. Rename this file to local.css                   */
/* 3. Clear cached data at admin/settings/performance */

/* Header Regions ----------------------------------------------------------- */
.header-group-inner {
  background: #FFFFFF;
  padding: 0px;
}
#site-name-slogan {
   padding-top:20px;
}
#site-name a:link, 
#site-name a:visited {
  color: #000;
}
#slogan {
  color: #000;
  padding-top: 0.5em;
}
#block-uc_cart-0 {
  margin-top: 10pt;
}

#primary-menu .sf-menu a
 {
  padding-left: 0.75em;
  padding-right: 0.75em;
}

/* Product-Detail-Seite ---------------------------------------------------- */
.product-group .uc-price-display {
  font-size: 100%;
}
#price-group {
  font-weight: bold;
}
/* Ubercart - product node */
.product-group .images {
  float: left;
  width: 100px;
}

#field-group .field-label {
  font-weight: bold;
}
.field-field-listprice {
  text-decoration:line-through;
}
.field-field-collectionno {
   display: none;
}
div.view-newestBooks .view-header {
	text-align: left;
}

/* Preisgröße auf den Katalogseiten*/
.catalog-grid-sell-price .uc-price {
    font-size: 0.6em;
    float: right;
}

/* Verkleinere die Blocküberschriften */
h2 {
  font-size: 120%;
}

/* Verkleinere die Page-Titel */
h1.title {
   font-size: 140%;
}

/* Verringere den Abstand des Suche-Buttons */
.views-exposed-form .views-exposed-widget .form-submit {
  margin-top: 0em;
}

/* Verringere den Abstand zwischen den Blöcken */
.block {
    margin-bottom: 0em;
}

/* Farbe der Fußzeile */
.footer-wrapper, .footer-message-wrapper, .store-footer, .footer-wrapper h2.block-title {
	color: white;
}
/* .form-submit .taxonomy-manager-buttons { */

.taxonomy-manager-buttons {
   color: black;
}

/* Schreibweise der Secondary-Links */
#content-tabs ul.secondary{
    text-transform:none;
}
