@import url("/fileadmin/templates/css/default.css");

/*
 * Ubersicht
 */
.item_uebersicht{
	width:160px;
	padding-right:15px;
	float:left;
	display:block;
	overflow:hidden;
}
.item_uebersicht .middle{
	text-align:center;
}
.item_uebersicht a{
	border-right:1px solid #ECECED;
	border-left:1px solid #ECECED;
}
.item_uebersicht a img{
}

/*
 * Details
 */
#shopleft .item_pics{
	margin-bottom:20px;
}
#shopleft .item_pics .img_xxl{
	display:block;
	margin-bottom:10px;
}
#shopleft .item_pics .img_thumb img{
	width:100px;
	max-height:65px;
	display:inline-block;
}
#shopleft .item_detail,
#shopleft .item_detail_act{
	margin-bottom:20px;
	display:none;
	width:550px;
}
#shopleft .item_detail_act{
	display:block;
}
#shopleft .item_detail .be_0,
#shopleft .item_detail_act  .be_0{
	background:#F6F6F6;
}
#shopleft h2,
#shopleft h1{
	font-size:12px;
	color:#747E85;
	padding:0px;
	margin:0px;
	margin-bottom:10px;
}
#shopleft h2{
	cursor:pointer;
}
#shopleft h1 span{
	float:right;
}
#shopleft .item_detail .be_1{
	background:#EBEBEC;
}
#shopleft .item_detail .item_descr{
	margin-top:20px;
}
.showing{
	display:block !important;
}
/*
 * Shop-Menu
 */
#menu .textbox{
	margin:10px;
}
#menu .textbox .middle{
	padding:10px;
}
#menu .textbox h2{
	font-size:12px;
	color:#6BBBE2;
	padding:0px;
	margin:0px;
}
#menu .textbox ul,
#menu .textbox li{
 	margin:0px;
 	list-style:none;
 	padding:0px;
}
#menu .textbox a{
	color:#000;
	padding:0px;
	margin:0px;
	background:none;
	line-height:16px;
}
* html #menu .textbox a{
	height:16px;
} 
#menu .textbox a:hover,
#menu .textbox a.act{
	color:#FFF;
	border:0px;
	background:#747E85;
	padding:0px;
}

/*
 * Shop-Menu
 */
 #shopleft .item_kat{
 	width:190px;
	padding-right:10px;
	float:left;
 }
 #shopleft .item_kat .textbox{
 	padding:0px;
 	margin-bottom:10px;
 }
 
 #shopleft .item_kat .headline{
 	background:#EFF1F1;
 	line-height:16px;
 }
 #shopleft .item_kat .headline a{
 	color:#000;
 	font-weight:100;
 }
 
/*
 * Motoren
 */
.list_view{
	margin:0px;
	padding:0px;
	width:100%;
}
.list_view thead td,
.list_view thead th{
	background:#747E85;
	color:#FFF;
	font-weight:bold;
}
.list_view .img_xxl{
	display:none;
}
.list_view .img_thumb img{
	height:70px;
	margin:5px 0px;
}
.list_view tbody th{
	width:100px;
}
.list_view .bg_1{
	background:#EFF1F1;
}
.list_view .price_box{
	width:80px;
	text-align:right;
	padding-right:20px;
}
.list_view .function{
	width:70px;
}
.list_view .text_box{
	padding-left:0px;
}
.list_view .text_box2{
	padding-left:0px;
}
.list_view h3,
.list_view h1{
	font-size:12px;
	padding:0px;
	margin:0px !important;
}

/*
Warenkorb
*/
.enginelist thead td{
	background:#9C9E9F;
}
.enginelist .anzahl_in{
	border:1px solid #9C9E9F;
	width:20px;
	text-align:center;
}
.enginelist .gesamt{
	border-top:5px solid #9C9E9F;
}
.enginelist .gesamt .sum{
	float:right;
}
.enginelist .content_warenkorb_sum input,
.enginelist .order_warenkorb input,
.enginelist .order_warenkorb select{
	background:#FFFFFF;
	border:1px solid #9C9E9F;
}
.enginelist .order_warenkorb label{
	width:65px;
	display:inline-block;
}
.enginelist #order_items{
	width:300px;
}
.enginelist #order_items tbody td{
	padding-left:10px;
}
.enginelist .order_warenkorb .left div{
	margin-bottom:2px;
}
.enginelist .order_warenkorb .left input{
	width:150px;
}
.enginelist .order_warenkorb #zip{
	width:45px;
}
.enginelist .order_warenkorb #city{
	width:100px;
}
