/*
 * Menü
 */
.shop_content {
	padding-top:20px;
}
.shop_content img{
	border:0px;
}
.shop_content a.kat_header_subs{
	display:inline-block;
	text-align:center;
	padding-bottom:20px;
} 

#shop_menu{
	padding-left:7px;
    width:193px;
    vertical-align:top;
}
#shop_menu a,
#offers a,
#offers div{
    background:url('/fileadmin/templates/default/images/shop_menu_bg.jpg') no-repeat;
    display:block;
    line-height:16px;
	padding:3px 0px;
    color:#FFF;
    text-decoration:none;
	font-weight:bold;
}
#offers div{
	padding-left:8px;
}

#shop_menu ul,
#shop_menu li,
#offers ul,
#offers li{
    list-style:none;
}
#shop_menu li a{
	margin-top:3px;
    padding-left:8px;
    line-height:19px;
}
#shop_menu li li a,
#offers li a{
	font-weight:100;
	margin-top:0px;
    padding-left:25px;
    line-height:16px;
	background:none;
	color:#000;
	border-bottom:1px dashed #000;
}
#shop_menu li li a.act,
#shop_menu li li a:hover,
#offers li a.act,
#offers li a:hover{
	color:#9A100E;
}
#shop_menu li li li a{
    padding-left:40px;
}
#shop_menu li li li li a{
    padding-left:55px;
}
#shop_menu li li li li li a{
    padding-left:70px;
}

/*
 * Basket
 */
#shop_basket{
	width:160px;
	float:right;
	vertical-align:top;
    color:#FFF;
}
.shop_basket_button{
	background:url('../images/basket_bgsmall.jpg') no-repeat;
	display:block;
	height:40px;
	border:0px;
	color:#FFF;
}
#shop_basket span{
	background:url('../images/basket_bg.jpg') no-repeat;
	height:100px;
}
a.shop_basket_button{
	padding:0px 15px;
	line-height:30px;
	font-weight:bold;
}
input.shop_basket_button{
	margin-top:20px;
	margin-left:40px;
	height:30px;
	width:160px;
	font-weight:bold;
}
#shop_basket .headline{
    padding:2px 15px;
	padding-top:10px;
    margin:0px;
	font-size:12px;
}
#shop_basket .middle{
    padding:2px 15px;
}
#shop_basket a{
    color:#FFF;
    text-decoration:none;
}

.basketlist{
	background:url('../images/item_header.jpg') no-repeat;
	width:530px;
	margin-top:15px;
}
.basketlist .anzahl_in{
	border:1px solid #9C9E9F;
	width:20px;
	text-align:center;
}
.basketlist .gesamt{
	border-top:5px solid #DEE9FF;
	padding-top:5px;
}
.basketlist .gesamt .sum{
	float:right;
}
.basketlist .content_warenkorb_sum input,
.basketlist .order_warenkorb input,
.basketlist .order_warenkorb select{
	background:#FFFFFF;
	border:1px solid #9C9E9F;
}
.basketlist .order_warenkorb label{
	width:65px;
	display:inline-block;
}
.basketlist #order_items{
	width:350px;
}
.order_warenkorb .left div{
	margin-bottom:2px;
}
.order_warenkorb .left input{
	width:150px;
}
.order_warenkorb #PLZ{
	width:45px;
}
.order_warenkorb #Ort{
	width:90px;
}
.basketlist thead td{
	font-weight:bold;
	color:#1C448A;
	line-height:25px;
	padding:0px 5px;
}
.basketlist tbody td{
	line-height:20px;
	padding:5px;
}
.basketlist tfoot td{
	border-bottom:0px;
}
.basketlist h1{
	font-size:13px;
}
.error{
	color:#F00;
	font-weight:bold;
}



/*
 * Ubersicht
 */
.item_uebersicht{
	width:150px;
	height:145px;
	padding-right:15px;
	float:left;
	display:inline-block;
	position:relative;
	overflow:hidden;
	font-family:Arial;
}
.item_uebersicht a{
	border-right:1px solid #ECECED;
	border-left:1px solid #ECECED;
	display:inline-block;
}
.item_uebersicht a img{
	max-height:120px;
	display:inline-block;
}

/*
 * Details
 */
.itemlist{
	display:block;
	margin:5px 0px;
	font-family:Arial;
}
.itemlist.bg_0{
	
}
.itemlist .item_pics{
	text-align:center;
	vertical-align:top;
	width:210px;
	padding:5px 0px;
	display:inline-block;
	float:left;
}
.itemlist .item_pics .img_xxl{
	display:none;
}
.itemlist .item_pics .img_thumb img{
	display:inline-block;
}
.itemlist .item_pics span .img_thumb img{
	width:80px;
	margin:5px;
}
.itemlist .item_detail{
	display:inline-block;
	width:320px;
	vertical-align:top;
}
.itemlist .item_price{
	margin-top:20px;
	text-align:right;
}
.itemlist h2,
.itemlist h1{
	font-size:12px;
	color:#000;
	padding:0px;
	margin:0px;
}
.itemlist h3{
	font-size:14px;
	color:#1C448A;
	background:url('../images/item_header.jpg') no-repeat;
	line-height:25px;
	padding:0px 5px;
}
.itemlist h1 span{
	color:#4432D6;
}
.itemlist h1 span span{
	text-decoration:line-through;
}

.clearer{
	clear:both;
	border:1px solid #FFF;
	color:#FFF;
	background-color:#FFF;
	height:1px;
	padding:0px;
	margin:0px;
}

/*
 * Bestellseite
 */
.order_warenkorb{
	float:left;
}
#order_items{
	float:left;
	width:300px;
}
#order_items thead td{
	font-weight:bold;
	color:#FFF;
	background:#000;
}
#order_items .checkboxes{
	margin:20px 0px;
}

/*
 * Link
 */
.itemlist .kaufen{
	display:inline-block;
	text-align:center;
	height:25px;
	width:141px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	background:url('../images/to_basket.jpg') no-repeat;
	border:0px;
}
.itemlist .insert{
	width:40px;
	text-align:center;
}
 
/*
 * Suche
 */
#search{
	margin:0px;
	padding:0px;
}
#search label{
	display:block;
	margin-top:8px;
}
#search input,
#search select{
	border:1px solid #9FA1A2;
}
#search label{
	font-weight:bold;
}
#search #html{
	width:150px;
}
#search .firm{
	width:200px;
}
#search #model{
	width:200px;
}
#search .search_l{
	text-align:center;
}
#search #sortorder{
	width:200px;
}
#search #submit{
	display:block;
	margin-top:10px;
}
