/* Produkt-Liste */
#groupList {
	position:relative;
	list-style:none;
}
#groupList li {
	position:relative;
	clear:both;
	width:52.723em;
	height:210px;
	border-bottom:1px dotted #ccc;
}
#groupList .group_new {
position:absolute;top:75px;left:0;
width:87px;height:43px;
margin:0;padding:0;
background: url(/img/site/a_new.png) no-repeat left top;
}
#groupList .group_new span {display:none;}
#groupList li h2 {
	padding-top:1.826em; 
	padding-bottom:15px; 
	padding-left:200px; 
	font-size:127.27%;
	font-weight:bold; 
	text-transform:uppercase;
}

#groupList .img1 {
	float:left;
	width:190px; 
	height:190px; 
}

#groupList li p {
	top:50px;
	padding-left:200px; 
	padding-right:1.826em;
}

#groupList li p .button {
	position:absolute;
	bottom:1.826em;
	left:200px;
	padding-right:1.826em; 
	margin-bottom:0px;
	font-size:109.09%; 
	font-weight:bold;
	text-transform:uppercase;
	background: url(/img/site/a_dpfeil_r.gif) no-repeat right;
}

.group_detail {
	position:absolute;
	left:0;
	bottom:1.8em;
	margin-bottom:0;
}
.group_recommend {
	position:absolute;
	left:0;
	bottom:0.456em;
	margin-bottom:0;
}

.group_detail a {
	color:#000;
	background: url(/img/site/a_detail.png) no-repeat left;
	padding-left: 20px;
}
.group_recommend a {
	color:#000;
	background: url(/img/site/a_recommend.png) no-repeat left;
	padding-left: 20px;
}

.group_hl { font-size:127.27%;font-weight:bold; text-transform:uppercase; }

.group_xpay {
	position:absolute;
	right:0px;
	bottom:1.8em;
	margin-bottom:0;
	color:#005286;
}


