
.product {
	margin: 10px;
	padding: 10px;
	width: 220px;
	float: left;
	height: 150px;
	border:dashed 1px #E0E0E0;
}
.product .prodname {
	line-height: 2em;
	background-color: #204468;
	text-decoration:none;
	font-weight:bold;
	display: block;
	padding: 0px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.product #infoprod{
	width:50px;
	display:block;
	float:right;
	margin:3px;
	padding:0;
}
.product .cartbtn{
	width:50px;
	display:block;
	float:right;
	clear:right;
	margin:3px;
	padding:0;
}
.product .prodcontent {
	height: 120px;
	overflow:hidden;
	position:relative;
	z-index:10;
	top:0px;
	left:0px;
	margin:0;
	padding:0;
}
.product .pricefield {
	background: url(../images/sale.png) no-repeat center top;
	margin: 0px;
	text-align:center;
	width:100px;
	height:100px;
	position:relative;
	z-index:100;
	top:-110px;
	left:70px;
	padding:20px 0 0 0;
}
.product .saleprice {
	background: url(../images/sale.png) no-repeat center top;
	margin: 0px;
	text-align:center;
	width:100px;
	height:100px;
	position:relative;
	z-index:100;
	top:-100px;
	left:50px;
	padding:25px 0 0 0;
	color:white;
	font-size:10px;
}
.product .normalprice {
	clear:both;
	line-height:2em;
	background-color:#E4E4E4;
	position:relative;
	z-index:110;
	top:-40px;
	left:0px;
	text-align:center;
	font-weight:bold;
}
.product .artNr {
	text-align:right;
	padding:0;
	margin:0;
	font-size:10px;
	font-weight:bold;
}
.bigcart{
	display:block;
	float:right;
	clear:right;
	margin:3px;
	padding:0;
	position:relative;
	z-index:50;
	top:0;
	right:0;
}
.detailprod {
	display:block;
	margin:5px;
	overflow:auto;
	padding:5px;
}
.detailprod .prodimg{
	width:150px;
	padding:5px;
	margin:3px;
	border:solid 1px #BECDE4;
	float:left;
}
.detailprod .details{
	float:left;
	width:350px;
}
.detailprod .saleprice {
	background: url(../images/bigsale.jpg) no-repeat center top;
	margin: 0 0 0 -50px;
	text-align:center;
	width:150px;
	height:100px;
	position:relative;
	z-index:100;
	top:0px;
	left:50px;
	padding:49px 0 0 0;
	color:white;
}
.detailprod .normalprice {
	clear:both;
	line-height:2em;
	text-align:right;
	font-weight:bold;
}