@charset "utf-8";
/* CSS Document */

.prezentare {
	float: left;
    padding: 10px;
	position: relative;
	width: 100%;
}
.poza {
	float: left;
    padding: 10px;
	width: 210px;
	height: 250px;
}
.colt_sus {
	clear: both;
	background-image:url("http://www.farsoft.far-php.ro/content/images/products/colt_sus.gif");
	background-position: right top;
	background-repeat: no-repeat;
	/* border: #FFF 1px dashed; */
	width: 50px;
	height: 50px;
	position: absolute;
	left: 193px;
	top: 30px;
	/* z-index: 2; */
}
.colt_jos {
	clear: both;
	background-image:url("http://www.farsoft.far-php.ro/content/images/products/colt_jos.gif");
	background-position: left bottom;
	background-repeat: no-repeat;
	/* border: #FFF 1px dashed; */
	width: 50px;
	height: 50px;
	position: absolute;
	left: 30px;
	top: 245px;
	/* z-index: 2; */
}
.text {
	float: left;
    padding: 10px;
	/* border: #FFF 1px dashed; */
	word-wrap: break-word;
}
.text ul
{
	position: relative;
	left: 30px;
	text-align: left;
}

