#footer{
position:relative;
z-index:10;
}

#left, #yourRequest {	
	font-size:11px;
	text-align:left;
}


#left{
	margin-right:10px;
	width:170px;border:0px solid red;
}


.leftinput_content{
	margin-bottom:10px;
}

.leftinput_input_txt{
	width:120px;

}

.leftinput_input_img{
	margin-left:4px;
	
}

.leftinput_select{
	width:145px;
}



#login{
	margin-top:36px;
	border:1px solid #ccc;
	background-color:#eee;
	text-align:center;
	width:145px;
}

#login .leftinput_label{
	text-align:left;
	padding-left:10px;
}


.label_group{
	
	border-bottom:1px dotted #ccc;
	font-weight:bold;
	color:#999;
	margin-bottom:3px;

}



.label_login{
	display:non;
	padding-top:2px;
	padding-bottom:2px;
	background-color:#ccc;
	font-weight:bold;

}

#content{
	background-color:transparent;
	margin-left:0;
	border:0px solid red;
	width:710px;
	
}



#output{

	width:520px;
	border:1px solid #ccc;
	
	/*height:600px;*/
	/*overflow:auto;*/


}


#basket{
position: fixed; 
z-index: 1;
top: 200px; height: 90px;
	background-color:transparent;
	width:190px;
	height:400px;
	border:0px solid red;
	padding-left:4px;
	text-align:left;

}













.opt_ues{
	background-color:#F6BF24;
	color:#333;
	
}



//****BASKET****//

.button{

	height:12px;
	font-size:9px;
	background-image: url(/fileadmin/user_upload/images/spareparts/bg_button_generic.jpg);
	border:0px red solid;
}


.inquiry_box{

	width:170px;
	padding:1px;
	padding-bottom:6px;
	background-color:#EEE;
	border:1px solid #666;
	text-align:center;

}


.inquiry_tab{
	width:150px;
}

.inquiry_tab th, .inquiry_tab td{
	font-size:10px;
	font-weight:normal;
	
}

.inquiry_tab th{
	padding-bottom:2px;
	background-color:#EEE;
}



.inquiry_nr{
	font-size:9px;
	width:24px;	
	border:1px solid #A6A6A6;

}


.inquiry_descr {
	border-bottom:1px solid #A6A6A6;
	padding-bottom:4px;

}

.inquiry_descr a{

	text-decoration:none;
	color:#DC830A;

}


.inquiry_tab_action{
	padding-top:8px;
	padding-bottom:8px;
}







/****CATEGORY ELEMENT****/

.cat_box{
	width:500px;
	height:40px;
	background-color:#ebebeb;
	border:1px solid #676767;
	cursor:pointer;
	margin-bottom:12px;
}

.cat_box_left{
	float:left;
	padding-left:15px;
	height:40px;
}


.cat_box_left img{
	margin-top:4px;
}


.cat_box_right{
	float:left;
	padding-left:25px;
	padding-top:12px;
	
	height:40px;


}

.cat_box_right a{
	font-size:12px;
	font-weight:bold;
	color:#DC830A;
	text-decoration:none;

}

/****SPARE PART ITEM****/


.item_box{
	width:500px;
	border:1px solid #676767;
	margin-bottom:12px;
	margin-top:6px;

	padding-bottom:12px;	
	font-size:11px;
}


.item_box_ues{
	text-align:left;
	padding-left:6px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:12px;
	font-weight:bold;
	background-image:url(/fileadmin/user_upload/images/spareparts/bg_detailbox_top.jpg);
}

.item_box_content_left{
	width:90px;
	padding-top:5px;
	padding-left:6px;

}

.item_box_content_middle{
	width:260px;
	padding-top:5px;
	padding-left:6px;
	padding-right:0px;

}

.item_box_content_right{
	width:140px;
	padding-top:5px;
	padding-right:6px;
	
}
.item_pics a{
	text-decoration:none;
	color:#DC830A;
}



.item_box_content_middle table{
	width:240px;
}

.item_even{
	background-color:#efefef;
}

.item_odd{
	background-color:#dbdbdb;
}


.item_label{
	font-weight:bold;
	width:100px;
	border-bottom:1px solid #fff;
	padding-bottom:2px;
	padding-top:2px;
	padding-left:3px;
	text-align:left;
	
}

.item_content{
	width:140px;
	border-bottom:1px solid #fff;
	padding-bottom:2px;
	padding-top:2px;
	padding-left:3px;
	text-align:left;

}


.download_box{
	margin-bottom:3px;
	}


.download_content{
	width:124px;
	padding-left:2px;
	padding-right:2px;
	padding-bottom:2px;
	border:1px solid #676767;
}




#navbar{
	font-size:11px;
	padding-bottom:14px;
	padding-left:8px;
	text-align:left;
	line-height:150%;
}

#navbar a{
	text-decoration:none;
}










/****SPARE PART FORMULAR****/



.send_box{
	padding-bottom:12px;
	width:96%;

}

.pers_tab, .inqu_tab{
	width:100%;
	margin-left:12px;
	margin-right:12px;
	margin-bottom:12px;
}

.pers_tab caption, .inqu_tab caption{
	background-color:#eee;
	font-weight:bold;
}

.pers_label{
	padding-right:12px;
	font-size:12px;
}

.pers_content input{
	width:350px;

}

.pers_content textarea{
	width:350px;
	height:60px;
}

.pers_content{
	font-size:12px;
}

.pers_bem{
	font-size:11px;
}

.inqu_tab{
	border:1px solid #ccc;

}

.inqu_tab td, .inqu_tab th{
	padding:2px;
	border:1px solid #ccc;
	font-size:12px;	
}

.inqu_tab th{
	
}

.add_description_label{
	border-bottom:1px dotted #999;
	font-weight:bold;
}


/*EQUIPMENT*/


.label_eqipment{
	width:145px;
	border-bottom:1px solid #999;
	display:none;
}

.content_eqipment{
	margin-top:22px;
	margin-bottom:12px;
	padding-bottom:6px;
	border-top:1px solid #F6BF24;
	border-bottom:1px solid #ccc;
}


.equ_act_1, .equ_1, .equ_act_2, .equ_2, .equ_act_3 , .equ_3{

 background-image:	url(/fileadmin/templates/images/spareparts/spareparts_arrow_right_grey.jpg);
 background-repeat: no-repeat;
 padding-left:9px;	
 background-position: 3px;
 margin-bottom:2px;

}


.equ_act_1,  .equ_act_2, .equ_act_3{

 background-image:	url(/fileadmin/templates/images/spareparts/spareparts_arrow_right_orange.jpg);
 background-repeat: no-repeat;
 padding-left:9px;	
 background-position: 3px;

}


.equ_act_1, .equ_1{
	 margin-top:6px;

}

.equ_act_2, .equ_2{
	margin-left:12px;
}

.equ_act_3, .equ_3{
	margin-left:24px;

}

.equ_act_1 a, .equ_1 a,.equ_act_2 a, .equ_2 a,.equ_act_3 a, .equ_3 a{
	color:#DC830A;
	text-decoration:none;

}

.equ_act_1 a, .equ_act_2 a, .equ_act_3 a{

	font-weight:bold;

}

.notfound{
	margin:6px;
	margin-top:24px;
	font-size:12px;	
	line-height:170%;

}

.notfound i{
font-weight:bold;

}





/*INTRO SPAREPARTS*/

.tab_intro{
	font-size:12px;	
	margin:6px;
	text-align:left;
}

.tab_intro caption{
	font-size:14px;	
	font-weight:bold;
	text-align: center;
	padding-bottom:32px;

}

.tab_td_label{
	font-weight:bold;
	padding-bottom:24px;
	width:25%;

}

.tab_td_content{
	padding-bottom:24px;

}


.tab_td_contentu{

	line-height:170%;
}

.intropics{

}

.tab_intro_pics td{
	text-align:center;
	font-size:10px;
	border:0px solid #ccc;
	padding-bottom:2px;
}


.aufz1{
	padding-left:6px;
}

.aufz2{
	padding-left:24px;
}

.listing{
  text-align:left;
  font-size:11px;
}



