@charset "UTF-8";

body {
    font:12px Tahoma,Helvetica,sans-serif;
    color: #58585a;
}

* {
    margin:0;
    padding:0;
    border:0;
    outline:0;
}

:focus{
	outline: 0;
}

ol, ul{
	list-style: none;
	list-style-image:none;
}

p {
    margin: 0;
}

blockquote:before, blockquote:after,
q:before, q:after{
	content: "";
}

blockquote, q{
	quotes: "" "";
}

#ccenter input[type=text], #ccenter input[type=password], select, textarea{
	border:1px solid #999;
}

#ccenter .input, #ccenter textarea,#ccenter select{
	margin:2px;
	border:1px solid #999;
}
.c{
	clear: both;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.dn{
	height: 0; width: 0; overflow: hidden;
}

#mainpage {
    width:1000px;
    margin:0 auto;
}

#header div{
	background: url(../images/layout/banner.jpg) no-repeat;
	height: 100px;
}

#heading a{
	color:#fff;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	padding:55px 0 0 50px !important;
	display:block;
}

#header .animation{
	position: absolute;
	top: 6px;
	left: 680px;
}

#nav{
	float: left;
	width: 812px;
	position: relative;
	clear: both;
}
#fixednav{
	width:815px;
}
#search{
	margin-top:10px;
	height:34px;
	width:187px;
	background-image:url(../images/layout/search-bg.gif);
}
#search form{
	padding-left:10px;	

}

#search form .btn_search{
	border: none;
	color: #000;
	font-size:12px;
	width: 100px;
	border-left:1px solid #989593;
	border-top:1px solid #989593;
    margin-top:7px;
    padding:1px;
}

#search form .btn_click{
    margin:0;
	position: relative;
	top: 1px;
    left: 6px;
	color: #71221e;
	cursor: pointer;
	font-weight:bold;
	background:none !important;
	border:0;
}

#my_manufacturers{
	background-image:url(../images/layout/brands-bg.gif);
	width:187px;
	height:55px;
	margin-top:5px;
}
#my_manufacturers form select{
	width:165px;
	height:18px;
	font-size:12px;
	position:relative;
	top:30px;
	left:10px;	
}
#nav{
	background: url(../images/layout/banner.jpg) no-repeat bottom left;
	width:812px;
	height:31px;
}
#nav ul{
	float: left;
	padding-left: 198px;
}

#nav ul li{
	float: left;
}

#nav ul li a{
	font-weight:bold;
	float: left;
	width: 87px;
	height:31px;
	line-height:28px;
	background: url(../images/layout/nav_button.gif) no-repeat;
	text-align: center;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
}

#nav ul li a:hover{
	background-position: 0 -50px;
	color: #fff;
}


#language_bar{
	float:right;
	margin:7px 10px 0 0;
}
#cleft{
	clear:both;
	width: 190px;
	float: left;
	text-align: left;
    margin-bottom:10px;
    padding:0 4px;
	background: #fff url(../images/layout/column_left-bg.gif) repeat-x top left;
}

ul#catmenu { margin:2px 0 0 2px; }

ul#catmenu li a{
	color: #40382b;
	text-decoration: none;
	margin: 0;
	display:block;
	height:37px;
	line-height:37px;
	padding-left: 10px;
    font-size:11px;
	background: url(../images/layout/catlink_bg.gif) no-repeat;
}

ul#catmenu li a:hover, ul#catmenu li a:focus, ul#catmenu li a.active{
	background: url(../images/layout/catlink_bg_hover.gif) no-repeat;
	color: #fff;
}

ul#catmenu li ul.parent {
    margin: -6px 8px 10px 5px;
    border-top:1px solid #aebfcd;
    border-left:1px solid #aebfcd;
    border-right:1px solid #aebfcd;
}

ul#catmenu li ul.parent li ul.parent {
    margin: 0;
    border: none;
}

ul#catmenu li ul.parent li {
  padding: 0;
}

ul#catmenu li ul.parent li ul.parent li {
  margin: 0 8px 0 5px;
  background: #ffffff;
}

ul#catmenu li ul.parent li a {
  display:block;
  height:auto;
  line-height:1.5em;
  background: none;
  border-bottom:1px solid #aebfcd;
}

ul#catmenu li ul.parent li a:hover, ul#catmenu li ul.parent li a.active {
    color:#ffffff;
    background:#aebfcd;
}

#ccenter{
	width: 596px;
	float: left;
	margin: 0 0 10px 0;
	padding: 0 6px 40px 10px;
	text-align: left;
}

#ccenter h1{
	font: 19px Arial, Helvetica, sans-serif;
    letter-spacing:0;
	margin:5px 0 10px 0;
}

#ccenter h2{
    font: bold 14px Arial, Helvetica, sans-serif;
	margin:10px 0 15px 0;
	padding:0;
	border-bottom:1px solid #ccc;
}
#ccenter h2 small,h3 small{
  font-size: 12px;
  font-weight:normal;
}
#ccenter h3{
	font: bold 12px Arial, Helvetica, sans-serif;
	margin:0 0 20px 0;
}

#ccenter a{
	color: #49428f;
}

#ccenter a:hover{
	color: #fe801c;
}


#ccenter p{
	margin: 1em 0;
}

#ccenter p.breadcrumb{
	background: url(../images/layout/breadcrumb_bg.gif) no-repeat;
	color: #4b4492;
	margin-top: 10px;
	padding-left: 13px;
    line-height: 30px;
    height:30px;
	margin-bottom:5px;
    overflow:hidden;
}
#ccenter p.breadcrumb a{
	color:#4b4492;
}
#ccenter p.breadcrumb a:hover{
	color:#ca0017;
}

#cright{
    position:relative;
    top:-131px;
	float:right;
    margin: 0 0 10px 0;
}

.box-right{
	margin:8px 0;
}
.box-right-content{
	width:182px;
	background-image:url(../images/layout/box-bg.jpg);
	background-repeat:repeat-y;	
	font-size:12px;	
	padding-bottom:5px;
}
.box-right-content p{
	padding:0;
	margin:0;
	line-height:22px;
	
}
.box-right-content p.left-val{
	width:80px;
	float:left;
	padding-left:10px;
	text-align:left;
}
.box-right-content p.right-val{
	width:86px;
	float:left;
	text-align:right;
}
.box-right-content p.right-val a{
	display:block;
	width:86px;
}
.box-right-content p.left-val a:hover, .box-right-content p.right-val a:hover{
	color:#000;
	text-decoration:none;
}
.box-right-content p.left-val a, .box-right-content p.left-val a{
	color:#000;
	text-decoration:none;
}
.box-right-content p.left-val a{
	display:block;
	width:80px;
}
.box-right-header{
	color:#fff;
	text-align:center;
	background-image:url(../images/layout/box_heading.jpg);
	background-repeat:no-repeat;
	height:26px;
	width:182px;
	font-size: 0.9em;
	line-height:1.8em;
}
.box-right-link a{
	display:block;
	width:182px;
	text-align:center;
}

.pi-text{
	float:left;
	margin-left:10px;
	padding-top:0px !important;
	text-align:left;
}
.pi-img{
	padding-top:10px;
	float:right;
	margin-right:5px;
	vertical-align:middle;
}

#ccenter div.product-info-left{
	float:left;
	width:230px;
}
#ccenter div.product-info-right{
	margin-left:230px;
}
#ccenter div.product-info-left a img{
	border:1px solid #d0dae3 !important;
}

div#footer{
    background: url('../images/layout/footer_bg.gif') no-repeat;
	text-align:center;
	font-size:0.9em;
    margin: 0 0 10px 7px;
    padding: 10px;
    min-height:87px;
    height: 87px;
    color:#707173;
}
div#footer a{
	color:#707173;
    text-decoration:none;
}
div#footer a:hover{
	color:#A87034;
}
#bookmarks{
	padding:0;
}
#bookmarks a{
	text-decoration:none;
}
#footer-text{	
	text-align:center;
}

div.buttonwrapper{
	border-top:1px solid #c1c1c1;
	margin:10px 0;
}

p.buttonleft{
	margin:0;
	margin-top:10px;	
	float:left;
	clear:left;
}
p.buttonright{
	margin:0;
	margin-top:10px;
	float:right;
}

.red{
	color:red;
}
.green{
	color:green;
}
.inputRequirement{
	color:red;
	vertical-align:top;
	line-height:24px;
}
.tax_info {
  font-size: 12px;
  color: #455090;  
  font-weight:normal;
}
.smallText{
  font-size: 12px;
  font-weight:normal;
}
#ccenter div.buttonwrapper a,#ccenter div.buttonwrapper a:hover{
	display:block;
	background-color: #FE7F00;
	background-image:none;
	color: #fff;	
	text-align: center;
	margin:0;
}
#ccenter div.buttonwrapper input:hover, #ccenter div.buttonwrapper a:hover{
	background: url(../images/layout/btn_global-on.gif) no-repeat;	
	text-align: center;
	margin:0;
}

#ccenter div.buttonwrapper a, #ccenter div.buttonwrapper input{
	border: none;
	line-height: 20px;
	text-align: center;
	font: 12px Arial, Helvetica, sans-serif;
	padding-top:3px;
	background: url(../images/layout/btn_global.gif) no-repeat;
	height: 22px;
	width:115px;
	color: #ffffff;
	cursor: pointer;
	text-decoration:none;
	vertical-align:bottom;
	margin:0;
}
#ccenter div.buttonwrapper input[type=submit]{
	margin:0;
    padding:0 0 3px 0;
}



/* MouseOver-Balken im checkout-Bereich */
.moduleRow { background-color: #e6ebf0; }
.moduleRowOver { background-color: #4b4492; color:#fff; cursor: pointer; }
.moduleRowOver td a, .moduleRowSelected td a{ color:#fff !important;
	
}
.moduleRowSelected { background-color: #41bf5c;color:#fff; }
.moduleRow td,.moduleRowOver td,.moduleRowSelected td{
	padding:8px;
}
.partnerlinks a img{
	vertical-align:middle;
	text-decoration:none;
	margin:5px;
}
ul#category-listing, ul#product-listing{
	list-style:none;
	padding:0px;
	margin:0px;
}
ul#category-listing li{
  list-style:none;
  line-height:40px;
  height:40px;
  font-size:14px;
  border:1px solid #d0dae3;
  margin:2px;
}
ul#category-listing li{
	text-decoration:underline;

}
ul#category-listing li a{
	cursor:pointer;
}
ul#category-listing li img{
	float:left;
}
ul#category-listing li span{
	text-indent:10px;
	height:40px;
  	display:block;
}


ul#product-listing li{
	clear:both;	
  	margin:5px 0px;
  	list-style-type:none;
    border:1px solid #d0dae3;
}
ul#product-listing li div{
	height:76px;  
}
ul#product-listing li p{	
	margin:0;
	padding:0;
}
ul#product-listing li p.products-image{
	float:left;
	margin-right: 4px; 
	border:none;

}
ul#product-listing li .products-name span{
	color:#666;
}
ul#product-listing li div.products-data{
	float:left;
	width:350px;
}
ul#product-listing li div.products-price{
	float:right;
	width:220px;
	padding:2px 5px 0 0;
	text-align:right;
}
span.product-details a {
	color:#4b4492 !important;
	background: url(../images/layout/product_details.gif) no-repeat;
	padding-left:18px;
	line-height:18px;
}

img.product-details-light {
	position:relative;
	top:2px;
	left:4px;
}

span.product-details a:hover,span.product-details a:focus{
	color:#fe801c !important;
	background-position:0px -16px;
}

ul#product-listing li div.products-price form{
	display:inline;
}
ul#product-listing li div.products-data p.products-name{
	padding:4px;
	height:44px;
	font-weight:bold;
}
ul#product-listing li div.products-price p.products-price-text{
	height:44px;
}
ul#product-listing li div.odd,.productListing-odd{
	background : #f0f3f6;

}
ul#product-listing li div.even,.productListing-even{
	background: #ffffff;
	
}

.productSpecialPrice{
	color:red;
}
/* Farbe Schriftzug Gast bei der Begruessung */
span.greetUser {
  color: #000;
  font-weight: bold;
}
#customer_greeting{
	line-height:1.5em;
	padding:0;
	margin:0 !important;
}

.quantity{
	vertical-align:middle ! important;
	background:#fff ! important;
	color:#000 ! important;
	border:1px solid #ccc ! important;
	height:19px ! important;
	width:30px ! important;
	text-align:right ! important;
}

#messageBox{ 
	color:#000;
	margin:0; 
}
#messageBox .messageStackError{
    background: #ffbfbc;
    border: 1px solid #950700;
    padding:5px;
    margin-bottom:2px;
}
#messageBox .messageStackWarning{
    background: #fffdde;
    border: 1px solid #ffba00;
    padding:5px;
    margin-bottom:2px;
}
#messageBox .messageStackSuccess{ 
    background: #ddffdd;
    border: 1px solid #4fb100;
    padding:5px;
    margin-bottom:2px;
}

.infobox {
    width:184px;
}
.infobox .header {
    background: url('../images/layout/box_header_bg.gif') no-repeat;
    height:20px;
    color:#ffffff;
    padding: 5px 10px 0 10px;
}
.infobox .content {
    border-left:1px solid #c0c0c0;
    border-right:1px solid #c0c0c0;
}
.infobox .footer {
    height:8px;
    background: url('../images/layout/box_footer_bg.gif') no-repeat;
    margin-bottom:10px;
}
.infobox ol li a:hover{
	color: #c30016;
}
.infobox ul{ padding:5px 0 5px 0; }
.infobox ul li { display:block; }
.infobox ul li a{
    display:block;
	text-decoration:none;
	color: #1f2c6d;
	text-align:left;
	padding:2px 2px 2px 2px;
    margin:0 5px;
	/*border-bottom:1px solid #d8dfff;*/
	background: url(../images/layout/infobox_bg.gif) repeat-y;
}
.infobox ul li a:hover{
	color: #c30016;
}
.infobox ol{ 
	padding:5px 0 5px 0;
	list-style-type:decimal !important; 
	margin:0 2px 0 25px;
}
.infobox ol li{
	margin:0;
	padding:0;
}
.infobox ol li a{
    display:block;
	text-decoration:none;
	color: #1f2c6d;
	text-align:left;
	padding:2px 2px 2px 2px;
}
.infobox .sc-header {
    background: url('../images/layout/sc_header_bg.gif') no-repeat;
    height:20px;
    color:#ffffff;
    padding: 5px 10px 0 10px;
}

.infobox .sc-content {
    background: #9faac2 url('../images/layout/sc_content_bg.gif') no-repeat;
    padding: 15px 0 0 0;
    border-left:1px solid #c0c0c0;
    border-right:1px solid #c0c0c0;
    min-height: 60px;
    height: 60px;
}

.infobox .sc-footer a{
    display:block;
    height: 27px;
    background: url('../images/layout/btn_checkout.gif') no-repeat;
    text-decoration:none;
    font-size: 13px;
    font-weight: bold;
    color: #ffffff;
    text-align:right;
    padding:6px 30px 0 0;
}

.infobox .sc-footer a.hover{
    display:block;
    height: 32px;
    background: url('../images/layout/btn_checkout_hover.gif') no-repeat;
    text-decoration:none;
}

.infobox .sc-content p {
    margin:0 0 10px 0;
    padding:0;
}

.infobox p.left-val{
	width:80px;
	float:left;
	padding-left:10px;
	text-align:left;
}
.infobox p.right-val{
	width:86px;
	float:left;
	text-align:right;
}
.infobox p.right-val a{
	display:block;
	width:86px;
}
.infobox p.left-val a:hover, .infobox p.right-val a:hover{
	color:#000;
	text-decoration:none;
}
.infobox p.left-val a, .infobox p.left-val a{
	color:#000;
	text-decoration:none;
}
.infobox p.left-val a{
	display:block;
	width:80px;
}

/*
* homegrid options
*/
#hg-table{
	margin-left:1px;
}
table#hg-table, table#hg-table a{
	font-family:Arial;
	font-size: 14px;
	color: #4b4492;
	text-align: center;
	font-weight:bold;	
}
table#hg-table p.hg-image{
	margin:0;
	text-align:center;
}
table#hg-table p.hg-text{
	margin: 0px;
	padding: 5px 0px 2px;
	background-color: #d0dae3;
}
table#hg-table div{
	margin: 4px;
	padding: 5px 0px 2px;
	background-color: #fff;
}
table#hg-table img{
	padding:0;
	margin:0;
}
.navigation_bar .info{
	float: left;	
	color:#4b4492;
}

.navigation_bar .pages{
	float:right;
}

.navigation_bar .pages strong,.navigation_bar .pages a{
	background: url(../images/layout/navigation_bar_count.gif) no-repeat;
	line-height:18px;
	height:18px;
	width:18px;
	text-align:center;
	margin:0 2px;
	text-decoration: none;
	display:inline-block;
}
.navigation_bar .pages strong{
	background-position:0 -22px;
	color:#fff;
}
.navigation_bar .pages a{
	color:#4b4492 !important;
	font-weight:bold;
}
.navigation_bar .pages a:hover,.navigation_bar .pages a:focus{
	color:#fff !important;
	background-position:0 -22px;
}
.navigation_bar .pages a.pageResultsBack {
	background: url(../images/layout/navigation_bar_prev.gif) no-repeat;
}

.navigation_bar .pages a.pageResultsBack:hover,.navigation_bar .pages a.pageResultsBack:focus {
	background: url(../images/layout/navigation_bar_prev.gif) no-repeat;
	background-position:0 -22px;
}

.navigation_bar .pages a.pageResultsNext {
	background: url(../images/layout/navigation_bar_next.gif) no-repeat;
}

.navigation_bar .pages a.pageResultsNext:hover,.navigation_bar .pages a.pageResultsBack:focus {
	background: url(../images/layout/navigation_bar_next.gif) no-repeat;
	background-position:0 -22px;
}

/* Bestellablauf Start */
.order_process {
	height: 50px;
	width:596px;
}

.order_process li {
	float: left;
	list-style: none;
	margin: 0;
	width:149px;
	height:50px;
	display: block;
	text-align:center;
	background-color:#d0dae3;
}
.order_process .c_left{
	background: #d0dae3 url(../images/layout/order_process/round-left.gif) no-repeat top left;
}
.order_process .c_right{
	background: #d0dae3 url(../images/layout/order_process/round-right.gif) no-repeat top right;
}
.order_process li div{
	padding:15px 0 0 0;
}
.order_process li span{
	background: url(../images/layout/order_process/order_process_count.gif) no-repeat;
	line-height:18px;
	height:18px;
	width:18px;
	text-align:center;
	margin:0 2px;
	display:inline-block;
	font-weight:bold;
}
.order_process .current{
	background-color:#4b4492;
	color:#fff;
	font-weight:bold;
}
.order_process .completed{
	color:#4b4492;
}
.order_process .completed a{
	color:#4b4492 !important;
}
.order_process li.current span{
	background-position: 0 -22px;
	color:#fff;
}

#cart-listing .products-heading{
	float:left;
	width:340px;
	display:block;
	text-indent:110px;
}
#cart-listing .quantity-heading{
	float:left;
	width:60px;
	display:block;
	text-align:center;
	
}
#cart-listing .total-heading{
	float:left;
	width:190px;
	display:block;
	text-align:right;
	padding-right:5px;
}
#cart-listing .products-data{
	border-top:1px solid #999;
	vertical-align:top;
	padding:0;
	float:left;
	width:340px;
	height:85px;
}
#cart-listing .products-data img{
	padding:0;
}
#cart-listing .quantity-data{
	border-top:1px solid #999;
	width:60px;
	float:left;
	text-align:center;
	height:85px;
}
#cart-listing .quantity-data input{
	text-align:right;
}
#cart-listing .price-data{
	border-top:1px solid #999;
	float:left;
	width:190px;
	height:85px;
	text-align:right;
	padding-right:5px;
}
#cart-listing .price-data .tax_info{
	font-size:11px;
}
#cart-listing .transfer-product{
	line-height:25px;
}
.also_purchased{
	background: url(../images/layout/also_purchased_bg.gif) no-repeat;
	width:595px;
	height:25px;
	color:#455090;
	font-size:1.1em;
	line-height:25px;
	text-indent:15px;
	margin:10px 0;
}
.ap_products_box{
	float:left;
	width:33%;
	text-align:center;
	margin:10px 0;
}
#ccenter .accountlist{ margin-left:100px; }

.accountlist li{ margin:10px 0 ; }

.form{ 
	text-align:left;
}

.form .input,.form button,.form input,.form select,.form textarea{	
	display:block;	
}

.form .input{
	margin:5px;
	height:18px;
	width:195px;
	padding:2px;
}
.form select{
	height:25px !important;
}
.form label{
  clear:left;
  float:left;
  display: inline;
  width:110px;
  text-align:right;
  margin:5px 0;
  padding-right:20px;
}
.form .formspacer{
	border-top:1px dashed #666;
	height:5px;
	margin-top:4px;
}
.form .input, .form select, .form  textarea{
	border:1px solid #999;
	margin:5px;	
	padding:2px;
}
.form .morefields{
	display:inline ! important;
	margin:2px 0 !important;
}

.featured_product {
    border: 1px solid #d0dae3;
    margin: 0 3px 3px 0;
    float: left;
    padding: 5px;
    text-align:center;
    width: 183px;
    height: 180px;
}
#quantity_agenda{
	clear:both;
	border-top: 1px solid #ccc;
	padding-top:5px;
	margin-top:5px;
}
.listing_sort_funcs{
	margin:5px 0;
}
.listing_sort_funcs img{
	vertical-align:top;
	padding-top:3px;
}
.fb_share_link { 
	padding:0 0 2px 20px; 
	height:16px; 
	background:url(../images/bookmarks/facebook.gif) no-repeat top left;
	display:block;
	margin-left:100px;
}
.tweet{
	display:block;
	background:url(../images/bookmarks/twitter-icon.png) no-repeat top left;
	padding:0 0 2px 20px; 
	height:16px; 
}
.productListing-name{
	width:280px;vertical-align:top;padding-top:10px;
}
.productListing-price{
	padding:5px 5px 0 0;text-align:right;
}
.wishlist-listing,.wishlist-listing .productListing-heading{
	border-bottom:1px solid #999;
}

