div.discount {
	width: 283px;
	float: left;
}
div.foto {
	margin: 25px 5px 0 0;
	padding: 0;
	width: 140px;
	height: 90px;
    float: left;
}
div.description {
	margin: 25px 0 0 0;
	width: 120px;
	height: 90px;
	float: left;
}
div.description p.name {
	margin: 0;
	padding: 0;
	height: 20px;
	font-size: 16px;
	color: #640985;
}
div.description p.small {
	margin: 0;
	height: 15px;
	font-size: 11px;
	color: #202020;
}
div.description p.pricediscount {
	margin: 25px 10px 0 0 ;
	height: 16px;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	color: #202020;
}
div.description p.price {
	margin: 0;
	height: 16px;
	font-size: 11px;
	font-weight: normal;
	text-decoration: line-through;
	text-align: right;
	color: #202020;
}

div.discount div.result-bar {
	margin: 3px 0 0 0;
	width: 265px;
	height: 22px;
	background: #f5f5f5 url(../images/buttons/result-bar-corner.png) left no-repeat;
}
a.buy img {
	margin: 0;
	width: 75px;
	height: 22px;
	float: right;
}
a.folder img {
	margin: 0;
	width: 88px;
	height: 22px;
	float: right;
}
a.detail img {
	margin: 0;
	width: 94px;
	height: 22px;
	float: right;
}