* {
  margin: 0;
  padding: 0;
}

body {
  background: #898989 none repeat scroll 0 0;
  font-family: arial;
  font-size: 11px;
  color: #3C3C3C;
  line-height: 14px;
}

img, a, fieldset {
  border: none;
}

ul, ol {
  list-style: none;
}

a {
  font-weight: bold;
  color: #000000;
  text-decoration: underline;
}

address { font-style: normal; }

h1 {
  font-size: 16px;
  color: #3c3c3c;
  line-height: 16px;
}

h2 {
  font-size: 13px;
  color: #ae0001;
  line-height: 13px;
}

h3,
span.price {
  font-size: 13px;
  color: #AE0001;
  line-height: 13px;
}
span.price {
  font-weight: bold; 
}

h4 {
  font-size: 13px;
  color: #AE0001;
  text-transform: uppercase;
  line-height: 13px;
}

#main h4 {
  margin-bottom: 6px;
}
h5 {
  font-size: 12px;
  color: #AE0001;
  line-height: 12px;
}

.wrapper {
  margin: 0 auto;
  width: 980px;
  padding: 14px;
}

.header {
  float: left;
  width: 980px;
}

.header-top-container {
  float: left;
  width: 980px;
  background: transparent url(../images/header.jpg) no-repeat 0 0;
  height: 105px;
}

.header-top {
  float: right;
  width: 600px;
  margin-right: 18px;
}
  .header-top form {
    float: left;
    width: 100%;
    text-align: right;
  }
    .header-top form legend {
      display: none;
    }

.quick-access {
  float: left;
  width: 100%;
}

.shop-access {
  float: left;
  width: 100%;
  text-align: right;
}
  .shop-access ul {
    float: left;
    width: 100%;
    margin-top: 5px;
  }
    .shop-access ul li {
      display: inline;
      border-right: 1px solid #AA0001;
      padding: 0 8px 0 5px;
    }
      .shop-access ul li.last {
        border: none;
      }
      .shop-access ul li a {
        color: #AA0001;
      }
    
ul.sitemap {
  margin:20px;
}
.header-nav-container {
  background: #AA0001;
  float: left;
  width: 980px;
  height: 27px;
}



#nav { margin-left: 18px; }

/************** ALL LEVELS  *************/ /* Style consistent throughout all nav levels */
#nav li { position:relative; text-align:left; }
#nav li.over { z-index:999; }
#nav a,
#nav a:hover { display:block; text-decoration:none; }
#nav span { display:block; cursor:pointer; white-space:nowrap; }
#nav li ul span {white-space:normal; }

/************ 0 LEVEL  ***************/
#nav li { float:left; }
/*#nav li.active a { color:#FFB408; }*/
#nav a { float:left; padding:8px 12px 8px 8px; color:#FFFFFF; font-weight:bold; }
#nav li.over a  { color:#FFFFFF; }
#nav a:hover { color:#FFB408; }

/************ 1ST LEVEL ************/
#nav ul li,
#nav ul li.active { float:none; margin:0; padding-bottom:0px; border-bottom:1px solid #FFFFFF; }
#nav ul li.last { background:#AA0001; padding-bottom:0; }

#nav ul a,
#nav ul a:hover { float:none; padding:0; background:none; }


/************ 2ND LEVEL ************/
#nav ul { position:absolute; width:15em; top:27px; left:-10000px; border:1px solid #FFFFFF; border-bottom:none; }

/* Show menu */
#nav li.over > ul { left:0; }
#nav li.over > ul li.over > ul { left:100px; }
#nav li.over ul ul { left:-10000px; }

#nav ul li a { background:#AA0001; }
#nav ul li a:hover { background:#AA0001; }
#nav ul li a {  color:#FFFFFF; }
#nav ul li a:hover { color:#FFB408 !important; }
#nav ul span, #nav ul li.last li span { padding:3px 15px 4px 15px;}

/************ 3RD+ LEVEL ************/
#nav ul ul { top:5px; }





.middle-container {
  float: left;
  width: 980px;
  background-color: #FFFFFF;
  padding-top: 18px;
}

.col-left {
  float: left;
  width: 245px;
}
  .col-left .box {
    float: left;
    width: 245px;
    margin-bottom: 10px;
  }
    .col-left .head h3 {
      background: transparent url(../images/icon_clip.gif) no-repeat 19px 4px;
      height: 18px;
      width: 204px;
      padding: 4px 0 0 40px;
      border-top: 1px solid #c4c6c8;
      border-right: 1px solid #c4c6c8;
    }
    .col-left .border-creator {
      float: left;
      width: 244px;
    }
      .col-left .border-creator h4 {
        display: none;
      }
    #narrow-by-list dd span.price {
        color: #000000;
        font-size: 11px;
    }
    .col-left #leftnav {
      float: left;
      width: 224px;
      padding: 8px 10px 20px 10px;
    }
#main {
  margin-left: 18px;
}
.col-main {
  float: left;
  width: 702px;
}

.breadcrumbs {
  border-bottom: 1px solid #B7B7B7;
  float: left;
  width: 942px;
  padding-top: 8px;
  height: 22px;
  margin: -18px 0 0 18px;
}
  .breadcrumbs li {
    float: left;
    padding-right: 3px;
  }
  .breadcrumbs a {
    color: #3C3C3C;
    text-decoration: none;
  }
    .breadcrumbs a:hover {
      text-decoration: underline;
    }
    

.product-img-box {
	margin-left: 1px;
    
}  

#product-img-wrapper {
	width: 267px;
}

.image-floatbox {
	width: 267px;	
}

.img-border{
    border: 1px solid #B7B7B7;
    width: 267px;
    float:left;	
    margin-right: 18px;
}



* html .openm, * html .product-img-box {
	display: inline-block;
	vertical-align: middle;
}
* html .product-img-box {
	width: 100%;
}
* html .openm {
	height: 100%;
	width: 1px;
	margin-left: -1px;
}
/**/
  .product-shop {
    float: left;
    width: 413px;
  }
  
#product-img-wrapper {
	vertical-align: middle;
    text-align: center;
}  
  
    p.availability {
      color: #63a200;
      font-size: 12px;
      font-weight: bold;
    }
    .product-description {
      float: left;
      width: 328px;
      padding-top: 10px;
      border-top: 1px dotted #323232;
      margin-top: 25px;
    }
      .product-shop .add-to-cart-box legend {
        display: none;
      }
  .product-collateral {
    float: left;
    width: 100%;
    margin-top: 30px;
  }
    .short-description {
      margin-bottom: 15px;
    }
    .product-collateral h5 {
      margin-bottom: 18px;
    }
.listing-type-list {
  float: left;
  width: 697px;
  border-left: 1px solid #c4c6c8;
}
  .listing-item {
    float: left;
    width: 153px;
    padding: 10px;
    border: 1px solid #c4c6c8;
    border-left: none;
    height: 256px;
    overflow: hidden;
    margin-top: -1px;
  }
  .listing-item .product-shop {
    margin-left: 0;
    margin-top: 9px;
    width: 153px;
  }
    .listing-item .product-shop h2 {
      height: 60px;
      overflow: hidden;
      line-height:15px;
    }
    .listing-item .product-shop .price-box {
      float: left;
      padding: 11px 15px 0 0;
    }
    
  .add-to-cart-button {
    float: right;
  }
  
table .odd {
  background-color: #FFFFFF;
}

table .even {
  background-color: #EEECED;
}

table.pager {
  width: 697px;
}
.col-1-layout table.pager {
  width: 944px;
}

  table.pager td {

    padding-left: 8px;
    border-top: 1px solid #EEEEEE;
  }
  
 /*
  table.pager td.pages {

    display: block;
  }
 */
    table.pager td.pages strong {
      float: left;  
    }
   
    table.pager td.pages ol {
    
      float: left;
    }
    
    table.pager td.pages li {
      margin-right: 5px;
      float: left;
    }

  table.pager td.a-right {

    float: none;
    text-align: right;
  }

#super-product-table {
  float: left;
  width: 724px;
  border-bottom: none;
}
  #super-product-table thead {
    font-size: 11px;
    height: 30px;
  }
    #super-product-table thead th {
      padding: 2px 0;
      text-align: center;
    }
  
span.price-label {
  display: none;
  color: #000000;
  font-size: 13px;
  margin-right: 5px;
  font-weight: bold;
  
}
.data-table span.price-label {
  display: inherit;
  
}
#product-attribute-specs-table {
  float: left;
  width: 725px;
  border-collapse:collapse;
  border-color: #BEBEBE;
}
  #product-attribute-specs-table tr {
    height: 30px;
  }

.col-right {
  width: 202px;
  margin-right: 18px;
}
.checkout-onepage-index .col-right {
  width: 219px;
}
  .col-right .box.base-mini {
    margin-bottom: 18px;
    float: left;
    width: 200px;
  }
  .box.base-mini.mini-cart {
    border: 1px solid #B7B7B7;
  }
    .col-left .box.base-mini .head,
    .col-left .box.base-mini.mini-cart .head {
      width: 235px;
    }
      .box.base-mini.mini-cart .head {
      border-bottom: 1px solid #B7B7B7;
      padding: 2px 2px 2px 8px;
      width: 190px;
    }
      .box.base-mini.mini-cart .head h4 {
        background: transparent url(../images/icon_mini_cart_heading_bg.gif) no-repeat 0 0;
        padding-left: 20px;
      }
    .box.base-mini.mini-cart .content {
      padding: 5px 10px 16px;
    }
    #recently-viewed-items {
    }
  .product-info-box .tax-details {
	float:left;
	padding: 5px 10px;
  }
   .product-details-info-taxes {
	float:right;
  }
   .product-details-info-taxes .notice {
		float: left;
		padding-top: 2px;
  }
  .product-info-box .tax-details .tax-info {
	padding-right: 5px;
  }
   .product-details-info-taxes .tax-details {
   	float:left;
	padding: 5px; 
	}	
  .tax-details a {
	font-weight: normal;
	color: #3C3C3C;
  }
  .data-table .tax-details { 
	float:none;
	padding: 0;
  }
  .data-table .tax-details span { display:block; }

.footer-container {
  float: left;
  width: 980px;
  background-color: #FFFFFF;
  text-align: center;
  padding-top: 60px;
}

.informational {
  float: left;
  width: 980px;
}
    .informational ul li {
      display: inline;
      margin-right: 5px;
    }
.no-display {
  display: none;
}

.account-box .col2-set {
  margin-bottom: 10px;
  float: left;
  width: 100%;
}
  .account-box .col2-set .col-1 {
    float: left;
    width: 322px;
    margin-right: 10px;
  }
  .account-box .col2-set .col-2 {
    float: left;
    width: 322px;
  }

.login-box .new-users {
  float: left;
  width: 461px;
  margin-right: 18px;  
}

.login-box .registered-users {
  float: left;
  width: 461px;
}

.middle .primary-address-list {
  margin-right: 30px;
}

.generic-box h4 {
  float: left;
  width: 100%;
}

#co-billing-form ul select {
  margin-bottom: 10px;
}

.one-page-checkout-progress ol {
  margin-top: 10px;
  border: 1px solid #B7B7B7;
}

#opc-login .col2-set {
  float: left;
  width: 100%;; 
}

#opc-login .col2-set .col-1 {
  float: left;
  width: 311px;
  margin-right: 20px;
}

#opc-login .col2-set .col-2 {
  float: left;
  width: 312px;
}

.sales-order-view #my-orders-table {
  border: 1px solid #B7B7B7;
}
.sales-order-history #my-orders-table {
  margin: 20px 0;
}

#shopping-cart-table {
  float: left;
  margin-top: 12px;
  border: 1px solid #B7B7B7;
}
.startpage-category-name{
	float:left;
	padding-top:20px;
	padding-bottom:20px;
	width:100%;
}
/* product question form ****************************************************************************************** */

#container { 
	width: 50%;
	margin: 0 auto;
	text-align: left;
}

.leightbox {
	color: #333;
	display: none;
	position: absolute;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 52%;
	padding: 1em;
	border: 1em solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}

.lightbox[id]{ /* IE6 and below Can't See This */    position:fixed;    }#overlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }
/* ******************************************************************************************************************** */

.footer-container .footer .social-bookmarking a {
	margin-right:10px;
}

.notice-taxes{
	color:#AE0001;
	float:left;
	font-weight:bold;	
}
.notice-price-taxes{
	color:#AE0001;
	font-size:13px;
	font-weight:bold;
}
.startpage{	
    color: #FFFFFF;	
    background:url(../images/media/startpage-main-teaser.jpg) no-repeat;
    font-family: arial;
    font-size: 16px;
    line-height: 22px;
    height:144px;
}
.startpage p{	
	padding-top:25px;
	margin-left:270px;

}
.left-box-startpage{	
    padding-left:12px;	
    width:222px;  
}
.left-box-startpage .left-box-content{	
	padding-top:5px;	
	color: #FFFFFF;	
    background:url(../images/media/startpage-left-teaser.jpg) no-repeat;
    font-family: arial;
    height:206px;
    line-height: 14px;    
}
.left-box-startpage .left-box-content h1{	
	color:#AE0001;
	font-size:16px;
	padding-left:15px;
	padding-top:5px;		
}
.left-box-startpage .left-box-content p{	
 	padding-top:10px;
	color:#000000;
	width:85px;
	padding-left:15px;
	
}
.left-box-startpage .left-box-content h2{	
	padding-top:25px;
	font-size:16px;
	padding-left:15px;	
}
.product-shop a{
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  font-size:12px;  
}
.product-shop a:hover{
  text-decoration: underline;
}
.left-box-startpage .left-box-content{	
	padding-top:5px;	
	margin-left:10px;
}
.left-box-startpage .left-box-content1{	
	margin-left:10px;
	color: #FFFFFF;	
    background:url(../images/media/bg_katalog.gif) no-repeat;
    font-family: arial;
    height:141px;
    line-height: 14px; 
    border-top:1px solid #B7B7B7;
}
.left-box-startpage .left-box-content1 .left{
	float:left;
	width:80px;   
	padding-top:8px;
	padding-left:8px;
}

.left-box-startpage .left-box-content1 .right{
	float:right;
    width:110px;
	padding-top:8px;
}
.left-box-startpage .left-box-content1 .right h1{	
	color:#AE0001;
	font-size:16px;
}
.left-box-startpage .left-box-content1 .right p{
	 color: #000000;
	 width:95px;
	 padding-top:5px;		
		
}
.left-box-startpage .left-box-content1 .right p a{
	font-size:9px;		
		
}
.left-box-startpage .left-box-content2{	
	margin-left:10px;
	color: #FFFFFF;	
    background:url(../images/media/bg_vorteile.gif) repeat;
    font-family: arial;  
    line-height: 14px;    
    padding-bottom:10px;
}
.left-box-startpage .left-box-content2 h1{	
	padding-top:10px;
	padding-left:10px;
	color: #FFFFFF;	    
}

.left-box-startpage .left-box-content2 ul{	
	width:200px;
	list-style-type: disc;
	padding-top:10px;
	padding-left:20px;
	color: #FFFFFF;	    
}
.left-box-startpage .left-box-content3{	
	margin-left:10px;
	color: #FFFFFF;	
    background:url(../images/media/bg_bestellung.gif) no-repeat;
    font-family: arial;
    height:211px;
    line-height: 14px;   
    padding-right:15px; 
    padding-left:15px;
    
}

.left-box-startpage .left-box-content3 h1{	
	color:#AE0001;
	font-size:16px;
	padding-top:10px;
}
.left-box-startpage .left-box-content3 p{	
  	color: #000000;
	width:150px;
	padding-top:10px;			 
}
