/*//////////////////////////////////////////////
//// GENERIC ELEMENT FORMATTING
//////////////////////////////////////////////*/
body{

	color:#353535;
      padding:0;
      margin:0;
	margin-bottom:26px;background: url('images/bg-top.png') top repeat-x #DFEDF4;

}
body,td,div,p{
	font-family: Verdana, sans-Serif; 
	font-size: 11px;
	font-weight: normal;
}
th{
	font-family: Verdana, sans-Serif; 
	font-size: 11px;
}
tfoot td{color: #8A9194}
img{border:0}
img.nopic{border:none}
/*img.thumb{}*/
a{color: #353535}
hr{
	width: 100%;
	height: 1px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.site{width: 950px;}
.innen {

padding: 10px 0px 10px 0px; 
background: #FFFFFF}
a{color: #353535; text-decoration: none}
/*//////////////////////////////////////////////
//// PANES
//////////////////////////////////////////////*/
#pane-parent{
	width: 940px;
}
#pane-left{width: 220px}
#pane-body{}
#pane-right{width: 0px}

/*//////////////////////////////////////////////
//// BREADCRUMB NAVIGATION
//////////////////////////////////////////////*/
#breadcrumb{
	padding-bottom: 3px;
	border-bottom: 1px solid #8A9194;
	font-weight: bold;
	}
#breadcrumb a{text-decoration:none; font-weight:normal}
#breadcrumb a:hover{text-decoration: underline;}
#breadcrumb span{font-weight: normal}

/*//////////////////////////////////////////////
//// TEXT FORMATTING
//////////////////////////////////////////////*/
.t-em{text-transform:uppercase}

/* Text Colors */
.tc-main{color:#FFFFFF}
.tc-maindark{color:#D9D9D9}
.tc-alt{color:#FFFFFF}
.tc-altdark{color:#D9D9D9}
.page-headline{color:#9f7f9f}
.page-title{color:#7f91b7}

     background: #FFFFFF

/*//////////////////////////////////////////////
//// GENERIC LIST FORMATTING
//////////////////////////////////////////////*/
.list{table-layout:auto; width:100%}
.list-intro{padding:3px;padding-bottom:5px;text-align:center}
.list-footer{padding:3px;padding-bottom:5px;text-align:center}
.list-group{
	text-align:right; 
	background:#EDECE9;
}
.list-item{}
.list-item-alt{background:#EDECE9}
.list-item-border{border: 1px solid #353535}
.list-item-list-info{}
.list-item-partslist{
	background:#EDECE9;
}
.list-item-partslist-header{
	font-weight:bold;padding:2px;
}
.list-item-partslist-item{
	padding:2px;
}
.list-item-hsep{
	background-image: url(images/hsep_default.gif);
	background-repeat:repeat-y;
	margin: 0 6px 0 6px;
	line-height: 1px;
	width: 3px;
	height: 100%;
	border: 0;
	padding: 0;
}
.list-item-vsep{
	background-image: url(images/vsep_default.gif) ;
	background-repeat:repeat-x;
	margin: 6px 0 6px 0;
	line-height: 1px;
	width: 100%;
	height: 3px;
}

/*//////////////////////////////////////////////
//// ATTRIBUTELIST FORMATTING
//////////////////////////////////////////////*/
/* [inherited from global.css] */

/*///////////////////////////////////////////////////
//// BANNER AREA (including level1-level3 navigation)
///////////////////////////////////////////////////*/

#banner{
	width:950px;
	height:  80px;
	background:url(images/logo.jpg) no-repeat top left;
position:relative;

}

#logo {
	position:absolute;
	left: 370px;
	margin:0;
	padding:0;
	top: -2px;
}

/*///////////////////////////////////////////////////
//// LEVEL 2 NAVIGATION
///////////////////////////////////////////////////*/
/*
.main-nav{	text-align:right; }
#nav-top{
	position: relative;
	top: 68px;
	height: 60px;
	background: url('images/header_bg_3rd_level.gif') left 26px repeat-x; 
	border-bottom: 1px solid #EDECE9;
}
#nav-level2{
	position: relative;
	margin-left: 0px; 
}
*/
/*
	Level 1
======================*/

#level1 {

     width:100%;
}
#level1 ul{
	list-style:none;
	margin: 0;
	padding:0;	
	float:right;	
	height: 26px;
}

#level1 li{
	display:inline;
	float:left;
	margin:0;
	padding:2px 4px;
	line-height:20px;
	color:#FFFFFF;
}

#level1 a{
	color:#FFFFFF;
      text-decoration:none;
}

#level1 a:hover, .level1active a {
	color:#FFFFFF;
}

/*////////////////////////////////////////////////////////////
//// FUNCTIONBAR FORMATTING (HOSTS QUICKSEARCH AND MINIBASKET
////////////////////////////////////////////////////////////*/
#functionbar{width: 100%; background-color: #667DAF}

#minibasket_quick {
     width:950px;
     height: 26px;
     background: #9e0001 left top repeat-x;
	bottom:0;
     position:fixed;
     z-index:1000000;
}

#minibasket {
float:right;
text-align:right;
padding-right:30px;
padding-top:5px;
	width: 430px;
}

#quick {
float:left;
padding-left: 10px;
padding-top:5px;
	width: 370px;
}

.minibasket a{color:#FFFFFF; text-decoration: bold}
.minibasket{width: 100%; color:#FFFFFF;}
.minibasket-value{text-align: right; font-weight: bold}
.minibasket-footer{text-align: right}

#quicksearch td{padding: 2px;}
#quicksearch form{display:inline}
#quicksearch input{vertical-align: middle; margin-right: 4px}
#quicksearch a {color:#FFFFFF; text-decoration:none }
input.quicksearch-term{border: 1px solid #353535; padding: 1px;
	width: 200px;
height:13px; vertical-align:middle}

/*///////////////////////////////////////////////////
//// SUBNAVIGATION (LEFTHAND)
///////////////////////////////////////////////////*/
#subnav{
	width: 220px;
}
#subnav ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#subnav li{
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#subnav li{padding:0px}
#subnav li a, #subnav li a.expanded{
	display: block;
	text-decoration: none;
	padding: 3px 2px 3px 16px;
	color: #141430;
	border-bottom: 1px solid #667DAF;
	overflow: hidden;
}
#subnav li a {padding:5px}
#subnav li a:hover{background: #EDECE9}
#subnav li a.expanded, #subnav li a.expanded:hover{
	font-weight: bold;
	text-transform: uppercase;
	background:url(images/2nd-nav-bullet-exp.gif) 203px center no-repeat #C4CBD8;
	padding: 5px 15px 5px 5px;
}
#subnav li a.selected{
	font-weight: bold;
	background: url('images/bullet_default.gif') 3px center no-repeat #EDECE9;
}
#subnav li a.selected:hover{background: url('images/bullet_default.gif') 3px center no-repeat #C4CBD8}

.container{border-bottom: 0px;}
.container-header{
	background-color: #EDECE9;
	padding-bottom: 3px;
	padding: 5px;
	border-bottom: 1px solid #353535;
}
.container-header a{
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px;
	color:  #353535;
	font-weight: bold;
}
.container-row{
	width: 220px;
	border-bottom: 1px solid #667DAF;
	background-color: #ffffff;
	padding: 0px;
}
.container-more{
	width: 220px;
	background-color: #ffffff;
	padding: 0px;
}
.container-row img{
	margin-left: 3px;
	margin-right: 3px;
}
.container-row a, .container-more a{
	text-decoration: none;
	padding: 5px;
	color: #000000;
	display: block;
}
.container-row a:hover{	background: #F6F6F6;}

.container-selected{
	background: #EDECE9;
	font-weight: bold;
}

.container-expanded a {background:url(images/2nd-nav-bullet-exp.gif) 203px no-repeat;}
.container-expanded a:hover {background:url(images/2nd-nav-bullet-exp.gif) 203px no-repeat #F6F6F6;}

.container-row-has-children a {	background:url(images/2nd-nav-bullet.gif) 203px no-repeat;}
.container-row-has-children a:hover {background:url(images/2nd-nav-bullet.gif) 203px no-repeat #F6F6F6;}

/*//////////////////////////////////////////////
//// FOOTERBAR FORMATTING
//////////////////////////////////////////////*/

#footer{
	clear:both;
	padding:0.5em 5px 20px 5px;
	color: #666;
	font: 10px verdana,arial,sans-serif;
	text-align:center;
	border-top: 1px dotted #dddddd;
}
#footer a{	color: #666;}
#footer a:hover{	color: #333;}
#nav-footer span{padding:0px 8px 0px 8px; color: #D9D9D9}
.copyinfo{
	text-align: center;
	margin-top: 5px;
	color: #999;
}

/*//////////////////////////////////////////////
//// PAGINATOR
//////////////////////////////////////////////*/
#paginator{padding-top:5px; padding-bottom:5px}
#paginator a.pi, #paginator span{
	display: block;
	text-decoration: none;
	font-weight: bold;
	width: 24px;
	height: 24px;
	padding-top: 4px;
	padding-bottom: 3px;
	text-align: center;
	vertical-align: middle;
	margin-right: 2px;
	float: left;
	background:url('images/button_paginator.gif') no-repeat
}
#paginator a.pi{background:url('images/button_paginator.gif') no-repeat}
#paginator a.pi:hover{background:url('images/button_paginator_pushed.gif') no-repeat}
#paginator span.pi-active{background:url('images/button_paginator_pushed.gif') no-repeat}
#paginator span.pi-ellipsis{background:url('images/button_paginator.gif') no-repeat}
#paginator a.pi-first, #paginator span.pi-first{}
#paginator a.pi-last, #paginator span.pi-last{margin-right: 0px}
#paginator img.pi-img-prev {display:inline; float:left}
#paginator img.pi-img-next{display:inline}

/*//////////////////////////////////////////////
//// CONTAINER FORMATTING
//////////////////////////////////////////////*/

/* Simple */
.cnt-simple{width: 100%;}
.cnt-simple-header{
	/*background: #DFEDF4;*/
	color: #667DAF;
	font-size: 15px;
	border-bottom: 1px solid #EDECE9;
	padding: 3px;
}
/* Default */
.cnt-default-header{
	background: url(images/bg-mini-quick.png) left top repeat-x;
	color:#353535;
	font-size: 15px;
	padding: 4px;

}
.cnt-default-body{
	background: url(images/cnt-def-bg.gif) repeat-x ;
	border-top: 1px #667DAF dotted;
}
/* Highlight */
.cnt-high{background-color: #f3f3f3;}
.cnt-high-title{
	border-bottom: 1px solid #667DAF;
	color: #667DAF;
	padding: 8px 0px 6px 0px;
	font-weight: bold;
	font-size: 12px;
}
.cnt-high-body{padding-top:5px}
.cnt-high-border-left{background: url(images/cnt-high-border-left.png) top repeat-y ;}
.cnt-high-border-right{background: url(images/cnt-high-border-right.png) top repeat-y ;}
.cnt-high-title{background: url(images/cnt-high-border-top.png) top repeat-x ;}
.cnt-high-bottom{background: url(images/cnt-high-border-bottom.png) top repeat-x ;}
/* Alternativ */
.cnt-alt-body{	background: url(images/cnt-alt-title-bg.png) top repeat-x ; width:100%}
.cnt-alt-header{
	font-size:13px;
	padding: 3px 3px 3px 13px;
	/*background: #DFEDF4;*/
	color: #667DAF;
}

/*////////////////////////////////////////////////
//// BASKET FORMATTING
////////////////////////////////////////////////*/
#basket{border-collapse:collapse; border-bottom: 1px solid #EDECE9}

#basket thead th{
	background: #EDECE9; 
	color: #FFFFFF; 
	border-bottom: 1px solid #353535
	}

#basket tbody td{border-bottom: 1px solid #EDECE9}

#basket tfoot td{color:#000000; background:#F6F6F6}
#basket tfoot td.basket-summary{font-weight: bold}

table.basket-buttons{margin: 10px 0px 10px 0px}
#cnt-def table.basket-buttons td, #cnt-alt table.basket-buttons td, #cnt-hilite table.basket-buttons td{padding: 0px 5px 0px 5px}

/*
#product_price{
	font-size: 14px;
	color: #ff0000;
}
.t-price-list{
	font-size: 14px;
	color: #ff0000;
}
*/
