ul.column{
	width: 100%;
	padding: 5px;
	margin: 0px 0;
	list-style: none;
}
ul.column li {
	float: left;
	width: 238px; /*Set default width*/
	padding: 0;
	margin: 5px 0;
	margin-right:10px;
	display: inline;
	border:1px solid #d0d0de;
}
.tipoferta {
	width:230px;
	height:16px;
	padding:2px 10px 2px 0;
	/* background:url(../img/layout/bg_tipoferta.gif) repeat-x; */
	font-size:12px;
	text-align:right;
}

.detalii{
	width:228px;
	height:16px;
	padding:2px 10px 2px 0;
	/*background:url(../img/layout/bg_tipoferta.gif) repeat-x;*/
	background-color:#dfeff9;
	font-size:12px;
	font-weight:bolder;
	text-align:right;
}
.detalii a, a:visited, a:link{
	text-decoration:none;
	color:#3d4d61;
}

.detalii a:hover{
	text-decoration:underline;
}

.bl {
	margin-right: 10px; /*Creates the 10px gap between each column*/
	padding: 0px;
	line-height:0.2em;
}
.bl h3 {
	font-size:14px;
	color:#36F;
}

.bl h4 {
	font-size:12px;
	color:#F90;
}

.bl img {
        /*Flexible image size with border*/
	width: 238px;  /*Took 1% off of the width to prevent IE6 bug*/
	padding: 0;
	background:#fff;
	margin: 0 auto;
}
