#header {
	background:url(img/header_bg.jpg) repeat-x;
	text-align:center;
	}
/* setzt den Headerabstand bei Popups zurück */
.popupproductinfo, .popupprintorder {padding-top: 0;}
/* Formatiert Linklisten auch in Level 2 und 3 */
.nav-list > li > ul {
    padding-left:0;
    padding-right:0;
}
.nav-list ul > li > a {
    padding-left:30px;
}
.nav-list ul > li ul > li > a {
    padding-left:45px;
}
.nav-list ul > li ul > li ul > li > a {
    padding-left:60px;
}
/* Boxformatierungen */
.boxheader, .categoryheader, .boxcartheader{
    display: block;
    font-size: 18px;
    line-height: 24px; 
}
.boxbody .item_last_viewed {
     display: inline-block;
     float: left;
     padding-right: 0px;
     margin: 5px 5px 30px 5px;
     height: 160px;
     width: 154px;
     text-align: center;
   }
.boxcontent{
margin-top: 10px;
padding-top: 10px;
border-top: 1px solid #E5E5E5;
}
/* Formatierung Tabs und Accordion in Produktdetailansicht */
.nav-tabs-container, .accordion-group {
  padding: 3px;
  border: 1px solid #999999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.nav-tabs, .accordion-heading{
  border: 1px solid #999999;
  padding: 4px 3px 0 3px;
  margin-bottom: 5px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #cccccc;
  background-image: -moz-linear-gradient(top, #eeeeee, #999999);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#999999));
  background-image: -webkit-linear-gradient(top, #eeeeee, #999999);
  background-image: -o-linear-gradient(top, #eeeeee, #999999);
  background-image: linear-gradient(to bottom, #eeeeee, #999999);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ff999999', GradientType=0);
}
.nav-tabs > li > a {
  line-height: 10px;
  background-color: #eeeeee;
  border: none;
  outline: 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-style: solid;
  border-width: 1px 1px 0;
  border-color: #999999 #999999 transparent;
}
.nav-tabs > li > a:link,
.nav-tabs > li > a:active,
.nav-tabs > li > a:visited,
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  color: #555555;
}
.nav-tabs > li:not(.active) > a:hover,
.nav-tabs > li:not(.active) > a:focus {
  padding: 7px 11px;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  border-style: solid;
  border-width: 1px 1px 0;
  border-color: #999999 #999999 transparent;
}
.nav-tabs-container .tab-content{
padding:20px;
}
/* Carousel - Bilderslider für Bilder mit weißem Hintergrund*/
.carousel-caption.relative{
background: none;
position: relative;
}
.carousel-caption.relative h4, .carousel-caption.relative p {
color: #333333;
}
.carousel-indicators  li.white {
  background-color: #999;
  background-color: rgba(70,70,70,.25);
}
.carousel-indicators .white.active  {
  background-color: #444;
}
/* zentriert das Bild */
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
margin: 0 auto;
}  
.carousel.carousel-fade .item {
	-webkit-transition: opacity 1s ease-in-out;
	-moz-transition: opacity 1s ease-in-out;
	-ms-transition: opacity 1s ease-in-out;
	-o-transition: opacity 1s ease-in-out;
	transition: opacity 1s ease-in-out;
	opacity:0;
}
.carousel.carousel-fade .active.item {
	opacity:1;
}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {
	left: 0;
	z-index: 2;
	opacity: 0;
	filter: alpha(opacity=0);
}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {
	left: 0;
	z-index: 1;
}
.carousel.carousel-fade .carousel-control {
	z-index: 3;
}
/* Hilfsstyles */
/* Contentabstand unten */
.content {
margin-bottom: 20px;
}
/* Textarea Kommentare bei Checkout */
.checkoutcomment textarea {
width:90%;
margin-bottom:0;
}
/* damit beim Bewertung schreiben die Radiobuttons und die Schrift zentriert angezeigt werden können*/
p.rating label{
padding-left:0;
}
/* AGB */
div.agbframe {
    background:#fff;
    border: 1px solid #666666;
    height: 200px;
    overflow: auto;
    padding: 10px;
}
/* Blockzentrierung */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* Abstand unten */
.bottom-buffer{                                                                                              
margin-bottom: 20px;
}                                                                                           
/* Well-Box Abstand unten bei Fromularen und Listen */
.well-small form,.well-small ul{
margin-bottom:0;
}
/* Linie unten */
.bottom-line {
border-bottom: 1px solid #E5E5E5;
}
/* Schriftfarbe alter Preis */
.productOldPrice {
color:red;
} 
/* setzt den Abstand der Dropdowns in Topnav auf null, damit das Aufklappen bei Mouseover funktioniert */
.nav .dropdown-menu {
margin:0;
}
/* Hack für IE7 damit Formulare die richtige Zeilenhöhe bekommen */
.row-fluid [class*="span"] {
    *min-height: 20px;
}
.footer a{
	color:rgb(254, 232, 178);
	font-size:12px;
	}
/* Hintergrundfarbe der Boxen im Footer - weiß */
.footer .well.well-small {
	background:transparent;
	border:0px;
	color:rgb(254, 232, 178);
}
/* COPYRIGHT */
.copyright {
margin:0 auto;
text-align:center;
color:#666;
font-size:11px;
padding:0;
}
.copyright a {
  text-decoration:none;
}
/* MODIFIED STYLE */
span.cop_magenta {
  color:#B0347E;
}
span.cop_grey {
  color:#6D6D6D;
}
/* ParseTime */
.parseTime {
margin:0 auto;
text-align:center;
color:#666;
font-size:11px;
padding:0 0 10px 0;
}
    /* Warenkorblink im Header */
    .dropdown-menu.cart-header {
      padding:20px;
      background-color:#515151;
      color:#FFFFFF;
    }
    .dropdown-menu.cart-header a{
      color:#3399FF;
    }
    .dropdown-menu.cart-header a:hover, .dropdown-menu.cart-header a:hover{
      color:#33CCFF;
    }
    .nav li.open .dropdown-menu.cart-header:before, .nav li.open .dropdown-menu.cart-header:after {
      display:none;
    }
    /* Warenkorb Hovereffekt mit Anpassung für kleine Bildschirme */
    @media screen and (min-width: 979px) {
        ul.nav li:hover > div.dropdown-menu.cart-header {
          display: block;
        }
    }
  
	/* Navigation */
    .pagination_box {
      margin:10px 0px;
    }
    .pagination_box_left {
      float:left;
      font-size:14px;
      line-height:22px;
    }
    .pagination_box_right {
      float:right;
    }
     
    ul.pagination {
      margin: 0 auto !important;
      padding: 0;
      list-style-type: none;
    }
     
    ul.pagination li {
      float: left;
      padding: 0;
      margin: 2px;
      font-size: 14px;
      list-style-type: none;  
    }
     
    ul.pagination li a {
      min-width: 20px;
      height: 20px;
      line-height: 20px;
      padding: 3px;
      display: block;
      text-align: center;
      color: #333;
      background-color:#f5f5f5;
      text-decoration:none;
      border:1px solid #979797;
	  border-radius: 4px;
    }
     
    ul.pagination li a:hover {
      min-width: 20px;
      height: 20px;
      line-height: 20px;
      padding: 3px;
      display: block;
      text-align: center;
      color: #FFFFFF;
      background-color: #500300;
      text-decoration:none;
      border:1px solid #6d2b53;
	  border-radius: 4px;
    }
     
    ul.pagination li.page_active {
      min-width: 20px;
      height: 20px;
      line-height: 20px;
      padding: 3px;
      display: block;
      text-align: center;
      color: #FFFFFF;
      background-color: #500300;
      text-decoration:none;
      border:1px solid #6d2b53;
	  border-radius: 4px;
    }                  