/* ARTIKELAUFLISTUNG  */

#artikellisting {
margin: 0 8px;
padding:10px 0;
}

#artikellisting div.dl {
width:186px;
margin: 1px 2px;
padding:1px;
float:left;
border:#999EAC 1px solid;
display:inline;
}
#artikellisting div.dt {
margin:0;
padding:0;
color:#003366;
text-align:center;
border:#999EAC 1px solid;
background:#EE9B6A;
min-height:30px;
}
#artikellisting div a {
text-decoration:none;
}
#artikellisting dd {
margin:1px 0 0 0;
padding:0;
font-size:85%;
line-height:1.5em;
display:block;
}
#artikellisting div.preis {
float:right;
width:77px;
}
#artikellisting div.infos {
float:left;
width:82px;
font-size:90%;
line-height:1.5em;
}
#artikellisting div.kurzbeschreibung {
border-top:#999EAC 1px solid;
padding: 2px;
clear: both;
font-size:90%;
}
#artikellisting div.optionen {
clear: both;
font-size:80%;
font-family:Arial, sans-serif;
}
#artikellisting div.attribute {
border:#999EAC 1px solid;
padding:2px;
}
#artikellisting div.warenkorb {
border-top:#999EAC 1px solid;
padding:5px 0 0 0;
}
#artikellisting div.img {
border:#999EAC 1px solid;
padding:2px;
}
#artikellisting .dl div.img {
border:0px;
padding:2px;
}
#artikellisting ul {
margin:0;
padding:5px 0 0 0;
list-style:none;
float:left;
}
#artikellisting li {
float:left;
margin:0;
padding:0 1px 0 0;
font-size:11px;
font-family:Arial, Helvetica, sans-serif;
}
#artikellisting li a {
float:left;
display:block;
margin:0 1px 0 1px;
padding:4px 4px 5px 4px;
color: #333;
text-decoration:none;
border:#999EAC 1px solid;
border-bottom:none;
background:#EE9B6A;
}
#artikellisting li a:hover {
background:#FFF;
}

#artikellisting preishit {
background-image:url(bilder/navinfo-sonderpreis.jpg);
width:80px;
height:25px;
line-height:25px;
text-indent:15px;
}
#artikellisting neuimshop {
background-image:url(bilder/navinfo-neuimshop.jpg);
width:80px;
height:25px;
line-height:25px;
text-indent:15px;
}
#artikellisting empfehlung {
background-image:url(bilder/navinfo-empfehlung.jpg);
width:80px;
height:25px;
line-height:25px;
text-indent:15px;
}

/* ENDE PREIS  */

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
  
.clearfix {
	display: inline-block;
	clear: both;
}  

    /* Holly Hack Targets IE Win only \*/
 * html .clearfix {height: 1%;}
 .clearfix {display: block;}
    /* End Holly Hack */
