@CHARSET "UTF-8";

productList {
	position: relative;
	display: block;	
	width: 430px;
}
.productList li {
	display: block;	
	float: left;	
	width: 427px;	
	height: 200px;	
	background: url('../images/back22.gif');
	margin-bottom:10px;
}

#productAbstract {
	position: absolute;	
	width:427px;	
	height: 184px;	
	overflow: hidden;
}
#productAbstract #photo {
	position: absolute;	
	top: 10px;	
	left:10px;	
	width:140px;	
	height: 140px;	
	overflow: hidden;
}
#productAbstract #title {
    position: absolute;	
    top: 10px;	
    right:10px;	
    width:250px;
    height: 30px;	
    overflow: hidden;
    font-weight: bold;  
}
#productAbstract #abstract {
	position: absolute;	
	top: 45px;	
	right: 10px;	
	width: 250px;	
	height: 98px;	
	overflow: hidden;
    font-size: 11px; 
}
#productAbstract #price {
	position: absolute;	bottom: 28px;	right: 30px;
    font-family: Verdana, Arial, sans-serif; font-size: 11px; color: #444444;   font-weight:bold;	text-align: left;
}
#productAbstract #euro {
    font-family: Verdana, Arial, sans-serif; font-size: 12px; color: #ff6600;   font-weight:bold;	text-align: left;
}

#productAbstract #details {
	position: absolute;	
	bottom: 0px;	
	left: 26px;	
	overflow: hidden;
	width: 94px;
	height: 21px;
}
#productAbstract #buy {
	position: absolute;	
	bottom: 0px;	
	right: 26px;	
	overflow: hidden;
	width: 82px;
	height: 21px;
}

#productTitle .name {
    font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold;  color: #444444;	text-align: center;
}
#productTitle .price {
    font-family: Verdana, Arial, sans-serif; font-size: 11px; font-weight: none;  color: #444444;	text-align: center;
}
#productTitle .link {
    font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold;  color: #ff6600;	text-align: center; text-decoration: none;
}
#productTitle .link:hover {
    font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold;  color: #ff6600;	text-align: center; text-decoration: underline;
}



#productBody {
	position: relative;
	display: block;	
	float: left;	
	width: 427px;	
	margin-bottom:5px;
}
#productBody li {
	float: left;
	display: block;
}
#productBody #name {
	float: left;
	width:300px;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 5px;
}
#productBody #code {
	float: left;
	width:300px;
}
#productBody #price {
	position: absolute;
	right:20px;
	top: 140px;
	overflow: hidden;
	font-weight: bold;
}
#productBody #weight {
	float: left;
	width:300px;
	margin-bottom: 110px;
}
#productBody #description {
	float: left;
	width:420px;
	margin-bottom: 50px;
}
#productBody #buy-button {
	position: absolute;
	right:0px;
	bottom:30px;
	overflow: hidden;
}
#productBody #back-button {
	position: absolute;
	left:0px;
	bottom:30px;
	overflow: hidden;
}

#productBody #photo {
	position: absolute;
	right:10px;
	top:0px;
	width:140px;
	height:140px;
	overflow: hidden;
}


