/* Shop */

.produkt-uebersicht {
	width:650px;
	float:left;
	padding:0 0 0 0;
	margin:0 0 15px 0;
	}

.produkt-uebersicht img {
	margin:0 10px 8px 0;
	display:inline;
	}
	
.produkt-uebersicht h2.shop{
	color:#EA5A00;
	text-decoration:none;
	margin:0 0 5px 0;
	padding:0;
	}
	
.produkt-uebersicht p a {
	color:#eeeeee;
	text-decoration:none;
	}
	
.produkt-uebersicht p a span.produktinfos {
	color:#eeeeee;
	text-decoration:none;
	font-weight:bold;
	}
	
.produkt-uebersicht p a:hover span {
	color:#EA5A00;
	text-decoration:underline;
	}
	
.produkt-uebersicht input.anzahl {
	width:16px;
	padding:3px;
	margin:5px 0 0 0;
	height:16px;
	line-height:16px;
	text-align:right;
	}

.elementStandard .text input.anzahl {
	width:16px;
	padding:3px;
	margin:5px 0 0 0;
	height:16px;
	line-height:16px;
	text-align:right;
}
	
hr.produkttrenner
	{background-color:#eeeeee; color:#eeeeee; height:1px; border-style:none;margin:0 0 10px 0;}

.elementWarenkorb .text {
	margin:0 11px 12px 11px;
	padding:0 8px;
	color:#333;
	font-size:11px;
	background:#ddd;
}

.shoplist ul {
	padding:0px; 
	margin:0;
	list-style-type:none;
	list-style-position:outside;
	}

.shoplist li {
	list-style-type:none;
	padding:0px; 
	margin:0;
	list-style-position:outside;
	}
	
.produkt-uebersicht img.noBorder {
	border:0;
}

a.shopLink  {
color:#eeeeee;
font-weight:bold;
background:url(/de/shop/img/warenkorb.gif) center left no-repeat;
padding: 3px 0px 3px 23px;
text-decoration:none;
}

a.shopLink:hover {
text-decoration:underline;
color:#EA5A00;
}

a.product  {
color:#eeeeee;
font-weight:bold;
background:url(/de/shop/img/product.gif) center left no-repeat;
padding: 3px 0px 3px 23px;
text-decoration:none;
}

a.product:hover {
text-decoration:underline;
color:#EA5A00;
}

hr.warenkorb                  {background-color:#eeeeee; color:#eeeeee; height:1px; border-style:none;margin:0 0 5px 0;}
hr                  {background-color:#eeeeee; color:#eeeeee; height:1px; border-style:none;}

.warenkorbLinks {width:300px;float:left;}
.warenkorbRechts {width:325px;margin:0 0 0 20px;float:left;}

.warenkorbLinks label.warenkorb {width:100px;}
.warenkorbRechts label.warenkorb {width:100px;}
.warenkorbUnten label.warenkorb {width:100px;}

.artikelLinks {width:306px;float:left;overflow:hidden;display:inline;margin:0 20px 0 0;}
.artikelRechts {width:300px;float:left;display:inline;}