/* ------------------------ */
/* SHOP-Elemente -> Ihr Warenkorb in linker Navigation - Zusätzliche Definitionen */

/* andere Einträge */
ul#warenkorb li.sub1{
	text-align:right;
	width:202px;
	padding:0 10px 0 0;
	position:relative;
}

li.sub1 b{
	position:absolute; right:75px;
}

#gesamtwert{
	color:#E6003B !important;
	font-weight:bold; font-size:12px;
}

#gesamtanzahl{
	position:absolute; right:167px;
	font-weight:bold; font-size:12px;
}

#gesamttext{
	position:absolute; left:51px;
	font-weight:bold; font-size:12px;
}

*+html #gesamtanzahl, *+html #gesamttext{ /* IE 7 Hacks */
  top:0;
}

/* letzter Eintrag */
ul#warenkorb li.abschluss{
	padding-left:10px;
	width:202px;
	height:27px;
	font-weight:normal;
	vertical-align:top;
}

ul#warenkorb li.abschluss a{
	background:url(../pics/suche/erweitertinaktiv8.png) no-repeat 0 5px;
	padding:5px 0 0 18px;
	font-size:11px;
	height:15px;
	line-height:12px;
	display:block;
}

ul#warenkorb li.abschluss a:hover{
	color:#E80F3C;
	background:url(../pics/suche/erweitertaktiv8.png) no-repeat 0 5px;
}

/* ------------------------ */
/* SHOP-Elemente in der Produktansicht */
.conprice{
	margin:0 0 0 13px;
	font-size:10px;
	line-height:15px;
	position:absolute;
	top:-53px;
}

	#summe_weiter .conprice{
		top:25px; right:0;
	}

.conprice span{
	color:#E6003B;
	font-size:18px;
	font-weight:bold;
}

.conprice a{
	color:#E6003B;
	font-size:10px;
	line-height:12px;
	text-decoration:underline;
}

#conshop{
	width:687px; height:46px;
	padding-top:1px;
	line-height:17px;
	clear:both;
	position:relative;
}

#conshop form{
	border-top: 1px solid #C2C2C2;
	margin-left:10px;
	width:656px;
	padding:11px 0 0 0;
	text-align:left;
}

#conshop select{
	width:41px; border:1px solid #C2C2C2;
	margin:0 4px 0 3px;
}

#conshop option{
	padding-left:3px;
	border:none;
}

/* OOCSS */
.button{ /* inputs und a-Tags */
	background:url(../pics/buttons/red.png) no-repeat left center;
	/* Hack von Matthias -> Entfernen der border des Submit-Buttons -> padding:0px 2px 2px 2px; */
	padding:0 2px 2px 0;
	height:22px; width:147px;
	border:none; color:#fff; font-weight:bold;
	text-align:center;
	cursor:pointer;
}
*+html .button{ /*IE7 Hack */
	padding-top:3px;
}
a.button{
	line-height:25px;
}
*+html a.button{ /*IE7 Hack */
	line-height:21px;
}
	.inwarenkorb{
		background-image:url(../pics/shop/warenkorb_button.gif);
		text-align:left; padding-left:33px;
		margin-left:10px;
	}
	
	.popupclose{
		position:absolute;
		right:5px; bottom:5px;
	}
	.weiter{
		position:absolute;
		right:0; bottom:0px;
	}
	.aktualisieren{
		background-image:url(../pics/shop/aktualisieren.png);
		text-align:left; margin:0; padding-left:20px;
		width:auto;
		color:#4D4D4D;
	}
	.aktualisieren:hover{
		color:#E6003B;
	}
	


/* ------------------------ */
/* Produktliste des Shops */
#prodlist_header{
	background:url(../pics/shop/prodlist_header.png) no-repeat;
	border:1px solid transparent;
	height:35px;
	margin:-12px -14px 20px -15px;
	
	padding-top:15px;
	padding-left:15px;
}

#prodlist_header a{
	font-size:16px;
	margin-right:20px;
	font-weight:bold;
	color:#4D4D4D;
}

#prodlist_header span{
	font-size:16px;
	margin-right:20px;
	font-weight:bold;
	color:#A6A6A6;
}

#prodlist_header a:hover, #prodlist_header a.active{
	color:#E6003B;
}

.col_headings{
	border-bottom:1px solid #C3C3C3;
	margin:13px 0 0 0;
	color:#4D4D4D;
	font-weight:bold;
	padding-left:5px;
	height:14px;
	position:relative;
}

.col_headings span{
	font-size:11px;
	position:absolute;
}

/* ------------------------ */
/* Änderungen im Vergleich zur normalen Produktliste */
#prodlist_warenkorb{
	margin-top:5px;
	border-bottom:1px solid #C3C3C3;
}

#prodlist_warenkorb li{
	padding-left:101px;
	border:none;
	border-bottom: 1px dotted #E6003B;
	height:103px;
	margin-bottom:5px;
}

#prodlist_warenkorb li:last-child{
	border-bottom:none;
	margin-bottom:0;
}

#prodlist_warenkorb .prod_image_popup_link{
	width:90px; height:90px;
}

#prodlist_warenkorb a{
	font-size:12px;
	text-decoration:underline;
	margin:0;
}

#prodlist_warenkorb .entfernen{
	background:url(../pics/shop/entfernen.png) no-repeat 0 2px;
	color:#4D4D4D;
	padding-left:18px;
	text-decoration:none;
	position:absolute;
	top:78px;
}

#prodlist_warenkorb .entfernen:hover{
	color:#E6003B;
}

.fh{
	position:absolute;
	top:78px; left:405px;
	text-align:right;
	width:40px;
	padding:1px;
}

.fh input{
	border:1px solid #A6A6A6;
	width:20px !important;
}

/* ------------------------ */
/* Belegfuss */
#summe_weiter{
	height:70px;
	padding-top:8px;
	position:relative;
}

.preistext{
	position:absolute;
	right:100px; top:6px;
	color:#E6003B;
	font-weight:bold;
}

/* ------------------------ */
/* Kundendatenformular */
fieldset{
	border:none;
	padding:0 0 20px 0;
}

legend{
	padding-right:10px;
	font-size:14px;
	font-weight:bold;
	color:#4D4D4D;
	white-space:normal;
}

.fieldholder{
	position:relative;
	margin:10px 0 0 0;
	padding:3px 3px 3px 19px; /* für Markierung des gesamten Blocks -> muss input-Feld mit einschließen */
	border:1px solid transparent;
	min-height:15px;
	float:left;
}

label, .labelersatz{
	width:auto; /* Breite an Textlänge anpassen */
	display:block;
	margin-bottom:5px;
}

.pflicht:after{ /* kennt IE bis v7 nicht */
	content:" *";
	color:red;
}

input, select{
	border:1px solid #A6A6A6;
}

input[type='text']{
	width:280px;
}

input[type='radio']{
	width:auto;
	border:1px solid transparent;
}

select{
	width:280px;
	margin-top:-1px;
}


/* alt - Anordnung Label-Input nebeneinander
.fieldholder{
	position:relative;
	margin:10px 0 0 0;
	padding:3px 0 3px 0;
	border:1px solid transparent;
	min-height:15px;
}

label, .labelersatz{
	width:100px;
	display:block;
	float:left;
}

.pflicht:after{
	content:" *";
	color:red;
}

input{
	float:left;
}

input[type='text']{
	width:206px;
	top:-1px;
	border:1px solid #A6A6A6;
}

input[type='radio']{
	width:auto;
	border:1px solid transparent;
}
*/

/* IE 6
.input{
	float:left;
}

.text{
	width:100px;
	float:left;
	top:-1px;
	border:1px solid #A6A6A6;
}

input.radio{
	width:auto;
	margin-right:0;
	border:1px solid transparent;
}
label.radio{
	width:auto;
	float:left;
	margin:0 40px 0 7px;
}
*/
/* ------------------------ */
/* Kundendatenformular - Fehlerbehandlung */
.error{
	border:1px solid red;
	background:url(../pics/shop/error.png) no-repeat 2px center;
}

legend span{
	font-size:12px;
	font-weight:normal;

}

legend span strong{
	font-size:12px;
	color:red; border:none;
}