body {
	background-color: #FFFFFF;
}
.preis { 
	font-size: 14px; 
	font-weight: bold; 
	color: #CC0000;
	font-family: verdana,arial; 
	padding-top: 15px; 
	padding-bottom: 10px;
}
.produktbeschreibung { 
	font-size: 10px; 
	font-family: verdana,arial; 
	padding-top: 5px; 
	padding-bottom: 5px; 
	height: 50px; 
	vertical-align:top;
}
.priceicon { 
	margin-top: -6px; 
	float: left; 
	height: 35px; 
	width: 38px;
}

.mainProductContainer {
	
	width: 750px;

}

.productContainer {
	
	width: 150px;
	float: left;
	border-top: 1px solid red;
	
}

.icon50off {
	margin-top: -2px;
	float: left;
	height: 35px;
	width: 38px;
	background-image:url('../img/50_off_2.gif');
	background-repeat: no-repeat;
}

.icon75off {
	margin-top: -2px;
	float: left;
	height: 35px;
	width: 38px;
	background-image:url('../img/75_off.gif');
	background-repeat: no-repeat;
}

.iconNiceprice {
	margin-top: -2px;
	float: left;
	height: 35px;
	width: 38px;
	background-image:url('../img/nice_price_3.gif');
	background-repeat: no-repeat;
}


.iconNew {
	margin-top: -2px;
	float: left;
	height: 34px;
	width: 38px;
	background-image:url('../img/new_2.gif');
	background-repeat: no-repeat;
}

.iconNone {
	width: 0px;
	height: 0px;
	float: left;
}

.oldprice { 
	font-size: 12px; 
	font-weight: normal; 
	color: #000; 
	font-family: verdana, arial; 
	text-decoration: line-through; 
	padding-left: 1px;
}

a.addlink { 
	color: #CC0000;
}

a.addlink:hover {
	color: #aaaaaa;
}

select { 
	font-family: verdana,arial; 
	font-size: 10px;
}

