#warenkorb {
	float:right;
	color:#000000;
	border:2px solid #1490cc;
	background-color:#eff7ff;
	padding:5px;
	font-size:11px;
    -moz-border-radius:10px;  /* Mozilla specific */
	border-radius:10px;       /* CSS3 */
}

#warenkorb h2 {
	margin:0px;
	margin-bottom:5px;
	font-size:14px;
}

#warenkorb a:link, #warenkorb a:visited, #warenkorb a:hover, #warenkorb a:active {
	color:#000000;
	font-weight:bold;
	text-decoration:underline;
	border:none;
}

li.kategorie {
         font-weight:bold;
		 margin:0.3em;
}

table {
    clear:both;
	margin-top:5px;
    border:1px #1490cc solid;
}

th {
	background-color:#1490cc;
	color:#FFFFFF;
	font-weight:bold;
	font-size:0.8em;
	text-align:left;
	border:none;
	speak-header-cell:once;
}

td {
	vertical-align:middle;
	text-align:left;
	border:none;
	background-color:#f5f5f5;
}

td.fehlerbox {
    background-color:#FFE7E7;
	color:#FF0000;
	font-size:1.2em;
	font-weight:bold;
}

td.artnr {
	font-size:0.8em;
	color:#cccccc;
}

th.artnr {
	speak-header-cell:always;
}

.artikelpreis {
         font-weight:bold;
		 color:#1490cc;
		 font-size:200%;
}

.produktabbildung {
	float:left;
	margin-right:10px;
}

.beschreibung {
         width:57%;
}

.kurzbeschreibung2 {
         font-size:80%;
}

td.lieferstatus, th.lieferstatus {
         text-align:center;
		 width:3%;
}

p.lieferstatus {
	float:right;
	text-align:center;
	font-size:80%;
	color:#999999;
}

.lieferstatus img {
	cursor:pointer;
}

.preis {
         font-family:verdana,arial,helvetica,sans-serif;
         font-weight:bold;
		 text-align:right;
		 width:15%;
}

th.preis {
	text-align:center;
}

td.preis {
	font-size:125%;
}

.kaufen {
         text-align:center;
		 width:15%;
}

.kategoriepfad {
         font-size:0.85em;
		 font-weight:bold;
		 color:#666666;
}

.rabattzeile {
		 color:#006600;
		 font-size:0.8em;
}

.mitrahmen {
         border:1px #AAAAAA solid;
}

.versand_land, .versand_email {
	font-weight:bold;
}