/*//////////////////////////////////////////////
//// GENERIC ELEMENT FORMATTING
//////////////////////////////////////////////*/
body{
	background: #E4D9C3;
	color:#15160E;
	margin: 0px;
}
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: #7C7868}
img{border:0}
img.nopic{border:none}
/*img.thumb{}*/
a{color: #6C803B}
hr{
	width: 100%;
	height: 1px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.site{width: 900px; background: #FFFFFF}
/*//////////////////////////////////////////////
//// PANES
//////////////////////////////////////////////*/
#pane-parent{
	height:600px;
	width: 890px;
}
#pane-left{width: 215px; padding-top: 15px}
#pane-body{width: 100%}
#pane-right{width: 225px}

/*//////////////////////////////////////////////
//// BREADCRUMB NAVIGATION
//////////////////////////////////////////////*/
#breadcrumb{
	padding-bottom: 3px;
	border-bottom: 1px solid #7C7868;
	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:#000000}
.tc-maindark{color:#D7DEEE}
.tc-alt{color:#FFFFFF}
.tc-altdark{color:#382001}
.page-headline{color:#15160E}
.page-title{color:#777777}

/*//////////////////////////////////////////////
//// 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:#ABA598;
}
.list-item{}
.list-item-alt{background:#F2EBD9}
.list-item-border{border: 1px solid #FC9313}
.list-item-list-info{}
.list-item-partslist{
	background:#ABA598;
}
.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)
///////////////////////////////////////////////////*/
#topnav{
	width: 675px;
	height:  100px;
	background: url('images/logo.jpg') right top no-repeat #FC9313;
	overflow: hidden;
	float:left;
}

#topnav #clogo{
	position: absolute;
	left: 10px;
	top: 10px;
	text-align: left;
}
#clogo{padding: 0px;}

#clogo_overlay{
	position: relative;
	left: 10px;
	top: 10px;
}

/*///////////////////////////////////////////////////
//// LEVEL 2 NAVIGATION
///////////////////////////////////////////////////*/
table#oben{border-collapse:collapse; float:right; height:41px; padding:0}
table#oben td{padding:0}
ul#nav_oben{padding:0; margin:0; list-style:none; background:#393F1D url(images/MenuBg.gif) center bottom repeat-x; overflow:hidden}
ul#nav_oben li{display:inline}
ul#nav_oben li a{
    float:left;
    text-decoration: none;
    color:#ffffff;
    text-align:center;
    white-space:nowrap;
    padding:10px 25px 10px 25px;
    border-left:1px solid #15160E;
    background:#393F1D url(images/MenuBg.gif) center bottom repeat-x}
ul#nav_oben li.level1-sel{}
ul#nav_oben li.level1-sel a{background:#393D22}

ul#nav_oben li.level1 a:hover{background:#393D22}
ul#nav_oben li.level1-sel a:hover{background:#393D22}

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

/*//////////////////////////////////////////////
//// MINIBASKET FORMATTING
//////////////////////////////////////////////*/
.minibasket-shell{
	color: #ffffff;
	background: url(images/minibasket.gif) no-repeat #15160E;
	width: 225px;
	height: 100px;
	float:left;
}
.minibasket-shell a{ color: #ffffff; font-weight: bold; align: right}
.minibasket-shell a:hover{ color: #ffffff; font-weight: bold}
.minibasket-caption{padding-left:22px;color: #ffffff}
.minibasket-value{font-weight: bold; color: #ffffff}
.minibasket-footer{width:225px;text-align:right;padding-right:20px}

/*//////////////////////////////////////////////
//// SEARCHBAR FORMATTING
//////////////////////////////////////////////*/

#quicksearch{color: #FFFFFF; padding: 3px 10px 3px 5px}
#quicksearch form{display: inline}
#quicksearch input{vertical-align: middle; margin-right: 4px;background-color:#dddddd}
#quicksearch a{color: #000000}
#quicksearch a:hover{color: #FC9313}

input.quicksearch-term{border: 1px solid #FC9313; padding: 1px}

/*///////////////////////////////////////////////////
//// SUBNAVIGATION (LEFTHAND)
///////////////////////////////////////////////////*/
#subnav{
	width: 215px;
}
#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: #AF6101;
	border-bottom: 1px solid #15160E;
	overflow: hidden;
}
#subnav li a {padding:5px}
#subnav li a:hover{background: #F2EBD9}
#subnav li a.expanded, #subnav li a.expanded:hover{
	font-weight: bold;
	text-transform: uppercase;
	background:url(images/2nd-nav-bullet-exp.gif) 198px center no-repeat #B0AB9C;
	padding: 5px 15px 5px 5px;
}
#subnav li a.selected{
	font-weight: bold;
	background: url('images/bullet_default.gif') 3px center no-repeat #F2EBD9;
}
#subnav li a.selected:hover{background: url('images/bullet_default.gif') 3px center no-repeat #B0AB9C}

.container{border-bottom: 0px;}
.container-header{
	background-color: #ABA598;
	padding-bottom: 3px;
	padding: 5px;
	border-bottom: 1px solid #FC9313;
}
.container-header a{
	text-decoration: none;
	text-transform: uppercase;
	padding: 3px;
	color:  #FC9313;
	font-weight: bold;
}
.container-row{
	width: 215px;
	border-bottom: 1px solid #15160E;
	background-color: #ffffff;
	padding: 0px;
}
.container-more{
	width: 215px;
	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: #F2EBD9;
	font-weight: bold;
}

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

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

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

#footer{
	width:880px;
	clear:both;
	padding:0.5em 10px 20px 10px;
	color: #666;
	font: 10px verdana,arial,sans-serif;
	text-align:center;
	border-top: 5px solid #FC9313;
	background-color: #15160E;
}

li {line-height:200%}

#footer a{	color: #F3F3F3;}
#footer a:hover{	color: #FC9313;}
#nav-footer span{padding:0px 8px 0px 8px; color: #D7DEEE}
.copyinfo{
	text-align: center;
	margin-top: 5px;
	color: #F3F3F3;
}

/*//////////////////////////////////////////////
//// 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: #E4D9C3;*/
	color: #FC9313;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px solid #FC9313;
	padding: 8px;
}
/* Default */
.cnt-default-header{
	/*background: #E4D9C3;*/
	color: #15160E;
	font-size: 15px;
	padding: 3px;
}
.cnt-default-body{
	background: url(images/cnt-def-bg.gif) repeat-x ;
	border-top: 1px #15160E dotted;
}
/* Highlight */
.cnt-high{background-color: #f3f3f3;}
.cnt-high-title{
	border-bottom: 1px solid #FC9313;
	color: #FC9313;
	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:12px;
	padding: 3px 3px 3px 13px;
	/*background: #E4D9C3;*/
	color: #FC9313;
	font-weight: bold;
}

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

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

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

#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;
}

.paymethod-thumb, .shipmethod-thumb{
border: 0px ;
}