@charset "utf-8";
/* CSS Document */
/* Download specifics */
.detail {
	color: #666666;
}
.comment {
	background: #eeeeee;
	padding: 10px;
	margin-bottom: 10px;
}
.categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.more {
	padding-left: 10px;
	color: #666666;
}
.presentation {
	background-image: url('http://www.redtie.ro/products/images/bg.gif');
	background-repeat: repeat-x;
	height: 250px;
}
.presentation p {
	float: left;
	position: absolute;
	color: #ffffff;
	font-size: 20px;
	text-align: left;
	padding-left: 10px;
}
.presentation img {
	float: right;
}